@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  font-size: clamp(6px, 0.6944vw, 10px);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Yu Mincho", serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.5;
  color: #000000;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

#wrapper {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  outline: none;
  -webkit-box-shadow: inset 0.1rem 0.2rem 0.9rem rgba(0, 0, 0, 0.4);
          box-shadow: inset 0.1rem 0.2rem 0.9rem rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select,
  textarea {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #E4E4E4;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #E4E4E4;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #E4E4E4;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #E4E4E4;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #E4E4E4;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select {
  height: 5rem;
}
@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select {
    height: 4.5rem;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #00339B;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../image/select-down.svg);
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1.4rem 1rem;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  select {
    background-position: calc(100% - 1rem) 50%;
    background-size: 1.2rem 0.9rem;
  }
}

/* The custom checkbox */
.checkbox {
  display: block;
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
  font-size: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 768px) {
  .checkbox {
    font-size: 1.6rem;
    padding-left: 3rem;
  }
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox .checkmark {
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
@media only screen and (max-width: 768px) {
  .checkbox .checkmark {
    top: 0.3rem;
    height: 2rem;
    width: 2rem;
  }
}
.checkbox:hover input ~ .checkmark {
  background-color: #f2f3f4;
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox input:checked ~ .checkmark {
  border-color: #00339B;
}
.checkbox .checkmark:after {
  left: 0.8rem;
  top: 0.2rem;
  width: 0.8rem;
  height: 1.4rem;
  border: 1px solid #00339B;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .checkbox .checkmark:after {
    left: 0.6rem;
    width: 0.6rem;
    height: 1.2rem;
  }
}

.radiobox {
  display: block;
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
  font-size: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 768px) {
  .radiobox {
    font-size: 1.6rem;
    padding-left: 3rem;
  }
}
.radiobox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiobox .checkmark {
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .radiobox .checkmark {
    top: 0.3rem;
    height: 2rem;
    width: 2rem;
  }
}
.radiobox:hover input ~ .checkmark {
  background-color: #f2f3f4;
}
.radiobox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radiobox input:checked ~ .checkmark:after {
  display: block;
}
.radiobox input:checked ~ .checkmark {
  border-color: #00339B;
}
.radiobox .checkmark:after {
  left: 0.4rem;
  top: 0.4rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #00339B;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .radiobox .checkmark:after {
    width: 1rem;
    height: 1rem;
  }
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 118rem;
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 43rem;
  }
}
.content-in {
  position: relative;
  max-width: 94rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

picture,
figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
picture img,
figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.color-blue {
  color: #2CA6E0 !important;
}

.color-yellow {
  color: #EE7D32 !important;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
#wrapper {
  position: relative;
}

.link-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28rem;
  height: 5.6rem;
  font-family: "Yu Mincho", serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .link-btn {
    font-size: 1.6rem;
    width: 25rem;
    height: 5rem;
  }
}
.link-btn span {
  position: relative;
  z-index: 3;
}
.link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0;
  background-color: #FF7200;
  -webkit-transform: skewX(-28deg);
          transform: skewX(-28deg);
  z-index: 0;
}
.link-btn:hover {
  opacity: 0.8;
}
.link-btn.disabled::before {
  background-color: #9C9C9C;
}

.section-label {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .section-label {
    margin-bottom: 4rem;
  }
}
.section-label .jp {
  position: relative;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .section-label .jp {
    font-size: 2.4rem;
  }
}
.section-label .en {
  position: relative;
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-size: 5.5rem;
  line-height: 1;
  text-align: center;
  color: rgba(40, 118, 185, 0.6);
  margin-top: -1.5rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .section-label .en {
    font-size: 4.3rem;
  }
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  padding: 2rem 2rem 2rem 3rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 996;
}
@media only screen and (max-width: 768px) {
  #header {
    padding: 1rem 2rem;
    height: 7rem;
  }
}
#header .header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
#header .header-wrapper .header-logo {
  position: relative;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #2CA6E0;
}
#header .header-wrapper .header-logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 17.8rem;
  padding: 0;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-logo a {
    width: 14.3rem;
  }
}
#header .header-wrapper .header-logo a img {
  display: block;
  width: 100%;
}
#header .header-wrapper .header-nav {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #header .header-wrapper .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-nav {
    display: none;
  }
}
#header .header-wrapper .header-nav .nav-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  line-height: 1;
}
#header .header-wrapper .header-nav .nav-menu > li {
  position: relative;
  padding: 0 1.5rem;
}
#header .header-wrapper .header-nav .nav-menu > li:not(:last-child) {
  border-right: 1px solid #0D0D0D;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link {
  position: relative;
  display: inline-block;
  font-family: "Yu Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #0D0D0D;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link:hover, #header .header-wrapper .header-nav .nav-menu > li .menu-link:focus {
  color: #2876B9;
}
#header .header-wrapper .header-nav .nav-action {
  position: relative;
}
#header .header-wrapper .header-nav .nav-action .action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23rem;
  height: 5rem;
  font-family: "Yu Mincho", serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-wrapper .header-nav .nav-action .action-btn span {
  position: relative;
  z-index: 3;
}
#header .header-wrapper .header-nav .nav-action .action-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0;
  background-color: #FF7200;
  -webkit-transform: skewX(-28deg);
          transform: skewX(-28deg);
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-action .action-btn:hover {
  opacity: 0.8;
}
#header.header-scrolled {
  -webkit-filter: drop-shadow(0rem 0.6rem 3rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0rem 0.6rem 3rem rgba(0, 0, 0, 0.2));
}

.mobile-nav-toggle {
  position: fixed;
  right: 2rem;
  top: 2.5rem;
  width: 2.4rem;
  height: 2rem;
  padding: 0;
  background: transparent;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 999;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle {
    display: inline-block;
  }
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00339B;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: calc(50% - 1px);
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
.mobile-nav-toggle.toggle-active .toggle-icon span {
  background: #FFFFFF;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  -webkit-transform: translateY(0.9rem) rotate(-45deg);
          transform: translateY(0.9rem) rotate(-45deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  -webkit-transform: translateY(-0.9rem) rotate(45deg);
          transform: translateY(-0.9rem) rotate(45deg);
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  right: -100%;
  width: 80%;
  max-width: 50rem;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #00339B;
}
#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 5rem 2rem 3rem;
}
#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #FFFFFF;
}
#mobile-nav .mobile-nav-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.075em;
  text-align: left;
  color: #FFFFFF;
  padding: 1.5rem 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu .drop-down > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(../img/common/icon-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
#mobile-nav .mobile-nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}
#mobile-nav .mobile-nav-menu .drop-down li {
  padding-left: 16px;
  border-bottom: 1px solid #323232;
}
#mobile-nav .mobile-nav-menu .drop-down li a {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  color: #323232;
  padding: 1.6rem 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu .drop-down.active > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#mobile-nav .mobile-nav-action {
  margin-top: 3rem;
}
#mobile-nav .mobile-nav-action .action-btn {
  margin-left: auto;
  margin-right: auto;
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Mobile Nav body classes */
@media only screen and (max-width: 768px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}

body.mobile-nav-active #mobile-nav {
  right: 0;
}

#footer {
  position: relative;
  padding: 0;
  z-index: 3;
}
#footer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 10.6rem;
  background-color: #000000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #footer::before {
    height: 8rem;
  }
}
#footer .footer-main {
  position: relative;
  padding: 15rem 0 9rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main {
    padding: 6rem 0 6rem;
  }
}
#footer .footer-main .company-info {
  position: relative;
  width: 100%;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}
#footer .footer-main .company-info .head-wrap {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main .company-info .head-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 37.4rem 2.5rem minmax(0rem, 1fr);
    grid-template-columns: 37.4rem minmax(0rem, 1fr);
    gap: 2.5rem;
  }
}
#footer .footer-main .company-info .head-wrap .logo {
  position: relative;
  width: 37.4rem;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .company-info .head-wrap .logo {
    width: 24rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}
#footer .footer-main .company-info .head-wrap .name {
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #00339B;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .company-info .head-wrap .name {
    font-size: 2rem;
    text-align: center;
  }
}
#footer .footer-main .company-info .inner-wrap {
  position: relative;
  margin-top: 2.5rem;
}
#footer .footer-main .company-info .inner-wrap .desc {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .company-info .inner-wrap .desc {
    font-size: 1.6rem;
  }
}
#footer .footer-main .contact-info {
  position: relative;
  width: 100%;
  max-width: 83rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .contact-info {
    margin-top: 8rem;
  }
}
#footer .footer-main .contact-info .label {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 4rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #00589C;
  padding: 0.8rem 1rem 0.6rem;
  border-radius: 2rem 2rem 0 0;
  width: 47rem;
  max-width: 100%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .contact-info .label {
    font-size: 2rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    width: 28rem;
  }
}
#footer .footer-main .contact-info .box {
  position: relative;
  background-color: #E6EEFF;
  padding: 4.5rem 3rem;
  border: 0.4rem solid #CCD6EB;
  border-radius: 2rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .contact-info .box {
    padding: 3rem 1.5rem;
  }
}
#footer .footer-main .contact-info .box .inner-wrap {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main .contact-info .box .inner-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 46% 3rem minmax(0rem, 1fr);
    grid-template-columns: 46% minmax(0rem, 1fr);
    gap: 3rem;
  }
}
#footer .footer-main .contact-info .box .inner-wrap .tel-data {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main .contact-info .box .inner-wrap .tel-data::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2.4rem;
    width: 1.6rem;
    height: 3.2rem;
    background-image: url(../image/footer-right.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .contact-info .box .inner-wrap .tel-data {
    padding-bottom: 4.5rem;
    margin-bottom: 1rem;
  }
  #footer .footer-main .contact-info .box .inner-wrap .tel-data::before {
    content: "";
    position: absolute;
    left: calc(50% - 1.6rem);
    bottom: 0;
    width: 1.6rem;
    height: 3.2rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-image: url(../image/footer-right.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#footer .footer-main .contact-info .box .inner-wrap .tel-data .tel {
  position: relative;
  font-family: "Yu Mincho", serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .contact-info .box .inner-wrap .tel-data .tel {
    font-size: 3.5rem;
  }
}
#footer .footer-main .contact-info .box .inner-wrap .tel-data .tel a {
  position: relative;
  display: inline-block;
  padding-left: 4rem;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .contact-info .box .inner-wrap .tel-data .tel a {
    padding-left: 3.5rem;
  }
}
#footer .footer-main .contact-info .box .inner-wrap .tel-data .tel a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.2rem;
  height: 3.6rem;
  background-image: url(../image/icon-tel.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .contact-info .box .inner-wrap .tel-data .tel a::before {
    top: 0.1rem;
    width: 2.6rem;
    height: 2.9rem;
  }
}
#footer .footer-main .contact-info .box .inner-wrap .tel-data .sub {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: center;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .contact-info .box .inner-wrap .tel-data .sub {
    font-size: 1.6rem;
    margin-top: 0.6rem;
  }
}
#footer .footer-main .contact-info .box .inner-wrap .ad-data {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .contact-info .box .inner-wrap .ad-data {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
#footer .footer-main .contact-info .box .inner-wrap .ad-data span {
  color: #00589C;
}
#footer .footer-copy {
  position: relative;
  padding: 2rem 0;
  background-color: #00339B;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .footer-copy {
    font-size: 1.4rem;
  }
}

#main {
  position: relative;
}

.mainvisual {
  position: relative;
  padding: 14rem 0 12rem;
  background-image: url(../image/mv-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .mainvisual {
    padding: 6rem 0 7rem;
  }
}
.mainvisual .mainvisual-wrapper {
  position: relative;
}
.mainvisual .mainvisual-wrapper .title {
  position: relative;
}
.mainvisual .mainvisual-wrapper .title p {
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-wrapper .title p {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}
.mainvisual .mainvisual-wrapper .title h2 {
  position: relative;
  font-size: 6.6rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-wrapper .title h2 {
    font-size: 4.5rem;
    letter-spacing: 0.05em;
  }
}
.mainvisual .mainvisual-wrapper .price {
  position: relative;
  margin-left: -4rem;
  width: 552px;
  max-width: 100%;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-wrapper .price {
    width: 100%;
    max-width: 28.4rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
  }
}

.banner-section {
  position: relative;
  padding: 10rem 0 0;
}
@media only screen and (max-width: 768px) {
  .banner-section {
    padding: 6rem 0 0;
  }
}
.banner-section .content-in {
  position: relative;
  max-width: 87.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.banner-section .price-banner {
  position: relative;
  width: 100%;
  padding: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .banner-section .price-banner {
    padding: 1rem;
  }
}
.banner-section .price-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10.5rem;
  height: 10.5rem;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .banner-section .price-banner::before {
    width: 8rem;
    height: 8rem;
  }
}
.banner-section .price-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 10.5rem;
  height: 10.5rem;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .banner-section .price-banner::after {
    width: 8rem;
    height: 8rem;
  }
}
.banner-section .price-banner .banner-body {
  position: relative;
  display: block;
}
.banner-section .price-banner .banner-body .thumb {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .banner-section .price-banner .banner-body .thumb {
    min-height: 13rem;
  }
  .banner-section .price-banner .banner-body .thumb img {
    -o-object-position: center right;
       object-position: center right;
    aspect-ratio: 315/130;
  }
}
.banner-section .price-banner .banner-body .sub {
  position: relative;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #000000;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .banner-section .price-banner .banner-body .sub {
    padding: 1rem 1.5rem;
    line-height: 1.5;
  }
}

.drama-section {
  position: relative;
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .drama-section {
    padding: 6rem 0 8rem;
    overflow: hidden;
  }
}
.drama-section .content-in {
  position: relative;
}
.drama-section .section-title {
  position: relative;
  padding-top: 5.5rem;
  z-index: 2;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .drama-section .section-title {
    padding-top: 4.5rem;
    margin-bottom: 4rem;
  }
}
.drama-section .section-title .en {
  position: absolute;
  top: 0;
  left: -2rem;
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-size: 5.5rem;
  line-height: 1.4;
  color: rgba(40, 118, 185, 0.7);
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .drama-section .section-title .en {
    font-size: 4.3rem;
  }
}
.drama-section .section-title .jp {
  position: relative;
  width: 100%;
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000000;
  text-align: center;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .drama-section .section-title .jp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45% 0 minmax(0rem, 1fr);
    grid-template-columns: 45% minmax(0rem, 1fr);
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .drama-section .section-title .jp {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.drama-section .section-title .jp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.7);
  -webkit-transform: skewX(-28deg);
          transform: skewX(-28deg);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .drama-section .section-title .jp::before {
    left: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.drama-section .section-title .jp p {
  position: relative;
  padding: 0.8rem 1rem 0.2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .drama-section .section-title .jp p {
    padding: 0.8rem 1rem 0.6rem;
  }
}
.drama-section .section-title .jp .m {
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}
.drama-section .section-title .jp .m::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 0;
  background-color: #00339B;
  -webkit-transform: skewX(-28deg);
          transform: skewX(-28deg);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .drama-section .section-title .jp .m::before {
    left: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.drama-section .section-title .jp .m em {
  position: relative;
  z-index: 3;
}
.drama-section .section-title .jp .m span {
  color: #FFF1AD;
}
.drama-section .section-title .jp .s {
  position: relative;
  padding-left: 0;
  padding-right: 2rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .drama-section .section-title .jp .s {
    padding: 1.2rem 1rem 1rem;
  }
}
.drama-section .section-title .jp .s strong {
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .drama-section .section-title .jp .s strong {
    display: block;
    font-size: 2.4rem;
  }
}
.drama-section .section-title .sub {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #000000;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .drama-section .section-title .sub {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
    margin-top: 1.5rem;
  }
}
.drama-section .section-content {
  position: relative;
}
.drama-section .section-content .drama-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 6rem minmax(0rem, 1fr) 6rem minmax(0rem, 1fr) 6rem minmax(0rem, 1fr);
  grid-template-columns: repeat(4, minmax(0rem, 1fr));
  gap: 4.5rem 6rem;
}
@media only screen and (max-width: 768px) {
  .drama-section .section-content .drama-list {
    -ms-grid-columns: minmax(0rem, 1fr) 2rem minmax(0rem, 1fr);
    grid-template-columns: repeat(2, minmax(0rem, 1fr));
    gap: 4.5rem 2rem;
  }
}
.drama-section .section-content .drama-list > li {
  position: relative;
}
.drama-section .section-content .drama-list > li.ls {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.drama-section .section-content .drama-list .drama-item {
  position: relative;
}
.drama-section .section-content .drama-list .drama-item .label {
  position: relative;
  width: 14rem;
  max-width: 100%;
  font-size: 2.5rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .drama-section .section-content .drama-list .drama-item .label {
    font-size: 2rem;
    width: 12rem;
    margin-bottom: 0.6rem;
  }
}
.drama-section .section-content .drama-list .drama-item .price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.9rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.drama-section .section-content .drama-list .drama-item .price img {
  display: block;
  width: 100%;
}
.drama-section .section-content .drama-list .drama-item .data {
  position: relative;
  padding: 1.5rem 1rem 1.5rem 3rem;
  background-color: #CCD6EB;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .drama-section .section-content .drama-list .drama-item .data {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.5rem 1rem 1.5rem 2.5rem;
  }
}
.drama-section .section-content .drama-list .drama-item .data span {
  position: relative;
  z-index: 1;
}
.drama-section .section-content .drama-list .drama-item .data::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  width: 1.2rem;
  height: 2.4rem;
  background-image: url(../image/drama-arrow-up.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .drama-section .section-content .drama-list .drama-item.next::before {
    content: "";
    position: absolute;
    top: 12rem;
    right: -3.5rem;
    width: 2.5rem;
    height: 3.4rem;
    background-image: url(../image/drama-next.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.drama-section .section-content .drama-list .drama-final {
  position: relative;
}
.drama-section .section-content .drama-list .drama-final .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: 2px solid rgba(0, 51, 155, 0.3);
  -webkit-box-shadow: 0.9rem 1.2rem 0 #AFC1E6;
          box-shadow: 0.9rem 1.2rem 0 #AFC1E6;
}
.drama-section .section-content .drama-list .drama-final .price img {
  position: relative;
  display: block;
  width: 100%;
}

.message-section {
  position: relative;
  padding: 6rem 0 10rem;
  background-image: url(../image/message-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .message-section {
    padding: 6rem 0 7rem;
  }
}
.message-section .section-lead {
  position: relative;
  padding-top: 3rem;
  margin-bottom: 3rem;
}
.message-section .section-lead .en {
  position: absolute;
  top: 0;
  left: -4rem;
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-size: 5.5rem;
  line-height: 1;
  color: rgba(40, 118, 185, 0.7);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .message-section .section-lead .en {
    font-size: 4.3rem;
    left: -2rem;
  }
}
.message-section .section-lead .jp {
  position: relative;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
  text-shadow: 0.2rem 0.2rem 0.2rem #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .message-section .section-lead .jp {
    font-size: 2.5rem;
  }
}
.message-section .section-content {
  position: relative;
}
.message-section .section-content .desc {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-shadow: 0.2rem 0.2rem 0.2rem #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .message-section .section-content .desc {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.message-section .section-content .sub {
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-shadow: 0.2rem 0.2rem 0.2rem #FFFFFF;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .message-section .section-content .sub {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

.recommend-section {
  position: relative;
  padding: 12rem 0 2rem;
}
@media only screen and (max-width: 768px) {
  .recommend-section {
    padding: 7rem 0 7rem;
  }
}
.recommend-section .section-title {
  position: relative;
  max-width: 97rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}
.recommend-section .section-title .jp {
  position: relative;
  width: 100%;
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000000;
  text-align: center;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .recommend-section .section-title .jp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 44% 0 minmax(0rem, 1fr);
    grid-template-columns: 44% minmax(0rem, 1fr);
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .recommend-section .section-title .jp {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.recommend-section .section-title .jp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.7);
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .recommend-section .section-title .jp::before {
    -webkit-transform: skewX(-28deg);
            transform: skewX(-28deg);
  }
}
@media only screen and (max-width: 768px) {
  .recommend-section .section-title .jp::before {
    left: 0;
    right: 0;
  }
}
.recommend-section .section-title .jp p {
  position: relative;
  padding: 0.8rem 1rem 0.2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .recommend-section .section-title .jp p {
    padding: 1rem 1rem 0.8rem;
  }
}
.recommend-section .section-title .jp .m {
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}
.recommend-section .section-title .jp .m::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 0;
  background-color: #00339B;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .recommend-section .section-title .jp .m::before {
    -webkit-transform: skewX(-28deg);
            transform: skewX(-28deg);
  }
}
@media only screen and (max-width: 768px) {
  .recommend-section .section-title .jp .m::before {
    left: 0;
    right: 0;
  }
}
.recommend-section .section-title .jp .m em {
  position: relative;
  z-index: 3;
}
.recommend-section .section-title .jp .m span {
  color: #FFF1AD;
}
.recommend-section .section-title .jp .s {
  position: relative;
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 2rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .recommend-section .section-title .jp .s {
    padding: 1.5rem 1.5rem;
    letter-spacing: 0;
  }
}
.recommend-section .section-title .jp .s strong {
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .recommend-section .section-title .jp .s strong {
    font-size: 2.3rem;
  }
}
.recommend-section .recommend-item {
  position: relative;
  margin-bottom: 5rem;
}
.recommend-section .recommend-item .inner-rows {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32.8rem 3rem minmax(0rem, 1fr);
  grid-template-columns: 32.8rem minmax(0rem, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .recommend-section .recommend-item .inner-rows {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
  }
}
.recommend-section .recommend-item .inner-rows > li {
  position: relative;
}
.recommend-section .recommend-item .inner-rows .thumb {
  position: relative;
  width: 100%;
}
.recommend-section .recommend-item .inner-rows .info {
  position: relative;
}
.recommend-section .recommend-item .inner-rows .info .label {
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #00339B;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .recommend-section .recommend-item .inner-rows .info .label {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
.recommend-section .recommend-item .inner-rows .info .desc {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .recommend-section .recommend-item .inner-rows .info .desc {
    font-size: 1.6rem;
  }
}
.recommend-section .recommend-item .inner-rows .info .quote {
  position: relative;
  margin-top: 3rem;
  margin-left: 5rem;
  max-width: 59rem;
  width: 100%;
  padding: 1.5rem 3rem;
  background-color: #CCD6EB;
  font-size: 2rem;
  font-weight: 600;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .recommend-section .recommend-item .inner-rows .info .quote {
    margin-left: 0;
    margin-top: 5rem;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
  }
}
.recommend-section .recommend-item .inner-rows .info .quote::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4.8rem;
  width: 4.9rem;
  height: 1.8rem;
  background-image: url(../image/drama-arrow-left.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .recommend-section .recommend-item .inner-rows .info .quote::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .recommend-section .recommend-item .inner-rows .info .quote::before {
    left: calc(50% - 2.4rem);
    top: -2rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.recommend-section .recommend-item .inner-rows .info .quote span {
  position: relative;
  z-index: 1;
}
.recommend-section .recommend-checkbox {
  position: relative;
  max-width: 107rem;
  width: 100%;
  background-image: url(../image/recommend-box-bg.jpg);
  background-position: top left;
  background-repeat: repeat;
  background-size: auto 37.4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 4rem 5rem 5rem;
  border: 2px solid rgba(0, 51, 155, 0.5);
}
@media only screen and (max-width: 768px) {
  .recommend-section .recommend-checkbox {
    padding: 4rem 2rem;
  }
}
.recommend-section .recommend-checkbox .check-list {
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: 0rem 0rem 0.3rem rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 768px) {
  .recommend-section .recommend-checkbox .check-list {
    font-size: 1.8rem;
  }
}
.recommend-section .recommend-checkbox .check-list > li {
  position: relative;
  padding-left: 5rem;
}
@media only screen and (max-width: 768px) {
  .recommend-section .recommend-checkbox .check-list > li {
    padding-left: 3.5rem;
  }
}
.recommend-section .recommend-checkbox .check-list > li:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .recommend-section .recommend-checkbox .check-list > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.recommend-section .recommend-checkbox .check-list > li::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 4.4rem;
  height: 4rem;
  background-image: url(../image/icon-check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .recommend-section .recommend-checkbox .check-list > li::before {
    top: 0;
    width: 2.8rem;
    height: 2.6rem;
  }
}
.recommend-section .recommend-checkbox .check-list span {
  text-decoration: underline;
}

.point-section {
  position: relative;
  padding: 6rem 0 12rem;
}
@media only screen and (max-width: 768px) {
  .point-section {
    padding: 6rem 0 7rem;
  }
}
.point-section .section-title {
  position: relative;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .point-section .section-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-right: 19rem;
    margin-bottom: 9rem;
  }
}
@media only screen and (max-width: 768px) {
  .point-section .section-title {
    margin-bottom: 6rem;
  }
}
.point-section .section-title h5 {
  position: relative;
  font-size: 3rem;
  line-height: 4rem;
  color: #FFFFFF;
  text-align: center;
  padding: 1rem 3rem;
  background-color: #00339B;
  border-radius: 3rem;
  -webkit-filter: drop-shadow(0.2rem 0.2rem 0 #FFFFFF);
          filter: drop-shadow(0.2rem 0.2rem 0 #FFFFFF);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .point-section .section-title h5 {
    font-size: 2.4rem;
    line-height: 1.4;
    padding: 1.5rem 2rem;
    margin-bottom: 4rem;
  }
}
.point-section .section-title h5::before {
  content: "";
  position: absolute;
  width: 4.3rem;
  height: 2rem;
  background-image: url(../image/point-arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .point-section .section-title h5::before {
    top: 50%;
    right: -2.7rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .point-section .section-title h5::before {
    left: calc(50% - 2.1rem);
    bottom: -2rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.point-section .section-title h5::after {
  content: "";
  position: absolute;
  bottom: -5.6rem;
  right: 2rem;
  width: 3.2rem;
  height: 4.4rem;
  background-image: url(../image/point-title-scope.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .point-section .section-title h5::after {
    bottom: -18rem;
    right: 22rem;
  }
}
.point-section .section-title h5 span {
  position: relative;
  z-index: 1;
}
.point-section .section-title h5 em {
  color: #FFF1AD;
}
.point-section .section-title img {
  position: relative;
  width: 18.6rem;
  border-radius: 50%;
  -webkit-box-shadow: 0.8rem 1rem 0 #CCD6EB;
          box-shadow: 0.8rem 1rem 0 #CCD6EB;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .point-section .section-title img {
    position: absolute;
    top: -5rem;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .point-section .section-title img {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
}
.point-section .section-content {
  position: relative;
}
.point-section .section-content .point-item-list {
  position: relative;
}
.point-section .section-content .point-item-list > li {
  position: relative;
}
.point-section .section-content .point-item-list > li:not(:last-child) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .point-section .section-content .point-item-list > li:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.point-section .section-content .point-item-list .point-item {
  position: relative;
}
.point-section .section-content .point-item-list .point-item .title {
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #00339B;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .point-section .section-content .point-item-list .point-item .title {
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-bottom: 2rem;
  }
}
.point-section .section-content .point-item-list .point-item .title span {
  position: relative;
  display: inline-block;
  padding-right: 1rem;
  background-color: #FFFFFF;
  z-index: 1;
}
.point-section .section-content .point-item-list .point-item .title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00339B;
  z-index: 0;
}
.point-section .section-content .point-item-list .point-item .inner-rows {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35.6rem 3.3rem minmax(0rem, 1fr);
  grid-template-columns: 35.6rem minmax(0rem, 1fr);
  gap: 3.3rem;
}
@media only screen and (max-width: 768px) {
  .point-section .section-content .point-item-list .point-item .inner-rows {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
  }
}
.point-section .section-content .point-item-list .point-item .inner-rows > li {
  position: relative;
}
.point-section .section-content .point-item-list .point-item .inner-rows .thumb {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 1.6rem 1.6rem 0 rgba(0, 51, 155, 0.2);
          box-shadow: 1.6rem 1.6rem 0 rgba(0, 51, 155, 0.2);
}
@media only screen and (max-width: 768px) {
  .point-section .section-content .point-item-list .point-item .inner-rows .thumb {
    -webkit-box-shadow: 1rem 1rem 0 rgba(0, 51, 155, 0.2);
            box-shadow: 1rem 1rem 0 rgba(0, 51, 155, 0.2);
  }
}
.point-section .section-content .point-item-list .point-item .inner-rows .info {
  position: relative;
}
.point-section .section-content .point-item-list .point-item .inner-rows .info .desc {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .point-section .section-content .point-item-list .point-item .inner-rows .info .desc {
    font-size: 1.6rem;
  }
}

.job-section {
  position: relative;
  padding: 10rem 0 12rem;
  background-color: #CCD6EB;
}
@media only screen and (max-width: 768px) {
  .job-section {
    padding: 6rem 0 7rem;
  }
}
.job-section .section-label {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .job-section .section-label {
    margin-bottom: 4rem;
  }
}
.job-section .section-label .jp {
  position: relative;
}
.job-section .section-label .en {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
}
.job-section .section-content {
  position: relative;
}
.job-section .section-content .youtube-embed {
  position: relative;
  display: block;
  max-width: 73.1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .job-section .section-content .youtube-embed {
    margin-bottom: 6rem;
  }
}
.job-section .section-content .youtube-embed > * {
  display: block;
  width: 100%;
  aspect-ratio: 731/417;
  margin: 0;
}
.job-section .section-content .job-item-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 2.6rem minmax(0rem, 1fr) 2.6rem minmax(0rem, 1fr);
  grid-template-columns: repeat(3, minmax(0rem, 1fr));
  gap: 3.4rem 2.6rem;
}
@media only screen and (max-width: 768px) {
  .job-section .section-content .job-item-list {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
    gap: 3rem 2rem;
  }
}
.job-section .section-content .job-item-list > li {
  position: relative;
}
.job-section .section-content .job-item-list .job-item {
  position: relative;
  border: 1px solid #000000;
}
.job-section .section-content .job-item-list .job-item .thumb {
  position: relative;
  width: 100%;
}
.job-section .section-content .job-item-list .job-item .thumb img {
  aspect-ratio: 372/236;
}
.job-section .section-content .job-item-list .job-item .label {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  padding: 1.5rem 2rem 1.5rem 2.4rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-top: 1px solid #000000;
}
@media only screen and (max-width: 768px) {
  .job-section .section-content .job-item-list .job-item .label {
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
  }
}

.schedult-section {
  position: relative;
  padding: 10rem 0 12rem;
}
@media only screen and (max-width: 768px) {
  .schedult-section {
    padding: 6rem 0 7rem;
  }
}
.schedult-section .section-label {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-label {
    margin-bottom: 4rem;
  }
}
.schedult-section .section-content {
  position: relative;
}
.schedult-section .section-content .schedule-box-rows {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 3rem minmax(0rem, 1fr);
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box-rows {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
    gap: 4rem;
  }
}
.schedult-section .section-content .schedule-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: 2rem;
  background-color: #FFFFFF;
}
.schedult-section .section-content .schedule-box .box-header {
  position: relative;
  padding: 2.4rem 2rem 1.8rem;
  background-color: #E76F1F;
  border-bottom: 1px solid #000000;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4.5rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box .box-header {
    padding: 1.5rem 1.5rem 1rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.schedult-section .section-content .schedule-box .box-header span {
  position: relative;
  display: inline-block;
  padding-left: 3rem;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box .box-header span {
    padding-left: 1rem;
  }
}
.schedult-section .section-content .schedule-box .box-header span::before {
  content: "";
  position: absolute;
  left: -3.2rem;
  top: 40%;
  width: 5.1rem;
  height: 5.3rem;
  background-image: url(../image/schedule-day.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box .box-header span::before {
    width: 3.5rem;
    height: 3.6rem;
  }
}
.schedult-section .section-content .schedule-box .box-header strong {
  font-size: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box .box-header strong {
    font-size: 2.6rem;
  }
}
.schedult-section .section-content .schedule-box .box-content {
  position: relative;
  padding: 4.5rem 2rem 4.5rem 2.5rem;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box .box-content {
    padding: 3rem 1rem 3rem 2rem;
  }
}
.schedult-section .section-content .schedule-box .box-content .schedule-list {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box .box-content .schedule-list {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.schedult-section .section-content .schedule-box .box-content .schedule-list > li {
  position: relative;
}
.schedult-section .section-content .schedule-box .box-content .schedule-list > li:not(:last-child) {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box .box-content .schedule-list > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.schedult-section .section-content .schedule-box .box-content .schedule-list .item {
  position: relative;
}
.schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 {
  position: relative;
  color: #E76F1F;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 time {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  letter-spacing: 0.1em;
  padding-left: 4.2rem;
  vertical-align: bottom;
  margin-right: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 time {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-right: 0.2rem;
    padding-left: 3rem;
  }
}
.schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 time::before {
  content: "";
  position: absolute;
  top: -0.3rem;
  left: 0;
  width: 3.3rem;
  height: 3.2rem;
  background-image: url(../image/schedule-clock-orange.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 time::before {
    top: 0.1rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 em {
  position: relative;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 em {
    letter-spacing: 0;
  }
}
.schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 img {
  position: relative;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  vertical-align: text-bottom;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 img {
    margin-left: 0.4rem;
  }
}
.schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 img.i-a {
  width: 2.8rem;
  height: 3rem;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 img.i-a {
    width: 2rem;
    height: 2.1rem;
  }
}
.schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 img.i-b {
  width: 2.5rem;
  height: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 img.i-b {
    width: 1.8rem;
    height: 2.4rem;
  }
}
.schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 img.i-c {
  width: 2.3rem;
  height: 2.7rem;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 img.i-c {
    width: 1.7rem;
    height: 2rem;
  }
}
.schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 img.i-d {
  width: 3.1rem;
  height: 3rem;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 img.i-d {
    width: 2.2rem;
    height: 2rem;
  }
}
.schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 img.i-e {
  width: 2.5rem;
  height: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 img.i-e {
    width: 1.8rem;
    height: 2.5rem;
  }
}
.schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 img.i-f {
  width: 2.5rem;
  height: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .schedult-section .section-content .schedule-box .box-content .schedule-list .item h6 img.i-f {
    width: 1.7rem;
    height: 2rem;
  }
}
.schedult-section .section-content .schedule-box .box-content .schedule-list .item p {
  position: relative;
}
.schedult-section .section-content .schedule-box.night .box-header {
  background-color: #3977CB;
}
.schedult-section .section-content .schedule-box.night .box-header span::before {
  background-image: url(../image/schedule-night.png);
}
.schedult-section .section-content .schedule-box.night .box-content .schedule-list .item h6 {
  color: #3977CB;
}
.schedult-section .section-content .schedule-box.night .box-content .schedule-list .item h6 time::before {
  background-image: url(../image/schedule-clock-blue.png);
}

.domitory-section {
  position: relative;
  padding: 10rem 0 12rem;
  background-color: #CCD6EB;
}
@media only screen and (max-width: 768px) {
  .domitory-section {
    padding: 6rem 0 7rem;
  }
}
.domitory-section .section-label {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .domitory-section .section-label {
    margin-bottom: 3rem;
  }
}
.domitory-section .section-label .en {
  color: #FFFFFF;
}
.domitory-section .section-desc {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .domitory-section .section-desc {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.domitory-section .section-content {
  position: relative;
}
.domitory-section .section-content .domitory-rooms {
  position: relative;
  width: 100%;
}

.information-section {
  position: relative;
  padding: 10rem 0 2rem;
}
@media only screen and (max-width: 768px) {
  .information-section {
    padding: 6rem 0 1rem;
  }
}
.information-section .section-label {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .information-section .section-label {
    margin-bottom: 4rem;
  }
}
.information-section .section-content {
  position: relative;
}
.information-section .section-content .google-map-wrap .google-map {
  position: relative;
}
.information-section .section-content .google-map-wrap .google-map iframe {
  display: block;
  width: 100%;
  max-width: 100%;
}
.information-section .section-content .information-table-wrap {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .information-section .section-content .information-table-wrap {
    margin-top: 5rem;
  }
}
.information-section .section-content .information-table {
  position: relative;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .information-section .section-content .information-table {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    letter-spacing: 0;
    border: 1px solid #9C9C9C;
    border-bottom: none;
  }
  .information-section .section-content .information-table tr {
    display: block;
    width: 100%;
  }
}
.information-section .section-content .information-table th, .information-section .section-content .information-table td {
  position: relative;
  padding: 2.5rem 3rem;
}
@media print, screen and (min-width: 769px) {
  .information-section .section-content .information-table th, .information-section .section-content .information-table td {
    border: 1px solid #9C9C9C;
  }
}
@media only screen and (max-width: 768px) {
  .information-section .section-content .information-table th, .information-section .section-content .information-table td {
    display: block;
    width: 100%;
    padding: 1.5rem 1.5rem;
    border-bottom: 1px solid #9C9C9C;
  }
}
.information-section .section-content .information-table th {
  width: 18.2rem;
  background-color: #CCD6EB;
}
@media only screen and (max-width: 768px) {
  .information-section .section-content .information-table th {
    width: 100%;
  }
}
.information-section .section-content .benefits-wrap {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .information-section .section-content .benefits-wrap {
    margin-top: 5rem;
  }
}
.information-section .section-content .benefits-wrap .benefits-label {
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #00339B;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .information-section .section-content .benefits-wrap .benefits-label {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.information-section .section-content .benefits-wrap .benefits-label span {
  position: relative;
  display: inline-block;
  padding-right: 1.5rem;
  background-color: #FFFFFF;
  z-index: 1;
}
.information-section .section-content .benefits-wrap .benefits-label::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #00339B;
  z-index: 0;
}
.information-section .section-content .benefits-wrap .benefits-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 1rem minmax(0rem, 1fr) 1rem minmax(0rem, 1fr) 1rem minmax(0rem, 1fr);
  grid-template-columns: repeat(4, minmax(0rem, 1fr));
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .information-section .section-content .benefits-wrap .benefits-list {
    -ms-grid-columns: (minmax(0rem, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0rem, 1fr));
  }
}
.information-section .section-content .benefits-wrap .benefits-list > li {
  position: relative;
}
.information-section .section-content .benefits-wrap .benefits-list .item {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 14rem;
  background-color: #214A9C;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2rem 1rem 8.5rem;
}
@media only screen and (max-width: 768px) {
  .information-section .section-content .benefits-wrap .benefits-list .item {
    padding: 7rem 1.5rem 1.5rem 1.5rem;
  }
}
.information-section .section-content .benefits-wrap .benefits-list .item .icon {
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 6.5rem;
}
@media print, screen and (min-width: 769px) {
  .information-section .section-content .benefits-wrap .benefits-list .item .icon {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .information-section .section-content .benefits-wrap .benefits-list .item .icon {
    top: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 4.5rem;
  }
}
.information-section .section-content .benefits-wrap .benefits-list .item .info {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .information-section .section-content .benefits-wrap .benefits-list .item .info {
    font-size: 1.6rem;
  }
}
.information-section .section-content .benefits-wrap .benefits-list .item .info p {
  position: relative;
}
.information-section .section-content .benefits-wrap .benefits-list .item .info p span {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 3rem;
}
@media only screen and (max-width: 768px) {
  .information-section .section-content .benefits-wrap .benefits-list .item .info p span {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.information-section .section-content .benefits-wrap .benefits-list .item .info div {
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .information-section .section-content .benefits-wrap .benefits-list .item .info div {
    font-size: 2rem;
  }
}
.information-section .section-content .benefits-wrap .benefits-list .item .info small {
  position: relative;
  display: block;
  font-size: 1.5rem;
  margin-top: 0.3rem;
}
@media only screen and (max-width: 768px) {
  .information-section .section-content .benefits-wrap .benefits-list .item .info small {
    font-size: 1.3rem;
    letter-spacing: 0;
    margin-top: 0.2rem;
  }
}

.recruit-section {
  position: relative;
  padding: 10rem 0 12rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section {
    padding: 6rem 0 7rem;
  }
}
.recruit-section .section-label {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .section-label {
    margin-bottom: 4rem;
  }
}
.recruit-section .section-content {
  position: relative;
}
.recruit-section .section-content .recruit-table-wrap {
  position: relative;
}
.recruit-section .section-content .recuit-table {
  position: relative;
  width: 100%;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .recruit-section .section-content .recuit-table {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .recruit-section .section-content .recuit-table tr {
    display: block;
    width: 100%;
  }
}
.recruit-section .section-content .recuit-table th, .recruit-section .section-content .recuit-table td {
  position: relative;
  padding: 3.5rem 3rem 3.5rem 4rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .section-content .recuit-table th, .recruit-section .section-content .recuit-table td {
    display: block;
    width: 100%;
    padding: 1.5rem 1.5rem;
  }
}
.recruit-section .section-content .recuit-table th {
  color: #214A9C;
}
@media print, screen and (min-width: 769px) {
  .recruit-section .section-content .recuit-table th {
    border-bottom: 2px solid #214A9C;
    width: 18rem;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-section .section-content .recuit-table th {
    background-color: #CCD6EB;
  }
}
@media print, screen and (min-width: 769px) {
  .recruit-section .section-content .recuit-table td {
    border-bottom: 1px solid #8DB0F5;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-section .section-content .recuit-table td {
    padding: 1.5rem 0 2rem;
  }
}
.recruit-section .section-content .recuit-table td p {
  position: relative;
}
.recruit-section .section-content .recuit-table td span {
  color: #214A9C;
}
.recruit-section .section-content .recuit-table td .parent {
  position: relative;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .section-content .recuit-table td .parent {
    margin-bottom: 2.4rem;
  }
}
.recruit-section .section-content .recuit-table td .lead {
  position: relative;
  padding-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .section-content .recuit-table td .lead {
    padding-left: 0;
  }
}
.recruit-section .section-content .recuit-table td .list {
  position: relative;
}
.recruit-section .section-content .recuit-table td .list > li {
  position: relative;
  padding-left: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .section-content .recuit-table td .list > li {
    padding-left: 1.8rem;
  }
}
.recruit-section .section-content .recuit-table td .list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-section .section-content .recuit-table td .txt {
  padding-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .section-content .recuit-table td .txt {
    padding-left: 0;
  }
}
.recruit-section .section-content .recuit-table td .list + .lead, .recruit-section .section-content .recuit-table td .txt + .lead {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .section-content .recuit-table td .list + .lead, .recruit-section .section-content .recuit-table td .txt + .lead {
    margin-top: 2.4rem;
  }
}
.recruit-section .section-content .recuit-table td .mt {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .section-content .recuit-table td .mt {
    margin-top: 2.4rem;
  }
}
.recruit-section .section-content .recuit-table td .mb {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .section-content .recuit-table td .mb {
    margin-bottom: 2.4rem;
  }
}
.recruit-section .section-content .recuit-table td .group {
  position: relative;
  padding-left: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .section-content .recuit-table td .group {
    padding-left: 2.4rem;
  }
}
.recruit-section .section-content .recuit-table td .group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: 2px;
  bottom: 0;
  background-color: #214A9C;
}
.recruit-section .section-content .recuit-table td .group .list {
  padding-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .section-content .recuit-table td .group .list {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .recruit-section .section-content .recuit-table tr:first-child th {
    border-top: 2px solid #214A9C;
  }
  .recruit-section .section-content .recuit-table tr:first-child td {
    border-top: 1px solid #8DB0F5;
  }
}
.recruit-section .section-action {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .section-action {
    margin-top: 4rem;
  }
}
.recruit-section .section-action .link-btn {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.faq-section {
  position: relative;
  padding: 10rem 0 12rem;
  background-color: #CCD6EB;
}
@media only screen and (max-width: 768px) {
  .faq-section {
    padding: 6rem 0 7rem;
  }
}
.faq-section .section-label {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .faq-section .section-label {
    margin-bottom: 4rem;
  }
}
.faq-section .section-label .en {
  color: #FFFFFF;
}
.faq-section .section-content {
  position: relative;
}
.faq-section .section-content .faq-list-wrap {
  position: relative;
}
.faq-section .section-content .faq-list-wrap .faq-list {
  position: relative;
  counter-reset: faq;
}
.faq-section .section-content .faq-list-wrap .faq-list > li {
  position: relative;
}
.faq-section .section-content .faq-list-wrap .faq-list > li:not(:last-child) {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .faq-section .section-content .faq-list-wrap .faq-list > li:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.faq-section .section-content .faq-list-wrap .faq-list .item {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  counter-increment: faq;
}
@media only screen and (max-width: 768px) {
  .faq-section .section-content .faq-list-wrap .faq-list .item {
    font-size: 1.6rem;
  }
}
.faq-section .section-content .faq-list-wrap .faq-list .item .title {
  position: relative;
  width: 100%;
  padding: 2rem 2rem 2rem 10rem;
  background-color: #00339B;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .faq-section .section-content .faq-list-wrap .faq-list .item .title {
    padding: 1.5rem 1.5rem 1.5rem 6.8rem;
  }
}
.faq-section .section-content .faq-list-wrap .faq-list .item .title::before {
  content: "Q" counter(faq) ".";
  position: absolute;
  top: 1.8rem;
  left: 2.5rem;
  font-family: "851Gkktt", sans-serif;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .faq-section .section-content .faq-list-wrap .faq-list .item .title::before {
    top: 1.6rem;
    left: 1.5rem;
    font-size: 2.4rem;
  }
}
.faq-section .section-content .faq-list-wrap .faq-list .item .title span {
  text-decoration: underline;
}
.faq-section .section-content .faq-list-wrap .faq-list .item .content {
  position: relative;
  padding: 2.4rem 2rem 2.5rem 2.4rem;
}
@media only screen and (max-width: 768px) {
  .faq-section .section-content .faq-list-wrap .faq-list .item .content {
    padding: 1.5rem 1.5rem;
  }
}

.flow-section {
  position: relative;
  padding: 10rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .flow-section {
    padding: 6rem 0 7rem;
  }
}
.flow-section .section-label {
  position: relative;
}
.flow-section .section-content {
  position: relative;
}
.flow-section .section-content .flow-list-wrap {
  position: relative;
}
.flow-section .section-content .flow-list-wrap .flow-list {
  position: relative;
}
.flow-section .section-content .flow-list-wrap .flow-list > li {
  position: relative;
}
.flow-section .section-content .flow-list-wrap .flow-list > li:not(:last-child) {
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .flow-section .section-content .flow-list-wrap .flow-list > li:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.flow-section .section-content .flow-list-wrap .flow-list .item {
  position: relative;
  width: 100%;
  border-left: 4px solid #00339B;
  padding-left: 13rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 769px) {
  .flow-section .section-content .flow-list-wrap .flow-list .item {
    min-height: 9.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .flow-section .section-content .flow-list-wrap .flow-list .item {
    border-left-width: 2px;
    padding-left: 1.8rem;
    font-size: 1.6rem;
  }
}
.flow-section .section-content .flow-list-wrap .flow-list .item .counter {
  position: absolute;
  top: 0;
  left: 2.4rem;
  font-size: 2rem;
  color: #00339B;
}
@media only screen and (max-width: 768px) {
  .flow-section .section-content .flow-list-wrap .flow-list .item .counter {
    font-size: 1.6rem;
    top: 0.1rem;
    left: 2rem;
  }
}
.flow-section .section-content .flow-list-wrap .flow-list .item .title {
  position: relative;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #00339B;
}
@media print, screen and (min-width: 769px) {
  .flow-section .section-content .flow-list-wrap .flow-list .item .title {
    position: absolute;
    top: 66%;
    left: 2.1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .flow-section .section-content .flow-list-wrap .flow-list .item .title {
    padding-left: 6rem;
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .flow-section .section-content .flow-list-wrap .flow-list .item .title br {
    display: none;
  }
}
.flow-section .section-content .flow-list-wrap .flow-list .item .inner-rows {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7.3rem 2.5rem minmax(0rem, 1fr);
  grid-template-columns: 7.3rem minmax(0rem, 1fr);
  gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .flow-section .section-content .flow-list-wrap .flow-list .item .inner-rows {
    -ms-grid-columns: 5rem 1.5rem minmax(0rem, 1fr);
    grid-template-columns: 5rem minmax(0rem, 1fr);
    gap: 1.5rem;
  }
}
.flow-section .section-content .flow-list-wrap .flow-list .item .inner-rows .icon {
  position: relative;
  width: 7.3rem;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .flow-section .section-content .flow-list-wrap .flow-list .item .inner-rows .icon {
    width: 5rem;
  }
}
.flow-section .section-content .flow-list-wrap .flow-list .item .inner-rows .desc {
  position: relative;
}

.entry-section {
  position: relative;
  padding: 10rem 0 15rem;
  background-color: #CCD6EB;
}
@media only screen and (max-width: 768px) {
  .entry-section {
    padding: 6rem 0 7rem;
  }
}
.entry-section .section-label {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .entry-section .section-label {
    margin-bottom: 4rem;
  }
}
.entry-section .section-content {
  position: relative;
}
.entry-section .container {
  position: relative;
  z-index: 1;
}
.entry-section .entry-form-wrap {
  position: relative;
}
.entry-section .entry-form-box {
  position: relative;
  width: 100%;
  padding: 8rem 8rem 10rem;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box {
    padding: 4rem 2rem 4.5rem;
  }
}
.entry-section .entry-form-box .entry-form {
  position: relative;
  max-width: 85rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form {
    font-size: 1.6rem;
  }
}
.entry-section .entry-form-box .entry-form .field-group {
  position: relative;
}
.entry-section .entry-form-box .entry-form .field-group > li {
  position: relative;
}
.entry-section .entry-form-box .entry-form .field-group > li:not(:last-child) {
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form .field-group > li:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.entry-section .entry-form-box .entry-form .field-rows {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 3rem minmax(0rem, 1fr);
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form .field-rows {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
  }
}
.entry-section .entry-form-box .entry-form .field-address {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 21rem 2rem minmax(0rem, 1fr);
  grid-template-columns: 21rem minmax(0rem, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form .field-address {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
  }
}
.entry-section .entry-form-box .entry-form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form .input-group {
    gap: 0.8rem;
  }
}
.entry-section .entry-form-box .entry-form .checkbox-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.entry-section .entry-form-box .entry-form .checkbox-group > li {
  position: relative;
  min-width: 15rem;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form .checkbox-group > li {
    min-width: 8rem;
  }
}
.entry-section .entry-form-box .entry-form .validate {
  color: #B80000;
}
.entry-section .entry-form-box .entry-form .error-msg {
  color: #B80000;
}
.entry-section .entry-form-box .entry-form .input {
  position: relative;
  display: block;
  width: 100%;
}
.entry-section .entry-form-box .entry-form .input > label {
  position: relative;
  display: block;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form .input > label {
    margin-bottom: 0.6rem;
  }
}
.entry-section .entry-form-box .entry-form .input > label span {
  color: #B80000;
}
.entry-section .entry-form-box .entry-form .input .s {
  width: 13rem;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form .input .s {
    width: 6rem;
  }
}
.entry-section .entry-form-box .entry-form .input .sm {
  width: 21rem;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form .input .sm {
    width: 8.5rem;
  }
}
.entry-section .entry-form-box .entry-form .input .m {
  width: 36rem;
  max-width: 100%;
}
.entry-section .entry-form-box .entry-form .input .l {
  width: 64.7rem;
  max-width: 100%;
}
.entry-section .entry-form-box .entry-form .input .ms {
  width: 21rem;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form .input .ms {
    width: 18rem;
  }
}
.entry-section .entry-form-box .entry-form .input .mm {
  width: 33rem;
  max-width: 100%;
}
.entry-section .entry-form-box .entry-form .input .mb0 {
  margin-bottom: 0;
}
.entry-section .entry-form-box .entry-form .field-action {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form .field-action {
    margin-top: 4rem;
  }
}
.entry-section .entry-form-box .entry-form .field-action .link-btn {
  margin-left: auto;
  margin-right: auto;
}
.entry-section .entry-form-box .entry-form .field-term {
  position: relative;
  margin-top: 5rem;
  border-top: 1px solid #898989;
  padding-top: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form .field-term {
    margin-top: 4rem;
    padding-top: 3.5rem;
  }
}
.entry-section .entry-form-box .entry-form .field-term .label {
  margin-bottom: 0.8rem;
}
.entry-section .entry-form-box .entry-form .field-term .scroller {
  position: relative;
  display: block;
  width: 100%;
  max-height: 30rem;
  border: 1px solid #000000;
  -webkit-box-shadow: inset 0.1rem 0.2rem 0.9rem rgba(0, 0, 0, 0.4);
          box-shadow: inset 0.1rem 0.2rem 0.9rem rgba(0, 0, 0, 0.4);
  padding: 2rem 2rem;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form .field-term .scroller {
    padding: 1.5rem 1.5rem;
  }
}
.entry-section .entry-form-box .entry-form .field-accept {
  position: relative;
  margin-top: 2rem;
}
.entry-section .entry-form-box .entry-form-step {
  position: relative;
}
.entry-section .entry-form-box .entry-form-step.form-step01 {
  position: relative;
  display: block;
}
.entry-section .entry-form-box .entry-form-step.form-step01 .form-input {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.entry-section .entry-form-box .entry-form-step.form-step02 {
  display: none;
}
.entry-section .entry-form-box .entry-form-step.form-step02 .form-complete {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
  min-height: 42.3rem;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form-step.form-step02 .form-complete {
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    line-height: 1.6;
  }
  .entry-section .entry-form-box .entry-form-step.form-step02 .form-complete p {
    margin-left: -0.5rem;
    margin-right: -1rem;
  }
}
.entry-section .entry-form-box .entry-form-step.form-step02 .form-complete .info {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.entry-section .entry-form-box .entry-form-step.form-step02 .form-complete .info h4 {
  position: relative;
  font-size: 2.5rem;
  color: #00339B;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form-step.form-step02 .form-complete .info h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}