@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.cdnfonts.com/css/din-alternate");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

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

/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
html {
  height: -webkit-fill-available;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: clip;
  font-weight: 400;
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  leading-trim: both;
  position: relative;
  color: #262626;
}
body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/body_bg.webp);
  background-size: 300px 300px;
  background-repeat: repeat;
}
.no-webp body:before {
  background-image: url(../images/body_bg.png);
}

.font_en {
  font-family: "futura-pt", sans-serif;
}

.font_kozuka {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

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

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

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

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

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover, button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.containner {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .containner {
    padding-bottom: 80px;
  }
}
.containner.is-pb_none {
  padding-bottom: 0;
}

.innerBox {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}
@media (min-width: 768px) {
  .innerBox {
    padding: 0 2%;
  }
}
@media (min-width: 1180px) {
  .innerBox {
    padding: 0;
  }
}

.min-620 {
  min-height: 620px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.font_mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Yu Mincho", "YuMincho", serif;
}

.font_gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, arial, helvetica, sans-serif;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

main {
  min-height: calc(100vh - 160px);
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  main {
    min-height: calc(100vh - 160px);
  }
}
@media (min-width: 1180px) {
  main {
    min-height: calc(100vh - 182px);
  }
}

#page__top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  border-radius: 50%;
  overflow: hidden;
}
#page__top img {
  background-color: #ffffff;
}
@media (min-width: 1180px) {
  #page__top {
    right: 20px;
    bottom: 20px;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
}

.blogcard {
  width: 100%;
  padding: 24px 16px;
  background-color: #F7FAFB;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .blogcard {
    padding: 24px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .blogcard a {
    display: flex;
    align-items: center;
    color: #262626;
  }
}
.blogcard_thumbnail {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .blogcard_thumbnail {
    width: 200px;
    margin-bottom: 0;
    margin-right: 24px;
  }
}
@media (min-width: 1180px) {
  .blogcard_thumbnail {
    width: 350px;
  }
}
.blogcard_content {
  flex: 1;
}
.blogcard_title {
  color: #262626;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .blogcard_title {
    font-size: 20px;
  }
}
.blogcard_link {
  color: #262626;
  line-height: 2;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .blogcard_link {
    font-size: 16px;
  }
}

.is-image {
  position: relative;
}
.is-image .hover {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 62.5%;
  position: relative;
  border-radius: 5px;
}
.is-image .hover a:hover {
  opacity: 1;
}
.is-image .hover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  transition: 1s all;
}
@media (min-width: 1024px) {
  .is-image .hover img:hover {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}

.l-header {
  width: 100%;
  height: 64px;
  background-color: transparent;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .l-header {
    top: 0px;
    width: 100%;
    margin: auto;
    right: 0;
    left: 0;
    position: fixed;
    height: 88px;
    display: flex;
  }
}
@media (min-width: 1180px) {
  .l-header {
    padding: 0 40px;
  }
}
@media (min-width: 1366px) {
  .l-header {
    padding: 0 80px;
  }
}
.l-header.is-bg {
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(8, 61, 103, 0.25);
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 91.4%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 768px) {
  .l-header__inner {
    width: 95.3%;
  }
}
.l-header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  border-radius: 100px;
  background: #FFA81C;
  border: solid 1px #FFA81C;
  height: 56px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  display: none;
}
@media (min-width: 1024px) {
  .l-header__contact {
    display: flex;
  }
}
.l-header__contact:hover {
  color: #FFA81C;
  background-color: #ffffff;
}
.l-header__contact:hover:before {
  opacity: 1;
}
.l-header__contact:hover:after {
  border-top: solid 2px #FFA81C;
  border-right: solid 2px #FFA81C;
}
.l-header__contact:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 12px;
  top: 0px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: 0.3s;
}
.l-header__logo {
  width: 130px;
}
@media (min-width: 1024px) {
  .l-header__logo {
    width: 198px;
  }
}
.is-bg .l-header__logo img:nth-child(1) {
  display: none;
}
.l-header__logo img:nth-child(2) {
  display: none;
}
.is-bg .l-header__logo img:nth-child(2) {
  display: inline;
}
.l-header__list {
  display: none;
  align-items: center;
  justify-content: center;
  display: none;
  height: 32px;
}
@media (min-width: 1024px) {
  .l-header__list {
    display: flex;
  }
}
.l-header__list li {
  padding: 0 16px;
  position: relative;
}
@media (min-width: 1180px) {
  .l-header__list li {
    padding: 0 24px;
  }
}
.l-header__list li:not(:last-child):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #DCDCDC;
  right: 0;
  top: 0;
}
.l-header__list li a {
  color: #262626;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media (min-width: 1024px) {
  .l-header__list li a:hover {
    opacity: 1;
  }
  .l-header__list li a:hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    background-color: #262626;
    animation: border_anim 0.3s linear forwards;
  }
}

.l-footer {
  background-color: #288FC3;
  padding: 16px 0 80px;
  color: #262626;
  font-size: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .l-footer {
    padding: 40px 0 16px;
  }
}
.l-footer__top {
  width: 91.4%;
  margin: 0 auto;
  max-width: 1200px;
  margin: 0 auto 24px;
}
@media (min-width: 768px) {
  .l-footer__top {
    width: 95.3%;
  }
}
@media (min-width: 768px) {
  .l-footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.l-footer__top__logo {
  text-align: center;
  margin-bottom: 32px;
  width: 121px;
}
@media (min-width: 768px) {
  .l-footer__top__logo {
    margin-bottom: 0;
    width: 198px;
  }
}
.l-footer__top__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .l-footer__top__list {
    flex-direction: row;
    gap: 32px;
  }
}
.l-footer__top__list li a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.l-footer__copyright {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.o-btn.is-fixed {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: -60px;
  left: 0;
  z-index: 9999;
  padding: 5px 0;
}
.o-btn.is-fixed.UpMove {
  animation: UpAnime 0.5s forwards;
}
.o-btn.is-fixed.DownMove {
  animation: DownAnime 0.5s forwards;
}
@media (min-width: 768px) {
  .o-btn.is-fixed {
    display: none !important;
  }
}
.o-btn.is-fixed .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.o-btn.is-fixed .inner a {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 48px;
  color: #ffffff;
  border-radius: 12px;
}
.o-btn.is-fixed .inner a.tel {
  background: #288FC3;
  line-height: 1.1;
}
.o-btn.is-fixed .inner a.tel span {
  letter-spacing: 0.8px;
}
.o-btn.is-fixed .inner a.tel span:nth-child(1) {
  font-size: 22px;
}
.o-btn.is-fixed .inner a.tel span:nth-child(2) {
  font-size: 12px;
}
.o-btn.is-fixed .inner a.contact {
  background: #FFA81C;
  line-height: 1.1;
}
.o-btn.is-fixed .inner a.contact span:nth-child(1) {
  font-size: 14px;
}
.o-btn.is-fixed .inner a.contact span:nth-child(2) {
  font-size: 20px;
}

.o-fixed {
  background-color: rgba(51, 51, 51, 0.9);
  width: 100%;
  height: 102px;
  position: fixed;
  bottom: -94px;
  left: 0;
  z-index: 1;
  padding: 20px 7px 18px;
}
.o-fixed.UpMove {
  animation: UpAnime 0.5s forwards;
}
.o-fixed.DownMove {
  animation: DownAnime 0.5s forwards;
}
@media (min-width: 768px) {
  .o-fixed {
    display: none !important;
  }
}
.o-fixed__title {
  text-align: center;
  color: #822433;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px;
}
.o-fixed__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.o-fixed__inner a {
  width: 48%;
  font-size: 14px;
  height: 64px;
  color: #ffffff;
  border-radius: 12px;
}
.o-fixed__inner a.tel {
  background: #D72A22;
}
.o-fixed__inner a.contact {
  background: #FFA81C;
}

@keyframes show {
  0% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes top_title {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}
@keyframes top_worries_content {
  0% {
    bottom: -25px;
    @media (min-width: 768px) {
      bottom: -50px;
    }
  }
  50% {
    bottom: -35px;
    @media (min-width: 768px) {
      bottom: -90px;
    }
  }
  100% {
    bottom: -25px;
    @media (min-width: 768px) {
      bottom: -50px;
    }
  }
}
@keyframes show_text {
  0% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes show_text_right {
  0% {
    transform: translate(100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes load {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
    visibility: hidden;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes ham_open {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes ham_close {
  0% {
    top: 0;
  }
  100% {
    top: -120%;
  }
}
@keyframes ham_opacity {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes UpAnime {
  from {
    transform: translateY(188px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes DownAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(94px);
  }
}
@keyframes DownOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes UpOpacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes bgroop_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -700px 0;
  }
}
@keyframes bgroop_pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1400px 0;
  }
}
@keyframes bou {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  25% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
@keyframes btn_hover {
  from {
    width: 0px;
  }
  to {
    width: calc(100% - 10px);
  }
}
@keyframes zoom_image {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05, 1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes image_opacity_left {
  0% {
    opacity: 0;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes image_opacity_right {
  0% {
    opacity: 0;
    left: 100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes hover_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
}

.fadein_first {
  opacity: 0;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.downup {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}

.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}

.leftin {
  opacity: 0;
}

.leftInto {
  -webkit-animation-name: leftInto;
  animation-name: leftInto;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media (min-width: 768px) {
  .left01 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
}

@media (min-width: 768px) {
  .left02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
}

@media (min-width: 768px) {
  .left03 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
}

@media (min-width: 768px) {
  .left04 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}

@media (min-width: 768px) {
  .left05 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
}

@media (min-width: 768px) {
  .left06 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes leftInto {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leftInto {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom_back {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom_back_lower {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes img_top_down {
  0% {
    top: 0;
  }
  50% {
    top: -8px;
  }
  100% {
    top: 0;
  }
}
@keyframes zoom_image_top {
  0% {
    transform: scale(1);
    left: 0;
  }
  50% {
    transform: scale(1.2);
    left: 100px;
  }
  100% {
    transform: scale(1);
    left: 0;
  }
}
@keyframes mv_zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
.fade_group div,
.fade_group2 div {
  content: "";
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}

.fade_group div {
  z-index: 99999;
  transition: 0.6s;
}

.fade_group2 div {
  z-index: 99998;
  transition: 0.8s;
}

.fade_group div:nth-of-type(1) {
  background: rgba(255, 255, 255, 0.3);
}

.fade_group div:nth-of-type(2) {
  background: rgba(255, 255, 255, 0.5);
  transition-delay: 0.1s;
}

.fade_group div:nth-of-type(3) {
  background: rgba(255, 255, 255, 0.7);
  transition-delay: 0.2s;
}

.fade_group div:nth-of-type(4) {
  background: rgb(255, 255, 255);
  transition-delay: 0.3s;
}

.fade_group2 div:nth-of-type(1) {
  background: rgba(255, 255, 255, 0.8);
  transition-delay: 0.2s;
}

.fade_group2 div:nth-of-type(2) {
  background: rgba(255, 255, 255, 0.8);
  transition-delay: 0.3s;
}

body.o-page_link_loading .fade_group div {
  left: 0;
}

body.o-page_link_loading .fade_group2 div {
  left: 100vw;
}

.fade {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 9000;
  background-color: #ffffff;
}

.fade p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 225px;
  height: 47px;
}

@keyframes top_circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes top_mv {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.o-mv {
  padding-top: 120px;
  position: relative;
  background-image: url(../images/mv_sp.webp);
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 768px) {
  .o-mv {
    padding-top: 150px;
    background-image: url(../images/mv_pc.webp);
  }
}
.no-webp .o-mv {
  background-image: url(../images/mv_sp.png);
}
@media (min-width: 768px) {
  .no-webp .o-mv {
    background-image: url(../images/mv_pc.png);
  }
}
.o-mv__top {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .o-mv__top {
    padding-bottom: 60px;
  }
}
.o-mv__bottom {
  height: 72px;
  background-color: #288FC3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  gap: 0 10px;
  font-weight: bold;
  color: #ffffff;
}
@media (min-width: 768px) {
  .o-mv__bottom {
    height: 120px;
    gap: 0 20px;
  }
}
@media (min-width: 1180px) {
  .o-mv__bottom {
    z-index: 1;
  }
}
.o-mv__bottom li {
  width: 108px;
  position: relative;
}
@media (min-width: 768px) {
  .o-mv__bottom li {
    width: 212px;
  }
}
.o-mv__bottom li:before, .o-mv__bottom li:after {
  content: "";
  position: absolute;
  width: 19.16px;
  height: 29.47px;
  background-size: 100% 100%;
  bottom: 0;
}
@media (min-width: 768px) {
  .o-mv__bottom li:before, .o-mv__bottom li:after {
    width: 38px;
    height: 58px;
  }
}
.o-mv__bottom li:before {
  background-image: url(../images/mv_mugi_left.svg);
  left: 0;
}
.o-mv__bottom li:after {
  background-image: url(../images/mv_mugi_right.svg);
  right: 0;
}
.o-mv__bottom li p {
  text-align: center;
}
.o-mv__bottom li p:nth-child(1) {
  font-size: 12px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .o-mv__bottom li p:nth-child(1) {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.o-mv__bottom li p:nth-child(2) {
  font-size: 12px;
}
@media (min-width: 768px) {
  .o-mv__bottom li p:nth-child(2) {
    font-size: 24px;
  }
}
.o-mv__bottom li p:nth-child(2) span {
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
}
@media (min-width: 768px) {
  .o-mv__bottom li p:nth-child(2) span {
    font-size: 48px;
  }
}
.o-mv__image {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .o-mv__image {
    position: absolute;
    bottom: -120px;
    left: 0;
    width: 100%;
  }
}
.o-mv__image__left {
  width: 140px;
  position: relative;
  left: -7px;
  bottom: -4px;
}
@media (min-width: 1280px) {
  .o-mv__image__left {
    width: 313px;
    left: 0;
    bottom: -10px;
  }
}
.o-mv__image__right {
  width: 140px;
  position: relative;
  right: -14px;
  bottom: -4px;
}
@media (min-width: 1280px) {
  .o-mv__image__right {
    width: 314px;
    right: 0;
    bottom: -8px;
  }
}
.o-mv__sub_title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .o-mv__sub_title {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
.o-mv__sub_title p {
  display: inline-block;
  position: relative;
}
.o-mv__sub_title p:before {
  content: "";
  position: absolute;
  width: 203.81px;
  height: 8.42px;
  background-image: url(../images/mv_top_border.svg);
  background-size: 100%;
  right: 0;
  left: 0;
  bottom: -12px;
}
@media (min-width: 768px) {
  .o-mv__sub_title p:before {
    width: 466px;
    height: 16px;
    bottom: -20px;
  }
}
.o-mv__sub_title p span {
  position: relative;
}
.o-mv__sub_title p span:before {
  content: "";
  position: absolute;
  width: 2.4px;
  height: 2.4px;
  background-color: #ffffff;
  border-radius: 50%;
  right: 0;
  left: 0;
  top: -4px;
  margin: auto;
}
@media (min-width: 768px) {
  .o-mv__sub_title p span:before {
    width: 6px;
    height: 6px;
  }
}
.o-mv__title {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .o-mv__title {
    font-size: 68px;
    margin-bottom: 32px;
  }
}
.o-mv__title .small {
  font-size: 20px;
}
@media (min-width: 768px) {
  .o-mv__title .small {
    font-size: 48px;
  }
}
.o-mv__title .yellow {
  color: #FFF837;
  font-size: 36px;
}
@media (min-width: 768px) {
  .o-mv__title .yellow {
    font-size: 72px;
  }
}
.o-mv__discription {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .o-mv__discription {
    font-size: 28px;
  }
}
.o-mv__discription span {
  display: inline-block;
}

.o-title {
  margin-bottom: 40px;
}
.o-title p {
  text-align: center;
}
.o-title p:nth-child(1) {
  background: linear-gradient(to right, #17C6C6, #4193FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
}
.o-title p:nth-child(2) {
  font-size: 40px;
  font-weight: bold;
  color: #262626;
  line-height: 1.4;
}
.o-title p:nth-child(2) span {
  display: inline-block;
}
.o-title p:nth-child(2) .big {
  font-size: 52px;
  padding: 0 16px;
  margin: 0 8px;
  position: relative;
}
.o-title p:nth-child(2) .big:before, .o-title p:nth-child(2) .big:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: transparent;
  opacity: 0.2;
}
.o-title p:nth-child(2) .big:before {
  top: 4px;
  left: 0;
  border-top: solid 2px #829BA7;
  border-left: solid 2px #829BA7;
}
.o-title p:nth-child(2) .big:after {
  bottom: 0px;
  right: 0;
  border-bottom: solid 2px #829BA7;
  border-right: solid 2px #829BA7;
}

.o-cta {
  background-image: url(../images/cta_bg_sp.webp);
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 80px 0px 72px;
  margin-bottom: 72px;
}
@media (min-width: 768px) {
  .o-cta {
    background-image: url(../images/cta_bg_pc.webp);
    padding: 80px 0px;
    margin-bottom: 96px;
  }
}
.o-cta__inner {
  width: 91.4%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
@media (min-width: 768px) {
  .o-cta__inner {
    width: 95.3%;
  }
}
@media (min-width: 1024px) {
  .o-cta__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 48px;
  }
}
@media (min-width: 1180px) {
  .o-cta__inner {
    gap: 0 16px;
  }
}
.o-cta__text {
  color: #262626;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .o-cta__text {
    flex: 1;
    font-size: 36px;
    margin-bottom: 0;
  }
}
.o-cta__text span {
  display: inline-block;
}
.o-cta__text span.gra {
  background: linear-gradient(to right, #17C6C6, #4193FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
}
@media (min-width: 1024px) {
  .o-cta__text span.gra {
    font-size: 56px;
  }
}
.o-cta__image {
  width: 100%;
  max-width: 454px;
  margin: 0 auto 32px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .o-cta__image {
    width: 454px;
    margin: 0;
  }
}
.o-cta__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .o-cta__btn {
    position: absolute;
    bottom: 0px;
    left: 0;
  }
}
@media (min-width: 1280px) {
  .o-cta__btn {
    bottom: 15px;
  }
}
.o-cta__btn p {
  text-align: center;
  color: #262626;
  font-weight: 500;
  margin-bottom: 12px;
}
.o-cta__btn p span {
  position: relative;
}
.o-cta__btn p span.line {
  background: linear-gradient(transparent 70%, #FFF830 70%);
}
.o-cta__btn p span.line:before, .o-cta__btn p span.line:after {
  content: none;
}
.o-cta__btn p span:before, .o-cta__btn p span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #262626;
  bottom: 2px;
}
.o-cta__btn p span:before {
  left: -16px;
  transform: rotate(-24deg);
}
.o-cta__btn p span:after {
  right: -16px;
  transform: rotate(24deg);
}
.o-cta__btn a {
  width: 100%;
  display: flex;
  height: 72px;
  background-color: #FFA81C;
  border: solid 1px #FFA81C;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  box-shadow: 0 4px 8px rgba(64, 147, 176, 0.25);
  transition: 0.3s;
  position: relative;
}
.o-cta__btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: 0.3s;
}
.o-cta__btn a:hover {
  opacity: 1;
  cursor: pointer;
  background-color: #ffffff;
  color: #FFA81C;
}
.o-cta__btn a:hover:before {
  border-top: 2px solid #FFA81C;
  border-right: 2px solid #FFA81C;
}
.o-cta__absolute_text {
  color: #829BA7;
  opacity: 0.1;
  position: absolute;
  font-size: 75px;
  right: 0;
  bottom: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  letter-spacing: 3.75px;
}
@media (min-width: 1180px) {
  .o-cta__absolute_text {
    font-size: 160px;
    letter-spacing: 8px;
    bottom: -24px;
  }
}

.o-form {
  background-color: #F1F3F5;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .o-form {
    padding: 64px 24px;
  }
}
.o-form__row {
  width: 100%;
  max-width: 812px;
  margin: 0 auto 48px;
}
.o-form__row__title {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-end;
  gap: 0 8px;
  font-weight: bold;
  color: #262626;
  font-size: 16px;
}
.o-form__row__title span {
  color: #FFA81C;
  font-size: 14px;
}
.o-form__row__input input[type=text], .o-form__row__input input[type=email], .o-form__row__input textarea, .o-form__row__input select {
  height: 60px;
  width: 100%;
  background-color: #ffffff;
  padding: 16px;
  border: solid 1px #E1E5E5;
  border-radius: 5px;
  color: #262626;
  font-size: 16px;
}
.o-form__row__input textarea {
  height: 204px;
  resize: vertical;
  border: 0;
  border-radius: 0;
}
.o-form__row__input.is-flex {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
@media (min-width: 768px) {
  .o-form__row__input.is-flex {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 24px;
  }
}
.o-form__row__input label:hover {
  cursor: pointer;
}
.o-form__row__input label input[type=radio] {
  visibility: hidden;
}
.o-form__row__input label span {
  position: relative;
  color: #262626;
  font-size: 16px;
  padding-left: 20px;
}
.o-form__row__input label span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  left: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid 1px #CFCFCF;
}
.o-form__row__input label span:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #288FC3;
  border-radius: 50%;
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.o-form__row__input label input[type=radio]:checked + span:after {
  opacity: 1;
}
.o-form__privacy {
  margin-bottom: 32px;
  text-align: center;
}
.o-form__privacy label {
  font-weight: 500;
  color: #262626;
}
.o-form__privacy label:hover {
  cursor: pointer;
}
.o-form__privacy label input[type=checkbox] {
  visibility: hidden;
}
.o-form__privacy label span {
  position: relative;
  color: #262626;
  font-size: 16px;
  padding-left: 20px;
}
.o-form__privacy label span a {
  color: #262626;
  text-decoration: underline;
}
.o-form__privacy label span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: solid 1px #CFCFCF;
  border-radius: 4px;
  left: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.o-form__privacy label span:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  border-left: 2px solid #288FC3;
  border-bottom: 2px solid #288FC3;
  transform: rotate(-45deg);
  left: -1px;
  opacity: 0;
  top: 8px;
  bottom: initial;
  background: transparent;
  border-radius: 0;
}
.o-form__privacy label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.o-form__submit {
  width: 100%;
  max-width: 343px;
  height: 65px;
  background-color: #FFA81C;
  border: solid 1px #FFA81C;
  border-radius: 35px;
  margin: 0 auto;
  transition: 0.3s;
}
.o-form__submit:hover {
  background-color: #ffffff;
}
.o-form__submit input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s;
}
.o-form__submit input:hover {
  cursor: pointer;
  color: #FFA81C;
}

.p-top {
  position: relative;
}
.p-top__assignment {
  margin-bottom: 72px;
}
@media (min-width: 768px) {
  .p-top__assignment {
    margin-bottom: 96px;
  }
}
.p-top__assignment__top {
  background-color: #ffffff;
  border-radius: 24px;
  width: 91.4%;
  margin: 0 auto;
  max-width: 1200px;
  box-shadow: 0 4px 8px rgba(64, 147, 176, 0.25);
  padding: 32px 16px 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-top__assignment__top {
    width: 95.3%;
  }
}
.p-top__assignment__top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 57px solid transparent;
  border-left: 57px solid transparent;
  border-top: 49.5px solid #ffffff;
  border-bottom: 0;
  right: 0;
  left: 0;
  bottom: -30px;
  margin: auto;
}
@media (min-width: 768px) {
  .p-top__assignment__top {
    padding: 40px 16px;
    display: flex;
    justify-content: space-between;
  }
  .p-top__assignment__top:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 80px);
    background-color: #E6EBED;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .p-top__assignment__top {
    padding: 40px;
  }
}
@media (min-width: 1180px) {
  .p-top__assignment__top {
    padding: 40px 48px;
  }
}
.p-top__assignment__top-detail:not(:last-child) {
  border-bottom: solid 1px #E6EBED;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-top__assignment__top-detail:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: solid 0px #E6EBED;
  }
}
@media (min-width: 768px) {
  .p-top__assignment__top-detail {
    width: 45%;
    max-width: 480px;
  }
}
.p-top__assignment__top-detail h3 {
  color: #262626;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-left: 20px;
  position: relative;
}
.p-top__assignment__top-detail h3:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #288FC3;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-top__assignment__top-detail p {
  margin-bottom: 24px;
  text-align: center;
}
.p-top__assignment__top-detail ul li {
  position: relative;
  color: #262626;
  line-height: 1.8;
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
.p-top__assignment__top-detail ul li:before {
  content: "・";
}
.p-top__assignment__bottom {
  padding: 204px 0px 104px;
  position: relative;
  top: -146px;
  margin-bottom: -146px;
  background-image: url(../images/assignment_sp.webp);
  background-size: cover;
}
@media (min-width: 768px) {
  .p-top__assignment__bottom {
    background-image: url(../images/assignment_pc.webp);
  }
}
.no-webp .p-top__assignment__bottom {
  background-image: url(../images/assignment_sp.png);
}
@media (min-width: 768px) {
  .no-webp .p-top__assignment__bottom {
    background-image: url(../images/assignment_pc.pnh);
  }
}
.p-top__assignment__bottom-title {
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 24px;
}
.p-top__assignment__bottom-title span {
  display: inline-block;
}
.p-top__assignment__bottom-title span.color {
  color: #FFF837;
  font-size: 60px;
}
@media (min-width: 768px) {
  .p-top__assignment__bottom-title span.color {
    font-size: 64px;
  }
}
.p-top__assignment__bottom-title span.dot {
  position: relative;
}
.p-top__assignment__bottom-title span.dot:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 50%;
  right: 0;
  left: 0;
  top: -7px;
  margin: auto;
}
.p-top__assignment__bottom-text {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 32px;
}
.p-top__assignment__bottom-text span {
  display: inline-block;
}
.p-top__assignment__bottom-list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  gap: 0 10px;
  font-weight: bold;
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-top__assignment__bottom-list {
    gap: 0 20px;
  }
}
@media (min-width: 1180px) {
  .p-top__assignment__bottom-list {
    z-index: 1;
  }
}
.p-top__assignment__bottom-list li {
  width: 108px;
  position: relative;
}
@media (min-width: 768px) {
  .p-top__assignment__bottom-list li {
    width: 212px;
  }
}
.p-top__assignment__bottom-list li:before, .p-top__assignment__bottom-list li:after {
  content: "";
  position: absolute;
  width: 19.16px;
  height: 29.47px;
  background-size: 100% 100%;
  bottom: 0;
}
@media (min-width: 768px) {
  .p-top__assignment__bottom-list li:before, .p-top__assignment__bottom-list li:after {
    width: 38px;
    height: 58px;
  }
}
.p-top__assignment__bottom-list li:before {
  background-image: url(../images/mv_mugi_left.svg);
  left: 0;
}
.p-top__assignment__bottom-list li:after {
  background-image: url(../images/mv_mugi_right.svg);
  right: 0;
}
.p-top__assignment__bottom-list li p {
  text-align: center;
}
.p-top__assignment__bottom-list li p:nth-child(1) {
  font-size: 12px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .p-top__assignment__bottom-list li p:nth-child(1) {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.p-top__assignment__bottom-list li p:nth-child(2) {
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-top__assignment__bottom-list li p:nth-child(2) {
    font-size: 24px;
  }
}
.p-top__assignment__bottom-list li p:nth-child(2) span {
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
}
@media (min-width: 768px) {
  .p-top__assignment__bottom-list li p:nth-child(2) span {
    font-size: 48px;
  }
}
.p-top__structure {
  width: 91.4%;
  margin: 0 auto;
  max-width: 1200px;
  margin: 0 auto 72px;
  max-width: 1000px;
}
@media (min-width: 768px) {
  .p-top__structure {
    width: 95.3%;
  }
}
@media (min-width: 768px) {
  .p-top__structure {
    margin: 0 auto 96px;
  }
}
.p-top__structure__image {
  text-align: center;
  margin-bottom: 24px;
}
.p-top__structure__text {
  color: #262626;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
.p-top__difference {
  width: 91.4%;
  margin: 0 auto;
  max-width: 1200px;
  margin: 0 auto 72px;
}
@media (min-width: 768px) {
  .p-top__difference {
    width: 95.3%;
  }
}
@media (min-width: 768px) {
  .p-top__difference {
    margin: 0 auto 96px;
  }
}
.p-top__difference__text {
  text-align: center;
  margin-bottom: 40px;
  color: #262626;
  line-height: 1.4;
  color: #262626;
}
.p-top__difference__text span {
  display: inline-block;
}
.p-top__difference__table table {
  width: 100%;
  border-collapse: separate;
}
.p-top__difference__table table tr th, .p-top__difference__table table tr td {
  vertical-align: middle;
}
.p-top__difference__table table tr th {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  border-radius: 16px 16px 0 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-top__difference__table table tr th {
    font-size: 24px;
  }
}
.p-top__difference__table table tr th:nth-child(2) {
  padding: 24px 0;
  background-color: #288FC3;
}
.p-top__difference__table table tr th:nth-child(3) {
  background-color: #2DA8BB;
}
.p-top__difference__table table tr td {
  padding: 20px 0;
  box-sizing: border-box;
}
.p-top__difference__table table tr td:nth-child(1) {
  border: solid 1px #ffffff;
  background-color: #F1F3F5;
  font-size: 12px;
  color: #262626;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top__difference__table table tr td:nth-child(1) {
    font-size: 16px;
  }
}
.p-top__difference__table table tr td:nth-child(2) {
  font-size: 18px;
  color: #288FC3;
  font-weight: bold;
  text-align: center;
  border-right: solid 4px #288FC3;
  border-left: solid 4px #288FC3;
  border-top: solid 1px #288FC3;
  border-bottom: solid 4px #288FC3;
}
@media (min-width: 768px) {
  .p-top__difference__table table tr td:nth-child(2) {
    font-size: 20px;
  }
}
.p-top__difference__table table tr td:nth-child(3) {
  text-align: center;
  font-size: 14px;
  color: #262626;
  border-right: solid 4px #2DA8BB;
  border-left: solid 4px #2DA8BB;
  border-top: solid 1px #2DA8BB;
  border-bottom: solid 4px #2DA8BB;
}
@media (min-width: 768px) {
  .p-top__difference__table table tr td:nth-child(3) {
    font-size: 16px;
  }
}
.p-top__feature {
  margin-bottom: 72px;
}
@media (min-width: 768px) {
  .p-top__feature {
    margin-bottom: 96px;
  }
}
.p-top__feature__inner {
  width: 91.4%;
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .p-top__feature__inner {
    width: 95.3%;
  }
}
.p-top__feature__detail {
  background-color: #F1F3F5;
  padding: 80px 16px;
  border-radius: 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .p-top__feature__detail {
    padding: 80px 32px;
  }
}
@media (min-width: 1180px) {
  .p-top__feature__detail {
    padding: 80px 48px;
  }
}
.p-top__feature__detail.is-left {
  padding: 80px 16px 80px 0;
  border-radius: 0 16px 16px 0;
}
.p-top__feature__detail.is-left:before {
  content: "";
  position: absolute;
  width: 50vw;
  left: -50vw;
  height: 100%;
  background-color: #F1F3F5;
  top: 0;
}
@media (min-width: 1024px) {
  .p-top__feature__detail.is-left {
    padding: 80px 32px 80px 0;
  }
}
@media (min-width: 1180px) {
  .p-top__feature__detail.is-left {
    padding: 80px 48px 80px 0;
  }
}
.p-top__feature__detail.is-right {
  border-radius: 16px 0 0 16px;
  padding: 80px 0 80px 16px;
}
.p-top__feature__detail.is-right:before {
  content: "";
  position: absolute;
  width: 50vw;
  right: -50vw;
  height: 100%;
  background-color: #F1F3F5;
  top: 0;
}
@media (min-width: 1024px) {
  .p-top__feature__detail.is-right {
    padding: 80px 0 80px 32px;
  }
}
@media (min-width: 1180px) {
  .p-top__feature__detail.is-right {
    padding: 80px 0 80px 48px;
  }
}
.p-top__feature__detail:not(:last-child) {
  margin-bottom: 48px;
}
.p-top__feature__detail-index {
  position: relative;
}
.p-top__feature__detail-title {
  background: linear-gradient(to right, #17C6C6, #4193FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-top__feature__detail-title {
    margin-bottom: 48px;
    font-size: 32px;
  }
}
.p-top__feature__detail-title span {
  display: inline-block;
}
.p-top__feature__detail-discription {
  text-align: center;
  color: #262626;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-top__feature__detail-discription {
    margin-bottom: 64px;
  }
}
.p-top__feature__detail-discription span {
  display: inline-block;
}
.p-top__feature__detail-image {
  text-align: center;
}
.p-top__feature__detail-image.is-max1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.p-top__feature__detail-table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.p-top__feature__detail-table p {
  color: #262626;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.p-top__feature__detail-table table {
  border: solid 1px #DBDBDB;
  width: 100%;
  margin-bottom: 24px;
}
.p-top__feature__detail-table table tr th, .p-top__feature__detail-table table tr td {
  border: solid 1px #DBDBDB;
}
.p-top__feature__detail-table table tr th {
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #288FC3;
}
.p-top__feature__detail-table table tr th:nth-child(1) {
  background-color: #DBDBDB;
  font-weight: 500;
  color: #262626;
}
.p-top__feature__detail-table table tr td {
  padding: 20px 8px;
  font-size: 12px;
  color: #262626;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .p-top__feature__detail-table table tr td {
    font-size: 16px;
  }
}
.p-top__feature__detail-table table tr td span {
  font-size: 16px;
}
@media (min-width: 768px) {
  .p-top__feature__detail-table table tr td span {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .p-top__feature__detail-table table tr td:nth-child(1) {
    padding: 20px 8px 20px 72px;
  }
}
.p-top__feature__detail-table table tr td:nth-child(2), .p-top__feature__detail-table table tr td:nth-child(3) {
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top__feature__detail-table table tr td:nth-child(2), .p-top__feature__detail-table table tr td:nth-child(3) {
    padding: 20px 48px;
  }
}
.p-top__feature__detail-add_text {
  margin-bottom: 32px;
}
.p-top__feature__detail-add_text p {
  text-align: center;
  color: #262626;
  font-weight: 500;
}
.p-top__feature__detail-add_text p:nth-child(1) {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}
.p-top__feature__detail-add_text p:nth-child(2) {
  font-size: 16px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-top__feature__detail-add_text p:nth-child(2) {
    font-size: 20px;
  }
}
.p-top__feature__detail-add_text p:nth-child(2) span {
  display: inline-block;
}
.p-top__feature__detail-add_text p:nth-child(2) span.line {
  background: linear-gradient(transparent 70%, #FFF830 70%);
  font-size: 19px;
}
@media (min-width: 768px) {
  .p-top__feature__detail-add_text p:nth-child(2) span.line {
    font-size: 28px;
  }
}
.p-top__feature__detail-sub_title {
  text-align: center;
  color: #262626;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 24px;
}
.p-top__feature__detail-sub_title span {
  display: inline-block;
}
.p-top__feature__detail-circle {
  width: 100%;
  max-width: 774px;
  margin: 0 auto 72px;
}
@media (min-width: 768px) {
  .p-top__feature__detail-circle {
    display: flex;
    justify-content: space-between;
  }
}
.p-top__feature__detail-circle li {
  position: relative;
}
@media (min-width: 768px) {
  .p-top__feature__detail-circle li {
    width: 160px;
  }
}
.p-top__feature__detail-circle li:not(:last-child) {
  margin-bottom: 108px;
}
@media (min-width: 768px) {
  .p-top__feature__detail-circle li:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-top__feature__detail-circle li:not(:last-child):before {
  content: "";
  position: absolute;
  width: 4px;
  height: 80px;
  background-color: #288FC3;
  border-radius: 4px;
  right: 0;
  left: 0;
  bottom: -94px;
  margin: auto;
}
@media (min-width: 768px) {
  .p-top__feature__detail-circle li:not(:last-child):before {
    right: -106px;
    left: initial;
    top: -43px;
    bottom: 0;
    width: 100px;
    height: 4px;
  }
}
@media (min-width: 1024px) {
  .p-top__feature__detail-circle li:not(:last-child):before {
    right: -125px;
  }
}
.p-top__feature__detail-circle li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -98px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #288FC3;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .p-top__feature__detail-circle li:not(:last-child):after {
    bottom: 0;
    top: -43px;
    transform: rotate(-90deg);
    right: -115px;
    left: initial;
  }
}
@media (min-width: 1024px) {
  .p-top__feature__detail-circle li:not(:last-child):after {
    right: -134px;
  }
}
.p-top__feature__detail-circle li p {
  text-align: center;
}
.p-top__feature__detail-circle li p:nth-child(1) {
  max-width: 160px;
  margin: 0 auto 24px;
}
.p-top__feature__detail-circle li p:nth-child(2) {
  font-size: 18px;
  color: #262626;
  font-weight: bold;
}
.p-top__feature__detail-last {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: solid 4px #288FC3;
  position: relative;
  padding: 72px 20px 32px 40px;
}
@media (min-width: 768px) {
  .p-top__feature__detail-last {
    padding: 72px 16px 48px 44px;
  }
}
.p-top__feature__detail-last h4 {
  background-color: #F1F3F5;
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  margin: auto;
  color: #262626;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  width: 284px;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-top__feature__detail-last ol {
    display: flex;
  }
}
.p-top__feature__detail-last ol li {
  position: relative;
  padding: 24px 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .p-top__feature__detail-last ol li {
    width: 30.2%;
  }
}
.p-top__feature__detail-last ol li:not(:last-child) {
  margin-bottom: 42px;
}
@media (min-width: 1024px) {
  .p-top__feature__detail-last ol li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 4.7%;
  }
}
.p-top__feature__detail-last ol li p {
  text-align: center;
}
.p-top__feature__detail-last ol li p:nth-child(1) {
  position: absolute;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #ffffff;
  top: -26px;
  left: -28px;
  background-color: #288FC3;
  border-radius: 50%;
}
.p-top__feature__detail-last ol li p:nth-child(2) {
  font-size: 24px;
  color: #288FC3;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-top__feature__detail-last ol li p:nth-child(3) {
  color: #262626;
  font-size: 16px;
  line-height: 1.6;
}
.p-top__flow {
  width: 91.4%;
  margin: 0 auto;
  max-width: 1200px;
  margin: 0 auto 72px;
}
@media (min-width: 768px) {
  .p-top__flow {
    width: 95.3%;
  }
}
@media (min-width: 768px) {
  .p-top__flow {
    margin: 0 auto 96px;
  }
}
.p-top__flow__text {
  text-align: center;
  color: #262626;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.p-top__flow__text span {
  display: inline-block;
}
@media (min-width: 768px) {
  .p-top__flow__content {
    display: flex;
  }
}
.p-top__flow__detail {
  width: 100%;
  max-width: 220px;
  margin: 0 auto 26px;
  border: solid 2px #288FC3;
  border-radius: 16px;
  padding: 0px 12px 24px;
}
@media (min-width: 768px) {
  .p-top__flow__detail {
    width: 18.4%;
  }
}
.p-top__flow__detail:not(:nth-child(5n)) {
  position: relative;
}
.p-top__flow__detail:not(:nth-child(5n)):before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #288FC3;
  border-bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -20px;
}
@media (min-width: 768px) {
  .p-top__flow__detail:not(:nth-child(5n)):before {
    content: none;
  }
}
@media (min-width: 1024px) {
  .p-top__flow__detail:not(:nth-child(5n)):before {
    content: "";
    transform: rotate(-90deg);
    bottom: 0;
    top: 0;
    left: initial;
    right: -23px;
  }
}
@media (min-width: 1180px) {
  .p-top__flow__detail:not(:nth-child(5n)):before {
    right: -24px;
  }
}
@media (min-width: 768px) {
  .p-top__flow__detail:not(:nth-child(5n)) {
    margin-right: 2%;
  }
}
.p-top__flow__detail p:nth-child(1) {
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__flow__detail p:nth-child(2) {
  color: #288FC3;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: bold;
}
.p-top__flow__detail p:nth-child(3) {
  color: #262626;
  font-size: 16px;
  line-height: 1.4;
}
.p-top__qa {
  padding: 0px 0 100px;
  width: 91.4%;
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .p-top__qa {
    width: 95.3%;
  }
}
.p-top__qa__content dl {
  background-color: #F1F3F5;
  padding: 24px;
  border-radius: 16px;
}
.p-top__qa__content dl:not(:last-child) {
  margin-bottom: 20px;
}
.p-top__qa__content dl dt {
  margin-bottom: 24px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 0 16px;
  font-size: 20px;
  font-weight: bold;
  color: #262626;
}
@media (min-width: 768px) {
  .p-top__qa__content dl dt {
    font-size: 24px;
  }
}
.p-top__qa__content dl dt p:nth-child(1) {
  text-align: center;
  width: 48px;
  height: 48px;
  background-color: #288FC3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
}
.p-top__qa__content dl dt p:nth-child(1) span {
  font-size: 24px;
}
.p-top__qa__content dl dt p:nth-child(2) {
  flex: 1;
}
.p-top__qa__content dl dd {
  color: #262626;
  font-size: 16px;
  line-height: 1.4;
}
.p-top__contact {
  padding-bottom: 100px;
  width: 91.4%;
  margin: 0 auto;
  max-width: 1200px;
  max-width: 1000px;
}
@media (min-width: 768px) {
  .p-top__contact {
    width: 95.3%;
  }
}

.p-thanks {
  padding: 96px 0;
}
@media (min-width: 768px) {
  .p-thanks {
    padding: 160px 0 96px;
  }
}
.p-thanks__logo {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-thanks__logo {
    margin-bottom: 48px;
  }
}
.p-thanks__title {
  margin-bottom: 32px;
  color: #262626;
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-thanks__title {
    margin-bottom: 48px;
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .p-thanks__title {
    font-size: 40px;
  }
}
.p-thanks__title span {
  display: inline-block;
}
.p-thanks__text {
  color: #262626;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-thanks__text {
    margin-bottom: 80px;
  }
}
.p-thanks__text p {
  text-align: center;
}
.p-thanks__text p:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-thanks__text p:not(:last-child) {
    margin-bottom: 32px;
  }
}
.p-thanks__text p span {
  display: inline-block;
}
.p-thanks__btn {
  width: 91.4%;
  max-width: 343px;
  margin: 0 auto;
  height: 65px;
  background-color: #FFA81C;
  border: solid 1px #FFA81C;
  border-radius: 35px;
  margin: 0 auto;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
}
.p-thanks__btn:hover {
  background-color: #ffffff;
  color: #FFA81C;
}
/*# sourceMappingURL=style.css.map */