@charset "UTF-8";
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/**************************************************
  base
***************************************************/
fieldset {
  padding: 0;
  border: none;
}

/* -----------------------------------------------
  Body
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body, button, input, textarea, select {
  color: #222;
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  background: #bcd4de;
  color: #fff;
}

::selection {
  background: #bcd4de;
  color: #fff;
}

/* -----------------------------------------------
  Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
}

h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
  margin-top: calc( 5rem / 3 );
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  position: relative;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* ---------- text ---------- */
p {
  line-break: strict;
  text-align: justify;
  margin: 2rem 0;
}

a, button, img {
  transition: 0.3s;
}

a {
  word-break: break-all;
}
a:hover img {
  opacity: 0.5;
}
a[nohref] {
  color: inherit;
}
a[nohref]:hover {
  text-decoration: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

strong {
  font-weight: 500;
}

em {
  font-weight: 500;
  font-style: normal;
}

u {
  border-bottom: 1px solid #222;
}

address {
  font-style: normal;
}

label {
  cursor: pointer;
}

@media all and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* ---------- image ---------- */
img, svg, video {
  border: 0;
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.caption, figcaption {
  display: block;
  margin-top: 1rem;
  font-size: 0.88em;
}

._nocss {
  margin: 0;
  position: relative;
  background: transparent;
}
._nocss::before, ._nocss::after {
  display: none;
}

/* ---------- form ---------- */
input[type=text], input[type=tel], input[type=url], input[type=email], input[type=text],
textarea {
  padding: 0.5rem 1rem;
  width: 100%;
}

input[type=submit], label {
  cursor: pointer;
}

/* ---------- Element ---------- */
iframe {
  border: 0;
}

/* -----------------------------------------------
  Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

@media all and (min-width: 768px) {
  ._float-l {
    float: left;
  }
  ._float-r {
    float: right;
  }
}
._clear {
  clear: both;
}

._hidden {
  display: none;
}

/* ---------- text ---------- */
._bold {
  font-weight: bold;
}

._underline {
  text-decoration: underline;
}

._small {
  font-size: 88% !important;
}

._x-small {
  font-size: 75% !important;
}

._large {
  font-size: 113% !important;
}

._x-large {
  font-size: 140% !important;
}

._valignt {
  vertical-align: top !important;
}

._valignm {
  vertical-align: middle !important;
}

._valignb {
  vertical-align: bottom !important;
}

._textc, ._textc th, ._textc td {
  text-align: center !important;
}

._textr, ._textr th, ._textr td {
  text-align: right !important;
}

._textl, ._textl th, ._textl td {
  text-align: left !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

._image-text {
  overflow: hidden !important;
}

._link {
  color: #57C2E9;
}

/* ---------- margin ---------- */
._first {
  margin-top: 0 !important;
}

._zero {
  margin-bottom: 0 !important;
}

._half {
  margin-bottom: calc( 2rem / 2) !important;
}

._default {
  margin-bottom: 2rem !important;
}

._double {
  margin-bottom: calc( 2rem * 2) !important;
}

._auto {
  margin: auto !important;
}

/* ---------- devices ---------- */
@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* -----------------------------------------------
  Accecibility
-------------------------------------------------- */
.visuallyHidden {
  position: absolute;
  top: -1000em;
  transition: 0.3s;
}
.visuallyHidden:focus {
  left: 6px;
  top: 6px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f0f0f1;
  color: #2271b1;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.is-current {
  pointer-events: none;
  text-decoration: none;
}

/**************************************************
  Header
***************************************************/
.is_scroll .header {
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.2);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.3s;
  width: 100%;
  background-color: #fff;
  transition: 0.3s;
  z-index: 999;
}
@media all and (max-width: 768px) {
  .header {
    min-height: 50px;
  }
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 80px;
}
@media all and (max-width: 768px) {
  .header__content {
    min-height: 70px;
    display: block;
    position: relative;
  }
}

.header__nav {
  padding: 24px 30px;
}
@media all and (max-width: 768px) {
  .header__nav {
    display: none;
    padding: 0;
  }
}

.header__logo {
  line-height: 1;
  position: relative;
  width: 167px;
  height: 37px;
  margin: 0 0 0 30px;
  z-index: 999;
}
@media all and (max-width: 768px) {
  .header__logo {
    margin: 0;
    width: 34%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
}

@media all and (min-width: 768px) {
  .header__nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media all and (max-width: 768px) {
  .header__nav-item {
    height: 55px;
    border-bottom: 1px solid #97B6C1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .header__nav-item:last-of-type {
    border-bottom: none;
  }
  .header__nav-item::after {
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    position: absolute;
    height: 8px;
    width: 8px;
    transform: rotate(-45deg);
    right: 10px;
  }
}

.header__nav-item__link {
  font-size: 1.4rem;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .header__nav-item__link {
    width: 100%;
    height: 100%;
    display: block;
    color: #222;
    position: relative;
  }
  .header__nav-item__link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #57C2E9;
    transition: width 0.3s ease, left 0.3s ease;
  }
  .header__nav-item__link:hover::after {
    width: 100%;
    left: 0;
  }
}
@media all and (max-width: 768px) {
  .header__nav-item__link {
    color: #003466;
  }
}

/* -----------------------------------------------
  SPメニュー
-------------------------------------------------- */
.header__toggle {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  z-index: 10000;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .header__toggle {
    display: none;
  }
}
.header__toggle[aria-expanded=false] .header__toggle--icon::before {
  top: -7px;
}
.header__toggle[aria-expanded=false] .header__toggle--icon::after {
  top: 7px;
}
.header__toggle[aria-expanded=true] .header__toggle--icon {
  background: transparent;
}
.header__toggle[aria-expanded=true] .header__toggle--icon::before, .header__toggle[aria-expanded=true] .header__toggle--icon::after {
  background: #222;
}
.header__toggle[aria-expanded=true] .header__toggle--icon::before {
  transform: rotate(45deg);
}
.header__toggle[aria-expanded=true] .header__toggle--icon::after {
  transform: rotate(-45deg);
}

.header__toggle--icon {
  position: absolute;
  margin: auto;
  width: 25px;
  height: 2px;
  background: #4E6E79;
  transition: inherit;
  left: 0;
  right: 0;
}
.header__toggle--icon::before, .header__toggle--icon::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  transition: inherit;
}

.header__drawer {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transition: 0.3s;
  z-index: 90;
  padding: 80px 40px;
}
@media all and (min-width: 768px) {
  .header__drawer {
    display: none;
  }
}
.header__drawer .header__nav-item__link {
  color: #003466 !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header__drawer[aria-hidden=true] {
  visibility: hidden;
  position: absolute;
  left: -100vw;
  bottom: 0;
}
.header__drawer[aria-hidden=false] {
  visibility: visible;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #F0F7FA;
}

.is-drawerActive {
  position: fixed;
}

/* -----------------------------------------------
  Topページのみ
-------------------------------------------------- */
.home .header {
  background-color: transparent;
}
.home .header__logo .color-navy {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.home .header__logo .color-white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s;
}
.home .header__nav-item__link {
  color: #fff;
}
.home .header__toggle--icon {
  background: #fff;
}
.home.is_scroll .header {
  background-color: #fff;
}
.home.is_scroll .header__logo .color-navy {
  opacity: 1;
}
.home.is_scroll .header__logo .color-white {
  opacity: 0;
}
.home.is_scroll .header__nav-item__link {
  color: #222;
  transition: 0.3s;
}
.home.is_scroll .header__toggle--icon {
  background: #4E6E79;
}
.home.is-drawerActive .header__logo .color-navy {
  opacity: 1;
}
.home.is-drawerActive .header__logo .color-white {
  opacity: 0;
}

/**************************************************
  Footer
***************************************************/
@media all and (max-width: 768px) {
  .footer__logo {
    text-align: center;
  }
}

.footer__inner {
  width: 1020px;
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 0;
  margin: auto;
  margin-top: 100px;
}
@media all and (max-width: 768px) {
  .footer__inner {
    margin-top: 50px;
  }
}

.page-service:not(.page-recruit-child) .footer__inner {
  margin-top: 0;
}
@media all and (max-width: 768px) {
  .page-service:not(.page-recruit-child) .footer__inner {
    margin-top: 0;
  }
}

.footer__copyright {
  font-size: 1.2rem;
}

/* -----------------------------------------------
  footer contact
-------------------------------------------------- */
.footer__contact {
  background-color: #003466;
  color: #fff;
}

.footer__contact__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 768px) {
  .footer__contact__content {
    display: block;
    text-align: center;
  }
}

.footer__contact__title {
  font-size: 2.6rem;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .footer__contact__title {
    font-size: 2.2rem;
  }
}

.footer__contact__text {
  font-size: 1.5rem;
  margin: 0;
}
@media all and (max-width: 768px) {
  .footer__contact__text {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.footer__contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
@media all and (max-width: 768px) {
  .footer__contact__btn {
    gap: 20px;
  }
}

.footer__contact__link {
  width: 220px;
  height: 60px;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 100px;
  border: 1px solid #fff;
}
@media all and (min-width: 768px) {
  .footer__contact__link:hover {
    background-color: #fff;
    color: #003466;
    transition: all 0.3s ease;
  }
}
@media all and (max-width: 768px) {
  .footer__contact__link {
    width: 100%;
    font-size: 1.6rem;
  }
}

.footer__contact__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #134F7D;
  border-radius: 100px;
  border: 1px solid #fff;
  margin-left: -1px;
}

.footer__contact__label {
  padding: 0 10px 0 0;
  width: calc(100% - 60px);
  text-align: center;
}

/* -----------------------------------------------
  footer content
-------------------------------------------------- */
.footer__content {
  background-color: #F0F7FA;
  padding: 55px 0 25px;
}
@media all and (max-width: 768px) {
  .footer__content {
    padding: 30px 0 0;
  }
}

/* -----------------------------------------------
  footer nav
-------------------------------------------------- */
.footer__nav {
  margin: 40px 0 100px;
  display: flex;
}
@media all and (max-width: 768px) {
  .footer__nav {
    display: block;
    margin: 10px 0 30px;
  }
}

.footer__nav__list {
  padding: 0 20px;
}
@media all and (min-width: 768px) {
  .footer__nav__list {
    width: 26.66%;
    border-left: 1px solid #57C2E9;
  }
}
@media all and (max-width: 768px) {
  .footer__nav__list {
    border-bottom: 1px solid #57C2E9;
    width: 100%;
    padding: 20px 0;
  }
}
.footer__nav__list:last-of-type {
  border: none;
}
@media all and (max-width: 768px) {
  .footer__nav__list:last-of-type {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer__nav__list:last-of-type .footer__nav__list-item {
    width: 50%;
  }
}

.footer__nav__list-link {
  text-decoration: none;
  color: #003466;
  font-size: 1.4rem;
}
@media all and (max-width: 768px) {
  .footer__nav__list-link {
    line-height: 2;
  }
}
@media all and (min-width: 768px) {
  .footer__nav__list-link:hover {
    text-decoration: underline;
  }
}

.footer__nav__sublist-item {
  line-height: 2;
}
.footer__nav__sublist-item::before {
  display: inline-block;
  content: "-";
  padding: 0 4px;
}

/* -----------------------------------------------
  footer utils
-------------------------------------------------- */
.footer__utils {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 768px) {
  .footer__utils {
    display: block;
    text-align: center;
  }
}

.footer__utils__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 768px) {
  .footer__utils__item {
    gap: 10px;
  }
}

.footer__utils__link {
  color: #003466;
  font-size: 1.4rem;
  text-decoration: none;
}

/**************************************************
  Layout
***************************************************/
.container {
  margin-top: 80px;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .container {
    margin-top: 70px;
  }
}

.home .container {
  margin-top: 0;
}
.home .content {
  overflow: hidden;
}

.inner {
  width: 1020px;
  max-width: 90%;
  margin: auto;
}

/* -----------------------------------------------
  heading
-------------------------------------------------- */
.heading-a {
  font-size: 2.6rem;
  color: #003466;
  text-align: center;
  margin: 100px 0 50px;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .heading-a {
    margin: 50px 0 20px;
    font-size: 2.2rem;
  }
}

.heading-b, .wp-post h2:not(.heading-a, .heading-b, .heading-c, .heading-d, .heading-reset) {
  font-size: 2.4rem;
  border-bottom: 1px solid #003466;
  color: #003466;
  margin: 60px 0 50px;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .heading-b, .wp-post h2:not(.heading-a, .heading-b, .heading-c, .heading-d, .heading-reset) {
    margin: 50px 0 20px;
    font-size: 2rem;
  }
}

.heading-c, .wp-post h3:not(.heading-a, .heading-b, .heading-c, .heading-d, .heading-reset) {
  font-size: 2.4rem;
  background: #57C2E9;
  color: #fff;
  margin: 60px 0 50px;
  font-weight: 500;
  padding: 0 10px;
}
@media all and (max-width: 768px) {
  .heading-c, .wp-post h3:not(.heading-a, .heading-b, .heading-c, .heading-d, .heading-reset) {
    margin: 50px 0 20px;
    font-size: 2rem;
  }
}

.heading-d, .wp-post h4:not(.heading-a, .heading-b, .heading-c, .heading-d, .heading-img) {
  font-size: 2rem;
  margin: 40px 0 20px;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .heading-d, .wp-post h4:not(.heading-a, .heading-b, .heading-c, .heading-d, .heading-img) {
    margin: 20px 0 10px;
    font-size: 1.5rem;
  }
}

/* -----------------------------------------------
  list
-------------------------------------------------- */
.list {
  padding-left: 20px;
}
.list > li {
  margin-top: 10px;
  position: relative;
}
.list > li::before {
  content: "•";
  position: absolute;
  left: -16px;
  color: #333;
}

.num-list {
  padding-left: 30px;
  counter-reset: number;
}
.num-list > li {
  margin-top: 10px;
  position: relative;
  counter-increment: number;
}
.num-list > li::before {
  content: counter(number) ".";
  position: absolute;
  left: -26px;
  color: #333;
}

/* -----------------------------------------------
  table
-------------------------------------------------- */
.table-a, .table-a.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  width: 100%;
  border-spacing: 0;
}
.table-a th, .table-a td, .table-a.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th, .table-a.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 20px;
  text-align: left;
  background: none;
}
@media all and (max-width: 768px) {
  .table-a th, .table-a td, .table-a.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th, .table-a.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
    display: block;
    padding: 10px;
  }
}
.table-a th, .table-a.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  border-top: 1px solid #003466;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  width: 20%;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .table-a th, .table-a.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
    border-top: 1px solid #D4E5EB;
    background: #F0F7FA;
    width: 100%;
  }
}
.table-a td, .table-a.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  width: 80%;
  border-top: 1px solid #97B6C1;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}
@media all and (max-width: 768px) {
  .table-a td, .table-a.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
    border: none;
    width: 100%;
  }
}
.table-a tr:last-of-type th, .table-a.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:last-of-type th {
  border-bottom: 1px solid #003466;
}
@media all and (max-width: 768px) {
  .table-a tr:last-of-type th, .table-a.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:last-of-type th {
    border: none;
  }
}
.table-a tr:last-of-type td, .table-a.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:last-of-type td {
  border-bottom: 1px solid #97B6C1;
}
@media all and (max-width: 768px) {
  .table-a tr:last-of-type td, .table-a.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:last-of-type td {
    border-bottom: 1px solid #D4E5EB;
  }
}

.table-b, .table-b.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  width: 100%;
  border-spacing: 0;
}
.table-b th, .table-b td, .table-b.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th, .table-b.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 20px;
  text-align: left;
  border-top: 1px solid #D4E5EB;
  background-color: none;
}
@media all and (max-width: 768px) {
  .table-b th, .table-b td, .table-b.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th, .table-b.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
    display: block;
    padding: 10px;
  }
}
.table-b th, .table-b.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  border-top: 1px solid #D4E5EB;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  background-color: #F0F7FA;
  width: 30%;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .table-b th, .table-b.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
    width: 100%;
    background: #F0F7FA;
  }
}
.table-b td, .table-b.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  width: 70%;
  border-top: 1px solid #D4E5EB;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}
@media all and (max-width: 768px) {
  .table-b td, .table-b.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
    width: 100%;
    border: none;
  }
}
.table-b tr:last-of-type th, .table-b tr:last-of-type td, .table-b.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:last-of-type th, .table-b.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:last-of-type td {
  border-bottom: 1px solid #D4E5EB;
}
@media all and (max-width: 768px) {
  .table-b tr:last-of-type th, .table-b tr:last-of-type td, .table-b.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:last-of-type th, .table-b.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:last-of-type td {
    border: none;
  }
}

/* -----------------------------------------------
  button
-------------------------------------------------- */
.detail-btn {
  position: absolute;
  width: 200px;
  margin-top: 42px;
  text-decoration: none;
  font-size: 1.4rem;
}
@media all and (max-width: 768px) {
  .detail-btn {
    display: block;
    right: -14vw;
    top: 74vw;
    margin-top: 0;
    font-size: 1.1rem;
  }
}
@media all and (min-width: 768px) {
  .detail-btn:hover {
    width: 160px;
  }
  .detail-btn:hover .detail-btn-circle {
    width: 100%;
    transition: 0.3s;
  }
}

.detail-btn-circle {
  display: inline-block;
  background-color: #003466;
  text-decoration: none;
  font-weight: bold;
  overflow: hidden;
  width: 98px;
  height: 98px;
  border-radius: 100px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #fff;
}

.detail-btn-circle::before {
  content: "詳しく見る";
  position: absolute;
  top: 0;
  left: 33px;
  color: #fff;
  white-space: nowrap;
  z-index: 10;
  position: relative;
  line-height: 1;
}
.detail-btn-circle::after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  transform: rotate(-45deg);
  top: 0;
  left: 43px;
  z-index: 10;
  position: relative;
}

.detail-btn-text {
  color: #003466;
  position: absolute;
  top: 50%;
  left: 33px;
  transform: translateY(-50%);
  z-index: 9;
  line-height: 1;
}
.detail-btn-text::after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  transform: rotate(-45deg);
  right: -17px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  margin-top: 1px;
}

.btn {
  width: 90%;
  max-width: 320px;
  margin: auto;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 10px;
  border-radius: 100px;
  border: 2px solid;
  transition: 0.3s;
  position: relative;
}
.btn._type1 {
  background-color: #003466;
  border-color: #003466;
}
@media all and (min-width: 768px) {
  .btn._type1._max {
    min-width: unset;
    max-width: 100%;
    margin: auto;
  }
  .btn._type1:hover {
    color: #003466;
    background-color: #fff;
    transition: 0.3s;
  }
}
.btn._type1::after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  transform: rotate(-45deg);
  right: 20px;
}
.btn._type2 {
  background-color: #00678B;
  border-color: #00678B;
}
@media all and (min-width: 768px) {
  .btn._type2._max {
    min-width: unset;
    max-width: 100%;
    margin: auto;
  }
  .btn._type2:hover {
    color: #00678B;
    background-color: #fff;
    transition: 0.3s;
  }
}
.btn._type3 {
  border-radius: 0;
  border: 1px solid #003466;
  color: #003466;
  min-height: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.btn._type3::after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  transform: rotate(-45deg);
  right: 20px;
}
@media all and (min-width: 768px) {
  .btn._type3 {
    margin-left: 0;
    min-width: 440px;
  }
  .btn._type3._max {
    min-width: unset;
    max-width: 100%;
    margin: auto;
  }
  .btn._type3:hover {
    background-color: #003466;
    color: #fff;
    transition: 0.3s;
  }
}
.btn._type4 {
  border-radius: 0;
  border: 1px solid #003466;
  background-color: #003466;
  color: #fff;
  min-height: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.btn._type4::after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  right: 20px;
}
@media all and (min-width: 768px) {
  .btn._type4 {
    margin-left: 0;
    min-width: 440px;
  }
  .btn._type4._max {
    min-width: unset;
    max-width: 100%;
    margin: auto;
  }
  .btn._type4:hover {
    background-color: #fff;
    color: #003466;
    transition: 0.3s;
  }
}
.btn ._exicon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url("/wp-content/themes/paratechno/images/common/icon_blank_on.svg");
  background-size: cover;
}
.btn ._exicon img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media all and (min-width: 768px) {
  .btn:hover ._exicon img {
    opacity: 0;
  }
}

/* -----------------------------------------------
  wp-post
-------------------------------------------------- */
.wp-post .wp-block-image figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wp-post .wp-block-image figcaption {
  margin-bottom: 0;
}
.wp-post .wp-block-gallery,
.wp-post .wp-block-file,
.wp-post .wp-block-button,
.wp-post .wp-block-embed {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wp-post a {
  color: #57C2E9;
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .wp-post a:hover {
    text-decoration: none;
  }
}
.wp-post ul:not(.sitemap__list) {
  padding-left: 20px;
}
.wp-post ul:not(.sitemap__list) > li {
  margin-top: 10px;
  position: relative;
}
.wp-post ul:not(.sitemap__list) > li::before {
  content: "•";
  position: absolute;
  left: -16px;
  color: #333;
}
.wp-post ol {
  padding-left: 30px;
  counter-reset: number;
}
.wp-post ol > li {
  margin-top: 10px;
  position: relative;
  counter-increment: number;
}
.wp-post ol > li::before {
  content: counter(number) ".";
  position: absolute;
  left: -26px;
  color: #333;
}
.wp-post .btn {
  padding: 0;
}
.wp-post .btn a {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .wp-post .btn a {
    display: block;
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .wp-post .btn._type1:hover a {
    color: #003466;
  }
}
@media all and (min-width: 768px) {
  .wp-post .btn._type2:hover a {
    color: #00678B;
  }
}
.wp-post .btn._type3 a {
  color: #003466;
}
@media all and (min-width: 768px) {
  .wp-post .btn._type3:hover a {
    color: #fff;
  }
}
@media all and (min-width: 768px) {
  .wp-post .btn._type4:hover a {
    color: #003466;
  }
}

.wp-block-button__link {
  background: #DEEAEF;
  border-radius: 0;
  font-size: 1.6rem;
}
.wp-block-button.is-style-outline a {
  border-color: #DEEAEF;
  color: #DEEAEF;
}

@media all and (max-width: 768px) {
  .wp-block-table, .wp-block-flexible-table-block-table.is-scroll-on-mobile {
    overflow: auto;
  }
  .wp-block-table .has-fixed-layout, .wp-block-flexible-table-block-table.is-scroll-on-mobile .has-fixed-layout {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table:not(.table-a, .table-b) > table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table:not(.table-a, .table-b) > table tr td {
  border-color: #D4E5EB;
  font-size: 13px;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table:not(.table-a, .table-b) > table tr th {
  font-weight: 500;
  background-color: #F0F7FA;
}

/**************************************************
  page title
***************************************************/
.page-title--type1 {
  background-color: #FAFAFA;
  margin-bottom: 80px;
  height: 240px;
}
@media all and (max-width: 768px) {
  .page-title--type1 {
    margin-bottom: 50px;
    height: 200px;
  }
}
.page-title--type1 .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media all and (max-width: 768px) {
  .page-title--type1 .inner {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .page-title--type1 .inner img {
    height: 30px;
  }
}
.page-title--type1._caption {
  height: 306px;
}
@media all and (max-width: 768px) {
  .page-title--type1._caption {
    height: 200px;
    font-size: 1.2rem;
  }
}
.page-title--type1 .page-title__text {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 20px 0 0;
}
@media all and (max-width: 768px) {
  .page-title--type1 .page-title__text {
    font-size: 1.4rem;
  }
}

.page-title__caption {
  text-align: center;
  margin-bottom: 0;
}

.page-title--type2 {
  background-color: #57C2E9;
  height: 180px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media all and (max-width: 768px) {
  .page-title--type2 {
    margin-bottom: 50px;
    height: 125px;
  }
  .page-title--type2 img {
    width: auto;
    height: 22px;
  }
}
.page-title--type2 .inner {
  height: 58px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 22px;
}
@media all and (max-width: 768px) {
  .page-title--type2 .inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.page-title--type2 .page-title__text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #003466;
  margin: 4px 0 0;
}
@media all and (max-width: 768px) {
  .page-title--type2 .page-title__text {
    font-size: 1.4rem;
  }
}

.page-title--type3 {
  background-color: #FAFAFA;
  height: 120px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media all and (max-width: 768px) {
  .page-title--type3 {
    padding: 0 20px;
    margin-bottom: 50px;
    height: 100px;
  }
}
.page-title--type3 .page-title__text {
  font-size: 2.6rem;
  font-weight: 400;
  color: #003466;
  text-align: center;
  margin: 0;
}
@media all and (max-width: 768px) {
  .page-title--type3 .page-title__text {
    font-size: 1.8rem;
  }
}

/**************************************************
  breadcrumb
***************************************************/
.breadcrumb {
  background-color: #F4F4F4;
  height: 32px;
  font-size: 1.2rem;
  overflow: hidden;
}
.breadcrumb ol {
  max-width: 1020px;
  width: 90%;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.breadcrumb ol li {
  display: inline-block;
  padding-right: 20px;
  white-space: nowrap;
}
.breadcrumb ol li:not(:last-of-type)::after {
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 4px;
  width: 4px;
  transform: rotate(-45deg);
  top: 41%;
  right: 10px;
}
.breadcrumb a {
  color: #174D81;
  text-decoration: underline;
}

/**************************************************
  pagination
***************************************************/
.pagination {
  margin: 2em 0;
  text-align: center;
}

.pagination__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.pagination__nav__link, .current {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  color: #57C2E9;
  background: #fff;
  transition: 0.3s;
  border: 1px solid #57C2E9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media all and (min-width: 768px) {
  .pagination__nav__link:hover, .current:hover {
    background: #57C2E9;
    color: #fff;
    transition: 0.3s;
  }
}

.current {
  background: #57C2E9;
  color: #fff;
}

.pagination__nav__next,
.pagination__nav__last,
.pagination__nav__prev,
.pagination__nav__first {
  border: none;
  text-decoration: none;
  color: #57C2E9;
  font-size: 1.8rem;
}

/**************************************************
  Form
***************************************************/
/* -----------------------------------------------
  base
-------------------------------------------------- */
::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
::placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.form__group {
  zoom: 1;
}
.form__group:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.form__heading {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.form__heading strong,
.form__heading span {
  font-size: 1rem;
  padding: 0.1rem 0.5rem;
  font-weight: normal;
  background: rgba(34, 34, 34, 0.1);
  color: #222;
  white-space: nowrap;
}
.form__heading strong {
  background: #dd0000;
  color: #F0F7FA;
}
.form__content {
  width: 80%;
  padding-left: 2rem;
}
@media all and (max-width: 768px) {
  .form__content {
    padding-left: 0;
  }
}
.form__heading, .form__content {
  float: left;
  margin: 1rem 0;
}
@media all and (max-width: 768px) {
  .form__heading, .form__content {
    float: none;
    width: 100%;
  }
}
.form__agree__text {
  text-align: center;
}
@media all and (max-width: 768px) {
  .form__agree__text {
    text-align: left;
  }
}
.form__agree__content {
  height: 40vh;
  overflow-y: auto;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 2rem;
}
.form__agree__content .heading-a {
  font-size: 2rem;
}
.form__agree__content .heading-a:first-of-type {
  margin-top: 0;
}
.form__agree__check {
  text-align: center;
}
.form__agree__check label {
  display: inline-block;
  background: rgba(34, 34, 34, 0.08);
  line-height: 1;
  padding: 1.5rem;
}
.form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}
.form__btn--confirm {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #DEEAEF;
}
.form__btn--back {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(34, 34, 34, 0.08);
}

/* -----------------------------------------------
  error
-------------------------------------------------- */
.form__error {
  color: #dd0000;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.form__error .icon {
  fill: #dd0000;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5rem;
}
.form__error__input {
  background: rgba(221, 0, 0, 0.1);
}

@media all and (min-width: 768px) {
  .form__agree__check .form__error {
    justify-content: center;
  }
}

/* -----------------------------------------------
  confirm
-------------------------------------------------- */
.mw_wp_form_confirm .addrHint,
.mw_wp_form_confirm .form__agree {
  display: none;
}

/* -----------------------------------------------
  Layout
-------------------------------------------------- */
/**************************************************
  archive-list
***************************************************/
.archive-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}

.archive-list__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
.archive-list__item:not(:last-of-type)::after {
  display: inline-block;
  content: "/";
  color: #D8DADB;
}

.archive-list__link {
  text-decoration: none;
  color: #57C2E9;
  padding: 2px 4px;
  transition: 0.3s;
  border-radius: 10px;
}
@media all and (min-width: 768px) {
  .archive-list__link:hover {
    background: #57C2E9;
    color: #fff;
  }
}
.archive-list__link.is-current {
  background: #57C2E9;
  color: #fff;
}

/**************************************************
  news-list
***************************************************/
.news-list {
  margin-top: 15px;
}

.news-list__item {
  border-bottom: 1px solid #97B6C1;
}
.news-list__item:first-of-type {
  border-top: 1px solid #97B6C1;
}

.news-list__link {
  padding: 18px 0 18px 18px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
@media all and (max-width: 768px) {
  .news-list__link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 768px) {
  .news-list__link:hover {
    background-color: #F0F7FA;
    transition: 0.3s;
  }
}
.news-list__link::before {
  color: #174D81;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 3px;
  width: 3px;
  transform: rotate(-45deg);
  position: absolute;
  left: 5px;
  top: 32px;
}
.news-list__link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #174D81;
  border-radius: 100px;
  position: absolute;
  left: 1px;
  top: 28px;
}

.news-list__item__title {
  color: #174D81;
  width: calc(100% - 120px);
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .news-list__item__title {
    width: 100%;
  }
}

.news-list__item__time {
  color: #454545;
  width: 100px;
}
@media all and (max-width: 768px) {
  .news-list__item__time {
    width: 100%;
  }
}

.news__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-decoration: none;
  color: #174D81;
  display: block;
  position: relative;
  padding-right: 25px;
  margin-top: 30px;
}
.news__link::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #57C2E9;
  border-right: solid 2px #57C2E9;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
}
@media all and (min-width: 768px) {
  .news__link:hover {
    opacity: 0.5;
  }
}

/**************************************************
  Top
***************************************************/
/* -----------------------------------------------
  hero
-------------------------------------------------- */
.hero {
  position: relative;
}

.hero__text {
  font-size: clamp(2.4rem, 3.5vw, 6rem);
  color: #fff;
  font-weight: 500;
  position: relative;
  line-height: 1.4;
  margin: 0;
}
@media all and (max-width: 768px) {
  .hero__text {
    font-size: 2.4rem;
    bottom: 30%;
    left: 0;
    width: 100%;
  }
}

.hero__video {
  width: 100%;
  padding-top: 56.25%;
  min-height: 400px;
  overflow: hidden;
  position: relative;
}
.hero__video::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(60, 137, 165, 0.23);
  pointer-events: none;
}

.hero__video--item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero__content {
  width: 90%;
  margin: auto;
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
}

.hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero__link {
  width: 158px;
  height: 158px;
  margin-top: 30px;
  transition: 0.3s;
}
@media all and (max-width: 768px) {
  .hero__link {
    bottom: -7%;
    left: 5%;
    width: 130px;
    height: 130px;
  }
}
@media all and (min-width: 768px) {
  .hero__link:hover {
    transition: 0.3s;
    width: 280px;
  }
  .hero__link:hover .hero__link-circle {
    width: 100%;
  }
}

.hero__link-circle {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #003466;
  position: relative;
  display: block;
  transition: 0.3s;
}

.hero__link-text {
  position: absolute;
  top: 0;
  left: 55px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 25px;
  align-items: center;
  color: #fff;
  margin: 0;
  height: 100%;
}
@media all and (max-width: 768px) {
  .hero__link-text {
    font-size: 1.6rem;
    right: -26%;
  }
}
.hero__link-text::after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  transform: rotate(-45deg);
  z-index: 10;
  left: 160px;
}

/* -----------------------------------------------
  news
-------------------------------------------------- */
.news {
  padding: 125px 0;
  margin: auto;
}
@media all and (max-width: 768px) {
  .news {
    padding: 100px 0;
  }
}

.news__title {
  font-size: 2.8rem;
  color: #1E1F1F;
  font-weight: 300;
}

/* -----------------------------------------------
  service
-------------------------------------------------- */
.service {
  background-color: #57C2E9;
  position: relative;
}
.service .swiper-pagination {
  position: relative;
  text-align: left;
  padding: 25px 0 18px;
}
.service .swiper-pagination-bullet {
  border-radius: unset;
  width: 146px;
  height: 2px;
  background-color: #ABE1F5;
  margin: 0 15px 0 0;
}
@media all and (max-width: 768px) {
  .service .swiper-pagination-bullet {
    width: 80px;
  }
}

.service__inner {
  position: relative;
  padding: 30px 0 0 30px;
}
@media all and (max-width: 768px) {
  .service__inner {
    padding: 10px 0 10px 10px;
  }
}

.service__title-wrap {
  position: relative;
  width: 90%;
  margin: auto;
}

.service__overlay-title {
  position: absolute;
  top: -80px;
  left: -15px;
  color: #ABE1F5;
  font-weight: 100;
  line-height: 0;
}
@media all and (max-width: 768px) {
  .service__overlay-title {
    top: -50px;
    left: 0;
  }
  .service__overlay-title img {
    max-width: 110%;
  }
}

.service__slide--wrap {
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .service__slide--wrap .swiper-button-next {
    right: 15vw;
    top: 37vw;
    width: 60px;
    height: 90px;
  }
}
@media all and (min-width: 768px) {
  .service__slide--wrap .swiper-button-next {
    right: 20vw;
    top: 6%;
    width: 80px;
    height: 100px;
  }
}
.service__slide--wrap .swiper-button-next::after {
  display: none;
}

.swiper-slide.service__slide {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  .swiper-slide.service__slide {
    display: block;
    padding: 0 20px;
    position: relative;
  }
}

.service__image {
  position: relative;
  width: 57%;
  display: block;
}
@media all and (max-width: 768px) {
  .service__image {
    width: 80%;
  }
}
.service__image img {
  width: 100%;
}

.service__slides .service__slide:last-of-type .service__image::after {
  display: none;
}

@media all and (max-width: 768px) {
  .service__slide--image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

@media all and (max-width: 768px) {
  .service__slide--title {
    height: 50px;
    width: auto;
  }
}

.service__text {
  width: 43%;
  padding: 162px 15px 0 34px;
}
@media all and (max-width: 768px) {
  .service__text {
    width: 100%;
    padding: 0;
  }
}

.service__title {
  font-size: 2.8rem;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .service__title {
    font-size: 2.2rem;
  }
}

.service__title--image {
  order: 1;
  width: 100%;
}
@media all and (max-width: 768px) {
  .service__title--image {
    margin-top: -20px;
    width: 110%;
    display: block;
    position: relative;
    z-index: 2;
  }
}
.service__title--image img {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin-top: 3px;
}

.service__lead {
  font-size: 1.5rem;
  margin: 7px 0 0 0;
  line-height: 2;
}

/* -----------------------------------------------
  recruit
-------------------------------------------------- */
.recruit {
  padding: 132px 0 105px;
  width: 90%;
  margin: auto;
  color: #003466;
}
@media all and (max-width: 768px) {
  .recruit {
    width: 100%;
    padding: 80px 0 50px;
  }
}

.recruit__title {
  position: relative;
  z-index: 10;
  text-align: right;
  margin-bottom: -52px;
}
@media all and (max-width: 768px) {
  .recruit__title {
    width: 90%;
    margin: auto;
    margin-bottom: -4%;
  }
}

.recruit__main {
  position: relative;
}
@media all and (max-width: 768px) {
  .recruit__main {
    width: 90%;
    margin: auto;
  }
}

.recruit__main--text {
  position: absolute;
  bottom: -154px;
  left: 30px;
  font-size: 2.8rem;
  line-height: 1.8;
  margin: 0;
}
.recruit__main--text ._white {
  color: #fff;
}
@media all and (max-width: 768px) {
  .recruit__main--text {
    position: relative;
    left: unset;
    bottom: unset;
    margin-top: -30px;
    font-size: 2rem;
  }
}

@media all and (min-width: 768px) {
  .recruit__main--image {
    width: 80%;
    display: block;
  }
}
.recruit__main--image img {
  width: 100%;
}

.recruit__images {
  margin-top: 46px;
  display: block;
}
.recruit__images img {
  width: 100%;
}

.recruit__sub {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 46px;
  margin-top: 36px;
}
@media all and (max-width: 768px) {
  .recruit__sub {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.recruit__sub--lead {
  margin: 0;
  font-size: 1.8rem;
  padding-left: 30px;
  line-height: 1.9;
}
@media all and (max-width: 768px) {
  .recruit__sub--lead {
    width: 90%;
    margin: 0 auto 30px;
    padding-left: 0;
  }
}

@media all and (max-width: 768px) {
  .recruit__sub--content {
    width: 90%;
    margin: auto;
  }
}
.recruit__sub--content .detail-btn {
  bottom: 15px;
  width: 200px;
}
@media all and (max-width: 768px) {
  .recruit__sub--content .detail-btn {
    right: 0;
    bottom: 0;
    top: unset;
  }
}
@media all and (min-width: 768px) {
  .recruit__sub--content .detail-btn {
    left: 328px;
  }
  .recruit__sub--content .detail-btn:hover {
    width: 240px;
  }
}
.recruit__sub--content .detail-btn-circle::before {
  content: "パラテクノの採用情報";
}

.recruit__sub--image {
  margin-top: 43px;
  width: 50%;
}
@media all and (max-width: 768px) {
  .recruit__sub--image {
    padding: 0;
    width: 100%;
  }
}
.recruit__sub--image img {
  width: 100%;
  height: auto;
}

.recruit__sub--information {
  padding-left: 30px;
  position: relative;
}
@media all and (max-width: 768px) {
  .recruit__sub--information {
    padding-left: 0;
  }
}

.recruit__sub--list {
  margin-top: 64px;
  line-height: 1.9;
}
@media all and (max-width: 768px) {
  .recruit__sub--list {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}

.recruit__sub--list--text {
  font-size: 2.8rem;
}
.recruit__sub--list--text::before {
  content: "#";
  color: #57C2E9;
  display: inline-block;
  padding-right: 10px;
}
@media all and (max-width: 768px) {
  .recruit__sub--list--text {
    font-size: 2rem;
  }
}

/* -----------------------------------------------
  brand message
-------------------------------------------------- */
.brand-message {
  background-color: #F0F7FA;
  padding: 94px 0;
}

.brand-message__inner {
  width: 1020px;
  max-width: 90%;
  margin: auto;
}

.brand-message__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 34px;
}
@media all and (max-width: 768px) {
  .brand-message__main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media all and (min-width: 768px) {
  .brand-message__content {
    padding-right: 40px;
  }
}

.brand-message__content--link {
  font-size: 2rem;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #222;
  gap: 10px;
  padding-top: 15px;
  transition: 0.3s;
}
@media all and (min-width: 768px) {
  .brand-message__content--link:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
}

.brand-message__content--icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #2D7AC3;
  border-radius: 100%;
  margin-top: 10px;
}

.brand-message__content--text {
  font-size: 1.5rem;
  margin-top: 8px;
}

.brand-message__group {
  background-color: #fff;
  border: 1px solid #97B6C1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  min-height: 73px;
  padding: 10px 20px;
  margin: 46px auto 0;
}
@media all and (max-width: 768px) {
  .brand-message__group {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 15px;
  }
}

.brand-message__group--text {
  font-size: 1.9rem;
  margin: 0;
}
@media all and (max-width: 768px) {
  .brand-message__group--text {
    margin: auto;
  }
}

.brand-message__group--link {
  font-size: 1.4rem;
  background-color: #00678B;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 4px 20px;
  gap: 10px;
  transition: 0.3s;
  border: 2px solid #00678B;
}
@media all and (max-width: 768px) {
  .brand-message__group--link {
    margin: auto;
  }
}
@media all and (min-width: 768px) {
  .brand-message__group--link:hover {
    background-color: #fff;
    color: #00678B;
  }
}
.brand-message__group--link ._exicon {
  width: 8px;
  height: 8px;
  background-image: url("/wp-content/themes/paratechno/images/common/icon_blank_on.svg");
  background-size: cover;
  position: relative;
}
.brand-message__group--link ._exicon img {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
@media all and (min-width: 768px) {
  .brand-message__group--link:hover ._exicon img {
    opacity: 0;
  }
}

/* -----------------------------------------------
  connection
-------------------------------------------------- */
.connection {
  padding: 45px 0 0;
}
@media all and (max-width: 768px) {
  .connection {
    padding: 30px 0;
  }
}

.connection__title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 300;
}

.connection__bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  max-width: 90%;
  margin: 25px auto 0;
}

/**************************************************
  Company
***************************************************/
/* -----------------------------------------------
  company
-------------------------------------------------- */
.company-content__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
@media all and (max-width: 768px) {
  .company-content__wrap {
    display: block;
  }
}

.company-content__item {
  margin-top: 50px;
  width: calc((100% - 60px) / 3);
}
@media all and (max-width: 768px) {
  .company-content__item {
    width: 100%;
  }
}
.company-content__item .heading-b {
  margin: 20px 0 10px;
}
.company-content__item img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .company-content__item img:hover {
    opacity: 1;
  }
}

/* -----------------------------------------------
  outline
-------------------------------------------------- */
.message {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media all and (max-width: 768px) {
  .message {
    background: #F0F7FA;
    padding: 50px 20px 20px;
  }
}
@media all and (min-width: 768px) {
  .message::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #F0F7FA;
    left: 0;
    width: 70%;
    height: 100%;
    z-index: -1;
  }
}
.message .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  max-width: 100%;
}
@media all and (max-width: 768px) {
  .message .inner {
    display: block;
  }
}

.message__main {
  width: 394px;
  display: block;
  margin: auto;
}
@media all and (max-width: 768px) {
  .message__main {
    width: 100%;
    text-align: center;
  }
}

.message__text {
  width: calc(100% - 454px);
  padding: 67px 30px;
}
@media all and (min-width: 768px) {
  .message__text {
    position: relative;
  }
}
@media all and (max-width: 768px) {
  .message__text {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

.message__title {
  position: absolute;
  top: -30px;
  left: 10px;
}
@media all and (max-width: 768px) {
  .message__title {
    top: -10px;
    width: 50%;
  }
}

.policy {
  background: #57C2E9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: 180px;
  padding: 0 60px;
  margin-top: 115px;
}
@media all and (max-width: 768px) {
  .policy {
    margin-top: 50px;
    padding: 20px;
    display: block;
    height: auto;
  }
}

.policy__title {
  color: #fff;
}

.policy__title-text {
  margin: 0;
  font-size: 1.8rem;
}

.policy__text {
  font-size: 2rem;
}

/* -----------------------------------------------
  csr
-------------------------------------------------- */
.csr__box {
  margin: 40px auto;
  background: #F0F7FA;
  padding: 40px;
  color: #003466;
}
@media all and (max-width: 768px) {
  .csr__box {
    padding: 20px;
  }
}

.csr__title {
  font-size: 1.8rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  .csr__title {
    font-size: 1.4rem;
  }
}

.csr__text {
  font-size: 2.2rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  .csr__text {
    font-size: 1.8rem;
  }
}

/**************************************************
  news
***************************************************/
.news-content {
  margin-bottom: 100px;
}
@media all and (max-width: 768px) {
  .news-content {
    margin-bottom: 40px;
  }
}

.news-content__time {
  font-weight: 400;
}

.news-content__title {
  font-weight: 500;
  font-size: 2rem;
  padding: 10px 0;
  border-bottom: 1px solid #B1CAD3;
}

/**************************************************
  service
***************************************************/
/* -----------------------------------------------
  service-slide
-------------------------------------------------- */
.service-slide__wrap {
  position: relative;
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media all and (max-width: 768px) {
  .service-slide__wrap .swiper-button-next {
    right: 15vw;
    top: 37vw;
    width: 60px;
    height: 90px;
  }
}
@media all and (min-width: 768px) {
  .service-slide__wrap .swiper-button-next {
    right: 5vw;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    width: 103px;
    height: 82px;
  }
}
.service-slide__wrap .swiper-button-next::after {
  display: none;
}

.service-slide__item {
  background: #57C2E9;
  margin-right: 1px;
  text-decoration: none;
  color: #222;
  position: relative;
}
.service-slide__item.swiper-slide {
  height: unset;
}

.service-slide__img {
  width: 100%;
}

.service-slide__text {
  padding: 20px 20px 40px;
  position: relative;
}

.service-slide__num {
  position: absolute;
  right: 20px;
  top: -22px;
}

.service-slide__title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #222;
}

.service-slide__lead {
  font-size: 1.5rem;
  color: #222;
}

.service-slide__detail {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.service-slide__detail::after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  top: 8px;
  right: -20px;
}

.service-content__box {
  padding: 140px 0 90px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media all and (max-width: 768px) {
  .service-content__box {
    padding: 50px 0;
  }
}
.service-content__box:nth-of-type(even) {
  background: #FAFAFA;
}

.service-content__title-img {
  width: auto;
  height: 71px;
}
@media all and (max-width: 768px) {
  .service-content__title-img {
    height: 7vw;
  }
}

.service-content__title-ja {
  font-size: 1.8rem;
  color: #57C2E9;
  display: block;
  padding: 10px 0;
  margin: 10px 0 0;
  border-top: 1px solid #57C2E9;
}
@media all and (max-width: 768px) {
  .service-content__title-ja {
    font-size: 1.6rem;
  }
}

.service-content__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
@media all and (max-width: 768px) {
  .service-content__wrap {
    display: block;
  }
}

.service-content__item {
  width: calc((100% - 60px) / 3);
}
@media all and (max-width: 768px) {
  .service-content__item {
    width: 100%;
  }
}
.service-content__item img {
  width: 100%;
}

.service-content__sub {
  text-align: center;
  color: #003466;
  font-size: 2rem;
  margin: 40px 0 20px;
}
@media all and (max-width: 768px) {
  .service-content__sub {
    margin: 30px 0 15px;
    font-size: 1.8rem;
  }
}

/**************************************************
  recruit
***************************************************/
.recruit-content__inner {
  width: 700px;
  max-width: 90%;
  margin: auto;
}

/* -----------------------------------------------
  recruit bnr
-------------------------------------------------- */
.recruit-content__bnr {
  background-color: #57C2E9;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 44px;
}
@media all and (max-width: 768px) {
  .recruit-content__bnr {
    display: block;
  }
}

@media all and (max-width: 768px) {
  .recruit-content__bnr-img {
    width: 100%;
  }
}

.recruit-content__bnr-text {
  font-size: 2.2rem;
  text-align: center;
  flex-grow: 1;
  margin: 0;
  padding: 20px 0;
  color: #fff;
}
.recruit-content__bnr-text ._exicon {
  margin-left: 10px;
}
@media all and (max-width: 768px) {
  .recruit-content__bnr-text {
    font-size: 1.6rem;
  }
}

/* -----------------------------------------------
  recruit interview
-------------------------------------------------- */
.recruit-content__interview {
  display: flex;
  gap: 40px;
}
@media all and (max-width: 768px) {
  .recruit-content__interview {
    display: block;
  }
}

.recruit-content__interview-item {
  width: calc((100% - 40px) / 2);
  background: #57C2E9;
  text-decoration: none;
  color: #222;
  display: block;
}
@media all and (max-width: 768px) {
  .recruit-content__interview-item {
    width: 100%;
    margin-top: 20px;
  }
}

.recruit-content__interview-title {
  position: relative;
}

.recruit-content__interview-en {
  position: absolute;
  left: 20px;
  top: -15px;
}
@media all and (max-width: 768px) {
  .recruit-content__interview-en {
    width: 50%;
    width: 50%;
  }
}

.recruit-content__interview-name {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  font-size: 2.2rem;
  line-height: 1;
  padding: 26px;
  margin: 0;
  color: #222;
}
@media all and (max-width: 768px) {
  .recruit-content__interview-name {
    padding: 20px;
    font-size: 1.8rem;
  }
}
.recruit-content__interview-name span {
  font-size: 1.6rem;
}
@media all and (max-width: 768px) {
  .recruit-content__interview-name span {
    font-size: 1.4rem;
  }
}

.recruit-content__interview-img img {
  width: 100%;
}

/* -----------------------------------------------
  recruit interview
-------------------------------------------------- */
.interview-content__head {
  position: relative;
  margin: 0 calc(50% - 50vw) 55px;
  width: 100vw;
}
@media all and (max-width: 768px) {
  .interview-content__head {
    background: #F0F7FA;
    padding: 50px 20px 20px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 768px) {
  .interview-content__head::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #F0F7FA;
    left: 0;
    width: 70%;
    height: 100%;
    z-index: -1;
  }
}
.interview-content__head .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  max-width: 100%;
}
@media all and (max-width: 768px) {
  .interview-content__head .inner {
    display: block;
  }
}

.interview-content__head-main {
  width: 444px;
  display: block;
  margin: auto;
}
@media all and (max-width: 768px) {
  .interview-content__head-main {
    width: 100%;
    text-align: center;
  }
}

.interview-content__head-text {
  width: calc(100% - 454px);
  padding: 70px 30px;
}
@media all and (min-width: 768px) {
  .interview-content__head-text {
    position: relative;
  }
}
@media all and (max-width: 768px) {
  .interview-content__head-text {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

.interview-content__head-en {
  position: absolute;
  top: -20px;
  left: 10px;
}
@media all and (max-width: 768px) {
  .interview-content__head-en {
    top: -10px;
    width: 50%;
  }
}

.interview-content__title {
  font-size: 2.6rem;
  color: #003466;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .interview-content__title {
    font-size: 2rem;
  }
}

.interview-content__info dt {
  width: 160px;
  padding: 4px;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  background: #57C2E9;
}
.interview-content__info dd {
  margin-top: 10px;
}

.interview-content__case {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  margin-top: 50px;
}
@media all and (max-width: 768px) {
  .interview-content__case {
    display: block;
  }
}

.interview-content__case-title {
  font-size: 2.2rem;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .interview-content__case-title {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}

.interview-content__case-img {
  width: 446px;
}
@media all and (max-width: 768px) {
  .interview-content__case-img {
    width: 100%;
  }
}
.interview-content__case-img img {
  width: 100%;
}

.interview-content__case-item {
  width: calc(100% - 490px);
}
@media all and (max-width: 768px) {
  .interview-content__case-item {
    width: 100%;
  }
}

.interview-content__case-btn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 70px 0 40px;
}
@media all and (max-width: 768px) {
  .interview-content__case-btn {
    margin: 50px 0;
    display: block;
  }
}
.interview-content__case-btn .btn._type4 {
  min-width: calc((100% - 40px) / 2);
  margin: 0;
  font-size: 2rem;
  gap: 15px;
  min-height: 60px;
}
@media all and (max-width: 768px) {
  .interview-content__case-btn .btn._type4 {
    flex-direction: column;
    min-width: unset;
    max-width: unset;
    width: 100%;
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.interview-content__case-btn .btn._type4 span {
  font-size: 1.5rem;
}
@media all and (max-width: 768px) {
  .interview-content__case-btn .btn._type4 span {
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------
  recruit faq
-------------------------------------------------- */
.interview-content__faq {
  background: #F0F7FA;
  padding: 50px 37px;
  margin: 60px 0;
}
@media all and (max-width: 768px) {
  .interview-content__faq {
    padding: 20px;
    margin: 30px 0;
  }
}
.interview-content__faq .heading-b {
  line-height: 1;
  padding-bottom: 10px;
  font-size: 2.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
@media all and (max-width: 768px) {
  .interview-content__faq .heading-b {
    font-size: 2rem;
  }
}
.interview-content__faq .heading-b span {
  font-size: 2rem;
}
@media all and (max-width: 768px) {
  .interview-content__faq .heading-b span {
    font-size: 1.6rem;
  }
}

.interview-content__faq-ques {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
.interview-content__faq-ques .interview-content__faq-icon {
  background-color: #003466;
}
.interview-content__faq-ques .interview-content__faq-title {
  font-size: 1.8rem;
  color: #003466;
}
@media all and (max-width: 768px) {
  .interview-content__faq-ques .interview-content__faq-title {
    font-size: 1.6rem;
    width: calc(100% - 46px);
  }
}

.interview-content__faq-ans {
  padding: 10px 24px;
  background: #fff;
  gap: 10px;
  font-size: 1.4rem;
  margin-top: 20px;
  border-radius: 20px;
}
@media all and (max-width: 768px) {
  .interview-content__faq-ans {
    font-size: 1.2rem;
  }
}
.interview-content__faq-ans .interview-content__faq-icon {
  background-color: #F0F7FA;
}
.interview-content__faq-ans .interview-content__faq-title {
  font-size: 1.6rem;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .interview-content__faq-ans .interview-content__faq-title {
    font-size: 1.4rem;
    width: calc(100% - 46px);
  }
}

.interview-content__faq-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}

.interview-content__faq-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 100px;
}

.interview-content__faq-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}

/**************************************************
  contact
***************************************************/
/* -----------------------------------------------
  contact
-------------------------------------------------- */
.contact-box {
  width: 900px;
  max-width: 100%;
  margin: auto;
  padding: 60px;
  background: #F0F7FA;
}
@media all and (max-width: 768px) {
  .contact-box {
    padding: 20px;
  }
}

.contact-box__title {
  text-align: center;
}
.contact-box__title .heading-b {
  display: inline-block;
  padding: 0 30px;
  margin: 0;
}
@media all and (max-width: 768px) {
  .contact-box__title .heading-b {
    padding: 0 10px;
  }
}

.contact-free {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
@media all and (max-width: 768px) {
  .contact-free {
    text-align: center;
  }
}

@media all and (max-width: 768px) {
  .contact-free__label {
    width: 100%;
  }
}

a.contact-free__tel {
  font-size: 3.6rem;
  font-weight: 500;
  display: block;
  color: #003466;
  text-decoration: none;
  line-height: 1;
}

.contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
@media all and (max-width: 768px) {
  .contact-link {
    gap: 20px;
  }
}

.wp-post a.contact-link__item {
  width: 320px;
  height: 60px;
  font-size: 2rem;
  color: #fff;
  background-color: #003466;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 100px;
  border: 1px solid #003466;
}
@media all and (min-width: 768px) {
  .wp-post a.contact-link__item:hover {
    color: #003466;
    background-color: #fff;
    color: #003466;
    transition: all 0.3s ease;
  }
}
@media all and (max-width: 768px) {
  .wp-post a.contact-link__item {
    font-size: 1.6rem;
    width: 100%;
  }
}

.contact-link__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #134F7D;
  border-radius: 100px;
  border: 1px solid #fff;
  margin-left: -1px;
}

.contact-link__label {
  padding: 0 10px 0 0;
  width: calc(100% - 60px);
  text-align: center;
}

/**************************************************
  others
***************************************************/
/* -----------------------------------------------
  privacy
-------------------------------------------------- */
.page-privacy .heading-b {
  margin: 40px 0 20px;
}
@media all and (max-width: 768px) {
  .page-privacy .heading-b {
    margin: 30px 0 20px;
  }
}

.privacy__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
@media all and (max-width: 768px) {
  .privacy__box {
    display: block;
  }
}

@media all and (max-width: 768px) {
  .privacy__img {
    display: block;
    margin: auto;
  }
}

.privacy__time dt {
  float: left;
}
.privacy__time dd {
  padding-left: 90px;
}

/* -----------------------------------------------
  sitemap
-------------------------------------------------- */
.sitemap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .sitemap {
    display: block;
  }
}

.sitemap__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 25%;
}
@media all and (max-width: 768px) {
  .sitemap__list {
    width: 100%;
  }
}

.sitemap__list-item {
  margin-bottom: 16px;
}

.wp-post a.sitemap__list-link {
  font-weight: 500;
  text-decoration: none;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 50px;
  transition: 0.3s;
  background-color: #F0F7FA;
  border: 1px solid #97B6C0;
  position: relative;
  font-size: 1.4rem;
}
.wp-post a.sitemap__list-link::after {
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 6px;
  width: 6px;
  transform: rotate(-45deg);
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
}
@media all and (min-width: 768px) {
  .wp-post a.sitemap__list-link:hover {
    background-color: #fff;
    transition: 0.3s;
  }
}
/*# sourceMappingURL=style.css.map */