@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/* ========================================
 *  Font Family
 * ======================================== */
/* ==============================
*   Color
*==============================*/
/* ==============================
*   Font Size
*==============================*/
/*==============================
//  Media Query
//==============================*/
/*==============================
//  Font Size Rem
//
//  【概要】        font-sizeの単位をremに変換する
//  【第一引数】    希望のfont-size（数字のみ）
//  【備考】        IE対応のためpxでも出力する
//==============================*/
/*==============================
//  Font Size Rem Line Height Half Leading
//
//  【概要】
//      ・font-sizeの単位をremに変換
//      ・行間のサイズをもとに自動でline-heightを指定
//      ・ハーフリーディングを自動調整
//  【第一引数】
//      ・希望のfont-size（数字のみ）
//  【第二引数】
//      ・希望の行間サイズ（数字のみ）
//==============================*/
/*==============================
//
//  【概要】
//      ・pxをvwに変換
//  【第一引数】
//      ・pxサイズ（数字のみ）
//  【第二引数】
//      ・デザイン幅（数字のみ）初期値はf-variableに記述
//==============================*/
/*==============================
//  px→vwの計算
//==============================*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  top: -0.5em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #333333;
  line-height: 180%;
  position: relative;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #00030A;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1rem;
    min-width: initial;
  }
}

a {
  text-decoration: underline;
  color: #D30037;
  transition: 0.3s all;
}
a:hover {
  text-decoration: none;
}

button {
  outline: none;
}

td,
th {
  vertical-align: middle;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
}

img {
  max-width: 100%;
  backface-visibility: hidden;
}

[v-cloak] {
  display: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

[v-cloak] {
  display: none;
}

main {
  position: relative;
}

main {
  padding: 0;
}

.l-section {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 100px 0 150px;
}
@media screen and (max-width: 1240px) {
  .l-section {
    padding: 60px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 10.6666666667vw 0 16vw;
  }
}

/* ---------------------------------------------------------------------------
 * アニメーション
--------------------------------------------------------------------------- */
.fade {
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

.sa {
  opacity: 0;
  transition: all 0.8s ease;
}

@media screen and (max-width: 1240px) {
  .fv.sa {
    opacity: 1;
    transform: none;
  }
}
.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 50px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-btn_main {
    position: absolute;
    bottom: 8vw;
    left: 5.3333333333vw;
  }
}
.c-btn_main a {
  width: 600px;
  height: 100px;
  padding: 0 20px 0 0;
  font-size: 28px;
  font-weight: 900;
  line-height: 150%;
  border-radius: 100px;
  background-color: #D30037;
  color: #ffffff;
  position: relative;
  transition: 0.3s all;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1240px) {
  .c-btn_main a {
    width: 380px;
    height: 70px;
    padding: 0 10px 0 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn_main a {
    width: 89.3333333333vw;
    height: 16vw;
    font-size: 4.2666666667vw;
    padding: 0 2.6666666667vw 0 0;
  }
}
.c-btn_main a:hover {
  background-color: #206094;
  transform: translateY(4px);
  box-shadow: none;
}
.c-btn_main a:hover span::after {
  right: -35px;
}
@media screen and (max-width: 1240px) {
  .c-btn_main a:hover span::after {
    right: -25px;
  }
}
.c-btn_main a span {
  position: relative;
}
.c-btn_main a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 17px;
  height: 17px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transition: 0.3s all;
}
@media screen and (max-width: 1240px) {
  .c-btn_main a span::after {
    right: -20px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn_main a span::after {
    right: -4vw;
    width: 3.2vw;
    height: 3.2vw;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}
.c-btn_apply {
  width: 100%;
  height: 140px;
  opacity: 0;
  transform: translateY(140px);
  position: fixed;
  z-index: 10;
  bottom: env(safe-area-inset-bottom);
  left: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-btn_apply {
    height: 24vw;
  }
}
.c-btn_apply .apply_inner {
  width: 100%;
  height: 140px;
  background: linear-gradient(90deg, rgba(23, 61, 110, 0.8) 0%, rgba(0, 25, 58, 0.8) 100%);
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-btn_apply .apply_inner {
    height: 24vw;
    padding: 0 5.3333333333vw;
  }
}
.c-btn_apply .apply_inner a {
  width: 480px;
  height: 70px;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  border-radius: 100px;
  background-color: #D30037;
  color: #ffffff;
  position: relative;
  transition: 0.3s all;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-btn_apply .apply_inner a {
    width: 100%;
    height: 16vw;
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-btn_apply .apply_inner a:hover {
  background-color: #206094;
  transform: translateY(3px);
  box-shadow: none;
}
.c-btn_apply .apply_inner a:hover span::after {
  right: -30px;
}
@media screen and (max-width: 767px) {
  .c-btn_apply .apply_inner a:hover span::after {
    right: -5.3333333333vw;
  }
}
.c-btn_apply .apply_inner a span {
  position: relative;
}
.c-btn_apply .apply_inner a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-btn_apply .apply_inner a span::after {
    right: -4vw;
    width: 3.2vw;
    height: 3.2vw;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}
.c-btn_apply.show {
  opacity: 1;
  transform: translateY(0);
}

.c-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.c-nav_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-nav_menu {
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav_menu li {
    width: 100%;
    width: 100%;
    padding: 15px 0;
  }
}
.c-nav_menu li a {
  margin-right: 40px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #333333;
}
@media screen and (max-width: 1240px) {
  .c-nav_menu li a {
    margin-right: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav_menu li a {
    margin-right: 0;
    font-size: 18px;
    font-size: 1.125rem;
    color: #ffffff;
  }
}
.c-nav_menu li a:hover {
  color: #0E416B;
}
.c-nav_menu li.contact a {
  width: 170px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: #D30037;
  text-decoration: none;
  position: relative;
  padding: 27px 0 0 0;
  margin-right: 0;
}
@media screen and (max-width: 1240px) {
  .c-nav_menu li.contact a {
    width: 150px;
    height: 60px;
    padding: 22px 0 0 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav_menu li.contact a {
    width: 100%;
    height: 14.9333333333vw;
    padding: 0 0 0 6.6666666667vw;
    border-radius: 100px;
    text-align: center;
    font-weight: bold;
    line-height: 14.1333333333vw;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 auto 20px;
    display: inline-block;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }
}
.c-nav_menu li.contact a:hover {
  background-color: #0E416B;
}
.c-nav_menu li.contact a::before {
  display: block;
  content: "";
  position: absolute;
  top: 17px;
  left: 50%;
  width: 26px;
  height: 18px;
  transform: translateX(-50%);
  background: url(../../src/img/icon_mail.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1240px) {
  .c-nav_menu li.contact a::before {
    top: 12px;
    width: 22px;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav_menu li.contact a::before {
    top: 50%;
    left: 22.6666666667vw;
    width: 5.8666666667vw;
    height: 4vw;
    transform: translateY(-50%);
  }
}

.c-title_h2 {
  font-size: 36px;
  line-height: 160%;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1240px) {
  .c-title_h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-title_h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 6.6666666667vw;
  }
}
.c-title_h2 .en {
  display: block;
  font-size: 130px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.15);
  line-height: 160%;
  margin-bottom: -40px;
}
@media screen and (max-width: 1240px) {
  .c-title_h2 .en {
    font-size: 80px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .c-title_h2 .en {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: -1.3333333333vw;
  }
}
.c-title_h2 .en.black {
  color: rgba(255, 255, 255, 0.25);
}
.c-title_h2.blue {
  color: #0E416B;
}
.c-title_h2.blue .en {
  color: rgba(14, 65, 107, 0.1);
}

.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.p-header_wrap {
  width: 100%;
  height: 80px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1240px) {
  .p-header_wrap {
    height: 60px;
  }
}
.p-header_wrap .logo {
  width: 161px;
  height: 57px;
  margin: 12px 0 11px 20px;
}
@media screen and (max-width: 1240px) {
  .p-header_wrap .logo {
    width: 130px;
    height: 47px;
    margin: 7px 0 6px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-header_wrap .logo {
    width: 120px;
    height: 43px;
    margin: 9px 0 8px 1.3333333333vw;
  }
}
.p-header_wrap .logo img {
  width: 100%;
}
.p-header_wrap .logo:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  /*ハンバーガー*/
  #globalMenuSp {
    z-index: 2500;
    color: #ffffff;
    background: #0E416B;
    text-align: left;
    width: 100vw;
    transition: top 0.5s ease;
    position: absolute;
    top: 60px;
    right: 0;
    height: auto;
    display: none;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    padding: 30px 20px;
  }
  #globalMenuSp.active {
    display: block;
    height: 100vh;
    overflow: auto;
  }
  .navToggle {
    display: block;
    position: fixed;
    z-index: 2501;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    background-color: #0E416B;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 26px;
    height: 2px;
    right: 17px;
    background: #ffffff;
    transition: 0.3s ease-in-out;
  }
  .navToggle span:nth-child(1) {
    top: 20px;
  }
  .navToggle span:nth-child(2) {
    top: 29px;
  }
  .navToggle span:nth-child(3) {
    top: 37px;
  }
  .navToggle.active {
    width: 60px;
    height: 60px;
    mix-blend-mode: inherit;
    transition: 0.3s ease-in-out;
  }
  .navToggle.active span:nth-child(1) {
    top: 28px;
    background: #ffffff;
    transform: rotate(-40deg);
  }
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 28px;
    background: #ffffff;
    transform: rotate(40deg);
  }
}
.p-footer {
  width: 100%;
  text-align: center;
  background-color: #1A1A1A;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  padding: 60px 0 200px;
  color: #ffffff;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 8vw 0 32vw;
  }
}
.p-footer .inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-footer .inner {
    width: calc(100% - 10.6666666667vw);
  }
}
.p-footer_top {
  text-align: center;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #666666;
}
@media screen and (max-width: 767px) {
  .p-footer_top {
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
.p-footer_top .txt01 {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-footer_top .txt01 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-footer_top .txt02 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer_top .txt02 {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 1.3333333333vw;
  }
}
.p-footer_bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.p-footer_bottom .nav {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-footer_bottom .nav {
    width: 100%;
    justify-content: center;
  }
}
.p-footer_bottom .nav li a {
  font-size: 14px;
  color: #ffffff;
  margin-right: 50px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-footer_bottom .nav li a {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 2.6666666667vw;
  }
}
.p-footer_bottom .nav li a:hover {
  opacity: 0.8;
}
.p-footer_bottom .copy {
  font-size: 14px;
  font-family: "Cinzel", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-footer_bottom .copy {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-top_main {
  position: relative;
  width: 100%;
  height: 920px;
  background: url(../../src/img/main_img.png) center top no-repeat;
  background-size: cover;
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
@media screen and (max-width: 1240px) {
  .p-top_main {
    height: 70vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top_main {
    height: 170.6666666667vw;
    background: url(../../src/img/main_img_sp.png) center top no-repeat;
    background-size: cover;
    margin-top: 60px;
  }
}
.p-top_main_catch {
  position: absolute;
  top: 145px;
  left: 6%;
}
@media screen and (max-width: 1240px) {
  .p-top_main_catch {
    top: 13vw;
    left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .p-top_main_catch {
    top: 8vw;
    left: 50%;
    transform: translateX(-50%);
    height: 162.6666666667vw;
    position: relative;
  }
}
.p-top_main_catch_ttl01 {
  font-size: 90px;
  font-weight: 700;
  color: #ffffff;
  line-height: 140%;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.p-top_main_catch_ttl01 .ls_05 {
  letter-spacing: -0.2em;
}
@media screen and (max-width: 1240px) {
  .p-top_main_catch_ttl01 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top_main_catch_ttl01 {
    font-size: 8.8vw;
    text-align: center;
  }
}
.p-top_main_catch_ttl02 {
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  line-height: 140%;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1240px) {
  .p-top_main_catch_ttl02 {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top_main_catch_ttl02 {
    font-size: 8.8vw;
    text-align: center;
  }
}
.p-top_main_catch_txt {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 160%;
  margin-top: 10px;
  letter-spacing: 0.03em;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1240px) {
  .p-top_main_catch_txt {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top_main_catch_txt {
    font-size: 4.2666666667vw;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
}
.p-top_main_catch_txt em {
  font-style: normal;
  color: #f7cc8b;
}
.p-top_main_catch_list {
  width: 590px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin: 60px 0 45px;
}
@media screen and (max-width: 1240px) {
  .p-top_main_catch_list {
    width: 50vw;
    gap: 1.7vw;
    margin: 2.5vw 0 3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top_main_catch_list {
    width: 89.3333333333vw;
    gap: 2.1333333333vw;
    margin: 2.6666666667vw auto 56vw;
  }
}
.p-top_main_catch_list li {
  width: 180px;
  height: 180px;
  background: url(../../src/img/gold.svg) center center no-repeat;
  background-size: cover;
  color: #ffffff;
  font-size: 22px;
  line-height: 150%;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
@media screen and (max-width: 1240px) {
  .p-top_main_catch_list li {
    width: 15.5vw;
    height: 15.5vw;
    border-radius: 15.5vw;
    font-size: 1.8vw;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) {
  .p-top_main_catch_list li {
    width: 28.2666666667vw;
    height: 28.2666666667vw;
    border-radius: 28.2666666667vw;
    font-size: 3.2vw;
  }
}
.p-top_case {
  width: 100%;
  position: relative;
  background: url("../../src/img/case_bg.png") center bottom no-repeat, linear-gradient(90deg, #173D6E 0%, #00193A 100%);
  background-size: 100% auto, auto;
  text-align: center;
}
.p-top_case_slide {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .p-top_case_slide {
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}
.p-top_case_slide .swiper-slide {
  height: auto;
}
.p-top_case_slide_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.p-top_case_slide_list_img {
  aspect-ratio: 5/3;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top_case_slide_list_img {
    margin-bottom: 4vw;
  }
}
.p-top_case_slide_list_img figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.p-top_case_slide_list_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-top_case_slide_list .ttl {
  font-size: 20px;
  font-weight: 700;
  color: #0E416B;
  line-height: 160%;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top_case_slide_list .ttl {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 4vw;
    padding: 0 5.3333333333vw;
  }
}
.p-top_case_slide_list dl {
  padding: 0 20px 30px;
  text-align: left;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 12px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top_case_slide_list dl {
    grid-template-columns: 18.6666666667vw 1fr;
    gap: 2.6666666667vw;
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.p-top_case_slide_list dl dt {
  width: 100%;
  height: 26px;
  font-size: 14px;
  color: #ffffff;
  background-color: #AAA9A7;
  text-align: center;
  font-weight: 500;
  line-height: 160%;
  padding: 2px 0;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .p-top_case_slide_list dl dt {
    font-size: 14px;
    font-size: 0.875rem;
    height: 5.8666666667vw;
    padding: 0;
  }
}
.p-top_case_slide_list dl dd {
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-top_case_slide_list dl dd {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-top_case_slide .swiper-button-prev {
  left: 50%;
  margin-left: -580px;
  color: #ffffff;
  transform: translateX(-50%);
}
@media screen and (max-width: 1240px) {
  .p-top_case_slide .swiper-button-prev {
    left: -15px;
    margin-left: 0;
  }
}
.p-top_case_slide .swiper-button-prev::after {
  font-size: 24px;
}
.p-top_case_slide .swiper-button-next {
  right: 50%;
  margin-right: -605px;
  color: #ffffff;
  transform: translateX(-50%);
}
@media screen and (max-width: 1240px) {
  .p-top_case_slide .swiper-button-next {
    right: -40px;
    margin-right: 0;
  }
}
.p-top_case_slide .swiper-button-next::after {
  font-size: 24px;
}
.p-top_case .swiper {
  position: relative;
  overflow: hidden;
}
.p-top_reason {
  width: 100%;
  position: relative;
  background: url(../../src/img/reason_bg.png) center bottom no-repeat, #00030A;
  background-size: 100% auto, auto;
  text-align: center;
  padding: 100px 0 230px;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .p-top_reason {
    padding: 60px 0 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_reason {
    padding: 16vw 0 18.6666666667vw;
  }
}
.p-top_reason_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 170px auto 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.p-top_reason_wrap::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../../src/img/light.png) center center no-repeat;
  background-size: cover;
  width: 928px;
  height: 928px;
  top: -22px;
  right: -443px;
}
@media screen and (max-width: 1240px) {
  .p-top_reason_wrap::before {
    width: 80vw;
    height: 80vw;
    right: -36vw;
    top: inherit;
    bottom: -40vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap::before {
    width: 80vw;
    height: 80vw;
    right: -40vw;
    bottom: -26.6666666667vw;
  }
}
@media screen and (max-width: 1240px) {
  .p-top_reason_wrap {
    margin: 150px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap {
    width: calc(100% - 10.6666666667vw);
    margin: 8vw auto 0;
  }
}
.p-top_reason_wrap:first-of-type {
  margin: 100px auto 0;
}
@media screen and (max-width: 1240px) {
  .p-top_reason_wrap:first-of-type {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap:first-of-type {
    margin: 8vw auto 0;
  }
}
.p-top_reason_wrap .txtwrap {
  position: absolute;
  top: 200px;
  left: 0;
  width: 640px;
  min-height: 350px;
  background: linear-gradient(90deg, rgba(0, 25, 58, 0.95) 0%, rgba(23, 61, 110, 0.95) 100%);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  .p-top_reason_wrap .txtwrap {
    width: 600px;
    max-width: 60%;
    min-height: 250px;
    top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap .txtwrap {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    box-shadow: none;
    padding: 0;
  }
}
.p-top_reason_wrap .txtwrap .inner {
  position: relative;
  padding: 60px 60px 55px;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .p-top_reason_wrap .txtwrap .inner {
    padding: 45px 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap .txtwrap .inner {
    padding: 8vw 2.6666666667vw 5.3333333333vw;
  }
}
.p-top_reason_wrap .txtwrap .inner .no {
  position: absolute;
  font-size: 100px;
  font-family: "Cinzel", serif;
  font-weight: 700;
  color: #D30037;
  line-height: 170%;
  top: -70px;
  left: 20px;
  background: linear-gradient(210deg, #FDE7BB 9.32%, #9E6D38 26.23%, #E9B86E 51.87%, #9D6933 65.14%, #FEE9BF 79.51%, #683E23 93.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1240px) {
  .p-top_reason_wrap .txtwrap .inner .no {
    font-size: 70px;
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap .txtwrap .inner .no {
    font-size: 45px;
    font-size: 2.8125rem;
    top: -8vw;
    left: 5.3333333333vw;
  }
}
.p-top_reason_wrap .txtwrap .inner .ttl {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  line-height: 140%;
  margin-bottom: 25px;
}
@media screen and (max-width: 1240px) {
  .p-top_reason_wrap .txtwrap .inner .ttl {
    font-size: 33px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap .txtwrap .inner .ttl {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 2.6666666667vw;
  }
}
.p-top_reason_wrap .txtwrap .inner .ttl em {
  font-style: normal;
  color: #F0C079;
}
.p-top_reason_wrap .txtwrap .inner .txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
  color: #ffffff;
}
@media screen and (max-width: 1240px) {
  .p-top_reason_wrap .txtwrap .inner .txt {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap .txtwrap .inner .txt {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 160%;
    font-weight: 400;
  }
}
.p-top_reason_wrap .img {
  max-width: 830px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1240px) {
  .p-top_reason_wrap .img {
    width: 700px;
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap .img {
    border-radius: 0 0 6px 6px;
    max-width: 100%;
  }
}
.p-top_reason_wrap.left {
  justify-content: flex-start;
}
.p-top_reason_wrap.left .txtwrap {
  right: 0;
  left: inherit;
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap.left .txtwrap {
    right: inherit;
  }
}
.p-top_reason_wrap.left .txtwrap .inner {
  position: relative;
}
.p-top_reason_wrap.left .txtwrap .inner .no {
  right: 20px;
  left: inherit;
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap.left .txtwrap .inner .no {
    right: 5.3333333333vw;
  }
}
.p-top_reason_wrap.left::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../../src/img/light.png) center center no-repeat;
  background-size: cover;
  width: 928px;
  height: 928px;
  top: -22px;
  left: -443px;
}
@media screen and (max-width: 1240px) {
  .p-top_reason_wrap.left::before {
    width: 80vw;
    height: 80vw;
    left: -36vw;
    top: inherit;
    bottom: -40vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap.left::before {
    width: 80vw;
    height: 80vw;
    left: -40vw;
    bottom: -26.6666666667vw;
  }
}
.p-top_flow {
  width: 100%;
  position: relative;
  background: url(../../src/img/flow_bg.png) center bottom no-repeat, linear-gradient(90deg, #00193A 0%, #173D6E 100%);
  background-size: 100% auto, auto;
  text-align: center;
}
.p-top_flow_wrap {
  max-width: 1020px;
  width: 90%;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 45px;
}
@media screen and (max-width: 1240px) {
  .p-top_flow_wrap {
    margin: 50px auto 0;
    gap: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_flow_wrap {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw 6.6666666667vw;
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto;
  }
}
.p-top_flow_wrap_ditail {
  background-color: #ffffff;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.p-top_flow_wrap_ditail dt .no {
  position: absolute;
  font-size: 64px;
  font-family: "Cinzel", serif;
  font-weight: 600;
  line-height: 160%;
  top: -60px;
  left: -28px;
  background: linear-gradient(210deg, #FDE7BB 9.32%, #9E6D38 26.23%, #E9B86E 51.87%, #9D6933 65.14%, #FEE9BF 79.51%, #683E23 93.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1240px) {
  .p-top_flow_wrap_ditail dt .no {
    font-size: 50px;
    top: -45px;
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_flow_wrap_ditail dt .no {
    font-size: 45px;
    font-size: 2.8125rem;
    top: -10.6666666667vw;
    left: 4vw;
    z-index: 5;
    font-weight: 700;
  }
}
.p-top_flow_wrap_ditail dt .img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-top_flow_wrap_ditail dt .img img {
  width: 100%;
}
.p-top_flow_wrap_ditail dd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 35px;
}
@media screen and (max-width: 1240px) {
  .p-top_flow_wrap_ditail dd {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_flow_wrap_ditail dd {
    padding: 5.3333333333vw;
  }
}
.p-top_flow_wrap_ditail dd .ttl {
  width: 100%;
  font-size: 24px;
  color: #0E416B;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 1240px) {
  .p-top_flow_wrap_ditail dd .ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_flow_wrap_ditail dd .ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-top_flow_wrap_ditail dd .txt {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  text-align: left;
  margin-top: 10px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top_flow_wrap_ditail dd .txt {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    margin-top: 1.3333333333vw;
  }
}
.p-top_flow_wrap_ditail::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -27px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
@media screen and (max-width: 1240px) {
  .p-top_flow_wrap_ditail::after {
    right: -18px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_flow_wrap_ditail::after {
    top: inherit;
    bottom: -6.6666666667vw;
    right: inherit;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}
.p-top_flow_wrap_ditail:last-of-type::after {
  display: none;
}
@media screen and (max-width: 1240px) {
  .p-top_flow_wrap_ditail:nth-of-type(3)::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top_flow_wrap_ditail:nth-of-type(3)::after {
    display: block;
  }
}
.p-top_faq {
  width: 100%;
  position: relative;
  background: url(../../src/img/faq_bg.png), linear-gradient(103deg, #F8F8F8 15.04%, #F0F7FB 85.57%);
  background-position: bottom center, center center;
  background-size: 100% auto, auto;
  background-repeat: no-repeat, repeat;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_faq {
    background: url(../../src/img/faq_bg.png), linear-gradient(103deg, #F8F8F8 15.04%, #F0F7FB 85.57%);
    background-position: bottom center, center center;
    background-size: 300% auto, auto;
    background-repeat: no-repeat, repeat;
  }
}
.p-top_faq_wrap {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap {
    gap: 5.3333333333vw;
    width: calc(100% - 10.6666666667vw);
  }
}
.p-top_faq_wrap_ditail {
  background-color: #ffffff;
  padding: 35px 45px;
  text-align: left;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap_ditail {
    padding: 5.3333333333vw;
  }
}
.p-top_faq_wrap_ditail dt {
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap_ditail dt {
    padding-left: 6.6666666667vw;
  }
}
.p-top_faq_wrap_ditail dt span {
  position: absolute;
  font-size: 24px;
  color: #0E416B;
  font-weight: 600;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap_ditail dt span {
    font-size: 20px;
    font-size: 1.25rem;
    top: 0.5333333333vw;
  }
}
.p-top_faq_wrap_ditail dt p {
  font-size: 24px;
  font-weight: 700;
  color: #0E416B;
  line-height: 160%;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap_ditail dt p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 4.2666666667vw;
  }
}
.p-top_faq_wrap_ditail dd {
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap_ditail dd {
    padding-left: 6.6666666667vw;
  }
}
.p-top_faq_wrap_ditail dd span {
  position: absolute;
  font-size: 24px;
  color: #D30037;
  font-weight: 600;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap_ditail dd span {
    font-size: 20px;
    font-size: 1.25rem;
    top: 0.5333333333vw;
  }
}
.p-top_faq_wrap_ditail dd p {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap_ditail dd p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-top_contact {
  width: 100%;
  background: #0E416B url(../../src/img/contact_bg.png) center bottom no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_contact {
    background: #0E416B url(../../src/img/contact_bg.png) center bottom no-repeat;
    background-size: 200% auto;
  }
}
.p-top_contact_wrap {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 60px;
  text-align: left;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 1240px) {
  .p-top_contact_wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap {
    padding: 5.3333333333vw;
    width: calc(100% - 10.6666666667vw);
  }
}
.p-top_contact_wrap .form-group {
  width: 100%;
  display: grid;
  grid-template-columns: 325px 1fr;
  gap: 0;
  border-bottom: 1px solid #CCCCCC;
  padding: 30px 0;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  .p-top_contact_wrap .form-group {
    grid-template-columns: 1fr;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap .form-group {
    padding: 4vw 0;
  }
}
.p-top_contact_wrap .form-group:first-of-type {
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap .form-group:first-of-type {
    border-top: none;
  }
}
.p-top_contact_wrap .form-group .form-label {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1240px) {
  .p-top_contact_wrap .form-group .form-label {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap .form-group .form-label {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1.8666666667vw;
  }
}
.p-top_contact_wrap .form-group .form-label .required {
  font-size: 14px;
  color: #D30037;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap .form-group .form-label .required {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-left: 2.6666666667vw;
  }
}
.p-top_contact_wrap .form-group .form-control {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
  background-color: #F3F4F6;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap .form-group .form-control {
    padding: 2.1333333333vw 2.6666666667vw;
  }
}
.p-top_contact_wrap .form-group select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 12px 60px 12px 20px;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
  background: #F3F4F6 url(../../src/img/arrow_down.svg) center right 25px no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap .form-group select.form-control {
    padding: 2.1333333333vw 5.3333333333vw 2.1333333333vw 2.6666666667vw;
    background: #F3F4F6 url(../../src/img/arrow_down.svg) center right 3.2vw no-repeat;
    cursor: pointer;
  }
}
.p-top_contact_wrap .form-group select.form-control.w130 {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap .form-group select.form-control.w130 {
    width: 21.3333333333vw;
  }
}
.p-top_contact_wrap .form-group select.form-control.w100 {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap .form-group select.form-control.w100 {
    width: 16vw;
  }
}
.p-top_contact_wrap .form-group .birthdate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.p-top_contact_wrap .form-group .birthdate span {
  margin: 0 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap .form-group .birthdate span {
    margin: 0 2.6666666667vw 0 1.3333333333vw;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-top_contact_wrap .submit-btn {
  width: 380px;
  height: auto;
  border-radius: 100px;
  background-color: #D30037;
  color: #ffffff;
  padding: 18px 0;
  text-align: center;
  border: none;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  display: block;
  margin: 45px auto 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap .submit-btn {
    width: 100%;
    padding: 4vw 0;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 5.3333333333vw auto 0;
  }
}
.p-top_contact_wrap .submit-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap .submit-btn::after {
    right: 9.3333333333vw;
    width: 3.2vw;
    height: 3.2vw;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}
.p-top_contact_wrap .submit-btn:hover {
  opacity: 0.8;
}
.p-top_contact_wrap .submit-btn:hover:after {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap .submit-btn:hover:after {
    right: 8vw;
  }
}

.u-mb--0 {
  margin-bottom: 0px !important;
}
.u-mb--xxs {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--xxs {
    margin-bottom: 1.3333333333vw !important;
  }
}
.u-mb--xs {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--xs {
    margin-bottom: 2.6666666667vw !important;
  }
}
.u-mb--s {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--s {
    margin-bottom: 4vw !important;
  }
}
.u-mb--m {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--m {
    margin-bottom: 5.3333333333vw !important;
  }
}
.u-mb--l {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--l {
    margin-bottom: 6.6666666667vw !important;
  }
}

.u-mt--0 {
  margin-top: 0px !important;
}
.u-mt--xxs {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--xxs {
    margin-top: 1.3333333333vw !important;
  }
}
.u-mt--xs {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--xs {
    margin-top: 2.6666666667vw !important;
  }
}
.u-mt--s {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--s {
    margin-top: 4vw !important;
  }
}
.u-mt--m {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--m {
    margin-top: 5.3333333333vw !important;
  }
}
.u-mt--l {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--l {
    margin-top: 6.6666666667vw !important;
  }
}

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

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

.u-tab-only {
  display: none !important;
}
@media screen and (max-width: 1240px) {
  .u-tab-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-tab-only {
    display: block !important;
  }
}