@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: inherit;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Roboto", sans-serif;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(4.66vw, 70px);
  --headerHeight: 66px;
  --sectionWrap: 5em;
  --contentsWideS: 1016px;
  --contentsWideM: 1000px;
  --contentsWideL: 1360px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 5.33vw;
    --headerHeight: 64px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  font: 500 16px/1.5 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000;
  text-align: left;
  counter-reset: number 0;
}

.l_container {
  padding-top: var(--headerHeight);
}

.inner, .inner_l, .inner_m, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, .follow_banner {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, .follow_banner:hover {
    opacity: 0.5;
  }
}

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

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

.marker-y {
  background: linear-gradient(0deg, rgb(247, 247, 0) 0%, rgb(247, 247, 0) 30%, rgba(247, 247, 0, 0) 30%, rgba(247, 247, 0, 0) 100%);
}

.loading {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: 1s;
}
.loading.end {
  opacity: 0;
  visibility: hidden;
}

.follow_banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #1298FF;
  padding-bottom: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.follow_banner img {
  display: block;
  width: 82.22%;
}
@media screen and (max-width: 767px) {
  .follow_banner {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 65px;
    aspect-ratio: unset;
    border-radius: 0;
    padding-bottom: 0;
  }
  .follow_banner img {
    width: 95%;
    max-width: 356px;
  }
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.dlist_sns {
  width: 100%;
  max-width: 424px;
  margin: 1.125rem auto 0;
}
@media screen and (max-width: 767px) {
  .dlist_sns {
    margin-top: 25px;
  }
}
.dlist_sns dt {
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 50px;
  border: 3px solid #fff;
  background-color: #1298FF;
  text-align: center;
  padding: 6px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .dlist_sns dt {
    margin-bottom: 22px;
  }
}
.dlist_sns dt:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 11px solid #fff;
  border-bottom: 0;
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
}

.header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--headerHeight);
  padding: 0 2rem 0 1rem;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header {
    flex-direction: column;
    padding: 0;
    justify-content: center;
  }
}
.header__logo {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 256px;
  }
}
.header__catch {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .header__catch {
    font-size: 0.625rem;
  }
}

.footer {
  background-color: #fff;
  padding: 22px 0 35px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 22px 0 100px;
  }
}
.footer .inner_m {
  display: flex;
  justify-content: space-between;
  gap: 10px 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer .inner_m {
    flex-direction: column-reverse;
  }
}
.footer .box_left {
  color: #002381;
  width: -moz-max-content;
  width: max-content;
}
.footer .box_left .name {
  color: #002381;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.footer .box_left .name span {
  font-size: 23px;
  letter-spacing: 0.05;
}
@media screen and (max-width: 767px) {
  .footer .box_left .name {
    text-align: center;
    font-size: 30px;
  }
  .footer .box_left .name span {
    font-size: 20px;
  }
}
.footer .box_left .address {
  font-size: 0.875rem;
  font-weight: 400;
}
.footer .box_right {
  flex-shrink: 0;
  width: 100%;
  max-width: 424px;
  position: relative;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .footer .box_right {
    margin-top: 0;
  }
}
.footer .dlist_sns {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .footer .dlist_sns {
    max-width: 280px;
    margin: 0 auto;
  }
}
.footer .dlist_sns dt {
  border: 3px solid #002381;
  background-color: #fff;
  background-color: none;
  margin-bottom: 20px;
  color: #002381;
}
.footer .dlist_sns dt:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 11px solid #002381;
  border-bottom: 0;
  position: absolute;
  top: calc(100% + 2px);
  left: unset;
  transform: none;
  right: 80px;
}
@media screen and (max-width: 767px) {
  .footer .dlist_sns dt:after {
    right: 50%;
    transform: translateX(50%);
  }
}

.copyright {
  font-size: 10px;
  color: #000;
  margin-top: 1.4em;
  color: #575454;
}
@media screen and (max-width: 767px) {
  .copyright {
    text-align: center;
  }
}

.btn_contact {
  position: absolute;
  top: 55px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  width: 222px;
  height: 45px;
  background-color: #002381;
  color: #fff;
  font-size: 20px;
  color: #fff;
}
.btn_contact:before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 3/2;
  background: url(../images/ico_mail.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .btn_contact {
    position: static;
    margin: 0 auto 16px;
  }
}

.list_sns_02 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 19px;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .list_sns_02 {
    justify-content: center;
  }
}
.list_sns_02 li {
  width: 40px;
}
.list_sns_02 li a {
  display: block;
}

.firstview {
  position: relative;
  height: calc(100svh - var(--headerHeight));
  min-height: 500px;
  display: grid;
  place-content: center;
  padding-bottom: calc(var(--headerHeight) / 2);
}
@media screen and (max-width: 767px) {
  .firstview {
    padding-bottom: var(--headerHeight);
  }
}
.firstview_content_01 {
  width: 100%;
  padding: 0 var(--sideW);
}
.firstview_content_02 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 var(--sideW);
}
@media screen and (max-width: 767px) {
  .firstview_content_02 {
    padding: 0 10px;
    bottom: 75px;
  }
}
.firstview__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
}
.firstview__bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.firstview__bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #C3C3C3;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.firstview__catch {
  margin-top: 20px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.firstview__catch span {
  display: block;
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .firstview__catch {
    font-size: 32px;
    line-height: 1.32;
  }
  .firstview__catch span {
    font-size: 22px;
    margin-bottom: 0.25em;
  }
}
.firstview .dlist_sns {
  position: relative;
}
@media screen and (max-width: 767px) {
  .firstview .dlist_sns {
    display: flex;
    align-items: center;
    gap: 13px;
  }
}
@media screen and (min-width: 768px) {
  .firstview .dlist_sns dt {
    border-color: #002381;
    background-color: #fff;
    color: #002381;
    margin-bottom: 24px;
  }
  .firstview .dlist_sns dt:after {
    border-top: 11px solid #002381;
  }
}
@media screen and (max-width: 767px) {
  .firstview .dlist_sns dt {
    font-size: 12px;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 0;
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .firstview .dlist_sns dt:after {
    transform: translateY(-50%) rotate(-90deg);
    left: 100%;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .firstview .dlist_sns dd .list_sns_01 {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .firstview .dlist_sns dd .list_sns_01 > li {
    width: 36px;
  }
}

.list_label {
  position: relative;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.list_label > li {
  background-color: #002381;
  padding: 1.5px 17px;
}
@media screen and (max-width: 767px) {
  .list_label {
    font-size: 22px;
    gap: 5px;
    width: 100%;
  }
  .list_label > li {
    padding: 3px 5px;
  }
}

.sec_01 {
  background-color: #002381;
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .sec_01 {
    padding: 50px 0;
  }
}
.sec_01--ttl {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.25rem 2.5rem;
  margin: 0 auto 42px;
  color: #fff;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.45;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_01--ttl {
    font-size: 22px;
    width: 100%;
    padding: 1rem 0;
  }
}
.sec_01--ttl:before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  border-top: 10px solid #1298FF;
  border-left: 10px solid #1298FF;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec_01--ttl:before {
    width: 16px;
    border-top: 6px solid #1298FF;
    border-left: 6px solid #1298FF;
  }
}
.sec_01--ttl:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  border-bottom: 10px solid #1298FF;
  border-right: 10px solid #1298FF;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec_01--ttl:after {
    width: 16px;
    border-bottom: 6px solid #1298FF;
    border-right: 6px solid #1298FF;
  }
}
.sec_01 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  gap: 50px 47px;
}
.sec_01 ul li {
  width: calc((100% - 94px) / 3);
  display: flex;
  flex-direction: column;
  box-shadow: 5px 5px 0px rgba(18, 152, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .sec_01 ul li {
    width: 270px;
  }
}
.sec_01 ul li .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 269/205;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec_01 ul li .image {
    aspect-ratio: 269/170;
  }
}
.sec_01 ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.sec_01 ul li p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  background-color: #fff;
  color: #002381;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  padding: 20px 17px;
}
@media screen and (max-width: 767px) {
  .sec_01 ul li p {
    font-size: 18px;
    height: 80px;
  }
}

.sec_02 {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .sec_02 {
    padding: 50px 0;
  }
}
.sec_02--ttl {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.25rem 2.5rem;
  margin: 0 auto 42px;
  color: #002381;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.45;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_02--ttl {
    font-size: 22px;
    width: 95%;
    padding: 0.5em 0 0.25em 0.5em;
    margin: 0 auto 27px;
  }
}
.sec_02--ttl:before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  border-top: 10px solid #002381;
  border-left: 10px solid #002381;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec_02--ttl:before {
    width: 16px;
    border-top: 6px solid #002381;
    border-left: 6px solid #002381;
  }
}
.sec_02--ttl:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  border-bottom: 10px solid #002381;
  border-right: 10px solid #002381;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec_02--ttl:after {
    width: 16px;
    border-bottom: 6px solid #002381;
    border-right: 6px solid #002381;
  }
}
.sec_02--text {
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 0 30px;
  position: relative;
  font-weight: bold;
}
.sec_02--text:before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 13/32;
  background: url(../images/sec_02_text_left.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% + 6px);
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec_02--text:before {
    top: calc(50% + 3px);
  }
}
.sec_02--text:after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 13/32;
  background: url(../images/sec_02_text_right.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% + 6px);
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec_02--text:after {
    top: calc(50% + 3px);
  }
}
@media screen and (max-width: 767px) {
  .sec_02--text {
    font-size: 1.5rem;
    margin-bottom: 0.5em;
  }
}
.sec_02--textL {
  color: #002381;
  font-size: 1.75rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 70px;
}
.sec_02--textL p {
  padding-left: 100px;
  position: relative;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .sec_02--textL p {
    padding-left: 80px;
  }
}
.sec_02--textL p:last-child {
  margin-bottom: 0;
}
.sec_02--textL p:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: attr(data-before);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #002381;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  width: 90px;
  aspect-ratio: 90/36;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sec_02--textL p:before {
    font-size: 0.875rem;
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .sec_02--textL {
    font-size: 1.125rem;
    margin-bottom: 45px;
  }
}
.sec_02 .js-scrollable {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec_02 .js-scrollable {
    margin: 0 var(--extend) 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec_02--figure {
    width: 980px;
    margin: 0 var(--sideW);
  }
}
.sec_02--fukidashi {
  width: 100%;
  max-width: 806px;
  background-color: #E0F6FF;
  margin: 0 auto 28px;
  text-align: center;
  font-family: 1.125rem;
  line-height: 1.77;
  padding: 20px 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_02--fukidashi {
    font-size: 16px;
    line-height: 1.5;
    padding: 18px 3%;
  }
}
.sec_02--fukidashi:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 18px solid #E0F6FF;
  border-bottom: 0;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}
.sec_02--image {
  width: 100%;
  max-width: 828px;
  margin: 0 auto 0;
}
.sec_02--text02 {
  font-size: 20px;
  font-weight: 700;
  line-height: 43px;
  text-align: center;
  color: #002381;
}
@media screen and (max-width: 767px) {
  .sec_02--text02 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 32px;
  }
}
.sec_02--text02 span {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .sec_02--text02 span {
    font-size: 20px;
  }
}

.sec_03 {
  padding: 10em 0;
  background-color: #002381;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec_03 {
    padding: 50px 0;
  }
}
.sec_03 h2 {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_03 h2 {
    width: 100%;
    position: relative;
  }
}
.sec_03 h2 div {
  padding: 1.25rem 2.5rem;
  margin: 0 auto 42px;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.45;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_03 h2 div {
    font-size: 22px;
    width: 100%;
    padding: 1rem 0;
    position: static;
  }
}
.sec_03 h2 div:before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  border-top: 10px solid #1298FF;
  border-left: 10px solid #1298FF;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec_03 h2 div:before {
    width: 16px;
    border-top: 6px solid #1298FF;
    border-left: 6px solid #1298FF;
    top: -6px;
  }
}
.sec_03 h2 div:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  border-bottom: 10px solid #1298FF;
  border-right: 10px solid #1298FF;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec_03 h2 div:after {
    width: 16px;
    border-bottom: 6px solid #1298FF;
    border-right: 6px solid #1298FF;
  }
}
.sec_03 h2 span {
  display: block;
  background-color: #1298FF;
  bottom: 100%;
  font-size: 20px;
  padding: 0.4em 0.85em;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec_03 h2 span {
    font-size: 16px;
    padding: 0.2em 0.6em;
  }
}
.sec_03--intro {
  color: #fff;
  max-width: 1000px;
  margin: 0 auto 7.5rem;
  display: flex;
  align-items: flex-start;
  gap: 5.7%;
  padding: 44px 0 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_03--intro {
    margin: 80px 0 60px;
    padding: 0 0 42px;
    flex-direction: column;
    align-items: unset;
  }
}
.sec_03--intro:before {
  content: "";
  display: block;
  width: calc(100% + 100vw - 50%);
  margin: 0 var(--extend) 0 0;
  height: 100%;
  background: linear-gradient(215deg, rgb(18, 152, 255) 0%, rgba(255, 255, 255, 0.3) 100%);
  opacity: 0.23;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-20deg);
}
@media screen and (max-width: 767px) {
  .sec_03--intro:before {
    left: calc(var(--sideW) * -1);
    width: 100vw;
    transform: none;
    background: linear-gradient(270deg, rgb(18, 152, 255) 0%, rgba(255, 255, 255, 0.3) 100%);
  }
}
.sec_03--intro .box_image {
  position: relative;
  flex-shrink: 0;
  width: 38.5%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sec_03--intro .box_image {
    width: 247px;
    margin: -40px auto 35px;
  }
}
.sec_03--intro .box_text {
  position: relative;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .sec_03--intro .box_text {
    padding: 0 3%;
  }
}
.sec_03--intro .box_text .name {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.42;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
  margin-bottom: 0.715em;
}
@media screen and (max-width: 767px) {
  .sec_03--intro .box_text .name {
    font-size: 20px;
  }
}
.sec_03--intro .box_text .detail {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .sec_03--intro .box_text .detail {
    font-size: 1rem;
  }
}
.sec_03--intro .box_text .detail .mb1 {
  margin-bottom: 1em;
}
.sec_03--flow {
  max-width: 686px;
  margin: 0 auto;
}
.sec_03--flow__card {
  background-color: #fff;
  display: flex;
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .sec_03--flow__card {
    margin-bottom: 26px;
  }
}
.sec_03--flow__card:last-child {
  margin-bottom: 0;
}
.sec_03--flow__card:before {
  content: "";
  display: block;
  width: 90px;
  height: 60px;
  background: no-repeat center left/auto 100%;
  position: absolute;
  left: 10px;
  top: -28px;
}
@media screen and (max-width: 767px) {
  .sec_03--flow__card:before {
    width: 60px;
    height: 36px;
    top: -18px;
    left: 24px;
  }
}
.sec_03--flow__card .box_text {
  flex-grow: 1;
  padding: 30px 1.125rem 30px 114px;
}
@media screen and (max-width: 767px) {
  .sec_03--flow__card .box_text {
    padding: 37px 20px 20px;
  }
}
.sec_03--flow__card .box_image {
  width: 37.6%;
  flex-shrink: 0;
}
.sec_03--flow__card .box_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec_03--flow__card .box_image {
    width: 39.52%;
  }
}
.sec_03--flow__card h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  color: #002381;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px 9px;
}
@media screen and (max-width: 767px) {
  .sec_03--flow__card h3 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 20px;
    gap: 8px;
  }
}
.sec_03--flow__card h3:before {
  content: "STEP" attr(data-step);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 89px;
  height: 36px;
  background-color: #002381;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .sec_03--flow__card h3:before {
    display: flex;
    width: 58px;
    height: 26px;
    font-size: 14px;
  }
}
.sec_03--flow__card p {
  margin-top: 0.25em;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .sec_03--flow__card p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0.5em;
  }
}
.sec_03--flow__card:nth-child(1):before {
  background-image: url(../images/sec_03_flow_num_01.svg);
}
@media screen and (max-width: 767px) {
  .sec_03--flow__card:nth-child(1):before {
    background-image: url(../images/sec_03_flow_num_01_sp.svg);
  }
}
.sec_03--flow__card:nth-child(2):before {
  background-image: url(../images/sec_03_flow_num_02.svg);
}
@media screen and (max-width: 767px) {
  .sec_03--flow__card:nth-child(2):before {
    background-image: url(../images/sec_03_flow_num_02_sp.svg);
  }
}
.sec_03--flow__card:nth-child(3) .box_text {
  padding: 15px 1.125rem 15px 114px;
}
@media screen and (max-width: 767px) {
  .sec_03--flow__card:nth-child(3) .box_text {
    padding: 37px 20px 20px;
  }
}
.sec_03--flow__card:nth-child(3):before {
  background-image: url(../images/sec_03_flow_num_03.svg);
}
@media screen and (max-width: 767px) {
  .sec_03--flow__card:nth-child(3):before {
    background-image: url(../images/sec_03_flow_num_03_sp.svg);
  }
}
.sec_03--flow__card:nth-child(4):before {
  background-image: url(../images/sec_03_flow_num_04.svg);
}
@media screen and (max-width: 767px) {
  .sec_03--flow__card:nth-child(4):before {
    background-image: url(../images/sec_03_flow_num_04_sp.svg);
  }
}

.list_sns_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.list_sns_01 li {
  width: 50px;
}
.list_sns_01 li a {
  display: block;
}