@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  letter-spacing: .04em;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  html {
    font-size: calc(100vw * 10 / 1240);
  }
}

@media screen and (max-width: 420px) {
  html {
    font-size: calc(100vw * 10 / 420);
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  color: #3A3A3A;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.evt.done {
  visibility: visible;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -8.8rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -6rem;
  }
}

.c_btn {
  text-align: center;
}

.c_btn a {
  display: inline-block;
  background: #00A8F0;
  border-radius: 3rem;
  text-align: center;
  color: #fff;
  box-shadow: 0 0.4rem 1rem rgba(41, 41, 41, 0.4);
  position: relative;
  font-size: 2rem;
  line-height: 3;
  width: 17em;
  border: solid 2px #00A8F0;
  padding-right: 1em;
}

@media screen and (max-width: 767px) {
  .c_btn a {
    font-size: 1.8rem;
  }
}

.c_btn a:after {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -2px;
  width: 3.4em;
  background: #fff;
  height: 1px;
}

.c_btn .doc {
  background: #fff;
  color: #fff;
  color: #00A8F0;
}

.c_btn .doc:after {
  background: #00A8F0;
}

.c_ttl {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 2rem;
  color: #0E3B4E;
  position: relative;
  text-align: center;
  letter-spacing: .1em;
  font-weight: bold;
  margin-bottom: 6.5rem;
}

@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 1.8rem;
    margin-bottom: 4.5rem;
  }
}

.c_ttl.w {
  color: #fff;
}

.c_ttl.w i {
  color: inherit;
}

.c_ttl.w:before {
  background: #fff;
}

.c_ttl:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #00A8F0;
  top: -1.8em;
}

.c_ttl i {
  display: block;
  text-transform: uppercase;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2em;
  font-weight: 800;
  color: #00A8F0;
  line-height: 1;
  letter-spacing: .1em;
  margin-bottom: .25em;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 112rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 2rem;
  }
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
  .is_tel {
    pointer-events: none;
    cursor: default;
  }
  .is_tel:hover {
    opacity: 1;
  }
}

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

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 8.8rem;
  background: #fff;
}

@media screen and (min-width: 768px) {
  #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3rem 0 9rem;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 6rem;
  }
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 3rem;
  }
}

.h_logo img {
  height: 7.8rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    height: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .h_logo {
    position: absolute;
    left: 2rem;
    top: 1rem;
  }
}

.h_lang {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
}

.h_lang img {
  width: 4.4rem;
}

.h_nav {
  color: #0E3B4E;
  font-family: "IBM Plex Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    font-size: 1.8rem;
    gap: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .h_nav a {
    padding: 1em 0;
  }
}

.h_link {
  display: flex;
  gap: 1.4rem;
}

@media screen and (max-width: 767px) {
  .h_link {
    flex-direction: column;
    margin: 3rem 0 5rem;
  }
}

.h_link a {
  border: solid 1px #00A8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3em;
  background: #00A8F0;
  color: #fff;
  text-align: center;
  height: 4.2rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .h_link a {
    width: 16.8rem;
  }
}

.h_link .doc {
  background: #fff;
  color: #00A8F0;
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 2rem;
    top: 2.1rem;
    width: 3rem;
    height: 2rem;
    cursor: pointer;
    z-index: 10;
  }
  .h_menu .icon {
    position: relative;
    display: block;
    left: calc(50% - 1.5rem);
    top: calc(50% - 0.1rem);
  }
  .h_menu .icon, .h_menu .icon:before, .h_menu .icon:after {
    width: 3rem;
    height: 0.2rem;
    background: #29241d;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition-property: background-color, top;
  }
  .h_menu .icon:before, .h_menu .icon:after {
    content: '';
    position: absolute;
    top: calc(((2rem / 2) - 0.1rem) * -1);
    left: 0;
  }
  .h_menu .icon:after {
    top: calc((2rem / 2 - 0.1rem));
  }
  body.open .h_menu .icon {
    background: transparent;
  }
  body.open .h_menu .icon:before, body.open .h_menu .icon:after {
    top: 0;
  }
  body.open .h_menu .icon:before {
    transform: rotate(45deg);
  }
  body.open .h_menu .icon:after {
    transform: rotate(-45deg);
  }
  #toggle_menu {
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 6rem;
    height: calc(100% - 6rem);
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 5rem 2rem;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    display: block;
    animation: itemFadeIn 1s;
  }
  body.close #toggle_menu {
    display: none;
    animation: itemFadeOut .8s;
  }
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes itemFadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}

#footer {
  background: #020637;
  color: #fff;
  padding: 8rem 0 2rem;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 6rem 0 2rem;
  }
}

@media screen and (min-width: 768px) {
  .f_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5rem;
  }
  .f_row .right {
    width: 50.3rem;
  }
  .f_row .row {
    display: flex;
    gap: 3rem;
    align-items: center;
  }
}

.f_logo img {
  height: 10.4rem;
}

@media screen and (max-width: 767px) {
  .f_info {
    margin: 3rem 0 0;
  }
}

.f_info dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.f_info2 {
  display: flex;
  flex-wrap: wrap;
  width: 50rem;
  gap: 1rem 0;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .f_info2 {
    margin: 2rem 0 5rem;
  }
}

.f_info2 dt {
  width: 20rem;
}

.f_nav {
  display: flex;
}

@media screen and (min-width: 768px) {
  .f_nav {
    font-size: 1.8rem;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .f_nav {
    gap: 2em;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.f_nav a {
  padding: .2em 0;
}

.f_contact {
  margin: 3rem 0 6rem;
  padding-top: 4rem;
  border-top: solid 1px #fff;
}

.f_contact p {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "IBM Plex Sans JP", sans-serif;
  margin-bottom: .6em;
}

.f_contact ul {
  display: flex;
  gap: 1.6rem;
}

@media screen and (max-width: 767px) {
  .f_contact ul {
    flex-direction: column;
  }
}

.f_contact a {
  border: solid 2px #00A8F0;
  line-height: 2.55;
  text-align: center;
  border-radius: 3em;
  background: #00A8F0;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  display: block;
}

@media screen and (min-width: 768px) {
  .f_contact a {
    width: 26.5rem;
  }
}

.f_contact .doc {
  background: #fff;
  color: #00A8F0;
}

.f_link {
  display: flex;
  justify-content: flex-end;
  font-size: 1.4rem;
  gap: 2em;
}

.f_copy {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 6rem;
  font-family: "IBM Plex Sans JP", sans-serif;
}

footer {
  overflow: hidden;
}

/*--------------------------------------------------------------
Project          
--------------------------------------------------------------*/
.c_mission {
  background: #00A8F0;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c_mission {
    padding: 10rem 0 6rem;
  }
  .c_mission .u_inner {
    padding: 0 2rem;
  }
}

@media screen and (min-width: 768px) {
  .c_mission {
    padding: 12rem 0 6rem;
    min-height: 87.8rem;
  }
  .c_mission .u_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .c_mission .head {
    width: 50rem;
    position: relative;
  }
  .c_mission .img {
    width: 59.5rem;
    max-width: 59.5rem;
    position: absolute;
    left: calc(50% - 65.5rem);
    bottom: -2.5rem;
  }
  .c_mission .desc {
    width: 54rem;
    margin-top: 2rem;
  }
  .c_mission .c_ttl {
    text-align: left;
    margin-bottom: 3rem;
  }
  .c_mission .c_ttl:before {
    translate: 0;
    left: 0;
  }
  .c_mission .c_ttl i {
    display: inline-block;
    margin-right: .5em;
  }
}

.c_mission .head p {
  font-weight: 800;
  font-size: 3rem;
  letter-spacing: .1em;
  line-height: 1.93;
}

@media screen and (max-width: 767px) {
  .c_mission .head p {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
}

.c_mission .desc p {
  line-height: 2.5;
  letter-spacing: .1em;
}

.c_mission .desc p + p {
  margin-top: 2.5em;
}

@media screen and (max-width: 767px) {
  .c_mission .img {
    margin-top: 2rem;
    margin-left: -7rem;
    width: 70%;
    display: block;
  }
}

.c_mission .logo {
  position: absolute;
  right: -6px;
  top: 0;
  width: 1px;
}

.c_mission .logo i {
  display: block;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 8.8rem;
  letter-spacing: .1em;
  transform: rotate(90deg);
  transform-origin: left top;
  line-height: 1;
  opacity: .3;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .c_mission .logo i {
    font-size: 5.5rem;
  }
}

.c_service {
  background: #F4F5F6;
  overflow: hidden;
  padding: 10rem 0 6rem;
}

@media screen and (min-width: 768px) {
  .c_service {
    padding: 11rem 0 8rem;
  }
  .c_service .u_inner {
    width: 114.2rem;
  }
  .c_service figure {
    width: 52.5rem;
    position: relative;
    margin-top: 2rem;
  }
  .c_service .desc {
    width: 65.2rem;
  }
  .c_service li:nth-child(odd) figure {
    margin-right: -3rem;
    left: -3rem;
  }
  .c_service li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .c_service li:nth-child(even) .desc {
    padding: 5rem 4rem 4rem 7.5rem;
  }
  .c_service li:nth-child(even) figure {
    margin-left: -3rem;
    right: -3rem;
  }
}

.c_service figure img {
  border-radius: 2rem;
  width: 100%;
}

.c_service ul {
  position: relative;
  z-index: 0;
}

.c_service ul:before, .c_service ul:after {
  font-size: 10px;
  content: '';
  position: absolute;
  background: #00A8F0;
  width: 37.8em;
  height: 37.8em;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c_service ul:before, .c_service ul:after {
    font-size: 7px;
  }
}

.c_service ul:before {
  top: -14em;
  right: -25em;
}

.c_service ul:after {
  bottom: -14em;
  left: -25em;
}

.c_service li {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c_service li {
    flex-direction: column;
    gap: 3rem;
  }
}

.c_service li + li {
  margin-top: 6.5rem;
}

.c_service .ttl {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 3.4rem;
  letter-spacing: .1em;
  font-weight: bold;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .c_service .ttl {
    font-size: 3rem;
  }
}

.c_service .ttl i {
  font-size: 2em;
  letter-spacing: .1em;
}

.c_service .ttl em {
  display: block;
  color: #00A8F0;
  letter-spacing: .1em;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .c_service .ttl em {
    font-size: 2rem;
  }
}

.c_service p {
  line-height: 2.33;
  font-size: 1.8rem;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .c_service p {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.c_service .desc {
  background: #fff;
  padding: 5rem 7.5rem 4rem 4rem;
  border: solid 1px #8E8E8E;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .c_service .desc {
    padding: 4rem 3rem 3rem;
  }
}

.c_service .c_btn {
  margin-top: 8.5rem;
}

.c_flow ul {
  padding-left: 2.6rem;
}

@media screen and (min-width: 768px) {
  .c_flow ul {
    width: 82.9rem;
    margin: 0 auto;
    padding-left: 4.2rem;
  }
}

.c_flow li {
  background: #ffff;
  border-radius: 1.6rem;
  border: solid 0.3rem #00A8F0;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .c_flow li {
    height: 15.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c_flow li {
    padding: 2rem 0;
  }
}

.c_flow li figure {
  width: 21.5rem;
  padding-left: 2.5rem;
  text-align: center;
}

.c_flow li figure img {
  width: 7.5rem;
}

@media screen and (max-width: 767px) {
  .c_flow li figure img {
    width: 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c_flow li figure {
    width: 12rem;
  }
}

.c_flow li dl {
  width: 50rem;
}

@media screen and (max-width: 767px) {
  .c_flow li dl {
    width: calc(100% - 13.5rem);
  }
}

.c_flow li em {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 5.25em;
  height: 5.25em;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  border: solid 0.3rem #00A8F0;
  left: -2.625em;
  color: #0E3B4E;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1.2;
  padding-top: .8em;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .c_flow li em {
    font-size: 1.3rem;
  }
}

.c_flow li i {
  letter-spacing: 0;
  font-size: 2em;
  display: block;
}

.c_flow li dt {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: .1em;
  margin-bottom: .8em;
}

.c_flow li dd {
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 1.71;
}

.c_flow .note {
  margin-top: 6rem;
  background: #fff;
  border-radius: 1.6rem;
  padding: 3rem;
}

@media screen and (min-width: 768px) {
  .c_flow .note {
    padding: 3rem 8rem;
    width: 101.6rem;
    margin: 6rem auto 0;
  }
}

.c_flow .note dt {
  background: #00A8F0;
  color: #fff;
  font-weight: bold;
  letter-spacing: .1em;
  font-size: 2.2rem;
  text-align: center;
  border-radius: .36em;
  padding: .2em 1em;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .c_flow .note dt {
    width: 75.2rem;
    margin: 0 auto 1em;
  }
}

.c_flow .note dd {
  font-size: 1.4rem;
  line-height: 2;
}

.news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem 2.2rem;
  position: relative;
  z-index: 0;
}

.news_list:before, .news_list:after {
  content: '';
  position: absolute;
  background: #fff;
  width: 13.9em;
  height: 13.9em;
  border-radius: 50%;
  z-index: -1;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .news_list:before, .news_list:after {
    font-size: 7px;
  }
}

.news_list:before {
  top: -9em;
  left: -7em;
}

.news_list:after {
  width: 22.2em;
  height: 22.2em;
  top: 25em;
  right: -18.4em;
}

@media screen and (max-width: 767px) {
  .news_list:after {
    top: auto;
    bottom: -10em;
    right: -13em;
  }
}

@media screen and (max-width: 767px) {
  .news_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news_list li {
  box-shadow: 0 0.2rem 1.2rem rgba(41, 41, 41, 0.3);
  background: #fff;
}

.news_list li a {
  display: block;
}

.news_list li img {
  width: 100%;
  aspect-ratio: 360 / 224;
  object-fit: cover;
}

.news_list li p {
  padding: 1em 2.2rem 3rem;
  color: #0E3B4E;
}

.news_list li time {
  display: block;
  color: #00A8F0;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.2em;
}

.c_contact {
  background: url(../img/cta-bg.jpg) no-repeat 50%/cover;
  padding: 6rem 0;
}

@media screen and (max-width: 767px) {
  .c_contact {
    background-position: 60% center;
    padding: 4rem 0;
  }
}

.c_contact .u_inner {
  background: url(../img/cta-staff.jpg) no-repeat 50%/cover;
  height: 39.7rem;
  display: flex;
  align-items: center;
  padding-left: 10rem;
}

@media screen and (max-width: 767px) {
  .c_contact .u_inner {
    height: 35rem;
    padding: 0 2rem 2.5rem;
    background-position: 70% center;
    align-items: flex-end;
  }
}

.c_contact p {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c_contact p {
    padding-right: 30%;
  }
}

.c_contact ul {
  display: flex;
  margin-top: 6rem;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .c_contact ul {
    margin-top: 3rem;
    flex-direction: column;
  }
}

.c_contact a {
  border: solid 2px #00A8F0;
  line-height: 2.8;
  text-align: center;
  border-radius: 3em;
  background: #00A8F0;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  display: block;
  box-shadow: 0 .4rem 1rem #86808F;
}

@media screen and (min-width: 768px) {
  .c_contact a {
    width: 26.5rem;
  }
}

.c_contact .doc {
  background: #fff;
  color: #00A8F0;
}

.top_main {
  margin-top: 8.8rem;
  background: #F4F5F6;
  padding-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .top_main {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    padding-bottom: 1rem;
  }
  .top_main .img {
    width: calc(50% + 2.3rem);
  }
}

@media screen and (max-width: 767px) {
  .top_main {
    margin-top: 6rem;
  }
  .top_main .img {
    display: block;
    margin-left: auto;
    width: 85%;
  }
}

.top_main .box {
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .top_main .box {
    margin: 2.5rem 2rem 0;
    font-size: calc(100vw * 9 / 420);
  }
}

@media screen and (min-width: 768px) {
  .top_main .box {
    width: 52rem;
  }
}

.top_main .box:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 25.5rem;
  height: 25.5rem;
  border-radius: 50%;
  z-index: -1;
  top: -10rem;
  left: -12rem;
}

.top_main .box p {
  color: #0E3B4E;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .top_main .box p {
    font-size: 3.2em;
  }
}

.top_main .box p span {
  display: block;
}

.top_main .box p small {
  display: block;
  letter-spacing: .24em;
  font-weight: 600;
  font-size: .375em;
  margin-bottom: .8em;
}

.top_main .box p em {
  color: #00A8F0;
  font-size: 1.1em;
  letter-spacing: .1em;
}

.top_main .c_btn {
  margin-top: 3.5rem;
}

@media screen and (min-width: 768px) {
  .top_main .c_btn {
    margin-top: 8.5rem;
    text-align: left;
  }
  html:not([lang="ja"]) .top_main .c_btn {
    margin-top: 2rem;
  }
}

.top_main .c_btn a {
  padding-right: 0;
}

.top_main .c_btn li {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .top_main .c_btn li {
    margin-top: 1.5rem;
  }
}

.top_about {
  background: #E8F1F2;
  padding: 10rem 0 6rem;
}

@media screen and (min-width: 768px) {
  .top_about {
    padding: 12rem 0 8rem;
  }
  .top_about .u_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .top_about figure {
    width: 49.1rem;
  }
  .top_about .c_ttl {
    text-align: left;
  }
  .top_about .c_ttl:before {
    translate: 0;
    left: 0;
  }
}

.top_about figure {
  box-shadow: 0 0.4rem 1.3rem rgba(0, 0, 0, 0.25);
}

.top_about figure img {
  width: 100%;
}

.top_about p {
  color: #0E3B4E;
  font-size: 2rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_about p {
    font-size: 1.8rem;
  }
  .top_about p br {
    display: none;
  }
}

.top_about .c_btn {
  margin: 4rem 0 5rem;
}

@media screen and (min-width: 768px) {
  .top_about .c_btn {
    margin: 6rem 0 0;
    text-align: left;
  }
}

.top_flow {
  padding: 12rem 0 8rem;
  background: #00A8F0;
}

@media screen and (max-width: 767px) {
  .top_flow {
    padding: 10rem 0 6rem;
  }
}

.top_news {
  padding: 12rem 0 8rem;
  background: #E8F1F2;
}

@media screen and (max-width: 767px) {
  .top_news {
    padding: 10rem 0 6rem;
  }
}

.top_news .c_btn {
  margin-top: 6rem;
}

.top_banner {
  background: #E8F1F2;
  padding: 6rem 0;
}

@media screen and (min-width: 768px) {
  .top_banner {
    padding: 9rem 0;
  }
  .top_banner .u_inner {
    width: 121.6rem;
  }
}

.top_banner .ttl {
  text-align: center;
  font-weight: bold;
  color: #0E3B4E;
  font-size: 3rem;
  margin-bottom: 6rem;
  letter-spacing: .1em;
}

.top_banner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.6rem;
}

@media screen and (max-width: 767px) {
  .top_banner ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}

.top_banner li img {
  border-radius: .8rem;
  box-shadow: 0 0.1rem 0.9rem rgba(0, 0, 0, 0.25);
}

.top_banner li a {
  display: block;
}

.low_header {
  position: relative;
  margin: 8.8rem 3.2rem 3.2rem;
}

@media screen and (max-width: 767px) {
  .low_header {
    margin: 6rem 2rem 2rem;
  }
}

.low_header img {
  width: 100%;
  height: 31.2rem;
  object-fit: cover;
  border-radius: 2.4rem;
}

@media screen and (max-width: 767px) {
  .low_header img {
    height: 23rem;
  }
}

.low_header .ttl {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  text-align: center;
  font-weight: bold;
  font-family: "IBM Plex Sans JP", sans-serif;
  width: 100%;
  font-size: 2.4rem;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .low_header .ttl {
    font-size: 2rem;
  }
}

.low_header .ttl i {
  display: block;
  color: #00A8F0;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.6rem;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .low_header .ttl i {
    font-size: 4.2rem;
  }
}

.serv_lead {
  padding: 8rem 0;
}

@media screen and (min-width: 768px) {
  .serv_lead {
    padding: 9rem 0;
  }
}

.serv_flow {
  background: #E8F1F2;
  padding: 12rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .serv_flow {
    padding: 10rem 0 6rem;
  }
}

.news_body {
  padding: 12rem 0 14rem;
  background: #E8F1F2;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.news_body .msg {
  text-align: center;
}

.news_body:before {
  content: '';
  position: absolute;
  font-size: 10px;
  width: 30.8em;
  height: 30.8em;
  background: #fff;
  z-index: -1;
  border-radius: 50%;
  left: calc(50% - 76em);
  bottom: -3em;
}

@media screen and (max-width: 767px) {
  .news_body:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .news_body {
    padding: 10rem 0 6rem;
  }
}

.low_path {
  margin-left: 5rem;
  margin-top: 6rem;
  font-size: 1.4rem;
  white-space: nowrap;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .low_path {
    margin: 4rem 0 0 2rem;
  }
}

.low_path li {
  display: inline-block;
}

.low_path li + li:before {
  content: '';
  background: url(../img/arrow-right.svg) no-repeat 50%/contain;
  width: 1.2rem;
  height: 2.4rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .75em 0 .5em;
}

.low_path a {
  color: #8E8E8E;
}

.news_detail {
  padding: 5rem 0 8rem;
}

@media screen and (min-width: 768px) {
  .news_detail {
    padding: 8rem 0 11rem;
  }
  .news_detail .u_inner {
    width: 86rem;
  }
}

.news_detail p {
  line-height: 1.6;
  color: #000;
  margin-top: 1.6em;
}

@media screen and (min-width: 768px) {
  .news_detail p {
    font-size: 2rem;
  }
}

.news_detail .sub {
  color: #00A8F0;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 4rem;
}

.news_detail .ttl {
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #000;
}

.news_detail figure {
  margin: 3rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .news_detail figure {
    margin: 3rem 0 4rem;
  }
}

.c_pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16rem;
}

@media screen and (max-width: 767px) {
  .c_pager {
    margin-top: 6rem;
  }
}

.c_pager li {
  flex: 1;
}

.c_pager a {
  display: inline-block;
  color: #00A8F0;
  border-bottom: solid 1px #000;
  padding: .8em 0;
}

@media screen and (min-width: 768px) {
  .c_pager a {
    font-size: 1.8rem;
  }
}

.c_pager .prev a {
  background: url(../img/arrow-prev.svg) no-repeat left center/0.722em;
  padding-left: 2em;
}

.c_pager .center {
  text-align: center;
}

.c_pager .next {
  text-align: right;
}

.c_pager .next a {
  background: url(../img/arrow-next.svg) no-repeat right center/0.722em;
  padding-right: 2em;
}

.about_lead {
  position: relative;
  background: #E8F1F2;
  padding: 2rem 0 6rem;
}

@media screen and (min-width: 768px) {
  .about_lead {
    padding: 9rem 0 7rem;
  }
  .about_lead .u_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about_lead figure {
    width: 43.3rem;
  }
}

.about_lead figure {
  box-shadow: 0px 0.4rem 1.3rem rgba(0, 0, 0, 0.25);
}

.about_lead figure img {
  width: 100%;
}

.about_lead p {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0E3B4E;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .about_lead p {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .about_lead p br {
    display: none;
  }
}

.about_lead .logo {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 8.8rem;
  letter-spacing: .1em;
  white-space: nowrap;
  line-height: 1;
  color: rgba(0, 168, 240, 0.2);
  border-bottom: solid 1px rgba(0, 168, 240, 0.8);
}

@media screen and (min-width: 768px) {
  .about_lead .logo {
    position: absolute;
    left: -.6rem;
    top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .about_lead .logo {
    font-size: 5rem;
    top: 2rem;
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .about_mission {
    padding-bottom: 17rem;
  }
  .about_mission .img {
    left: calc(50% - 81rem);
    bottom: -14rem;
  }
}

.about_philo {
  margin-top: 10rem;
}

@media screen and (min-width: 768px) {
  .about_philo {
    margin-top: 18rem;
  }
  .about_philo .u_inner {
    flex-direction: row-reverse;
  }
  .about_philo .desc {
    margin-top: 18rem;
  }
  .about_philo .desc p {
    width: 50.5rem;
  }
  .about_philo dl {
    width: 65rem;
  }
  .about_philo .img {
    left: calc(50% + 18rem);
    width: 73rem;
    max-width: 73rem;
    bottom: -10rem;
  }
}

@media screen and (max-width: 767px) {
  .about_philo .img {
    width: 70%;
    margin-right: -7rem;
    margin-left: auto;
  }
}

.about_philo dl {
  margin-top: 4rem;
}

.about_philo dt {
  font-size: 1.8rem;
  letter-spacing: .1em;
  background: #fff;
  border-radius: .3em;
  padding: .1em 1em;
  font-weight: bold;
  color: #00A8F0;
  margin: 1.6em 0 .6em;
  display: inline-block;
}

.about_philo dt i {
  font-size: 1.33em;
  letter-spacing: .1em;
  margin-right: .5em;
  vertical-align: -.06em;
  line-height: 1;
}

.about_philo dd {
  line-height: 1.83;
  letter-spacing: .1em;
}

.about_info {
  padding: 8rem 0 6rem;
}

@media screen and (min-width: 768px) {
  .about_info {
    padding: 12rem 0 8rem;
  }
  .about_info .u_inner {
    width: 82rem;
  }
}

.about_info .c_ttl {
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 768px) {
  .about_info dl {
    display: flex;
    flex-wrap: wrap;
  }
}

.about_info dt, .about_info dd {
  line-height: 1.875;
  border-bottom: solid 1px #C8C8C8;
  padding: 1.8em 0 .8em;
}

@media screen and (max-width: 767px) {
  .about_info dt, .about_info dd {
    padding: 1em 0;
  }
}

.about_info dt {
  color: #00A8F0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .about_info dt {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .about_info dt {
    width: 30rem;
  }
}

@media screen and (max-width: 767px) {
  .about_info dd {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .about_info dd {
    width: calc(100% - 30rem);
  }
}

.rec_body {
  background: #F4F5F6;
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 6rem 0;
}

@media screen and (min-width: 768px) {
  .rec_body {
    padding: 5rem 0 9rem;
  }
  .rec_body .u_inner {
    width: 116rem;
  }
}

.rec_body:before, .rec_body:after {
  font-size: 10px;
  content: '';
  position: absolute;
  background: #00A8F0;
  width: 22.2em;
  height: 22.2em;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .rec_body:before, .rec_body:after {
    font-size: 7px;
  }
}

.rec_body:before {
  top: -5.5em;
  left: calc(50% - 74.5rem);
}

@media screen and (max-width: 767px) {
  .rec_body:before {
    left: -12em;
  }
}

.rec_body:after {
  width: 40em;
  height: 40em;
  bottom: -12em;
  right: calc(50% - 78rem);
}

@media screen and (max-width: 767px) {
  .rec_body:after {
    right: -20em;
  }
}

.rec_body li {
  background: #fff;
  padding: 4rem 5rem;
  border-radius: 1.6rem;
}

@media screen and (max-width: 767px) {
  .rec_body li {
    padding: 3rem;
  }
}

.rec_body li + li {
  margin-top: 2rem;
}

.rec_body .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .rec_body .row {
    flex-direction: column;
    gap: 2rem;
  }
}

.rec_body .ttl {
  color: #00A8F0;
  font-weight: bold;
  border-bottom: solid 1px #3A3A3A;
  padding-bottom: .3em;
  margin-bottom: .7em;
  font-size: 2.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media screen and (max-width: 767px) {
  .rec_body .ttl {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .rec_body .desc {
    width: calc(100% - 43rem);
  }
}

@media screen and (min-width: 768px) {
  .rec_body dl {
    display: flex;
    gap: 2.5rem 0;
    flex-wrap: wrap;
  }
}

.rec_body dt {
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .rec_body dt {
    margin-bottom: .3em;
  }
}

@media screen and (min-width: 768px) {
  .rec_body dt {
    font-size: 2rem;
    width: 15rem;
  }
}

@media screen and (max-width: 767px) {
  .rec_body dd + dt {
    margin-top: 1em;
  }
}

@media screen and (min-width: 768px) {
  .rec_body dd {
    font-size: 1.8rem;
    width: calc(100% - 15rem);
  }
}

@media screen and (min-width: 768px) {
  .rec_body figure {
    width: 36rem;
  }
}

.rec_body figure img {
  width: 100%;
  border-radius: 1.6rem;
}

.rec_detail {
  background: #F4F5F6;
  padding: 16rem 0 12rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .rec_detail {
    padding: 12rem 0 10rem;
  }
}

.rec_detail:before, .rec_detail:after {
  content: '';
  background: #00A8F0;
  border-radius: 50%;
  position: absolute;
  width: 22rem;
  height: 22rem;
  z-index: -1;
}

.rec_detail:before {
  top: 3.2rem;
  left: calc(50% - 74.8rem);
}

@media screen and (max-width: 767px) {
  .rec_detail:before {
    left: -5rem;
  }
}

.rec_detail:after {
  bottom: -8rem;
  right: calc(50% - 82rem);
  width: 40rem;
  height: 40rem;
}

@media screen and (max-width: 767px) {
  .rec_detail:after {
    right: -5rem;
  }
}

.rec_detail .box {
  background: #fff;
  padding: 9.5rem;
  border-radius: 1.6rem;
}

@media screen and (max-width: 767px) {
  .rec_detail .box {
    padding: 4rem 3rem;
  }
}

.rec_detail .ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.2rem;
  color: #00A8F0;
  font-weight: 900;
  border-bottom: solid 1px #3A3A3A;
  padding-bottom: .8em;
  margin-bottom: 2rem;
}

.rec_detail th {
  color: #00A8F0;
  font-weight: bold;
  text-align: left;
  width: 25rem;
  font-size: 2rem;
}

.rec_detail td {
  font-size: 1.8rem;
  line-height: 1.55;
}

.rec_detail tr > * {
  border-bottom: solid 1px #CECECE;
  padding: 1.5em 0;
}

@media screen and (max-width: 767px) {
  .rec_detail tr > * {
    float: left;
    width: 100%;
    padding: .7em 0;
  }
}

.thanks {
  margin: 6rem 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .thanks {
    margin: 10rem 0;
  }
  .thanks .u_inner {
    width: 100rem;
  }
}

.thanks dt {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1em;
}

.thanks dl {
  margin-bottom: 6rem;
}

.thanks dd {
  line-height: 1.875;
}

.form {
  margin: 6rem 0;
}

@media screen and (min-width: 768px) {
  .form {
    margin: 10rem 0;
  }
  .form .u_inner {
    width: 100rem;
  }
}

.form .lead {
  text-align: center;
  line-height: 2;
  letter-spacing: .1em;
  margin-bottom: 6rem;
}

.form label.error {
  color: #FF1818;
  font-size: 1.6rem;
}

.form dl {
  font-size: 16px;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .form dl {
    display: flex;
    gap: 4rem 0;
    flex-wrap: wrap;
    font-size: 2rem;
    margin-bottom: 6rem;
  }
}

.form dt {
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form dt {
    margin-bottom: .7em;
  }
}

@media screen and (min-width: 768px) {
  .form dt {
    width: 32rem;
    margin-top: .5em;
    padding-right: 15rem;
  }
  html[lang="en"] .form dt {
    width: 40rem;
  }
}

.form dt em {
  background: #00A8F0;
  color: #fff;
  font-weight: 500;
  font-size: .8em;
  border-radius: .3em;
  padding: .1em 1em .15em;
  margin-left: 1em;
}

@media screen and (min-width: 768px) {
  .form dt em {
    position: absolute;
    right: 3rem;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .form dd + dt {
    margin-top: 1.8em;
  }
}

@media screen and (min-width: 768px) {
  .form dd {
    font-size: 1.8rem;
    width: calc(100% - 32rem);
  }
  html[lang="en"] .form dd {
    width: calc(100% - 40rem);
  }
}

.form dd input[type="text"], .form dd input[type="email"], .form dd input[type="tel"], .form dd textarea, .form dd select {
  background: #EDEDED;
  border-radius: .4rem;
  width: 100%;
  padding: .6em 1em;
}

.form dd textarea {
  height: 12em;
  display: block;
}

@media screen and (min-width: 768px) {
  .form .check {
    padding-top: .5em;
  }
}

.form .check input {
  width: 1em;
  height: 1em;
  vertical-align: -.1em;
  margin-right: 1em;
}

.form .check label {
  display: inline-block;
  margin-right: 3em;
}

.form .doui2 {
  text-align: center;
  font-size: 1.8rem;
}

.form .doui2 input {
  width: 1.4em;
  height: 1.4em;
  vertical-align: -.4em;
  margin-right: 1em;
}

.form .doui2 label.error {
  display: block;
}

.form .btn {
  text-align: center;
  margin-top: 3.5rem;
}

.form .btn input {
  border: solid 2px #00A8F0;
  font-size: 1.8rem;
  font-weight: bold;
  height: 2.77em;
  width: 24.3rem;
  color: #00A8F0;
  border-radius: .3em;
}

.pp_body {
  margin: 21.2rem 0 15rem;
}

@media screen and (max-width: 767px) {
  .pp_body {
    margin: 13rem 0 10rem;
  }
}

.pp_body .ttl {
  margin-bottom: 9rem;
  font-weight: bold;
  letter-spacing: .1em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .pp_body .ttl {
    font-size: 2.2rem;
    margin-bottom: 8rem;
  }
}

.pp_body .ttl i {
  letter-spacing: .1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: block;
  font-weight: 800;
  color: #00A8F0;
  font-size: 4.8rem;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .pp_body .ttl i {
    font-size: 3.8rem;
  }
}

.pp_body .box {
  max-width: 88rem;
  margin: 0 auto;
}

.pp_body p, .pp_body li, .pp_body dd {
  line-height: 2;
}

.pp_body p + p {
  margin-top: 2em;
}

.pp_body dt {
  font-size: 2rem;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #00A8F0;
  letter-spacing: .1em;
  margin: 5.5rem 0 .2em;
}

.pp_body dl {
  margin-bottom: 7rem;
}

.pp_body .mb {
  margin-bottom: 2em;
}

.pp_body ol {
  counter-reset: item;
  margin-bottom: 2em;
}

.pp_body li {
  counter-increment: item;
  padding-left: 3.5em;
  line-height: 1.8;
  position: relative;
}

.pp_body li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  color: #00A8F0;
  font-weight: bold;
}

.pp_body .last {
  font-weight: bold;
  color: #3A3A3A;
}

/*# sourceMappingURL=style.css.map */