@charset "UTF-8";
/*
Theme Name: 
Description: TOWA
Author: Dotone
*/
/* CSS Document */
/*reset css--------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, improve, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  word-break: break-word;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, improve, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

img {
  width: 100%;
}

/*reset css--------------------*/
/*base--------------------*/
a, input[type=submit] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

html {
  -webkit-text-size-adjust: 100%;
}

/*base--------------------*/
/*animation--------------------*/
.js-fade-up {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.js-fade-time {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-fade-right02 {
  position: relative;
  overflow: hidden;
}
.js-fade-right02::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  z-index: 5;
}

.effect-scroll02::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-200vw);
          transform: translateX(-200vw);
  opacity: 1;
}

.js-fade-left03 {
  position: relative;
  overflow: hidden;
}
.effect-scroll03::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  background: #003989;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-animation-name: line;
          animation-name: line;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 5;
}

@-webkit-keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*animation--------------------*/
body, a {
  color: #222222;
}

/*font--------------------*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1919px) {
  html {
    font-size: 55%;
  }
}
@media screen and (max-width: 1365px) {
  html {
    font-size: 52%;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 45%;
  }
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.105em;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 781px) {
  body .single .l-main h2 {
    font-size: 21px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 781px) {
  body .single .l-main h3 {
    font-size: 19px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 781px) {
  body .single .l-main h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}
body .single .l-main p {
  line-height: 2.5;
}
@media screen and (max-width: 781px) {
  body .single .l-main p {
    font-size: 16px;
    line-height: 2;
  }
}

.c-font-bold {
  font-weight: bold;
}

.c-blue {
  color: #003989;
}

strong {
  font-weight: bold;
}

@font-face {
  font-family: "robot";
  src: url("font/Roboto-Regular.ttf") format("truetype"), url("font/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
}
/*font--------------------*/
/*inner--------------------*/
.l-inner {
  width: 80%;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1365px) {
  .l-inner {
    width: 90%;
    max-width: initial;
  }
}
@media screen and (max-width: 781px) {
  .l-inner {
    width: 90%;
    max-width: initial;
  }
}

.l-inner-w {
  width: 84%;
  max-width: 1690px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1365px) {
  .l-inner-w {
    width: 90%;
    max-width: initial;
  }
}
@media screen and (max-width: 781px) {
  .l-inner-w {
    width: 90%;
    max-width: initial;
  }
}

.l-inner-n {
  width: 65%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1365px) {
  .l-inner-n {
    width: 80%;
  }
}
@media screen and (max-width: 1023px) {
  .l-inner-n {
    width: 90%;
  }
}
@media screen and (max-width: 781px) {
  .l-inner-n {
    width: 90%;
    max-width: initial;
  }
}

.l-inner-c {
  width: 73%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1365px) {
  .l-inner-c {
    width: 80%;
  }
}
@media screen and (max-width: 1023px) {
  .l-inner-c {
    width: 90%;
  }
}
@media screen and (max-width: 781px) {
  .l-inner-c {
    width: 90%;
    max-width: initial;
  }
}

/*inner--------------------*/
/*scroll--------------------*/
#topscroll {
  position: fixed;
  bottom: 40px;
  right: 10px;
  border: 2px solid #7FBE28;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#topscroll .fa-caret-up {
  color: #7FBE28;
  font-size: 2rem;
}
#topscroll p {
  font-size: 1.4rem;
  color: #7FBE28;
}

/*scroll--------------------*/
/*wp-block--------------------*/
.wp-block-columns {
  gap: 0 !important;
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column:nth-of-type(odd) {
  margin-right: 7rem;
}
@media screen and (max-width: 781px) {
  .wp-block-columns .wp-block-column:nth-of-type(odd) {
    margin-right: 0;
  }
}

.wp-block-video {
  margin-bottom: 0;
}

.wp-block-image {
  margin-bottom: 0;
}

.wp-block-table {
  margin-bottom: 0;
}

/*wp-block--------------------*/
/*padding--------------------*/
@media screen and (min-width: 782px) {
  .pc-plr10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 782px) {
  .pc-plr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 782px) {
  .pc-plr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 782px) {
  .pc-plr40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 782px) {
  .pc-plr50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt5 {
    padding-top: 5px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt10 {
    padding-top: 10px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt15 {
    padding-top: 15px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt20 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt25 {
    padding-top: 25px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt30 {
    padding-top: 30px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt35 {
    padding-top: 35px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt40 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt45 {
    padding-top: 45px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt50 {
    padding-top: 50px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt55 {
    padding-top: 55px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt60 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt65 {
    padding-top: 65px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt70 {
    padding-top: 70px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt75 {
    padding-top: 75px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt80 {
    padding-top: 80px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt85 {
    padding-top: 85px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt90 {
    padding-top: 90px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt95 {
    padding-top: 95px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt100 {
    padding-top: 100px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt110 {
    padding-top: 110px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt120 {
    padding-top: 120px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt130 {
    padding-top: 130px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt140 {
    padding-top: 140px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt150 {
    padding-top: 150px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt160 {
    padding-top: 160px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt170 {
    padding-top: 170px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt180 {
    padding-top: 180px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt190 {
    padding-top: 190px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt200 {
    padding-top: 200px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb5 {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb10 {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb15 {
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb20 {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb25 {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb30 {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb35 {
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb40 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb45 {
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb50 {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb55 {
    padding-bottom: 55px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb60 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb65 {
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb70 {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb75 {
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb80 {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb85 {
    padding-bottom: 85px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb90 {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb95 {
    padding-bottom: 95px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb100 {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb110 {
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb120 {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb130 {
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb140 {
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb150 {
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb160 {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb170 {
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb180 {
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb190 {
    padding-bottom: 190px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb200 {
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb210 {
    padding-bottom: 210px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb220 {
    padding-bottom: 220px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb300 {
    padding-bottom: 300px;
  }
}

@media screen and (max-width: 781px) {
  .sp-plr10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 781px) {
  .sp-plr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 781px) {
  .sp-plr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-plr40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 781px) {
  .sp-plr50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt0 {
    padding-top: 0;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt5 {
    padding-top: 5px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt10 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt15 {
    padding-top: 15px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt20 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt25 {
    padding-top: 25px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt30 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt35 {
    padding-top: 35px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt40 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt45 {
    padding-top: 45px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt50 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt55 {
    padding-top: 55px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt60 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt65 {
    padding-top: 65px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt70 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt75 {
    padding-top: 75px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt80 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt85 {
    padding-top: 85px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt90 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt95 {
    padding-top: 95px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt100 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb0 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb5 {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb10 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb15 {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb20 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb25 {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb35 {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb40 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb45 {
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb50 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb55 {
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb60 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb65 {
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb70 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb75 {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb80 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb85 {
    padding-bottom: 85px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb90 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb95 {
    padding-bottom: 95px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb100 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb110 {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb120 {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt190 {
    padding-top: 19rem;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt275 {
    padding-top: 27.5rem;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb200 {
    padding-bottom: 20rem;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb250 {
    padding-bottom: 25rem;
  }
}

/*padding--------------------*/
/*margin--------------------*/
@media screen and (min-width: 782px) {
  .pc-mt0 {
    margin-top: 0px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt5 {
    margin-top: 5px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt10 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt15 {
    margin-top: 15px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt20 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt25 {
    margin-top: 25px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt30 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt35 {
    margin-top: 35px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt40 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt45 {
    margin-top: 45px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt50 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt55 {
    margin-top: 55px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt60 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt65 {
    margin-top: 65px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt70 {
    margin-top: 70px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt75 {
    margin-top: 75px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt80 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt85 {
    margin-top: 85px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt90 {
    margin-top: 90px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt95 {
    margin-top: 95px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt100 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt110 {
    margin-top: 110px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt120 {
    margin-top: 120px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt130 {
    margin-top: 130px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt140 {
    margin-top: 140px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt150 {
    margin-top: 150px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt160 {
    margin-top: 160px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt170 {
    margin-top: 170px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt180 {
    margin-top: 180px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt190 {
    margin-top: 190px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt200 {
    margin-top: 200px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb0 {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb5 {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb10 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb15 {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb20 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb25 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb30 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb35 {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb40 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb45 {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb50 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb55 {
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb60 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb65 {
    margin-bottom: 65px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb70 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb75 {
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb80 {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb85 {
    margin-bottom: 85px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb90 {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb95 {
    margin-bottom: 95px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb100 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb110 {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb120 {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb130 {
    margin-bottom: 130px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb140 {
    margin-bottom: 140px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb150 {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb160 {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb170 {
    margin-bottom: 170px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb180 {
    margin-bottom: 180px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb190 {
    margin-bottom: 190px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb200 {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt0 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt5 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt15 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt25 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt35 {
    margin-top: 35px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt45 {
    margin-top: 45px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt55 {
    margin-top: 55px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt65 {
    margin-top: 65px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt75 {
    margin-top: 75px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt85 {
    margin-top: 85px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt95 {
    margin-top: 95px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt100 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb0 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb5 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb15 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb25 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb35 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb45 {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb55 {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb65 {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb75 {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb85 {
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb90 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb95 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb100 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb280 {
    margin-bottom: 28rem;
  }
}

@media screen and (min-width: 782px) {
  .pc-ml30 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb128 {
    margin-bottom: 128px;
  }
}

/*margin--------------------*/
/*align-items--------------------*/
.pc-align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (max-width: 781px) {
  .pc-align-items-center {
    -webkit-box-align: initial !important;
        -ms-flex-align: initial !important;
            align-items: initial !important;
  }
}

/*align-items--------------------*/
/*flex-direction--------------------*/
@media screen and (max-width: 781px) {
  .sp-flex-direction {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (max-width: 781px) {
  .sp-flex-direction-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

/*flex-direction--------------------*/
/*justify-content--------------------*/
.pc-justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
@media screen and (max-width: 781px) {
  .pc-justify-content-center {
    -webkit-box-pack: initial !important;
        -ms-flex-pack: initial !important;
            justify-content: initial !important;
  }
}

/*justify-content--------------------*/
/*flex--------------------*/
@media screen and (min-width: 782px) {
  .pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*flex--------------------*/
/*txt-align--------------------*/
@media screen and (min-width: 782px) {
  .pc-txt-left {
    text-align: left;
  }
}

@media screen and (min-width: 782px) {
  .pc-txt-center {
    text-align: center;
  }
}

@media screen and (min-width: 782px) {
  .pc-txt-right {
    text-align: right;
  }
}

@media screen and (max-width: 781px) {
  .sp-txt-left {
    text-align: left;
  }
}

@media screen and (max-width: 781px) {
  .sp-txt-center {
    text-align: center;
  }
}

@media screen and (max-width: 781px) {
  .sp-txt-right {
    text-align: right;
  }
}

/*txt-align--------------------*/
/*lign-height--------------------*/
@media screen and (min-width: 782px) {
  .lh-25 {
    line-height: 2.5;
  }
}

/*lign-height--------------------*/
/*error--------------------*/
.error404 .l-main {
  text-align: center;
  padding: 10rem 0;
  line-height: 2.5;
}
.error404 .error-link {
  margin-bottom: 50px;
}

/*error--------------------*/
/*call--------------------*/
@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*call--------------------*/
/*indention--------------------*/
.SP {
  display: none;
}
@media screen and (max-width: 781px) {
  .SP {
    display: block;
  }
}

.TAB {
  display: none;
}
@media screen and (max-width: 1023px) {
  .TAB {
    display: block;
  }
}

.PC {
  display: block;
}
@media screen and (max-width: 781px) {
  .PC {
    display: none;
  }
}

/*indention--------------------*/
/*header--------------------*/
@media screen and (max-width: 781px) {
  #wpadminbar {
    display: none;
  }
}
.home .l-header {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home .l-header .l-header__logo img {
  -webkit-filter: unset;
          filter: unset;
}
.home .l-header .l-header__group-link {
  color: #ffffff;
}
@media screen and (max-width: 781px) {
  .home .l-header .l-header__group-link {
    color: #222222;
  }
}
.home .l-header .l-header__group-phone {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(7500%) hue-rotate(275deg) brightness(113%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(7500%) hue-rotate(275deg) brightness(113%) contrast(93%);
}
@media screen and (max-width: 781px) {
  .home .l-header .l-header__group-phone {
    -webkit-filter: none;
            filter: none;
  }
}
.home .l-header .js-btn span {
  background: #ffffff;
}
.home .l-header .js-btn::before {
  color: #ffffff;
}
.home .l-header.open {
  background: #ffffff;
}
.home .l-header.open .l-header__group-link {
  color: #222222;
}
@media screen and (max-width: 781px) {
  .home .l-header.open .l-header__group-link {
    color: #222222;
  }
}
.home .l-header.open .l-header__group-phone {
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}
.home .l-header.open .js-btn::before {
  color: #222222;
}
.home .l-header.open .js-btn span {
  background: #222222;
}
.home .l-header.active {
  background: #ffffff;
}
.home .l-header.active .l-header__group-link {
  color: #222222;
}
@media screen and (max-width: 781px) {
  .home .l-header.active .l-header__group-link {
    color: #222222;
  }
}
.home .l-header.active .l-header__group-phone {
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}
.home .l-header.active .js-btn::before {
  color: #222222;
}
.home .l-header.active .js-btn span {
  background: #222222;
}

.l-header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.l-header__inner {
  height: 100%;
  max-width: 1920px;
  width: 99.5%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .l-header__inner {
    width: 91%;
    margin-left: auto;
  }
}
.l-header__frame {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
.l-header__logo {
  -o-object-fit: contain;
     object-fit: contain;
  padding-left: 5rem;
}
.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo img {
  width: 122px;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
@media screen and (max-width: 781px) {
  .l-header__logo img {
    height: 55px;
  }
}
.l-header__logo span {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .l-header__logo span {
    display: none;
  }
}
@media screen and (max-width: 781px) {
  .l-header__logo {
    width: 90px;
    padding-left: 0;
  }
}
.l-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2.2rem;
}
@media screen and (max-width: 781px) {
  .l-header__group {
    height: calc(100vh - 55px);
    background: #ffffff;
    position: fixed;
    width: 100%;
    top: 55px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
@media screen and (max-width: 781px) {
  .l-header__group-list {
    width: 80%;
    text-align: center;
  }
}
@media screen and (max-width: 781px) {
  .l-header__group-list {
    border-bottom: 1px solid #222222;
  }
}
.l-header__group-list:not(:last-of-type) {
  margin-right: 4rem;
}
@media screen and (max-width: 781px) {
  .l-header__group-list:not(:last-of-type) {
    margin-right: 0;
  }
}
.l-header__group-list-parent {
  position: relative;
}
@media screen and (max-width: 781px) {
  .l-header__group-list-parent .l-header__group-link {
    height: auto;
    width: calc(100% - 50px);
    padding-left: 50px;
  }
}
@media screen and (max-width: 781px) {
  .l-header__group-list-parent .l-header__group-link::before {
    display: none;
  }
}
.l-header__group-list-parent:hover .js-group02 {
  opacity: 1;
  visibility: visible;
}
.l-header__group-list-parent-frame {
  position: relative;
}
.l-header__group-list-trinagle {
  display: none;
}
@media screen and (max-width: 781px) {
  .l-header__group-list-trinagle {
    width: 7.25px;
    height: 7px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 25px;
    z-index: 999999;
    display: block;
  }
}
@media screen and (max-width: 781px) {
  .l-header__group .js-triangle.open {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.l-header__group-list02 {
  margin-top: 0.5rem;
}
@media screen and (max-width: 781px) {
  .l-header__group-list02 {
    border-bottom: none;
  }
}
.l-header__group-link {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #222222;
}
@media screen and (max-width: 1365px) {
  .l-header__group-link {
    font-size: 11px;
  }
}
@media screen and (max-width: 781px) {
  .l-header__group-link {
    font-size: 16px;
    padding: 25px 0;
    display: block;
    height: 100%;
  }
}
.l-header__group-link-sub {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1365px) {
  .l-header__group-link-sub {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__group-link-sub {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 781px) {
  .l-header__group-link-sub {
    font-size: 16px;
    padding: 10px 0 10px 20px;
    width: 100%;
    height: 100%;
    display: block;
    color: #13334E;
    position: relative;
  }
}
.l-header__group-link02 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #222222;
}
@media screen and (max-width: 1365px) {
  .l-header__group-link02 {
    font-size: 14px;
  }
}
@media screen and (max-width: 781px) {
  .l-header__group-link02 {
    font-size: 21px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header__group-phone {
  width: 2.6rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -1rem;
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}
@media screen and (max-width: 781px) {
  .l-header__group-phone {
    font-size: 1.4rem;
  }
}
.l-header__group02 {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  width: 22rem;
  padding: 1.5rem;
  text-align: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 781px) {
  .l-header__group02 {
    position: static;
    bottom: unset;
    left: unset;
    -webkit-transform: none;
            transform: none;
    background: #EFF6E0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
  }
}

@media screen and (max-width: 781px) {
  .js-group.open {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width: 781px) {
  .js-group02.open {
    display: block;
  }
}

.js-btn {
  position: fixed;
  top: 3.5px;
  right: 15px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: none;
}
@media screen and (max-width: 781px) {
  .js-btn {
    display: block;
  }
}
.js-btn::before {
  content: "MENU";
  color: #222222;
  font-size: 11px;
  position: absolute;
  left: 50%;
  bottom: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.js-btn.open::before {
  content: "CLOSE";
}

.js-btn-frame {
  position: relative;
}

.js-btn span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background: #222222;
  width: 40px;
}

.js-btn span:nth-of-type(1) {
  top: 15px;
}

.js-btn span:nth-of-type(2) {
  top: 23px;
}

.js-btn.open span:nth-of-type(1) {
  top: 15px;
  -webkit-transform: translateX(-50%) translateY(4px) rotate(-20deg);
          transform: translateX(-50%) translateY(4px) rotate(-20deg);
  width: 35px;
}

.js-btn.open span:nth-of-type(2) {
  top: 23px;
  -webkit-transform: translateX(-50%) translateY(-4px) rotate(20deg);
          transform: translateX(-50%) translateY(-4px) rotate(20deg);
  width: 35px;
}

@media screen and (max-width: 781px) {
  .js-group {
    height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

/*header--------------------*/
/*main--------------------*/
.home .l-main {
  margin-top: 0;
}

.l-main {
  margin-top: 7rem;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .l-main {
    margin-top: 55px;
  }
}

.contact .l-main, .privacy-policy .l-main {
  background: #f7f7f7;
}

/*main--------------------*/
/*gap--------------------*/
.l-gap {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 781px) {
  .l-gap {
    margin-top: -70px;
    padding-top: 70px;
  }
}

/*gap--------------------*/
/*footer--------------------*/
.scroll-top {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #f9d800;
  color: #536A8B;
  border: none;
  border-radius: 4px;
  font-size: 32px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 781px) {
  .scroll-top {
    right: 10px;
  }
}

.l-footer {
  background: #15345a;
  color: #ffffff;
}
@media screen and (max-width: 781px) {
  .l-footer {
    text-align: left;
  }
}
.l-footer .l-inner {
  max-width: 1790px;
}
.l-footer__frame {
  padding: 6rem 0 3.5rem 0;
}
@media screen and (max-width: 781px) {
  .l-footer__frame {
    padding: 55px 0;
  }
}
.l-footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 781px) {
  .l-footer__company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__company-logo {
  font-size: 30px;
  margin-bottom: 22px;
}
@media screen and (max-width: 781px) {
  .l-footer__company-logo {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
.l-footer__company-txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  line-height: 1.6875;
}
.l-footer__company-txt br {
  display: none;
}
@media screen and (max-width: 781px) {
  .l-footer__company-txt br {
    display: block;
  }
}
@media screen and (max-width: 781px) {
  .l-footer__company-txt {
    font-size: 13px;
  }
}
.l-footer__copy {
  padding: 2.3rem 0;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 781px) {
  .l-footer__copy {
    font-size: 12px;
    padding: 15px 0;
  }
}

/*footer--------------------*/
/*contact--------------------*/
.l-contact {
  background-image: url(images/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 14.5rem 0 9rem 0;
  color: #ffffff;
  position: relative;
  z-index: 0;
}
.l-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 47, 57, 0.69);
  z-index: -1;
}
@media screen and (max-width: 781px) {
  .l-contact {
    background-image: url(images/contact_sp_bg.jpg);
    padding: 70px 0 85px 0;
  }
}
.l-contact__ttl {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 781px) {
  .l-contact__ttl {
    font-size: 30px;
  }
}
.l-contact__span {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 781px) {
  .l-contact__span {
    font-size: 16px;
    margin-bottom: 5rem;
  }
}
.l-contact__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 781px) {
  .l-contact__frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.l-contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10rem;
}
@media screen and (max-width: 781px) {
  .l-contact__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    margin-bottom: 25px;
  }
}
.l-contact__info-ttl {
  font-size: 3rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 781px) {
  .l-contact__info-ttl {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.l-contact__info-span {
  font-size: 1.5rem;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 781px) {
  .l-contact__info-span {
    font-size: 15px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 781px) {
  .l-contact__info-span02 {
    display: none;
  }
}
.l-contact__info-first {
  border-right: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-right: 1.5rem;
}
@media screen and (max-width: 781px) {
  .l-contact__info-first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 10px;
  }
}
.l-contact__info-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-left: 3rem;
}
@media screen and (max-width: 781px) {
  .l-contact__info-second {
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
  }
}
.l-contact__info-link {
  font-family: "Roboto", sans-serif;
  font-size: 3.8rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 781px) {
  .l-contact__info-link {
    font-size: 28px;
    margin-right: auto;
  }
}
.l-contact__info-link02 {
  font-size: 1.6rem;
  background: #ffffff;
  color: #003989;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem;
  border: 1px solid #003989;
}
@media screen and (max-width: 781px) {
  .l-contact__info-link02 {
    padding: 20px 15px;
    width: 100%;
    font-size: 14px;
  }
}
.l-contact__info-open {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 781px) {
  .l-contact__info-open {
    font-size: 16px;
  }
}
.l-contact__info-icon {
  width: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1rem;
}
.l-contact__info-arrow {
  width: 7.5px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 6.6rem;
}
@media screen and (max-width: 781px) {
  .l-contact__info-arrow {
    margin-left: auto;
  }
}
.l-contact__info:first-of-type {
  margin-right: 6rem;
}
@media screen and (max-width: 781px) {
  .l-contact__info:first-of-type {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 781px) {
  .l-contact__info:first-of-type .l-contact__info-second {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/*contact--------------------*/
/*card--------------------*/
.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 781px) {
  .c-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-card-item {
  background: #F2F9FF;
  padding: 4.5rem 4.2rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 781px) {
  .c-card-item {
    padding: 30px 40px;
  }
}
.c-card-lead {
  background: #0089CE;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  padding: 1.5rem 0;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 781px) {
  .c-card-lead {
    padding: 15px 0;
    margin-bottom: 20px;
  }
}
.c-card-thumbnail {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 781px) {
  .c-card-thumbnail {
    margin-bottom: 30px;
  }
}
.c-card-txt {
  font-size: 1.6rem;
  line-height: 1.6875;
}
@media screen and (max-width: 781px) {
  .c-card-txt {
    font-size: 16px;
  }
}

.c-card-3 .c-card-item {
  width: calc(33.3333333333% - 2.8666666667rem);
}
@media screen and (max-width: 781px) {
  .c-card-3 .c-card-item {
    width: 100%;
  }
}
.c-card-3 .c-card-item:not(:last-of-type) {
  margin-right: 4.3rem;
}
@media screen and (max-width: 781px) {
  .c-card-3 .c-card-item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 60px;
  }
}

.c-card-2 .wp-block-column:nth-of-type(even) {
  margin-left: 0;
}
.c-card-2 .c-card-item {
  width: calc(50% - 2.9rem);
}
@media screen and (max-width: 781px) {
  .c-card-2 .c-card-item {
    width: 100%;
  }
}
.c-card-2 .c-card-item:not(:last-of-type) {
  margin-right: 5.8rem;
}
@media screen and (max-width: 781px) {
  .c-card-2 .c-card-item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.c-card-1 .c-card-item {
  width: 100%;
}
@media screen and (max-width: 781px) {
  .c-card-1 .c-card-item {
    width: 100%;
  }
}

/*card--------------------*/
/*bg--------------------*/
.c-bg-blue {
  background: #EDF6FF;
}

/*txt-align--------------------*/
/*breascrumbs--------------------*/
.c-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0 40px 0;
}
@media screen and (max-width: 781px) {
  .c-breadcrumbs {
    padding: 10px 0 30px 0;
  }
}
.c-breadcrumbs-link, .c-breadcrumbs-span {
  font-size: 1.6rem;
}
@media screen and (max-width: 781px) {
  .c-breadcrumbs-link, .c-breadcrumbs-span {
    font-size: 11px;
  }
}

/*breascrumbs--------------------*/
/*btn--------------------*/
.c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 781px) {
  .c-btn {
    width: 100%;
    max-width: 350px;
  }
}
.c-btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  border: 1px solid #003989;
  padding: 2rem 4rem;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 781px) {
  .c-btn-link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-btn-link-span {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  color: #003989;
  margin-right: 6rem;
}
@media screen and (max-width: 1365px) {
  .c-btn-link-span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 781px) {
  .c-btn-link-span {
    font-size: 18px;
    margin-right: 15px;
  }
}
.c-btn-link-icon {
  width: 3.1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 781px) {
  .c-btn-link-icon {
    width: 25px;
  }
}

.c-btn02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: block;
}
.c-btn02-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 2.5rem 0;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-btn02-link::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 1px solid #003989;
}
.c-btn02-link-span {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  color: #003989;
  margin-right: 6rem;
}
@media screen and (max-width: 1365px) {
  .c-btn02-link-span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 781px) {
  .c-btn02-link-span {
    font-size: 18px;
    margin-right: 15px;
  }
}
.c-btn02-link-icon {
  width: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 781px) {
  .c-btn02-link-icon {
    width: 25px;
  }
}

.c-btn-entry {
  width: 100%;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
.c-btn-entry-link {
  background: #F7BA31;
  padding: 2rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
.c-btn-entry-link-span {
  font-size: 6rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .c-btn-entry-link-span {
    font-size: 30px;
  }
}
.c-btn-entry-link-icon {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 5px;
}

/*btn--------------------*/
/*fv--------------------*/
.c-fv {
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.c-fv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(39, 38, 35, 0.57);
}
.c-fv__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #ffffff;
}
.c-fv__box-ttl {
  font-size: 32px;
  line-height: 1.1666666667;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}

/*fv--------------------*/
/*marker--------------------*/
.c-marker {
  font-size: 4rem;
  display: inline-block;
  font-weight: bold;
  line-height: 1.7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FDBA50));
  background: linear-gradient(transparent 60%, #FDBA50 40%);
}
@media screen and (max-width: 781px) {
  .c-marker {
    font-size: 30px;
  }
}

/*marker--------------------*/
/*shadow--------------------*/
.shadow {
  -webkit-box-shadow: 2px 2px 12px rgba(51, 51, 51, 0.0016);
          box-shadow: 2px 2px 12px rgba(51, 51, 51, 0.0016);
}

/*shadow--------------------*/
/*ttl--------------------*/
.c-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 781px) {
  .c-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-ttl-catch {
  font-size: 12rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-text-stroke: 1px #003989;
  margin-right: 5rem;
}
@media screen and (max-width: 1365px) {
  .c-ttl-catch {
    font-size: 10rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-ttl-catch {
    font-size: 8rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 781px) {
  .c-ttl-catch {
    font-size: 40px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.c-ttl-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 781px) {
  .c-ttl-frame {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-ttl-icon {
  width: 6.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1.5rem;
}
@media screen and (max-width: 781px) {
  .c-ttl-icon {
    width: 30px;
  }
}
.c-ttl-span {
  font-size: 3.2rem;
  color: #003989;
  font-weight: bold;
  -webkit-text-stroke: unset;
}
@media screen and (max-width: 1365px) {
  .c-ttl-span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 781px) {
  .c-ttl-span {
    font-size: 14px;
  }
}

.c-ttl-sub {
  font-size: 2.4rem;
  font-weight: bold;
  color: #003989;
  text-align: center;
  position: relative;
}
.c-ttl-sub::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10rem;
  height: 3px;
  background: #003989;
}
.c-ttl-sub-span {
  font-size: 3.2rem;
  font-weight: bold;
  color: #003989;
  letter-spacing: 0.3em;
  display: block;
  text-align: center;
  margin-top: 3rem;
}

/*ttl--------------------*/
/*txt--------------------*/
.c-txt-16 {
  font-size: 1.6rem !important;
  line-height: 2.1875;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 781px) {
  .c-txt-16 {
    font-size: 16px;
  }
}

.c-txt-20 {
  font-size: 2rem !important;
  line-height: 2.1875;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 781px) {
  .c-txt-20 {
    font-size: 20px;
  }
}

/*txt--------------------*/
/*table--------------------*/
.c-table {
  width: 76%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .c-table {
    width: 100%;
  }
}
.c-table table tr {
  border-top: 1px solid #16386C;
  padding: 5.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 781px) {
  .c-table table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0;
  }
}
.c-table table tr:last-of-type {
  border-bottom: 1px solid #16386C;
}
.c-table table td {
  font-size: 1.6rem;
  line-height: 1.875;
  border: none;
}
@media screen and (max-width: 781px) {
  .c-table table td {
    font-size: 16px;
  }
}
.c-table table td:first-of-type {
  padding-left: 8rem;
  width: 38rem;
}
@media screen and (max-width: 781px) {
  .c-table table td:first-of-type {
    width: 100%;
    padding-left: 5px;
  }
}
.c-table table td:last-of-type {
  margin-left: 2rem;
  padding-right: 3rem;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .c-table table td:last-of-type {
    margin-left: 0;
    padding-left: 5px;
  }
}

/*table--------------------*/
/*eyecatch--------------------*/
.c-eyecatch-fv__box {
  padding: 100px 0 70px 0;
}
@media screen and (max-width: 781px) {
  .c-eyecatch-fv__box {
    padding: 48px 0 15px 0;
  }
}
.c-eyecatch-fv__box-ttl {
  font-size: 28px;
}
@media screen and (max-width: 781px) {
  .c-eyecatch-fv__box-ttl {
    font-size: 24px;
  }
}
.c-eyecatch-fv__box-span {
  font-size: 16px;
  display: block;
  color: #ccc;
  margin-top: 1rem;
}
@media screen and (max-width: 781px) {
  .c-eyecatch-fv__box-span {
    font-size: 14px;
  }
}

/*eyecatch--------------------*/
/*home--------------------*/
.none {
  display: none;
}

main {
  color: #333;
}

.section-title {
  margin: auto 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 781px) {
  .section-title {
    margin: auto 0 30px;
  }
}
.section-title h2 {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 781px) {
  .section-title h2 {
    font-size: 24px;
    font-weight: 600;
  }
}

.home .fv {
  height: 100vh;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.home .fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  z-index: 5;
}
@media screen and (max-width: 781px) {
  .home .fv {
    height: calc(85vh - 55px);
  }
}
.home .fv .l-inner-w {
  position: relative;
  height: 100%;
}
.home .fv__box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home .fv__box-ttl {
  position: absolute;
  font-weight: 700;
  left: 0;
  bottom: 5rem;
  font-size: 36px;
  color: #ffffff;
  text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
  line-height: 1.6666666667;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
}
.home .fv__box-ttl .fv__box-ttl-span.main-ttl {
  font-size: 42px;
}
@media screen and (max-width: 781px) {
  .home .fv__box-ttl {
    font-size: 18px;
  }
  .home .fv__box-ttl .fv__box-ttl-span.main-ttl {
    font-size: 24px;
  }
}
.home .fv__box-ttl img {
  position: absolute;
  width: 78px;
  right: -70px;
  bottom: 10px;
}
@media screen and (max-width: 781px) {
  .home .fv__box-ttl img {
    width: 50px;
    right: -50px;
    bottom: 3px;
  }
}
.home .fv__box-ttl-span {
  display: inline-block;
  font-weight: 900;
}
.home .fv__box-span {
  display: block;
  font-size: 2rem;
  margin-top: 3.5rem;
}
.home .fv .slider-frame {
  margin-top: 0;
  height: 100%;
}
.home .fv .slider-frame .slider {
  display: none;
}
.home .fv .slider-frame .slick-initialized {
  display: block;
}
.home .fv .slick-slider {
  height: 100%;
}
.home .fv .slick-list {
  height: 100%;
}
.home .fv .slick-track {
  height: 100%;
}
.home .fv .slick-slide {
  height: 100%;
}
.home .fv .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .fv .slick-slide div {
  height: 100%;
}
.home .fv .slick-slide div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.home .fv .zoom-animation {
  -webkit-animation: zoom 5s 0s forwards;
          animation: zoom 5s 0s forwards;
}

.home .news {
  padding: 60px 0;
  background: #F8F8F8;
}
@media screen and (max-width: 781px) {
  .home .news {
    padding: 0;
  }
  .home .news .section-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #3B5998;
    color: #fff;
    padding: 20px;
    margin-bottom: 0;
  }
  .home .news .section-title h2 {
    font-size: 18px;
    font-weight: 600;
  }
}
.home .news .l-inner {
  -webkit-box-shadow: 7px 6px 16px -2px #777777;
          box-shadow: 7px 6px 16px -2px #777777;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 781px) {
  .home .news .l-inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
  }
}
.home .news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 781px) {
  .home .news__item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.home .news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 5px;
  width: 100%;
  height: 100%;
}
.home .news__item-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #3B5998;
  color: #ffffff;
  padding: 15px;
  font-size: 16px;
  border-radius: 4px;
  margin-right: 10px;
}
@media screen and (max-width: 781px) {
  .home .news__item-first {
    padding: 12px;
    font-size: 13px;
    border-radius: 4px;
  }
}
.home .news__item-second {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  background: #ffffff;
}
.home .news__item .news__item-span-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 15px;
}
.home .news__item-span01 {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 781px) {
  .home .news__item-span01 {
    font-size: 16px;
  }
}
.home .news__item-span02 {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 781px) {
  .home .news__item-span02 {
    font-size: 16px;
  }
}
.home .news__item-span03 {
  color: #434343;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 781px) {
  .home .news__item-span03 {
    display: none;
  }
}
.home .news__item-span04 {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #3B5998;
  background-color: #FBE233;
  padding: 7px 10px 7px 20px;
  border-radius: 6px;
  font-size: 14px;
  margin-left: auto;
}
.home .news__item-span04 span {
  font-weight: 900;
  margin-right: 30px;
}
@media (max-width: 781px) {
  .home .news__item-span04 {
    display: none;
  }
}
.home .news__item-icon {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 1rem;
}
.home .news .news__item-span04.sp {
  display: none;
}
@media (max-width: 781px) {
  .home .news .news__item-span04.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 220px;
    width: 100%;
    font-weight: bold;
    color: #3B5998;
    background-color: #FBE233;
    padding: 8px 0px 8px 15px;
    border-radius: 6px;
    font-size: 16px;
    margin: 40px auto 0;
  }
}

.home .company {
  padding: 60px 60px 90px;
  background-color: #fff;
}
@media screen and (max-width: 781px) {
  .home .company {
    padding: 60px 0;
  }
}
.home .company .company__table {
  max-width: 840px;
  width: 100%;
  margin: auto;
  overflow-x: auto;
}
.home .company .company__table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
@media screen and (max-width: 781px) {
  .home .company .company__table table {
    font-size: 14px;
  }
}
.home .company .company__table table th,
.home .company .company__table table td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.home .company .company__table table th {
  white-space: nowrap;
  width: 20%;
  font-weight: 600;
  line-height: 1.5;
}
.home .company .company__table table td {
  line-height: 1.5;
}
.home .company .company__table table td ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
.home .company .company__table table td ol li {
  counter-increment: item;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}
.home .company .company__table table td ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
}

.home .work {
  padding: 11rem 0 13rem 0;
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 781px) {
  .home .work {
    padding: 80px 0;
  }
}
.home .work .c-ttl {
  margin-bottom: 105px;
}
@media screen and (max-width: 781px) {
  .home .work .c-ttl {
    margin-bottom: 30px;
  }
}
.home .work .c-ttl-catch img {
  width: 48vw;
  max-width: 924px;
}
@media screen and (max-width: 781px) {
  .home .work .c-ttl-catch img {
    width: 293px;
  }
}
.home .work__box {
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.home .work__box-frame {
  width: 100%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 781px) {
  .home .work__box-frame .l-inner {
    width: 100%;
    padding: 0 20px;
  }
}
.home .work__box-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
}
@media screen and (max-width: 781px) {
  .home .work__box-image {
    width: 100%;
    top: unset;
    position: static;
    padding: 0 5%;
  }
}
.home .work .l-inner {
  position: relative;
  height: 100%;
}
.home .work__content {
  width: 60rem;
  position: relative;
  z-index: 10;
  text-align: left;
}
@media screen and (max-width: 1365px) {
  .home .work__content {
    width: 50rem;
  }
}
@media screen and (max-width: 781px) {
  .home .work__content {
    width: 100%;
    margin-bottom: 35px;
  }
}
.home .work__content-lead {
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.5909090909;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1365px) {
  .home .work__content-lead {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 781px) {
  .home .work__content-lead {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 2;
  }
}
.home .work__content-lead span {
  font-weight: bold;
}
.home .work__content-txt {
  font-size: 1.6rem;
  line-height: 2.5;
}
@media screen and (max-width: 781px) {
  .home .work__content-txt {
    font-size: 16px;
  }
}
.home .work__content-txt:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.home .work .c-btn {
  margin-top: 10rem;
}
@media screen and (max-width: 781px) {
  .home .work .c-btn {
    margin-top: 45px;
  }
}

.home .strength {
  padding: 14rem 0;
  background-image: url(images/strengths_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 781px) {
  .home .strength {
    padding: 70px 0;
  }
}
.home .strength::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 80, 188, 0.69);
  z-index: 0;
}
.home .strength .c-ttl {
  text-align: center;
  margin-bottom: 12rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 781px) {
  .home .strength .c-ttl {
    margin-bottom: 65px;
  }
}
.home .strength .c-ttl-catch {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
}
.home .strength .c-ttl-span {
  color: #ffffff;
}
.home .strength .c-ttl-catch img {
  width: 46vw;
  max-width: 908px;
}
@media screen and (max-width: 781px) {
  .home .strength .c-ttl-catch img {
    width: 274px;
  }
}
.home .strength__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .home .strength__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home .strength__group-item {
  width: calc(33.3333333333% - 13.3333333333px);
  background: #ffffff;
  padding: 5.5rem 2.5rem 3rem 2.5rem;
  position: relative;
  border-radius: 30px;
}
@media screen and (max-width: 1023px) {
  .home .strength__group-item {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 781px) {
  .home .strength__group-item {
    padding: 30px 0;
  }
}
.home .strength__group-item:not(:last-of-type) {
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .home .strength__group-item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 781px) {
  .home .strength__group-item:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .home .strength__group-cover {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .strength__group-first {
  margin-bottom: 3rem;
}
@media screen and (max-width: 781px) {
  .home .strength__group-first {
    margin-bottom: 15px;
  }
}
.home .strength__group-span {
  font-size: 6rem;
  font-weight: 400;
  color: #003989;
  background: #D5D5D5;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 12rem;
  height: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .home .strength__group-span {
    font-size: 42px;
  }
}
@media screen and (max-width: 781px) {
  .home .strength__group-span {
    font-size: 32px;
    width: 80px;
    height: 80px;
    left: 0;
  }
}
.home .strength__group-lead {
  font-size: 2.4rem;
  font-weight: bold;
  color: #003989;
  text-align: center;
  line-height: 1.6666666667;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1919px) {
  .home .strength__group-lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1365px) {
  .home .strength__group-lead {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 781px) {
  .home .strength__group-lead {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.home .strength__group-txt {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-bottom: 3rem;
}
@media screen and (max-width: 781px) {
  .home .strength__group-txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .home .strength__group .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.home .about {
  padding: 14rem 0;
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 781px) {
  .home .about {
    padding: 80px 0;
  }
}
.home .about__ttl {
  font-size: 7rem;
  color: #003989;
  line-height: 2.1428571429;
  font-weight: 900;
  margin-bottom: 10rem;
}
.home .about__ttl span {
  letter-spacing: 5px;
}
@media screen and (max-width: 781px) {
  .home .about__ttl span {
    letter-spacing: unset;
  }
}
@media screen and (max-width: 1365px) {
  .home .about__ttl {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1023px) {
  .home .about__ttl {
    font-size: 5rem;
  }
}
@media screen and (max-width: 781px) {
  .home .about__ttl {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
.home .about__box {
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.home .about__box-frame {
  width: 100%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 781px) {
  .home .about__box-frame .l-inner {
    width: 100%;
    padding: 0 20px;
  }
}
.home .about__box-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
}
@media screen and (max-width: 781px) {
  .home .about__box-image {
    width: 100%;
    top: unset;
    position: static;
    padding: 0 5%;
  }
}
.home .about .l-inner {
  position: relative;
  height: 100%;
}
.home .about__content {
  width: 60rem;
  position: relative;
  z-index: 10;
  text-align: left;
}
@media screen and (max-width: 1365px) {
  .home .about__content {
    width: 50rem;
  }
}
@media screen and (max-width: 781px) {
  .home .about__content {
    width: 100%;
    margin-bottom: 50px;
  }
}
.home .about__content-lead {
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.5909090909;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1365px) {
  .home .about__content-lead {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 781px) {
  .home .about__content-lead {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 2;
  }
}
.home .about__content-lead span {
  font-weight: bold;
}
.home .about__content-txt {
  font-size: 1.6rem;
  line-height: 2.5;
}
@media screen and (max-width: 781px) {
  .home .about__content-txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.home .about__content-txt:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.home .about__content-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8.5rem;
}
@media screen and (max-width: 781px) {
  .home .about__content-frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home .about__content-frame .c-btn02 {
  width: 45%;
}
@media screen and (max-width: 781px) {
  .home .about__content-frame .c-btn02 {
    width: 100%;
  }
}
@media screen and (max-width: 781px) {
  .home .about__content-frame .c-btn02:first-of-type {
    margin-bottom: 30px;
  }
}

.home .accent {
  height: 5rem;
}
@media screen and (max-width: 781px) {
  .home .accent {
    height: 20px;
  }
}

.home .company .c-ttl {
  text-align: center;
  margin-bottom: 10rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 781px) {
  .home .company .c-ttl {
    text-align: left;
    margin-bottom: 40px;
  }
}
.home .company .c-ttl-catch img {
  width: 54vw;
  max-width: 1042px;
}
@media screen and (max-width: 781px) {
  .home .company .c-ttl-catch img {
    width: 100%;
  }
}
.home .company__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 1023px) {
  .home .company__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home .company__group-item {
  width: calc(33.3333333333% - 13.3333333333px);
  background: #ffffff;
  position: relative;
  border-radius: 30px;
}
@media screen and (max-width: 1023px) {
  .home .company__group-item {
    width: 100%;
    max-width: 500px;
  }
}
.home .company__group-item:not(:last-of-type) {
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .home .company__group-item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 781px) {
  .home .company__group-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.home .company__group-link {
  width: 100%;
  height: 100%;
  display: block;
}
.home .company__group-first {
  margin-bottom: 3rem;
}
@media screen and (max-width: 781px) {
  .home .company__group-first {
    margin-bottom: 15px;
  }
}
.home .company__group-lead {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.home .company .c-btn {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 781px) {
  .home .c-btn-link {
    padding: 3rem 4.5rem 3.3rem 4.5rem;
  }
}
@media screen and (max-width: 781px) {
  .home .c-ttl-catch {
    font-size: 46px;
  }
}

/*home--------------------*/
/*business--------------------*/
.business .first {
  text-align: center;
}
.business .first .wp-block-columns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.business .first .card {
  width: calc(50% - 4rem);
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
}
.business .first .card:nth-of-type(odd) {
  margin-right: 0;
}
@media screen and (max-width: 781px) {
  .business .first .card:nth-of-type(odd) {
    margin-right: 0;
  }
}
.business .first .card:nth-of-type(even) {
  margin-left: 8rem;
}
@media screen and (max-width: 781px) {
  .business .first .card:nth-of-type(even) {
    margin-left: 0;
    margin-top: 25px;
  }
}
.business .first .lead {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #003989;
}
@media screen and (max-width: 781px) {
  .business .first .lead {
    font-size: 24px;
  }
}
.business .first .txt {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2.1875;
  padding: 0 10px;
}
@media screen and (max-width: 781px) {
  .business .first .txt {
    font-size: 16px;
  }
}

.business .second {
  background: #F5FAFF;
}
.business .second .c-btn02 {
  width: 100%;
}
.business .second .c-btn02 .c-btn02-link-span {
  font-size: 22px;
}
@media screen and (max-width: 781px) {
  .business .second .c-btn02 .c-btn02-link-span {
    font-size: 18px;
  }
}
.business .second .btns {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.business .second .wp-block-columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.business .second .wp-block-column {
  width: 45%;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
}
@media screen and (max-width: 781px) {
  .business .second .wp-block-column {
    margin-bottom: 45px;
  }
}
.business .second .wp-block-columns .wp-block-column:nth-of-type(even) {
  margin-left: 0;
}
.business .second .lead {
  font-size: 2.2rem;
  font-weight: bold;
  color: #003989;
  padding-bottom: 1rem;
  border-bottom: 2px solid #003989;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .business .second .lead {
    font-size: 24px;
  }
}
.business .second table {
  border: 1px solid #003989;
  font-size: 2rem;
}
@media screen and (max-width: 781px) {
  .business .second table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business .second table th, .business .second table td {
  border: none;
  padding: 3rem 0 3rem 3rem;
  color: #003989;
  width: 50%;
  line-height: 1.5;
}
@media screen and (max-width: 781px) {
  .business .second table th, .business .second table td {
    width: 100%;
  }
}
.business .second table thead {
  background: #003989;
  text-align: left;
}
.business .second table thead th, .business .second table thead td {
  color: #ffffff;
}
.business .second table:first-of-type {
  margin-bottom: 5rem;
}

/*business--------------------*/
/*company--------------------*/
.company .first .wp-block-columns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 781px) {
  .company .first .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company .first .wp-block-column {
  width: 50%;
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
}
@media screen and (max-width: 781px) {
  .company .first .wp-block-column {
    width: 100%;
  }
}
.company .first p {
  font-size: 1.6rem;
  line-height: 2.5;
}
@media screen and (max-width: 781px) {
  .company .first p {
    font-size: 16px;
  }
}
.company .first .name {
  font-size: 1.6rem;
}
@media screen and (max-width: 781px) {
  .company .first .name {
    font-size: 16px;
  }
}
.company .first .name span {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 781px) {
  .company .first .name span {
    font-size: 16px;
  }
}

.company .second {
  background: #F5FAFF;
  color: #003989;
}
.company .second .catch {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.company .second .catch::before {
  content: "";
  width: 8rem;
  height: 8rem;
  border-top: 1px solid #003989;
  border-left: 1px solid #003989;
  position: absolute;
  top: -4rem;
  left: -13rem;
}
@media screen and (max-width: 781px) {
  .company .second .catch::before {
    left: -50px;
    display: none;
  }
}
.company .second .catch::after {
  content: "";
  width: 8rem;
  height: 8rem;
  border-bottom: 1px solid #003989;
  border-right: 1px solid #003989;
  position: absolute;
  bottom: -4rem;
  right: -13rem;
}
@media screen and (max-width: 781px) {
  .company .second .catch::after {
    right: -50px;
    display: none;
  }
}

.company .third {
  background: #F5FAFF;
  color: #003989;
}
.company .third .group {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .company .third .group {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.company .third .group li {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.5;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 5rem;
}
@media screen and (max-width: 781px) {
  .company .third .group li {
    font-size: 16px;
    padding-left: 50px;
  }
}
.company .third .group li::before {
  content: "1.";
  font-size: 4.2rem;
  font-weight: bold;
  opacity: 0.5;
  margin-right: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 781px) {
  .company .third .group li::before {
    top: -10px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.company .third .group li::after {
  content: "";
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background: rgba(43, 124, 239, 0.2);
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media screen and (max-width: 781px) {
  .company .third .group li::after {
    display: none;
  }
}
.company .third .group li:nth-of-type(1):before {
  content: "1.";
}
.company .third .group li:nth-of-type(2):before {
  content: "2.";
}
.company .third .group li:nth-of-type(3):before {
  content: "3.";
}

.company .sixth {
  background: #F5FAFF;
}
.company .sixth iframe {
  height: 66rem;
}

/*company--------------------*/
/*application-requirements--------------------*/
.application-requirements .first .txt {
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}

/*application-requirements--------------------*/
/*recruit--------------------*/
.recruit .c-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 781px) {
  .recruit .c-ttl-icon {
    width: 50px;
  }
}
@media screen and (max-width: 781px) {
  .recruit .c-ttl-span {
    font-size: 20px;
  }
}
.recruit .c-ttl-frame {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit .travel-group {
  margin-top: 50px !important;
}

.recruit .card .wp-block-columns {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.recruit .card .lead {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5909090909;
}
@media screen and (max-width: 1365px) {
  .recruit .card .lead {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .recruit .card .lead {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 781px) {
  .recruit .card .lead {
    font-size: 20px;
    line-height: 2;
  }
}
.recruit .card .lead span {
  font-weight: bold;
  color: #003989;
}
.recruit .card .txt {
  font-size: 1.6rem;
  line-height: 2.5;
}
@media screen and (max-width: 781px) {
  .recruit .card .txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 781px) {
  .recruit .card:nth-of-type(even) .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.recruit .first .txt {
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 781px) {
  .recruit .first .txt {
    font-size: 16px;
  }
}

.recruit .second {
  background: #F5FAFF;
}

.recruit .fourth {
  background: #F5FAFF;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.recruit .d-demo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.recruit .d-demo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.recruit .d-demo__list--left {
  -webkit-animation: infinity-scroll-left 95s infinite linear 0.5s both;
          animation: infinity-scroll-left 95s infinite linear 0.5s both;
}
.recruit .d-demo__item {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .recruit .d-demo__item {
    width: 200px;
  }
}
.recruit .d-demo__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit ul {
  padding-left: 0;
}

.recruit .slide {
  /*
  右から左へ
  ----------------------------*/
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.recruit .slide .d-demo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.recruit .slide .d-demo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.recruit .slide .d-demo__list--left {
  -webkit-animation: infinity-scroll-left 95s infinite linear 0.5s both;
          animation: infinity-scroll-left 95s infinite linear 0.5s both;
}
.recruit .slide .d-demo__item {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .recruit .slide .d-demo__item {
    width: 200px;
  }
}
.recruit .slide .d-demo__item > img {
  width: 100%;
}
.recruit .slide ul {
  padding-left: 0;
}

.recruit .card02 .name {
  font-size: 2rem;
  font-weight: bold;
  color: #003989;
  width: 80%;
  padding-bottom: 10px;
}
@media screen and (max-width: 781px) {
  .recruit .card02 .name {
    font-size: 20px;
  }
}
.recruit .card02 .name span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #003989;
  margin-left: 4rem;
}
@media screen and (max-width: 781px) {
  .recruit .card02 .name span {
    font-size: 20px;
  }
}
.recruit .card02 .post {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #003989;
  color: #ffffff;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 781px) {
  .recruit .card02 .post {
    font-size: 18px;
  }
}
.recruit .card02 .note {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  color: #003989;
}
@media screen and (max-width: 781px) {
  .recruit .card02 .note {
    font-size: 16px;
  }
}
.recruit .card02 .lead {
  font-size: 3.2rem;
  font-weight: bold;
  color: #003989;
  line-height: 1.5625;
}
@media screen and (max-width: 1365px) {
  .recruit .card02 .lead {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .recruit .card02 .lead {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 781px) {
  .recruit .card02 .lead {
    font-size: 20px;
  }
}
.recruit .card02 .txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 781px) {
  .recruit .card02 .txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 781px) {
  .card02 .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 781px) {
  .card02-2 .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.recruit .seventh {
  background: #F5FAFF;
}

.recruit .entry {
  background-image: url(images/recruit_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.recruit .entry::before {
  content: "";
  background: rgba(0, 80, 188, 0.69);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.recruit .entry .l-inner {
  position: relative;
  z-index: 2;
}
.recruit .entry .ttl {
  font-size: 12rem;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  line-height: 1.25;
}
@media screen and (max-width: 1365px) {
  .recruit .entry .ttl {
    font-size: 10rem;
  }
}
@media screen and (max-width: 1023px) {
  .recruit .entry .ttl {
    font-size: 8rem;
  }
}
@media screen and (max-width: 781px) {
  .recruit .entry .ttl {
    font-size: 40px;
  }
}
.recruit .entry .frame {
  height: 13rem;
}
@media screen and (max-width: 781px) {
  .recruit .entry .frame {
    height: auto;
  }
}
.recruit .entry .c-btn02 {
  width: 100%;
  background: #ffffff;
}
.recruit .entry .c-btn02-link {
  height: 100%;
  padding: 4.5rem;
}
.recruit .entry .c-btn02-link::before {
  bottom: 3rem;
  width: calc(100% - 9rem);
}
.recruit .entry .c-btn02-link-span {
  font-size: 24px;
}
@media screen and (max-width: 1365px) {
  .recruit .entry .c-btn02-link-span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .recruit .entry .c-btn02-link-span {
    font-size: 24px;
  }
}
@media screen and (max-width: 781px) {
  .recruit .entry .c-btn02-link-span {
    font-size: 18px;
  }
}
.recruit .entry .c-btn-entry {
  height: 100%;
}
@media screen and (max-width: 781px) {
  .recruit .entry .wp-block-column:first-of-type {
    margin-bottom: 10px;
  }
}

/*recruit--------------------*/
/*archive--------------------*/
.archive .c-fv {
  background-image: url(images/fv01.jpg);
}

.archive__group {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 21rem;
  padding: 7.5rem 0;
}
.archive__group-item {
  border-top: 1px solid #222725;
  position: relative;
}
.archive__group-item:last-of-type {
  border-bottom: 1px solid #222725;
}
.archive__group-link {
  width: 100%;
  height: 100%;
  display: block;
  padding: 4.2rem 0 4.2rem 2rem;
}
@media screen and (max-width: 781px) {
  .archive__group-link {
    padding: 35px 0 35px 15px;
  }
}
.archive__group-date {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #222725;
}
.archive__group-category {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: #03367A;
  color: #ffffff;
  padding: 8px 3rem;
  position: absolute;
  top: 50%;
  right: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 781px) {
  .archive__group-category {
    position: static;
    top: unset;
    right: unset;
    -webkit-transform: none;
            transform: none;
    margin-left: 15px;
  }
}
.archive__group-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #222725;
}
.archive__group-first {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 781px) {
  .archive__group-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 18px;
  }
}

/*archive--------------------*/
/*single--------------------*/
.single-frame {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5rem 0;
}
.single-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  color: #03367A;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 781px) {
  .single-ttl {
    margin-bottom: 26px;
  }
}
.single-category {
  background: #03367A;
  color: #ffffff;
  padding: 8px 30px;
  display: inline-block;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 781px) {
  .single-category {
    margin-bottom: 36px;
  }
}
.single-content {
  margin-bottom: 22.5rem;
  font-size: 16px;
  line-height: 2em;
}
@media screen and (max-width: 781px) {
  .single-content {
    font-size: 16px;
    line-height: 2em;
  }
}

.single-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-pager-list {
  color: #03367A;
}
.single-pager-list:not(:last-of-type) {
  margin-right: 38px;
}
.single-pager-link {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #03367A;
  border: 2px solid #03367A;
  padding: 25px 60px;
  display: block;
}
.single-pager-link:hover {
  color: #ffffff;
  background: #03367A;
  opacity: 1;
}
.single-pager a {
  color: #03367A;
}

/*single--------------------*/
/*contact--------------------*/
.contact__ttl {
  padding-top: 12rem;
  text-align: center;
}
.contact .c-breadcrumbs {
  padding-left: 0;
  margin-bottom: 5rem;
}
.contact .first a {
  text-decoration: underline;
}
.contact .wpcf7 {
  margin-bottom: 5rem;
  padding: 20px;
}
.contact .wpcf7 .wpcf7-form {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0;
}
.contact .wpcf7 .wpcf7-form input[type=submit] {
  font-weight: bold;
  color: #ffffff;
  -webkit-appearance: none;
}
.contact .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.4;
}
.contact .wpcf7 .wpcf7-form p {
  padding: 1rem 0;
}
.contact .wpcf7 .wpcf7-list-item {
  margin-bottom: 1rem;
}
.contact .wpcf7 .submit_btn_wrap {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.contact .wpcf7 .submit_btn_wrap .wpcf7-submit {
  width: 240px;
  border-radius: 0;
  padding: 10.8px 0;
}
.contact .wpcf7 dl {
  margin-bottom: 5rem;
}
.contact .wpcf7 dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 5rem 3rem 4rem;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 dl div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 5px;
  }
}
.contact .wpcf7 dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  line-height: 1.5;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 dl dt {
    margin-bottom: 25px;
  }
}
.contact .wpcf7 dl dd {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  margin-left: 3.5rem;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 dl dd {
    width: 100%;
    margin-left: 0;
  }
}
.contact .wpcf7 dl dt::after {
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 12px;
  line-height: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 dl dt::after {
    margin-left: 20px;
  }
}
.contact .wpcf7 dl dt.need::after {
  content: "必須";
  background-color: #FE060A;
  color: #fff;
}
.contact .wpcf7 dl dt.any::after {
  content: "任意";
  background-color: #11AC04;
  color: #fff;
}
.contact .wpcf7 dl dd span.wpcf7-list-item {
  display: block;
}
.contact .wpcf7 dl dd .wpcf7-text, .contact .wpcf7 .wpcf7-select {
  height: 6rem;
  border: none;
}
.contact .wpcf7 dl dd .wpcf7-text, .contact .wpcf7 dl dd .wpcf7-textarea, .contact .wpcf7 .wpcf7-select {
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
}
.contact .wpcf7 .cf7-text-box p {
  text-align: center;
}
.contact .wpcf7 .cf7-text-box p:first-of-type {
  margin-bottom: 7px;
}
.contact .wpcf7 a.cf7-link {
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .wpcf7 a.cf7-link:hover {
  opacity: 0.7;
}
.contact .wpcf7 .wpcf7-spinner {
  display: none;
}
.contact .wpcf7 .wpcf7-list-item-label {
  line-height: 1.5;
}
.contact .wpcf7 .c-btn {
  position: relative;
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}
.contact .wpcf7 .c-btn-link {
  opacity: 1;
  border: 1px solid #13334E;
  background: #13334E;
  padding: 2rem 3rem;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0;
  color: #ffffff;
}
@media (max-width: 59.99em) {
  .contact .wpcf7 .submit_btn_wrap .wpcf7-submit {
    width: 70%;
  }
}

/*contact--------------------*/