@charset "UTF-8";
* {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "Yu Gothic", "Meiryo", "Helvetica Neue", Arial, "MS Pゴシック", sans-serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #1A1A1A;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

a {
  transition: 0.3s all;
  color: #1A1A1A;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 970px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.innerbox {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0px 60px;
}
@media screen and (max-width: 1099px) {
  .innerbox {
    max-width: 100%;
    margin: 0 3%;
  }
}
@media screen and (max-width: 750px) {
  .innerbox {
    padding: 40px 0px;
  }
}

.innerbox_s {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .innerbox_s {
    max-width: 100%;
    margin: 0 3%;
  }
}

h2.h2_heading {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}

.highlight {
  background: #FFF16E;
  padding: 2px 3px;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-decoration-color: #FFA329;
  text-underline-offset: 0.3em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.big {
  font-size: 1.3em;
  font-weight: 700;
}

.small {
  font-size: 0.8em;
}

.accent {
  color: #ED2700;
}

.spacer {
  margin-left: 8px;
}

@media screen and (max-width: 750px) {
  .sp_br::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 970px) {
  .tab_br::before {
    content: "\a";
    white-space: pre;
  }
}

.pc_br::before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 750px) {
  .pc_br::before {
    content: none;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

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

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

.pagetop {
  position: fixed;
  bottom: 215px;
  right: 50px;
  z-index: 10;
}
@media screen and (max-width: 1099px) {
  .pagetop {
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .pagetop {
    display: none;
  }
}
.pagetop a {
  background: #024059;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  position: relative;
  transition: all 0.3s;
}
.pagetop a::before {
  content: "";
  border-bottom: 10px solid #ffffff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.pagetop a:hover {
  background: #ffffff;
  border: 2px solid #024059;
}
.pagetop a:hover::before {
  content: "";
  border-bottom: 10px solid #024059;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  border: none;
}

p {
  word-break: break-all;
  word-wrap: break-word;
}

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

header {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background: #ffffff;
  box-shadow: -3px 6px 18px -20px #4D4D4D;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  header {
    padding: 20px 3%;
  }
}
@media screen and (max-width:491px) {
  header {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
}
header .left_box h1 {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width:491px) {
  header .left_box h1 {
    font-size: 1.2rem;
  }
}
header .right_box {
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
header .right_box img {
  width: 330px;
  margin-right: -30px;
  z-index: 1;
}
@media screen and (max-width: 970px) {
  header .right_box img {
    width: 250px;
    margin-right: -56px;
  }
}
@media screen and (max-width: 750px) {
  header .right_box img {
    display: none;
  }
}
header .right_box a {
  text-align: center;
  background: #FF6700;
  padding: 10px 10px 12px;
  border-radius: 10px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
  text-shadow: rgba(255, 103, 0, 0.7) 2px 2px 3px;
  transition: 0.3s all;
  width: min(35vw, 315px);
  position: relative;
}
@media screen and (max-width: 970px) {
  header .right_box a {
    font-size: 1.6rem;
    padding: 8px 5px 7px 30px;
  }
}
@media screen and (max-width: 750px) {
  header .right_box a {
    padding: 8px;
    width: 45vw;
  }
}
@media screen and (max-width:491px) {
  header .right_box a {
    display: none;
  }
}
header .right_box a::before {
  content: "";
  background: linear-gradient(to bottom, #FFA329, #FF8308);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all;
}
header .right_box a .textbox {
  position: relative;
}
header .right_box a:hover {
  transform: translateY(-4px);
}
header .right_box a:hover::before {
  opacity: 0;
}

footer {
  background: #024059;
  text-align: center;
  font-size: 1.4rem;
  padding: 20px 0px;
  margin-bottom: 175px;
}
@media screen and (max-width: 750px) {
  footer {
    padding-bottom: 70px;
    margin-bottom: 110px;
  }
}
@media screen and (max-width:491px) {
  footer {
    margin-bottom: 90px;
  }
}
footer .footer_link {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 10px 40px;
}
@media screen and (max-width: 750px) {
  footer .footer_link {
    flex-direction: column;
  }
}
footer .footer_link a {
  text-decoration: underline;
  color: #C1C8C9;
}
footer .footer_link a:hover {
  text-decoration: none;
}
footer .footer_link a:link {
  color: #C1C8C9;
}
footer .footer_link .copy {
  color: #C1C8C9;
}
footer .innerbox {
  padding: 0px;
}

.floating_block {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #127CA6 url("/assets/img/cta_bg@2x.webp") no-repeat center center/cover;
  padding: 15px 3%;
  height: 175px;
}
@media screen and (max-width: 750px) {
  .floating_block {
    height: auto;
    padding: 10px 3% 15px;
  }
}
.floating_block .floating_inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .floating_block .floating_inner {
    max-width: 100%;
    margin: 0 3%;
  }
}
.floating_block .floating_inner .pc {
  text-align: center;
}
.floating_block .floating_inner .pc .floating_text {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.floating_block .floating_inner .pc .floating_text::before, .floating_block .floating_inner .pc .floating_text::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/balloon.svg") no-repeat;
  width: 15px;
  height: 37px;
  position: absolute;
  bottom: 0;
}
.floating_block .floating_inner .pc .floating_text::before {
  left: -20px;
}
.floating_block .floating_inner .pc .floating_text::after {
  right: -20px;
  transform: scale(-1, 1);
}
.floating_block .floating_inner .pc .button_box a {
  padding: 10px 15px;
}
.floating_block .floating_inner .sp h2 {
  text-align: center;
}
.floating_block .floating_inner .sp h2 img {
  width: 65vw;
}
.floating_block .floating_inner .sp .button_box {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.floating_block .floating_inner .sp .button_box a {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 8px 10px;
}
.floating_block .floating_inner .sp .button_box a.search span::before {
  content: none;
}
.floating_block .floating_inner .sp .button_box a.entry span::before {
  content: none;
}
.floating_block .floating_inner .button_box a {
  box-shadow: 3px 3px 8px -4px rgba(4, 70, 86, 0.64);
}

.button_box {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  text-align: center;
}
.button_box a {
  padding: 10px 25px;
  color: #ffffff;
  width: min(100%, 430px);
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  border-radius: 10px;
}
.button_box a.search {
  background: #04203A;
}
.button_box a.search::before {
  content: "";
  background: linear-gradient(to bottom, #0B3768, #082B59);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all;
}
.button_box a.search span {
  position: relative;
}
.button_box a.search span::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/cta_info_icon.svg") no-repeat;
  width: 22px;
  height: 22.01px;
  margin: 0px 5px -3px 0px;
}
.button_box a.search:hover {
  transform: translateY(-4px);
}
.button_box a.search:hover::before {
  opacity: 0;
}
.button_box a.entry {
  background: #FF6700;
}
.button_box a.entry::before {
  content: "";
  background: linear-gradient(to bottom, #FFA329, #FF8308);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all;
}
.button_box a.entry span {
  position: relative;
}
.button_box a.entry span::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/cta_entry_icon.svg") no-repeat;
  width: 23.87px;
  height: 28px;
  margin: 0px 5px -7px 0px;
}
.button_box a.entry:hover {
  transform: translateY(-4px);
}
.button_box a.entry:hover::before {
  opacity: 0;
}

.main_wrapper {
  background: url("/assets/img/main_bg@2x.webp") no-repeat top center/cover;
}
.main_wrapper .mainvisual {
  text-align: center;
  padding: 20px 3% 0px;
}
.main_wrapper .mainvisual img {
  max-width: 1440px;
  width: 100%;
}
.main_wrapper .type_list {
  background: rgba(182, 225, 242, 0.78);
  padding: 20px 3%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main_wrapper .type_list {
    background: rgba(182, 225, 242, 0.45);
  }
}
.main_wrapper .type_list img {
  width: min(100%, 1345px);
}
.main_wrapper .sp_list {
  text-align: center;
}
.main_wrapper .sp_list img {
  width: min(100%, 710px);
}

.client_block a img {
  width: min(100%, 1100px);
}
.client_block a:hover {
  opacity: 0.7;
}

.recruit_block .h2_heading {
  background: url("/assets/img/h2_recruit_pc@2x.webp") no-repeat center/100%;
  max-width: 560px;
  height: 140px;
}
@media screen and (max-width: 750px) {
  .recruit_block .h2_heading {
    background: url("/assets/img/h2_recruit_sp@2x.webp") no-repeat center/100%;
    max-width: 340px;
    height: 90px;
  }
}
.recruit_block ul {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 50px 40px;
}
.recruit_block ul li {
  width: 340px;
  position: relative;
}
.recruit_block ul li a {
  display: block;
}
.recruit_block ul li a img {
  width: 100%;
}
.recruit_block ul li a h3 {
  font-weight: 700;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 25%;
}
.recruit_block ul li a h3::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/recruit_arrow.svg") no-repeat;
  width: 61.71px;
  height: 23.58px;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.recruit_block ul li a::before {
  content: "";
  display: inline-block;
  background: rgba(2, 64, 89, 0.43);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all;
}
.recruit_block ul li a:hover::before {
  background: rgba(2, 64, 89, 0.75);
}
.recruit_block .button_box {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .recruit_block .button_box {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .recruit_block .button_box a {
    width: 100%;
  }
}
.recruit_block .button_box a.search {
  margin-bottom: 20px;
}

.cando_block {
  background: #F3FCFF;
}
.cando_block .h2_heading {
  background: url("/assets/img/h2_cando_pc@2x.webp") no-repeat center/100%;
  max-width: 750px;
  height: 140px;
}
@media screen and (max-width: 750px) {
  .cando_block .h2_heading {
    background: url("/assets/img/h2_cando_sp@2x.webp") no-repeat center/100%;
    max-width: 290px;
    height: 115px;
  }
}
.cando_block .cando_box {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media screen and (max-width: 970px) {
  .cando_block .cando_box {
    flex-direction: column;
  }
}
.cando_block .cando_box .textbox {
  margin-right: -8%;
}
@media screen and (max-width: 970px) {
  .cando_block .cando_box .textbox {
    margin: 0px 0px 30px 0px;
  }
}
.cando_block .cando_box .textbox ul {
  margin-bottom: 40px;
}
.cando_block .cando_box .textbox ul li {
  font-size: 2rem;
  white-space: nowrap;
}
.cando_block .cando_box .textbox ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 970px) {
  .cando_block .cando_box .textbox ul li {
    white-space: normal;
  }
}
.cando_block .cando_box .textbox p {
  font-size: 2.8rem;
  font-weight: 700;
  color: #024059;
  line-height: 1.5;
}
@media screen and (max-width: 970px) {
  .cando_block .cando_box .textbox p {
    text-align: center;
  }
}
.cando_block .cando_box img {
  width: min(60vw, 719px);
}
@media screen and (max-width: 750px) {
  .cando_block .cando_box img {
    width: 100%;
  }
}

.point_block {
  padding-top: 20px;
  background: url("/assets/img/point_bg_top@2x.webp") no-repeat top center/contain, url("/assets/img/point_bg_bottom@2x.webp") no-repeat bottom center/contain;
  background-color: #B6E1F2;
}
.point_block ul li {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media screen and (max-width: 970px) {
  .point_block ul li {
    flex-direction: column;
    margin: 0 auto;
  }
}
.point_block ul li:not(:last-child) {
  margin-bottom: 60px;
}
.point_block ul li img {
  width: 100%;
}
.point_block ul li .textbox {
  margin-left: 50px;
}
@media screen and (max-width: 970px) {
  .point_block ul li .textbox {
    margin: 20px 0px 0px;
  }
}
.point_block ul li .textbox h3 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.35;
  margin-bottom: 30px;
}
@media screen and (max-width: 970px) {
  .point_block ul li .textbox h3 {
    margin-bottom: 20px;
  }
}
.point_block ul li.reverse_box {
  flex-direction: row-reverse;
}
.point_block ul li.reverse_box .textbox {
  margin: 0px 50px 0px 0px;
}
@media screen and (max-width: 970px) {
  .point_block ul li.reverse_box .textbox {
    margin: 20px 0px 0px;
  }
}
@media screen and (max-width: 970px) {
  .point_block ul li.reverse_box {
    flex-direction: column;
  }
}

.specialized_block {
  background: url("/assets/img/specialized_bg@2x.webp") no-repeat center/cover;
}
.specialized_block .h2_heading {
  background: url("/assets/img/h2_specialized_pc@2x.webp") no-repeat center/100%;
  max-width: 700px;
  height: 185px;
}
@media screen and (max-width: 750px) {
  .specialized_block .h2_heading {
    background: url("/assets/img/h2_specialized_sp@2x.webp") no-repeat center/100%;
    max-width: 340px;
    height: 140px;
  }
}
.specialized_block .text_wrapper {
  background: rgba(255, 255, 255, 0.89);
  padding: 20px;
  width: min(100%, 800px);
  margin: 0 auto;
}
.specialized_block .text_wrapper p {
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .specialized_block .text_wrapper p {
    text-align: left;
  }
}
.specialized_block .text_wrapper p .accent {
  font-weight: 700;
}

.charm_block .h2_heading {
  background: url("/assets/img/h2_charm_pc@2x.webp") no-repeat center/100%;
  max-width: 670px;
  height: 180px;
}
@media screen and (max-width: 750px) {
  .charm_block .h2_heading {
    background: url("/assets/img/h2_charm_sp@2x.webp") no-repeat center/100%;
    max-width: 285px;
    height: 135px;
  }
}
.charm_block .charm_box {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}
@media screen and (max-width: 970px) {
  .charm_block .charm_box {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.charm_block .charm_box img {
  width: clamp(300px, 50vw, 510px);
  margin-right: 40px;
}
@media screen and (max-width: 970px) {
  .charm_block .charm_box img {
    margin: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 970px) {
  .charm_block .charm_box p {
    width: min(100%, 510px);
  }
}
.charm_block .charm_box p .text_inner {
  margin-top: 30px;
  display: inline-block;
}
.charm_block .reverse_box {
  flex-direction: row-reverse;
  margin-top: 60px;
}
@media screen and (max-width: 970px) {
  .charm_block .reverse_box {
    flex-direction: column;
  }
}
.charm_block .reverse_box img {
  width: clamp(300px, 50vw, 510px);
  margin: 0px 0px 0px 40px;
}
@media screen and (max-width: 970px) {
  .charm_block .reverse_box img {
    margin: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 970px) {
  .charm_block .reverse_box .textbox {
    width: min(100%, 510px);
  }
}
.charm_block .reverse_box .textbox h3 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 20px;
}

.introduction_block .h2_heading {
  background: url("/assets/img/h2_introduction_pc@2x.webp") no-repeat center/100%;
  max-width: 710px;
  height: 180px;
}
@media screen and (max-width: 750px) {
  .introduction_block .h2_heading {
    background: url("/assets/img/h2_introduction_sp@2x.webp") no-repeat center/100%;
    max-width: 290px;
    height: 140px;
  }
}
.introduction_block .introduction_text {
  background: #024059;
  padding: 20px;
}
.introduction_block .introduction_text p {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.65;
  color: #ffffff;
  text-align: center;
}
.introduction_block .introduction_text p .highlight {
  color: #024059;
  padding: 0px 3px 2px;
}
.introduction_block .introduction_box {
  position: relative;
  background: url("/assets/img/introduction_bg@2x.webp") repeat top left/5%;
}
@media screen and (max-width: 750px) {
  .introduction_block .introduction_box {
    background-size: 10%;
  }
}
.introduction_block .introduction_box::before {
  content: "";
  display: inline-block;
  border-top: 40px solid #024059;
  border-right: 10vw solid transparent;
  border-left: 10vw solid transparent;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 970px) {
  .introduction_block .introduction_box::before {
    border-right: 20vw solid transparent;
    border-left: 20vw solid transparent;
  }
}
.introduction_block .introduction_box .introduction_list {
  padding: 50px 0px 80px;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.introduction_block .introduction_box .introduction_list li {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
}
@media screen and (max-width: 970px) {
  .introduction_block .introduction_box .introduction_list li {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.introduction_block .introduction_box .introduction_list li:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 970px) {
  .introduction_block .introduction_box .introduction_list li:not(:last-child) {
    margin-bottom: 50px;
  }
}
.introduction_block .introduction_box .introduction_list li img {
  width: max(80%, 560px);
  margin-bottom: -25px;
}
@media screen and (max-width: 970px) {
  .introduction_block .introduction_box .introduction_list li img {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 750px) {
  .introduction_block .introduction_box .introduction_list li img {
    width: 100%;
  }
}
.introduction_block .introduction_box .introduction_list li .textbox {
  margin-left: 50px;
}
@media screen and (max-width: 970px) {
  .introduction_block .introduction_box .introduction_list li .textbox {
    margin: 20px 0px 0px 0px;
    width: min(100%, 510px);
  }
}
.introduction_block .introduction_box .introduction_list li .textbox h3 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
}
.introduction_block .introduction_box .introduction_list li .textbox div {
  border-top: 1px solid #5897A6;
  border-bottom: 1px solid #5897A6;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}
.introduction_block .introduction_box .introduction_list li .textbox div p.title {
  font-weight: 700;
  margin-right: 20px;
  white-space: nowrap;
}
.introduction_block .introduction_box .introduction_list li.university .textbox h3 {
  background: url("/assets/img/introduction_title01@2x.webp") no-repeat left -20px center/100%;
  max-width: 447px;
}
@media screen and (max-width: 1099px) {
  .introduction_block .introduction_box .introduction_list li.university .textbox h3 {
    background-size: left 0px center;
    background-position: 100%;
  }
}
.introduction_block .introduction_box .introduction_list li.public .textbox h3 {
  background: url("/assets/img/introduction_title02@2x.webp") no-repeat left -20px center/100%;
  max-width: 300px;
}
@media screen and (max-width: 1099px) {
  .introduction_block .introduction_box .introduction_list li.public .textbox h3 {
    background-size: left 0px center;
    background-position: 100%;
  }
}
.introduction_block .introduction_box .introduction_list li.private .textbox h3 {
  background: url("/assets/img/introduction_title03@2x.webp") no-repeat left -20px center/100%;
  max-width: 250px;
}
@media screen and (max-width: 1099px) {
  .introduction_block .introduction_box .introduction_list li.private .textbox h3 {
    background-size: left 0px center;
    background-position: 100%;
  }
}
.introduction_block .introduction_box .introduction_list li.reverse_box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 970px) {
  .introduction_block .introduction_box .introduction_list li.reverse_box {
    flex-direction: column;
  }
}
.introduction_block .introduction_box .introduction_list li.reverse_box .textbox {
  margin: 0px 50px 0px 0px;
}
@media screen and (max-width: 970px) {
  .introduction_block .introduction_box .introduction_list li.reverse_box .textbox {
    margin: 20px 0px 0px 0px;
    width: min(100%, 510px);
  }
}
.introduction_block .information_box {
  background: #B6E1F2;
}
.introduction_block .information_box .innerbox {
  padding: 0px;
}
@media screen and (max-width: 970px) {
  .introduction_block .information_box .innerbox {
    padding-top: 20px;
  }
}
.introduction_block .information_box .information_inner {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 970px) {
  .introduction_block .information_box .information_inner {
    flex-direction: column-reverse;
  }
}
.introduction_block .information_box .information_inner img {
  width: 320px;
  margin-top: -30px;
}
@media screen and (max-width: 970px) {
  .introduction_block .information_box .information_inner img {
    margin-top: 10px;
  }
}
.introduction_block .information_box .information_inner p {
  margin-left: 30px;
  font-weight: 700;
  font-size: 2.2rem;
}
@media screen and (max-width: 970px) {
  .introduction_block .information_box .information_inner p {
    margin-left: 0px;
  }
}

.unique_wrapper {
  background: url("/assets/img/unique_bg@2x.webp") no-repeat center bottom/contain;
}
.unique_wrapper .unique_box {
  text-align: center;
}
.unique_wrapper .unique_box h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #082B59;
  line-height: 1.32;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width:491px) {
  .unique_wrapper .unique_box h3 {
    font-size: 2.4rem;
  }
}
.unique_wrapper .unique_box h3::before, .unique_wrapper .unique_box h3::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/unique_balloon.svg") no-repeat;
  width: 33.05px;
  height: 69.88px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width:350px) {
  .unique_wrapper .unique_box h3::before, .unique_wrapper .unique_box h3::after {
    width: 26.05px;
    height: 53.88px;
  }
}
.unique_wrapper .unique_box h3::before {
  left: -50px;
}
@media screen and (max-width:350px) {
  .unique_wrapper .unique_box h3::before {
    left: -30px;
  }
}
.unique_wrapper .unique_box h3::after {
  transform: scale(-1, 1);
  right: -50px;
}
@media screen and (max-width:350px) {
  .unique_wrapper .unique_box h3::after {
    right: -30px;
  }
}
.unique_wrapper .unique_box ul {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  gap: 60px 60px;
}
@media screen and (max-width: 750px) {
  .unique_wrapper .unique_box ul {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.unique_wrapper .unique_box ul li {
  width: min(100%, 520px);
}
.unique_wrapper .unique_box ul li img {
  width: 100%;
}
.unique_wrapper .unique_box ul li h4 {
  font-weight: 700;
  font-size: 2.4rem;
  color: #082B59;
  margin: 20px 0px 10px;
}
.unique_wrapper .unique_box ul li p {
  text-align: left;
}

.flow_block .h2_heading {
  background: url("/assets/img/h2_flow_pc@2x.webp") no-repeat center/100%;
  max-width: 520px;
  height: 150px;
}
@media screen and (max-width: 750px) {
  .flow_block .h2_heading {
    background: url("/assets/img/h2_flow_sp@2x.webp") no-repeat center/100%;
    max-width: 310px;
    height: 90px;
  }
}
.flow_block ul li {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media screen and (max-width: 750px) {
  .flow_block ul li {
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
}
.flow_block ul li:not(:last-child) {
  margin-bottom: 40px;
}
.flow_block ul li img {
  width: 160px;
}
.flow_block ul li .textbox {
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  .flow_block ul li .textbox {
    margin: 30px 0px 0px 0px;
  }
}
.flow_block ul li .textbox h3 {
  font-weight: 700;
  font-size: 2.4rem;
}
.flow_block ul li .textbox h3 img {
  width: 42px;
  height: 35px;
  margin-bottom: 5px;
}
.flow_block ul li .textbox p a {
  text-decoration: underline;
}
.flow_block ul li .textbox p a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */