@charset "UTF-8";
/*
---------------------------------------
reset
---------------------------------------
*/
* {
  word-break: normal !important;
  word-wrap: break-word;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
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,
button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  min-height: 100%;
  width: 100%;
  font-size: 62.5%;
}

html,
body {
  position: relative;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: 0;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font-family: inherit;
}

button {
  background: none;
  line-height: 2;
  cursor: pointer;
}

img {
  border: none;
}

ol,
ul {
  list-style: none;
}

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

table th {
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

p,
dd,
li,
address {
  font-style: normal;
}

figure {
  line-height: 0;
}

em {
  font-weight: inherit;
}

picture {
  display: block;
  line-height: 0;
}

:root {
  --main-color: #639ff8;
}

body {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  word-wrap: break-word;
  color: #333;
  min-width: 375px;
  line-break: normal;
  font-weight: 500;
  -ms-overflow-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

/* Chrome, Safari 対応 */
@media screen and (max-width: 1136px) {
  body {
    width: 1136px;
  }
}
@media (max-width: 750px) {
  body {
    width: 100%;
  }
}
/* IE */
#top-of-page {
  position: relative;
  overflow: hidden;
  min-width: 1136px;
}
@media (max-width: 768px) {
  #top-of-page {
    min-width: 0;
    margin-top: 0;
  }
}

.anc {
  padding-top: 70px;
  margin-top: -70px;
}
@media (max-width: 750px) {
  .anc {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.l-contents {
  position: relative;
}

p {
  text-align: justify;
  overflow-wrap: break-word;
}

p,
dt,
dd,
li {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  line-break: normal;
  word-break: normal !important;
  word-wrap: break-word;
}
@media (max-width: 750px) {
  p,
  dt,
  dd,
  li {
    font-size: 3.73vw;
    line-height: 1.85;
    font-weight: 400;
  }
}

div {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
     height: auto;
     overflow: hidden;
     /**/
}

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

/* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea,
select {
  font-size: 16px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-family: inherit;
  background: #fff;
  padding: 0;
}

textarea {
  width: 100%;
  resize: vertical;
}

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

input:-moz-placeholder {
  color: #ccc;
}

textarea::-webkit-input-placeholder {
  color: #ccc;
}

textarea:-moz-placeholder {
  color: #ccc;
}

.logged-in header.normal {
  top: 32px;
}

#wp-admin-bar-customize,
#wp-admin-bar-duplicate-post {
  display: none !important;
}

/*
---------------------------------------
animation
---------------------------------------
*/
@keyframes attentionAnim {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.l-contents {
  padding-top: 70px;
}
@media (max-width: 750px) {
  .l-contents {
    padding-top: 60px;
  }
}
.l-contents .pc {
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .l-contents .pc {
    display: none !important;
  }
}
.l-contents .sp {
  display: none !important;
}
@media (max-width: 750px) {
  .l-contents .sp {
    display: block !important;
  }
}
.l-contents .inline-pc {
  display: inline-block !important;
}
@media (max-width: 750px) {
  .l-contents .inline-pc {
    display: none !important;
  }
}
.l-contents .inline-sp {
  display: none !important;
}
@media (max-width: 750px) {
  .l-contents .inline-sp {
    display: inline-block !important;
  }
}
.l-contents .inner {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .l-contents .inner {
    padding: 0 7%;
  }
}
.l-contents .inner--s {
  max-width: 1065px;
}
.l-contents span {
  font-weight: inherit;
}
.l-contents img {
  max-width: 100%;
  height: auto;
}
.l-contents .img {
  line-height: 1;
}
.l-contents .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.l-contents .min {
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.l-contents .ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-contents .ofi-contain {
  object-fit: contain;
}

.icn_instagram_svg {
  fill: #333;
  transition: fill 0.3s ease-out;
}

.icn_document_svg {
  fill: none;
  stroke: #ff1478;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
  transition: stroke 0.3s ease-out;
}

.arrow_right_svg {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  transition: stroke 0.3s ease-out;
}

.arrow_top_svg {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  transition: stroke 0.3s ease-out;
}

.arrow_bottom_svg {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.33px;
  transition: stroke 0.3s ease-out;
}

/*	form
---------------------------------*/
@media (max-width: 750px) {
  .sec-form .inner {
    padding: 0 5%;
  }
}

.steps_form {
  max-width: 700px;
  margin: 0 auto 20px;
}
@media (max-width: 750px) {
  .steps_form {
    width: 100%;
    margin: 0 auto 3vw;
  }
}

.sec-form__require {
  color: #c1272d;
  font-weight: bold;
  margin-bottom: 2px;
}
@media (max-width: 750px) {
  .sec-form__require {
    font-size: 3.3vw;
    margin-bottom: 0;
  }
}

.wrap_form {
  max-width: 700px;
  margin: 0 auto;
}
.wrap_form .require {
  color: #c1272d;
  font-weight: bold;
}
.wrap_form .btn_send_narrow {
  display: block;
  width: 364px;
  padding: 17px 20px;
  margin: 0 auto;
  border: none;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #ff1478;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s;
  background-image: url(../images/form/btn_arrow.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: right 26px center;
  border-radius: 50px;
  line-height: 2.142;
}
@media (max-width: 750px) {
  .wrap_form .btn_send_narrow {
    width: 95%;
    padding: 3vw 5vw;
    margin: 0 auto;
    font-size: 4.2vw;
    background-size: 7px;
    background-position: right 8vw center;
  }
}
@media (min-width: 751px) {
  .wrap_form .btn_send_narrow:hover {
    opacity: 0.3;
  }
}
.wrap_form .btn_send_narrow[disabled] {
  opacity: 0.2;
}
.wrap_form button.btn_back_narrow {
  display: block;
  width: 364px;
  padding: 17px 20px;
  margin: 30px auto 0;
  border: none;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #808080;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s;
  background-image: url(../images/form/btn_arrow_back.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: left 26px center;
  border-radius: 50px;
  line-height: 2.142;
}
@media (max-width: 750px) {
  .wrap_form button.btn_back_narrow {
    width: 95%;
    padding: 3vw 5vw;
    margin: 7vw auto 0;
    font-size: 4.2vw;
    background-size: 7px;
    background-position: left 8vw center;
  }
}
@media (min-width: 751px) {
  .wrap_form button.btn_back_narrow:hover {
    opacity: 0.3;
  }
}

.table_entry {
  width: 100%;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  .table_entry {
    margin: 0 0 5vw;
    font-size: 3.4vw !important;
  }
}
.table_entry .row {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin-bottom: 4px;
  padding: 6px 0;
}
@media (max-width: 750px) {
  .table_entry .row {
    padding: 7px 0;
  }
}
@media (max-width: 750px) {
  .table_entry .row-2 {
    display: block;
    padding: 5px 4vw;
  }
  .table_entry .row-2 .dt {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 3.2vw 0 2vw;
  }
  .table_entry .row-2 .dd {
    width: 100%;
    padding: 1.5vw 0;
  }
}
.table_entry .dt {
  font-weight: bold;
  padding: 13px 0 10px 18px;
  font-size: 14px;
  width: 155px;
  line-height: 1;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  .table_entry .dt {
    padding: 2.7vw 0 2.7vw 4vw;
    width: 28vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd {
  flex: 1;
  padding: 3px 18px 0px;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 750px) {
  .table_entry .dd {
    padding: 1vw 3.5vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd .dd-in {
  display: block;
  box-sizing: border-box;
  padding: 7px 5px;
  line-height: 1.5;
}
.table_entry .mark_zip {
  font-size: 16px;
  padding: 2px 0 0;
}
@media (max-width: 750px) {
  .table_entry .mark_zip {
    font-size: 3.4vw;
    padding: 0;
  }
}
.table_entry input[type=text],
.table_entry input[type=email],
.table_entry input[type=tel] {
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  padding: 4px 5px;
  background: none;
  line-height: 1;
}
@media (max-width: 750px) {
  .table_entry input[type=text],
  .table_entry input[type=email],
  .table_entry input[type=tel] {
    width: 100%;
    font-size: 3.4vw;
  }
}
.table_entry input[type=text]#age,
.table_entry input[type=email]#age,
.table_entry input[type=tel]#age {
  width: 86px;
}
@media (max-width: 750px) {
  .table_entry input[type=text]#age,
  .table_entry input[type=email]#age,
  .table_entry input[type=tel]#age {
    width: 27%;
  }
}
.table_entry textarea {
  font-size: 16px;
  padding: 5px 5px;
  width: 100%;
  height: 200px;
}
@media (max-width: 750px) {
  .table_entry textarea {
    height: 26vw;
    font-size: 3.4vw !important;
  }
}
.table_entry .radio-wrap {
  padding: 8px 0;
}
@media (max-width: 750px) {
  .table_entry .radio-wrap {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    padding: 6px 0 0;
  }
}
.table_entry .radio-wrap label {
  cursor: pointer;
  margin-right: 2em;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .table_entry .radio-wrap label {
    margin-right: 0;
    display: inline-block;
  }
}
.table_entry .radio-wrap label input[type=radio],
.table_entry .radio-wrap label input[type=checkbox] {
  margin-right: 0;
  position: relative;
  top: 2px;
}
.table_entry .radio-wrap label input[type=radio].error,
.table_entry .radio-wrap label input[type=checkbox].error {
  display: inline-block;
}
.table_entry #zip {
  height: 32px;
  width: 200px;
  font-size: 16px;
  padding: 0 5px;
}
@media (max-width: 750px) {
  .table_entry #zip {
    height: 9vw;
    width: calc(100% - 5vw);
    font-size: 3.4vw;
  }
}
.table_entry .wpcf7-list-item:first-child {
  margin-left: 0;
}

label.error {
  font-size: 16px;
  color: #c1272d;
  display: block;
  margin: 10px 0 10px;
}
@media (max-width: 750px) {
  label.error {
    line-height: 1.5;
    font-size: 3.4vw;
    margin: 5px 0 0;
  }
}

.form_privacy-policy {
  background: #e6e6e6;
  padding: 20px 20px 15px;
  margin-bottom: 45px;
}
@media (max-width: 750px) {
  .form_privacy-policy {
    padding: 4vw 3vw;
    margin-bottom: 4vw;
  }
}
.form_privacy-policy .ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .form_privacy-policy .ttl {
    font-size: 3.4vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
}
.form_privacy-policy .agree_text p {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .form_privacy-policy .agree_text p {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .agree_text a {
  text-decoration: underline;
}
.form_privacy-policy .inner_box {
  height: 130px;
  background: white;
  overflow-y: scroll;
  border: 1px solid #b1b1b1;
  padding: 14px;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box {
    height: 32vw;
    padding: 4vw 3vw;
    margin-bottom: 2vw;
  }
}
.form_privacy-policy .inner_box .ttl {
  font-weight: bold;
  margin-bottom: 0;
}
.form_privacy-policy .inner_box p {
  margin-bottom: 20px;
  line-height: 1.64;
  font-size: 14px;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box p {
    font-size: 3.3vw;
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box ul {
  margin-left: 1em;
  margin-bottom: 20px;
  line-height: 1.64;
  list-style-position: outside;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box ul {
    margin-left: 1em;
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box ul > li {
  line-height: 1.64;
  font-size: 14px;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box ul > li {
    font-size: 3.3vw;
  }
}
.form_privacy-policy .inner_box ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box ul > li > ul > li {
  line-height: 1.64;
  font-size: 14px;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box ul > li > ul > li {
    font-size: 3.3vw;
  }
}
.form_privacy-policy .inner_box ul > li > ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box .right_text {
  text-align: right;
}

.sec-form .sec-form__mailAttention {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 25px;
  font-size: 14px;
}
@media (max-width: 750px) {
  .sec-form .sec-form__mailAttention {
    text-align: left;
    margin-bottom: 8vw;
    font-size: 3.3vw;
  }
}

.require {
  color: #c1272d;
  font-weight: bold;
}

.agree_item {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: inline-block;
  margin-top: 4px;
}
.agree_item .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 16px;
  font-weight: bold;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.page-contact .st-footer__pageTop,
.page-entry .st-footer__pageTop {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0 5px;
  background-image: url(../images/form/arrow-select.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 200px;
  font-size: 14px;
}
@media all and (-ms-high-contrast: none) {
  select {
    background-image: url(../images/form/arrow-select.png);
  }
}
@media (max-width: 750px) {
  select {
    width: 100%;
  }
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  /* firefoxハック */
  #contact-table select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.2em;
    background-image: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* chromeハック */
  #contact-table select {
    text-indent: 0.2em;
  }
}
@media all and (-ms-high-contrast: none) {
  .wrap_form .btn_send_narrow {
    padding: 17px 20px 12px;
  }
}
.thanks-text {
  margin: 50px 0;
  line-height: 2;
}
@media (max-width: 750px) {
  .thanks-text {
    margin: 9vw 0;
  }
}
.thanks-text.insert {
  font-weight: bold;
}

.thanks_btn {
  text-align: center;
}
.thanks_btn a {
  text-decoration: underline;
}
@media (hover: hover) {
  .thanks_btn a:hover {
    text-decoration: none;
  }
}

#autozip {
  display: none !important;
}

/*
---------------------------------------
btn
---------------------------------------
*/
.l-contents .c-btn-01__link {
  display: inline-flex;
  gap: 40px;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  .l-contents .c-btn-01__link {
    gap: 10.13vw;
  }
}
.l-contents .c-btn-01__link:after {
  content: "";
  background: #333;
  width: calc(100% - 30px);
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 12px;
}
@media (max-width: 750px) {
  .l-contents .c-btn-01__link:after {
    width: calc(100% - 7vw);
    bottom: 2.13vw;
  }
}
@media (hover: hover) {
  .l-contents .c-btn-01__link:where(:any-link, :enabled, summary):hover .c-btn-01__circle {
    background: #fff;
  }
  .l-contents .c-btn-01__link:where(:any-link, :enabled, summary):hover .arrow_right_svg {
    stroke: #18984b;
  }
}
.l-contents .c-btn-01__txt {
  font-size: 16px;
  letter-spacing: 0.14em;
}
@media (max-width: 750px) {
  .l-contents .c-btn-01__txt {
    font-size: 3.733vw;
  }
}
.l-contents .c-btn-01__circle {
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  background: #18984b;
  border: 1px solid #18984b;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition: background 0.3s ease-out;
}
@media (max-width: 750px) {
  .l-contents .c-btn-01__circle {
    width: 13.33vw;
  }
}

.c-heading-01--white {
  color: #fff;
}
.c-heading-01--white .c-heading-01__en {
  color: #fff;
}

.c-heading-01__ja {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 750px) {
  .c-heading-01__ja {
    font-size: 3.8vw;
    margin-bottom: 3vw;
  }
}

.c-heading-01__en {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #18984b;
}
@media (max-width: 750px) {
  .c-heading-01__en {
    font-size: 14.6vw;
  }
}

.c-heading-02__ja {
  font-size: 20px;
  color: #18984b;
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  .c-heading-02__ja {
    font-size: 4.26vw;
    margin-bottom: 4.9vw;
  }
}

.c-heading-02__catch {
  font-size: 36px;
  position: relative;
  letter-spacing: 0.05em;
  z-index: 1;
}
@media (max-width: 750px) {
  .c-heading-02__catch {
    font-size: 6.4vw;
    line-height: 1.583;
  }
}
.c-heading-02__catch:before {
  content: "";
  background: url(../images/common/quote_s_left.svg) no-repeat left top/40px;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: -15px;
  top: 5px;
  z-index: -1;
}
@media (max-width: 750px) {
  .c-heading-02__catch:before {
    background-size: 8vw;
    width: 8vw;
    height: 6.13vw;
    left: -2.6vw;
    top: 0vw;
  }
}

.c-heading-02__lead {
  line-height: 2;
  padding-bottom: 10px;
  background: url(../images/common/quote_l_right.svg) no-repeat right bottom/80px;
  width: fit-content;
}
@media (max-width: 750px) {
  .c-heading-02__lead {
    line-height: 1.857;
  }
}
.c-heading-02__lead strong {
  font-weight: 900;
}

.c-heading-03 {
  font-size: 20px;
  color: #18984b;
  line-height: 1;
  border-left: 5px solid #18984b;
  padding-left: 10px;
}
@media (max-width: 750px) {
  .c-heading-03 {
    font-size: 4.8vw;
    padding-left: 3.1vw;
    line-height: 1.1;
  }
}
.c-heading-03--blue {
  color: #32619c;
  border-color: #32619c;
}
.c-heading-03.en {
  padding-left: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .c-heading-03.en {
    padding-left: 2.5vw;
    font-size: 4.3vw;
  }
}

.l-contents .c-pageTtl {
  width: calc(100% - 100px);
  height: 400px;
  border-radius: 0 0 3.84vw 0;
  overflow: hidden;
  background: url(../images/common/pageTtl_bg@2x.jpg) no-repeat center center/cover;
  padding-block: 60px 0px;
}
@media (max-width: 750px) {
  .l-contents .c-pageTtl {
    background: url(../images/common/pageTtl_bg_sp@2x.jpg) no-repeat center center/cover;
    width: 100%;
    border-radius: 0 0 8vw 0;
    height: 61.33vw;
    padding-block: 30.2vw 0;
    position: relative;
  }
}
.l-contents .c-pageTtl__catch {
  padding-left: 20px;
  margin-bottom: 68px;
}
@media (max-width: 750px) {
  .l-contents .c-pageTtl__catch {
    position: absolute;
    left: 7vw;
    top: 9vw;
    padding-left: 0;
    margin-bottom: 0;
  }
  .l-contents .c-pageTtl__catch img {
    zoom: 0.54;
  }
}
.l-contents .c-pageTtl__heading__en {
  font-size: 100px;
  color: #18984b;
  letter-spacing: 0.08em;
  text-align: right;
  line-height: 1;
  margin-bottom: 26px;
}
@media (max-width: 750px) {
  .l-contents .c-pageTtl__heading__en {
    font-size: 14.66vw;
    letter-spacing: 0.07em;
    margin-bottom: 3vw;
  }
}
.l-contents .c-pageTtl__heading__ja {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-right: 10px;
}
@media (max-width: 750px) {
  .l-contents .c-pageTtl__heading__ja {
    font-size: 4.26vw;
    padding-right: 0;
  }
}

.l-contents .c-pageNav {
  padding-block: 76px;
}
@media (max-width: 750px) {
  .l-contents .c-pageNav {
    padding-block: 9.9vw 13.5vw;
  }
}
.l-contents .c-pageNav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media (max-width: 750px) {
  .l-contents .c-pageNav__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6.466vw 6vw;
  }
}
.l-contents .c-pageNav__link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  .l-contents .c-pageNav__link {
    display: flex;
    gap: 0;
    justify-content: space-between;
  }
}
@media (hover: hover) {
  .l-contents .c-pageNav__link:where(:any-link, :enabled, summary):hover .c-pageNav__circle {
    background: #fff;
  }
  .l-contents .c-pageNav__link:where(:any-link, :enabled, summary):hover .arrow_bottom_svg {
    stroke: #18984b;
  }
}
.l-contents .c-pageNav__link__txt {
  font-size: 16px;
}
@media (max-width: 750px) {
  .l-contents .c-pageNav__link__txt {
    font-size: 3.733vw;
    line-height: 1.71;
  }
}
.l-contents .c-pageNav__circle {
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background: #18984b;
  border: 1px solid #18984b;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition: background 0.3s ease-out;
}
@media (max-width: 750px) {
  .l-contents .c-pageNav__circle {
    width: 10.66vw;
  }
}

.secCta {
  background: url(../images/common/cta_bg@2x.jpg) no-repeat center center/cover;
  border-radius: 50px;
  overflow: hidden;
  padding-block: 81px;
}
@media (max-width: 750px) {
  .secCta {
    background-image: url(../images/common/cta_bg_sp@2x.jpg);
    border-radius: 30px;
    padding-block: 10.9vw 16vw;
  }
}
.secCta .inner {
  max-width: 1075px;
}

.secCta__heading {
  margin-bottom: 55px;
}
@media (max-width: 750px) {
  .secCta__heading {
    margin-bottom: 9vw;
  }
}
@media (max-width: 750px) {
  .secCta__heading .c-heading-01__en {
    font-size: 13.33vw;
    letter-spacing: 0.03em;
  }
}

.secCta__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 25px;
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .secCta__grid {
    grid-template-columns: 1fr;
    gap: 6vw;
    margin-bottom: 10vw;
  }
}

.secCta__item {
  border-radius: 10px;
  padding: 40px 50px 46px;
}
@media (max-width: 750px) {
  .secCta__item {
    border-radius: 5px;
    padding: 6vw 5.5vw 6.5vw;
  }
}
.secCta__item--line {
  background: #06c755;
}
.secCta__item--line .secCta__btn__txt {
  color: #06c755;
}
.secCta__item--line .arrow_right_svg {
  stroke: #06c755;
}
.secCta__item--pink {
  background: #ff1478;
}
@media (max-width: 750px) {
  .secCta__item--pink .secCta__btn__link {
    padding-block: 2.2vw;
  }
}
@media (max-width: 750px) {
  .secCta__item--pink .secCta__ttl span {
    padding-inline: 3vw;
  }
}
@media (max-width: 750px) {
  .secCta__item--pink .secCta__icn {
    width: 4.8vw;
    margin-left: 0.2vw;
    margin-right: 0.5vw;
  }
}
.secCta__item--pink .secCta__btn__txt {
  color: #ff1478;
}
.secCta__item--pink .arrow_right_svg {
  stroke: #ff1478;
}

.secCta__ttl {
  text-align: center;
  margin-bottom: 21px;
}
@media (max-width: 750px) {
  .secCta__ttl {
    margin-bottom: 2vw;
  }
}
.secCta__ttl span {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-inline: 31px;
}
@media (max-width: 750px) {
  .secCta__ttl span {
    font-size: 3.733vw;
    padding-inline: 5.8vw;
  }
}
.secCta__ttl span:before, .secCta__ttl span:after {
  content: "";
  background: #fff;
  width: 2px;
  height: 25px;
  display: block;
  position: absolute;
  top: 10px;
}
@media (max-width: 750px) {
  .secCta__ttl span:before, .secCta__ttl span:after {
    height: 4.1vw;
    top: 1vw;
  }
}
.secCta__ttl span:before {
  transform: rotate(-30deg);
  left: 0;
}
.secCta__ttl span:after {
  transform: rotate(30deg);
  right: 0;
}

.secCta__btn__link {
  display: block;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 19px 31px;
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  transition: all 0.3s ease-out;
}
@media (max-width: 750px) {
  .secCta__btn__link {
    padding: 3.2vw 4vw;
    border-radius: 5px;
    gap: 3vw;
  }
}
@media (hover: hover) {
  .secCta__btn__link--line:where(:any-link, :enabled, summary):hover {
    background: #06c755;
  }
  .secCta__btn__link--line:where(:any-link, :enabled, summary):hover .secCta__btn__txt {
    color: #fff;
  }
  .secCta__btn__link--line:where(:any-link, :enabled, summary):hover .arrow_right_svg {
    stroke: #fff;
  }
}
@media (hover: hover) {
  .secCta__btn__link--pink:where(:any-link, :enabled, summary):hover {
    background: #ff1478;
  }
  .secCta__btn__link--pink:where(:any-link, :enabled, summary):hover .secCta__btn__txt {
    color: #fff;
  }
  .secCta__btn__link--pink:where(:any-link, :enabled, summary):hover .icn_document_svg {
    stroke: #fff;
  }
  .secCta__btn__link--pink:where(:any-link, :enabled, summary):hover .arrow_right_svg {
    stroke: #fff;
  }
}

@media (max-width: 750px) {
  .secCta__icn {
    width: 6.13vw;
  }
}

.secCta__btn__txt {
  font-size: 18px;
  transition: all 0.3s ease-out;
}
@media (max-width: 750px) {
  .secCta__btn__txt {
    font-size: 3.73vw;
  }
}

.secCta__btn__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
@media (max-width: 750px) {
  .secCta__btn__arrow {
    right: 3.5vw;
    width: 3.73vw;
  }
}

.secCta__tel {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 32px;
  padding-right: 50px;
}
@media (max-width: 750px) {
  .secCta__tel {
    display: block;
    padding-block: 5.5vw 7.8vw;
    padding-right: 0;
    text-align: center;
  }
}

.secCta__tel__ttl {
  padding-right: 52px;
  padding-block: 6px;
  border-right: 2px solid #fff;
  margin-right: 47px;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .secCta__tel__ttl {
    border: none;
    text-align: center;
    padding: 0 0 2.4vw;
    margin-right: 0;
  }
}

.secCta__tel__num {
  font-size: 33px;
  font-weight: bold;
  padding-left: 40px;
  background: url(../images/common/icn_tel.svg) no-repeat left center/25px;
  letter-spacing: 0.07em;
}
@media (max-width: 750px) {
  .secCta__tel__num {
    font-size: 8.8vw;
    text-align: center;
    display: inline-block;
    background-size: 6.9vw;
    background-position: left top 1vw;
    padding-left: 9.1vw;
  }
}

.single-content * {
  max-width: 100%;
}
.single-content h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 24px;
  padding: 18px 20px;
  background: var(--main-color);
  color: #fff;
}
@media (max-width: 750px) {
  .single-content h2 {
    font-size: 4.4vw;
    margin: 5vw 0 3vw;
    padding: 3vw;
  }
}
.single-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  padding: 16px 0;
}
@media (max-width: 750px) {
  .single-content h3 {
    font-size: 4.2vw;
    margin: 5vw 0 3vw;
    padding: 3vw 0;
    border-width: 1px;
  }
}
.single-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  border-bottom: 2px solid var(--main-color);
  padding: 0 0 0.2px;
}
@media (max-width: 750px) {
  .single-content h4 {
    font-size: 4.1vw;
    margin: 5vw 0 3vw;
    border-width: 1px;
  }
}
.single-content h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .single-content h5 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .single-content h6 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content p {
  font-size: 14px;
  margin: 10px 0 10px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .single-content p {
    font-size: 3.9vw;
    margin: 3vw 0 3vw;
  }
}
.single-content p a {
  text-decoration: underline;
  color: var(--main-color);
}
.single-content .full {
  margin: 2em 0;
}
.single-content .wp-caption-text {
  margin-top: 0;
}
.single-content strong,
.single-content b {
  font-weight: bold;
}
.single-content em {
  font-style: italic;
}
.single-content blockquote {
  background: #fafafa;
  position: relative;
  padding: 40px 30px;
  margin: 40px 0;
}
@media (max-width: 750px) {
  .single-content blockquote {
    margin: 5vw 0;
    padding: 5vw;
  }
}
.single-content blockquote p {
  padding: 0;
  margin: 0;
  color: #777;
}
.single-content ul,
.single-content ol {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .single-content ul,
  .single-content ol {
    margin-bottom: 5vw;
  }
}
.single-content ul li {
  list-style: none;
  line-height: 1.6;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 14px;
}
@media (max-width: 750px) {
  .single-content ul li {
    font-size: 3.9vw;
  }
}
.single-content ul li:before {
  content: "・";
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  color: var(--main-color);
}
@media (max-width: 750px) {
  .single-content ul li:before {
    font-size: 3.9vw;
  }
}
.single-content ul li ul {
  padding-top: 10px;
  margin-bottom: 0;
}
.single-content ul li ul li {
  line-height: 1.6;
  padding: 0 0 10px 20px;
}
.single-content ul li ul li:last-child {
  padding: 0 0 0 20px;
}
.single-content ol {
  counter-reset: item;
  list-style-type: none;
}
.single-content ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  line-height: 1.6;
  position: relative;
  padding: 0 0 0 42px;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 750px) {
  .single-content ol li {
    font-size: 3.9vw;
    padding-left: 8vw;
    margin-bottom: 3vw;
  }
}
.single-content ol li:before {
  position: absolute;
  left: 0;
  top: -4px;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: white;
  text-align: center;
  border-radius: 50%;
  background: var(--main-color);
}
@media (max-width: 750px) {
  .single-content ol li:before {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 3.9vw;
  }
}
.single-content hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #bbb;
  margin: 10px 0;
}
.single-content table {
  margin: 40px 0;
  border: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  .single-content table {
    margin: 5vw 0;
  }
}
.single-content table th {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
}
.single-content table th,
.single-content table td {
  text-align: center;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  padding: 16px 10px;
}
@media (max-width: 750px) {
  .single-content table th,
  .single-content table td {
    font-size: 3.9vw;
    padding: 3vw;
  }
}
.single-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.single-content .alignright {
  float: right;
  margin-left: 40px;
}
@media (max-width: 750px) {
  .single-content .alignright {
    margin: 0;
    float: none;
  }
}
.single-content .alignleft {
  float: left;
  margin-right: 40px;
}
@media (max-width: 750px) {
  .single-content .alignleft {
    margin: 0;
    float: none;
  }
}
.single-content #image-details-caption {
  display: none;
}
.single-content .wp-caption {
  position: relative;
  width: 100% !important;
  margin-bottom: 0rem !important;
}
@media (max-width: 750px) {
  .single-content .wp-caption {
    padding: 0;
  }
}
.single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
  width: 48% !important;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
    width: 100%;
  }
}
.single-content .wp-caption.alignleft {
  margin-left: 40px;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignleft {
    margin: 0;
  }
}
.single-content .wp-caption.alignright {
  margin-right: 40px;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignright {
    margin: 0;
  }
}
.single-content .wp-caption .wp-caption-text {
  margin-bottom: 0;
}
.single-content img[class*=wp-image-],
.single-content img[class*=attachment-] {
  height: auto;
  max-width: 600px;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-],
  .single-content img[class*=attachment-] {
    width: 100%;
  }
}
.single-content img[class*=wp-image-].alignright,
.single-content img[class*=attachment-].alignright {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-].alignright,
  .single-content img[class*=attachment-].alignright {
    width: 100%;
  }
}
.single-content img[class*=wp-image-].alignleft,
.single-content img[class*=attachment-].alignleft {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-].alignleft,
  .single-content img[class*=attachment-].alignleft {
    width: 100%;
  }
}
.single-content .single-content__thumb {
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 52px;
}
@media (max-width: 750px) {
  .single-content .single-content__thumb {
    margin-bottom: 4vw;
  }
}
.single-content .single-content__thumb img {
  width: 100%;
  max-width: 100%;
}

.wp-pagenavi {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: stretch;
  -js-display: flex;
  text-align: center;
  padding-top: 83px;
}
@media (max-width: 750px) {
  .wp-pagenavi {
    padding-top: 10vw;
  }
}

.wp-pagenavi > a,
.wp-pagenavi > span {
  font-size: 16px;
  width: 28px;
  height: 28px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin: 0 4px;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    margin: 0 5px;
  }
}

.wp-pagenavi > a {
  transition: all 0.2s;
}

.wp-pagenavi > a:hover {
  opacity: 0.6;
}

.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-color: #4d4d4d;
  padding: 2px;
  color: #fff;
}

.wp-pagenavi .page .icon,
.wp-pagenavi .previouspostslink .icon,
.wp-pagenavi .nextpostslink .icon {
  font-size: 16px;
  color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-pagenavi .previouspostslink {
  background-image: url(../images/common/navi_arrow_left@2x.png);
}

.wp-pagenavi .nextpostslink {
  background-image: url(../images/common/navi_arrow_right@2x.png);
}

.wp-pagenavi .current {
  background: none;
  color: #4d4d4d;
  padding: 2px;
}

/*
---------------------------------------
header
---------------------------------------
*/
.st-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  min-width: 1080px;
  transition: all 0.4s;
  background: #fff;
}
@media (max-width: 750px) {
  .st-header {
    min-width: 0px;
  }
}
.st-header .pc {
  display: block !important;
}
@media (max-width: 750px) {
  .st-header .pc {
    display: none !important;
  }
}
.st-header .sp {
  display: none !important;
}
@media (max-width: 750px) {
  .st-header .sp {
    display: block !important;
  }
}

.st-header__content {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 24px;
  height: 70px;
}
@media (max-width: 750px) {
  .st-header__content {
    height: 60px;
    padding-left: 4vw;
  }
}

.st-header__logo a {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .st-header__logo img {
    width: 40vw;
    max-width: 147px;
  }
}

.st-header__nav {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 750px) {
  .st-header__nav {
    display: block;
    padding: 12vw 9vw;
  }
}

.st-header__globalNav {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .st-header__globalNav {
    display: block;
    display: flex;
    flex-wrap: wrap;
    gap: 8.5vw 0;
    margin-bottom: 12vw;
  }
}
.st-header__globalNav li {
  text-align: center;
  padding: 0 3px;
}
.st-header__globalNav li:last-child {
  padding-right: 14px;
  padding-left: 2px;
}
@media (max-width: 750px) {
  .st-header__globalNav li {
    text-align: left;
    padding: 0;
  }
}
@media (max-width: 750px) {
  .st-header__globalNav li.item-01 {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 750px) {
  .st-header__globalNav li.item-02 {
    order: 2;
    width: 64%;
  }
}
@media (max-width: 750px) {
  .st-header__globalNav li.item-03 {
    order: 4;
    width: 64%;
  }
}
@media (max-width: 750px) {
  .st-header__globalNav li.item-04 {
    order: 6;
    width: 64%;
  }
}
@media (max-width: 750px) {
  .st-header__globalNav li.item-05 {
    order: 3;
    width: 36%;
  }
}
@media (max-width: 750px) {
  .st-header__globalNav li.item-06 {
    order: 5;
    width: 36%;
  }
}
@media (max-width: 750px) {
  .st-header__globalNav li.item-07 {
    order: 7;
    width: 36%;
  }
}

.st-header__globalNav__link {
  display: block;
  padding: 15px 10px;
  transition: all 0.4s;
  position: relative;
  line-height: 1;
}
@media (max-width: 750px) {
  .st-header__globalNav__link {
    padding: 1vw 1vw;
  }
}
.st-header__globalNav__link .st-header__globalNav__txt {
  font-size: 15px;
  letter-spacing: 0.05em;
  transition: all 0.4s;
}
@media (max-width: 750px) {
  .st-header__globalNav__link .st-header__globalNav__txt {
    font-size: 4.26vw;
  }
}
.st-header__globalNav__link.current .st-header__globalNav__txt {
  color: #18984b;
}
@media (max-width: 750px) {
  .st-header__globalNav__link.current .st-header__globalNav__txt {
    color: #333;
  }
}
@media (hover: hover) {
  .st-header__globalNav__link:where(:any-link, :enabled, summary):hover .st-header__globalNav__txt {
    color: #18984b;
  }
}
@media (hover: hover) {
  .st-header__globalNav__link--instagram:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

.st-header__btn {
  width: 100px;
  height: 70px;
  display: grid;
  place-items: center;
  font-size: 15px;
  line-height: 1.33;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media (hover: hover) {
  .st-header__btn:where(:any-link, :enabled, summary):hover {
    transition: all 0.3s ease-out;
  }
}
@media (max-width: 750px) {
  .st-header__btn {
    width: 60px;
    height: 60px;
    font-size: 2.66vw;
    line-height: 1.54;
  }
}
.st-header__btn.btn-recruit {
  background: #ff1478;
  border: 1px solid #ff1478;
}
@media (hover: hover) {
  .st-header__btn.btn-recruit:where(:any-link, :enabled, summary):hover {
    color: #ff1478;
    background: #fff;
  }
}
@media (max-width: 750px) {
  .st-header__btn.btn-recruit {
    position: fixed;
    top: 0;
    right: 120px;
  }
}
.st-header__btn.btn-line {
  background: #06c755;
  border: 1px solid #06c755;
  position: fixed;
  top: 70px;
  right: 0;
}
@media (hover: hover) {
  .st-header__btn.btn-line:where(:any-link, :enabled, summary):hover {
    color: #06c755;
    background: #fff;
  }
}
@media (max-width: 1030px) {
  .st-header__btn.btn-line {
    display: none;
  }
}
@media (max-width: 750px) {
  .st-header__btn.btn-line {
    display: grid;
    right: 60px;
    top: 0;
  }
}

.st-header__nav__btn {
  display: none;
}
@media (max-width: 750px) {
  .st-header__nav__btn {
    display: block;
    border: 2px solid #fff;
    border-radius: 7px;
    font-size: 3.73vw;
    padding: 5.9vw 9vw;
    padding-left: 18vw;
    letter-spacing: 0.05em;
    position: relative;
  }
  .st-header__nav__btn:not(:last-child) {
    margin-bottom: 4.8vw;
  }
  .st-header__nav__btn:before {
    content: "";
    width: 17px;
    height: 12px;
    display: block;
    position: absolute;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 750px) {
  .st-header__nav__btn.btn-line {
    background: #fff url(../images/common/icn_line.svg) no-repeat center left 6vw/8vw;
    color: #06c755;
  }
  .st-header__nav__btn.btn-line:before {
    background: url(../images/common/arrow_right-line.svg) no-repeat center center/cover;
  }
}
@media (max-width: 750px) {
  .st-header__nav__btn.btn-recruit {
    background: #fff url(../images/common/icn_document.svg) no-repeat center left 6.4vw/6.7vw;
    color: #ff1478;
  }
  .st-header__nav__btn.btn-recruit:before {
    background: url(../images/common/arrow_right-pink.svg) no-repeat center center/cover;
  }
}
@media (max-width: 750px) {
  .st-header__nav__btn.btn-instagram {
    background: url(../images/common/icn_instagram-green.svg) no-repeat center left 6vw/8vw;
  }
  .st-header__nav__btn.btn-instagram:before {
    background: url(../images/common/arrow_right-green.svg) no-repeat center center/cover;
  }
}

#sp-btn {
  display: none;
}

@media (max-width: 750px) {
  /* sp-btn */
  .scroll-prevent {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #sp-btn {
    position: fixed;
    z-index: 99999999999;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #32619c;
    transition: all 0.4s;
  }
  #sp-btn span {
    width: 30px;
    height: 1px;
    transition: all 0.4s;
    background: #fff;
  }
  #sp-btn span:not(:last-child) {
    margin-bottom: 10px;
  }
  #sp-btn #sp-btn-a,
  #sp-btn #sp-btn-a span {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  #sp-btn #sp-btn-a {
    display: block;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 30px;
    height: 30px;
    background: none;
  }
  #sp-btn #sp-btn-a:hover {
    opacity: 1;
  }
  #sp-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  #sp-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #sp-btn.active span:nth-of-type(3) {
    width: 100%;
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
  /* g-anv */
  #g-nav {
    position: fixed;
    z-index: 9999999;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: calc(100% - 60px);
    background: url(../images/common/menu_bg_sp@2x.jpg) no-repeat center top/cover;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    display: none;
  }
}
/*
---------------------------------------
footer
--------------------------------------
*/
.st-footer {
  padding: 69px 0 34px;
  position: relative;
}
@media (max-width: 750px) {
  .st-footer {
    padding: 12.5vw 0 0;
  }
}
.st-footer .inner {
  max-width: 1066px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .st-footer .inner {
    padding: 0 7%;
  }
}
.st-footer .st-footer__box {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 55px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__box {
    display: block;
    margin-bottom: 11vw;
  }
}
.st-footer .st-footer__logo {
  margin-bottom: 22px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__logo {
    margin-bottom: 6vw;
  }
  .st-footer .st-footer__logo img {
    width: 66vw;
    height: auto;
  }
}
.st-footer .st-footer__name {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .st-footer .st-footer__name {
    font-size: 4.26vw;
  }
}
.st-footer .st-footer__address {
  line-height: 1.75;
}
@media (max-width: 750px) {
  .st-footer .st-footer__address {
    padding-bottom: 7.5vw;
  }
}
.st-footer .st-footer__nav {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  gap: 18px 100px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav {
    grid-template-rows: repeat(7, 1fr);
    gap: 3.8vw 0;
  }
}
.st-footer .st-footer__nav__item a {
  display: block;
  padding: 7px 0;
  transition: all 0.4s;
  position: relative;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media (hover: hover) {
  .st-footer .st-footer__nav__item a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item a {
    padding-block: 2.1vw;
    font-size: 3.73vw;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item.pc {
    display: none;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item--sns {
    margin-left: 18vw;
  }
}
.st-footer .st-footer__nav__item--sns a {
  padding-left: 44px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item--sns a {
    padding-left: 11vw;
  }
}
.st-footer .st-footer__nav__item--line a {
  background: url(../images/common/icn_line.svg) no-repeat left center/30px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item--line a {
    background-size: 8vw;
  }
}
.st-footer .st-footer__nav__item--instagram a {
  background: url(../images/common/icn_instagram@4x.png) no-repeat left center/30px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item--instagram a {
    background-size: 8vw;
  }
}
.st-footer .st-footer__nav__item--tiktok a {
  background: url(../images/common/icn_tiktok.svg) no-repeat left 2px center/26px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item--tiktok a {
    background-size: 6.5vw;
  }
}
.st-footer .st-footer__copyright small {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright small {
    font-size: 3.2vw;
  }
}
.st-footer .st-footer__pageTop {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop {
    right: 2vw;
    bottom: 5vw;
  }
}
.st-footer .st-footer__pageTop.fixed {
  opacity: 1;
  visibility: visible;
}
.st-footer .st-footer__pageTop a {
  display: block;
  border-radius: 50%;
  background: #32619c;
  border: 1px solid #32619c;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
}
@media (hover: hover) {
  .st-footer .st-footer__pageTop a:where(:any-link, :enabled, summary):hover {
    background: #fff;
  }
  .st-footer .st-footer__pageTop a:where(:any-link, :enabled, summary):hover .arrow_top_svg {
    stroke: #32619c;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop a {
    width: 18.66vw;
    height: 18.66vw;
  }
}

/*
---------------------------------------
404
---------------------------------------
*/
@media (max-width: 750px) {
  .error404 #contact .c-pageTtl {
    padding-block: 18.2vw 0;
  }
}
.error404 .error404__cont {
  padding-top: 80px;
}
@media (max-width: 750px) {
  .error404 .error404__cont {
    padding-top: 8vw;
  }
}
.error404 .text_404 {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 750px) {
  .error404 .text_404 {
    font-size: 3.8vw;
  }
}
.error404 .btn-404 {
  text-align: center;
  margin: 30px auto 120px;
}
@media (max-width: 750px) {
  .error404 .btn-404 {
    margin: 10vw auto;
  }
}
.error404 .btn-404 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 52px;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  border: 1px solid #000;
  background: #e6e6e6;
  line-height: 1;
  transition: all 0.5s;
  font-size: 14px;
  margin: 0 auto;
}
.error404 .btn-404 a:after {
  content: "▶︎";
  padding: 0 5px 0 0;
}
@media (max-width: 750px) {
  .error404 .btn-404 a {
    font-size: 3.4vw;
    width: 60vw;
    height: 12vw;
    padding: 0 0 0 3vw;
  }
}
@media (min-width: 751px) {
  .error404 .btn-404 a:hover {
    opacity: 0.6;
  }
}

/*
---------------------------------------
contact
---------------------------------------
*/
#contact .c-pageTtl {
  padding-block: 196px 0px;
}
@media (max-width: 750px) {
  #contact .c-pageTtl {
    padding-block: 30.2vw 0;
  }
}
#contact .contact__leadWrap {
  padding-block: 66px;
}
@media (max-width: 750px) {
  #contact .contact__leadWrap {
    padding-block: 8vw 11vw;
  }
}
#contact .contact__lead {
  text-align: center;
}
@media (max-width: 750px) {
  #contact .contact__lead {
    text-align: left;
  }
}
#contact .sec-form {
  background: #f4f4f4;
  border-radius: 50px 50px 0 0;
  padding-block: 97px;
}
@media (max-width: 750px) {
  #contact .sec-form {
    padding-block: 11.6vw 7vw;
    border-radius: 30px 30px 0 0;
  }
}
#contact .contact_line {
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  #contact .contact_line {
    width: 86.4vw;
    margin-bottom: 10vw;
  }
}
#contact .contact_line a {
  transition: all 0.3s ease-out;
  display: block;
}
@media (hover: hover) {
  #contact .contact_line a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

/*
---------------------------------------
top
---------------------------------------
*/
#top {
  position: relative;
}
#top:before {
  content: "";
  background: url(../images/top/top_bg@2x.jpg) no-repeat center top/cover;
  width: 100%;
  height: calc(100% - 38vw - 50px);
  display: block;
  position: absolute;
  top: 38vw;
  left: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  #top:before {
    background-image: url(../images/top/top_bg_sp@2x.jpg);
    height: calc(100% - 100svh - 30px);
    bottom: auto;
    top: 173vw;
  }
}
#top .secMainView__sliderWrap {
  width: calc(100% - 100px);
  aspect-ratio: 2400/1360;
  max-height: calc(100svh - 70px);
  border-radius: 0 0 3.84vw 0;
  overflow: hidden;
  position: relative;
  background: #fff;
}
@media (max-width: 750px) {
  #top .secMainView__sliderWrap {
    width: 100%;
    border-radius: 0;
    aspect-ratio: auto;
    max-height: none;
  }
}
#top .secMainView__slider {
  height: 100%;
}
#top .secMainView__slider > .secMainView__slider__item:not(:first-child) {
  display: none;
}
#top .secMainView__slider__img {
  width: 100%;
  max-height: calc(100svh - 70px);
}
@media (max-width: 750px) {
  #top .secMainView__slider__img {
    max-height: none;
  }
}
#top .secMainView__slider__txt {
  position: absolute;
  bottom: 15px;
  left: 29vw;
}
@media (max-width: 750px) {
  #top .secMainView__slider__txt {
    bottom: 21.3vw;
    left: 6.3vw;
  }
}
#top .secMainView__slider__txt img {
  width: 29.53vw;
}
@media (max-width: 750px) {
  #top .secMainView__slider__txt img {
    width: 62.53vw;
  }
}
#top .secMainView__slider__catch {
  position: absolute;
  left: 5vw;
  bottom: 60px;
  font-size: 5.384vw;
  color: #fff;
  font-weight: bold;
  width: 85vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  #top .secMainView__slider__catch {
    width: auto;
    font-size: 10.66vw;
    display: block;
    left: 6vw;
    bottom: 9.5vw;
  }
}
@media (max-width: 750px) {
  #top .secMainView__slider__catch__row {
    display: block;
  }
}
#top .secMainView__slider__catch__row.row-01 {
  letter-spacing: -0.03em;
}
@media (max-width: 750px) {
  #top .secMainView__slider__catch__row.row-01 {
    margin-bottom: 27vw;
  }
}
#top .secMainView__slider__catch__row.row-02 {
  letter-spacing: 0.09em;
}
#top .secMainView__slider__en {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.83;
  text-align: right;
  position: absolute;
  right: 44px;
  top: 32px;
}
@media (max-width: 750px) {
  #top .secMainView__slider__en {
    font-size: 2.13vw;
    right: 4vw;
    top: 5vw;
  }
}
#top .secMainView__scroll {
  position: absolute;
  right: 43px;
  top: 38vw;
  transform: translateY(-100%);
}
@media (max-width: 750px) {
  #top .secMainView__scroll {
    display: none;
  }
}
#top .secMainView__scroll__txt {
  font-size: 14px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #32619c;
  padding-bottom: 105px;
}
#top .secMainView__scroll__txt:after {
  content: "";
  background: #32619c;
  width: 1px;
  height: 90px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#top .secLead {
  padding-block: 126px 387px;
}
@media (max-width: 750px) {
  #top .secLead {
    padding-block: 12.7vw 168.4vw;
  }
}
#top .secLead .inner {
  position: relative;
}
#top .secLead__txtbox {
  padding-top: 48px;
  max-width: 500px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  #top .secLead__txtbox {
    padding-top: 0;
    max-width: 100%;
  }
}
#top .secLead__txt {
  font-size: 22px;
  font-weight: bold;
  line-height: 2.272;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  #top .secLead__txt {
    font-size: 4.26vw;
  }
}
#top .secLead__txt.item-01 {
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  #top .secLead__txt.item-01 {
    margin-bottom: 9.6vw;
  }
}
#top .secLead__txt.item-02 {
  display: flex;
}
#top .secLead__txt__img {
  margin-left: 13px;
  position: relative;
  top: -4px;
}
@media (max-width: 750px) {
  #top .secLead__txt__img {
    margin-left: 2.6vw;
    top: -1.7vw;
  }
}
@media (max-width: 750px) {
  #top .secLead__txt__img img {
    width: 37vw;
  }
}
#top .secLead__img {
  position: absolute;
}
#top .secLead__img img {
  border-radius: 10px;
}
@media (max-width: 750px) {
  #top .secLead__img img {
    width: 100%;
  }
}
#top .secLead__img.item-01 {
  top: 0;
  left: 100px;
}
@media (max-width: 750px) {
  #top .secLead__img.item-01 {
    top: 89vw;
    left: auto;
    right: 0;
    width: 86vw;
  }
}
#top .secLead__img.item-02 {
  top: 425px;
  left: 30px;
}
@media (max-width: 750px) {
  #top .secLead__img.item-02 {
    top: 150vw;
    left: 0;
    width: 62.4%;
  }
}
#top .secLead__img.item-03 {
  top: 520px;
  left: 299px;
}
@media (max-width: 750px) {
  #top .secLead__img.item-03 {
    left: auto;
    right: 13.4vw;
    top: 170vw;
    width: 31.2%;
  }
}
#top .secLead__img.item-03 img {
  border-radius: 5px;
}
#top .secLead__en {
  position: absolute;
  right: -13px;
  bottom: -235px;
}
@media (max-width: 750px) {
  #top .secLead__en {
    right: 7vw;
    bottom: -156vw;
    width: 86vw;
  }
}
#top .secGuide {
  max-width: 1200px;
  margin-inline: auto;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
  padding-block: 85px 130px;
  margin-bottom: 89px;
}
@media (max-width: 750px) {
  #top .secGuide {
    border-radius: 30px;
    padding-block: 13.2vw 18.2vw;
    margin-bottom: 12.7vw;
  }
}
#top .secGuide__head {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: max-content 1fr;
  gap: 25px 86px;
  grid-template-areas: "secGuide__catch secGuide__heading" "secGuide__catch secGuide__lead";
  margin-bottom: 120px;
}
@media (max-width: 750px) {
  #top .secGuide__head {
    display: block;
    margin-bottom: 19.5vw;
  }
}
#top .secGuide__catch {
  grid-area: secGuide__catch;
}
@media (max-width: 750px) {
  #top .secGuide__catch {
    margin-bottom: 7.4vw;
  }
  #top .secGuide__catch img {
    width: 45vw;
  }
}
#top .secGuide__heading {
  grid-area: secGuide__heading;
  padding-top: 4px;
}
@media (max-width: 750px) {
  #top .secGuide__heading {
    margin-bottom: 6.5vw;
  }
}
#top .secGuide__lead {
  grid-area: secGuide__lead;
}
#top .secGuide__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 100px 42px;
}
@media (max-width: 750px) {
  #top .secGuide__grid {
    grid-template-columns: 1fr;
    gap: 12.53vw 0;
  }
}
#top .secGuide__item a {
  display: block;
  position: relative;
}
@media (hover: hover) {
  #top .secGuide__item a:where(:any-link, :enabled, summary):hover .c-btn-01__circle {
    background: #fff;
  }
  #top .secGuide__item a:where(:any-link, :enabled, summary):hover .arrow_right_svg {
    stroke: #18984b;
  }
}
#top .secGuide__item:nth-of-type(even) {
  position: relative;
  top: 43px;
}
@media (max-width: 750px) {
  #top .secGuide__item:nth-of-type(even) {
    top: 0;
  }
}
#top .secGuide__item:nth-of-type(even) .secGuide__item__catch {
  left: auto;
  right: 28px;
}
@media (max-width: 750px) {
  #top .secGuide__item:nth-of-type(even) .secGuide__item__catch {
    right: 4.6vw;
  }
}
#top .secGuide__item__catch {
  position: absolute;
  left: 28px;
  top: -34px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 4px;
}
@media (max-width: 750px) {
  #top .secGuide__item__catch {
    gap: 0.7vw;
    left: 4.6vw;
    top: -6.1vw;
    line-height: 2;
  }
}
#top .secGuide__item__catch span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-inline: 7px 0;
}
@media (max-width: 750px) {
  #top .secGuide__item__catch span {
    font-size: 3.73vw;
    padding-inline: 1.7vw 0;
  }
}
#top .secGuide__card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
#top .secGuide__img {
  width: 100%;
}
#top .secGuide__txtbox {
  padding: 24px 38px 34px;
  position: relative;
}
@media (max-width: 750px) {
  #top .secGuide__txtbox {
    padding: 3vw 5.8vw 5.2vw;
  }
}
#top .secGuide__en {
  font-size: 14px;
  color: #18984b;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  #top .secGuide__en {
    font-size: 3.2vw;
    margin-bottom: 0;
  }
}
#top .secGuide__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  #top .secGuide__ttl {
    font-size: 4.8vw;
    margin-bottom: 1.8vw;
  }
}
#top .secGuide__btn {
  text-align: right;
}
#top .secGuide__fukidashi {
  background: url(../images/top/guide_fukidashi.svg) no-repeat center center/cover;
  width: 126px;
  height: 126px;
  position: absolute;
  right: 33px;
  top: -81px;
  display: grid;
  place-items: center;
  text-align: center;
  line-height: 1.562;
  letter-spacing: 0.08em;
  padding-bottom: 6px;
}
@media (max-width: 750px) {
  #top .secGuide__fukidashi {
    width: 22.66vw;
    height: 22.66vw;
    right: 5vw;
    top: -14.33vw;
    font-size: 2.8vw;
    padding-bottom: 1vw;
  }
}
#top .story-members {
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
  position: relative;
  padding-block: 151px 124px;
}
@media (max-width: 750px) {
  #top .story-members {
    border-radius: 30px;
    padding-block: 11.3vw 14.8vw;
  }
}
#top .story-members:before {
  content: "";
  background: url(../images/top/story_bg.svg) no-repeat center center/cover;
  width: 42.15vw;
  height: 41.69vw;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 750px) {
  #top .story-members:before {
    width: 80vw;
    height: 80vw;
  }
}
#top .story-members:after {
  content: "";
  background: url(../images/top/members_bg.svg) no-repeat center center/cover;
  width: 805px;
  height: 1032px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 750px) {
  #top .story-members:after {
    width: 80vw;
    height: 102.4vw;
  }
}
#top .story-members .inner {
  position: relative;
  z-index: 1;
  max-width: 1064px;
}
#top .story-members__ttl {
  display: flex;
  gap: 19px;
  position: absolute;
  left: 25px;
  top: -80px;
}
@media (max-width: 750px) {
  #top .story-members__ttl {
    position: static;
    display: block;
    margin-bottom: 17vw;
  }
}
@media (max-width: 750px) {
  #top .story-members__ttl__catch img {
    width: 72vw;
  }
}
#top .story-members__ttl__txt {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-top: 35px;
}
@media (max-width: 750px) {
  #top .story-members__ttl__txt {
    font-size: 5.33vw;
    padding-top: 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    letter-spacing: 0.03em;
    margin-bottom: 3.2vw;
  }
}
#top .secStory {
  margin-bottom: 134px;
}
@media (max-width: 750px) {
  #top .secStory {
    margin-bottom: 18.2vw;
  }
}
#top .secStory__txtbox {
  max-width: 760px;
  margin-left: auto;
  padding-block: 111px 128px;
  position: relative;
}
@media (max-width: 750px) {
  #top .secStory__txtbox {
    padding-block: 30.3vw 31.3vw;
  }
}
#top .secStory__txtbox.item-01 {
  padding-left: 140px;
}
@media (max-width: 750px) {
  #top .secStory__txtbox.item-01 {
    padding-left: 9vw;
    padding-right: 2vw;
  }
}
#top .secStory__txtbox.item-01:before {
  content: "";
  background: linear-gradient(to right, rgb(220, 240, 228) 0%, rgb(214, 223, 235) 100%);
  border-radius: 10px 0 0 10px;
  width: calc(50vw + 248px);
  height: 100%;
  display: block;
  position: absolute;
  right: calc(-50vw + 512px);
  top: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  #top .secStory__txtbox.item-01:before {
    width: 93vw;
    right: -7vw;
    border-radius: 8px 0 0 8px;
  }
}
#top .secStory__txtbox.item-01 .secStory__catch {
  right: 0;
}
#top .secStory__txtbox.item-01 .secStory__lead {
  margin-bottom: 115px;
}
@media (max-width: 750px) {
  #top .secStory__txtbox.item-01 .secStory__lead {
    margin-bottom: 5.7vw;
  }
}
#top .secStory__txtbox.item-01 .secStory__btn {
  text-align: right;
}
#top .secStory__txtbox.item-01 + .secStory__img {
  margin-top: -188px;
  transform: translateX(-88px);
}
@media (max-width: 750px) {
  #top .secStory__txtbox.item-01 + .secStory__img {
    margin-top: -19.83vw;
    transform: translateX(-7vw);
  }
}
#top .secStory__txtbox.item-02 {
  padding-right: 140px;
  padding-bottom: 144px;
  margin-left: 0;
}
@media (max-width: 750px) {
  #top .secStory__txtbox.item-02 {
    padding-block: 32.3vw 31.3vw;
    padding-right: 8.5vw;
    padding-left: 2vw;
  }
}
#top .secStory__txtbox.item-02:before {
  content: "";
  background: linear-gradient(to right, rgb(220, 240, 228) 0%, rgb(214, 223, 235) 100%);
  border-radius: 0 10px 10px 0;
  width: calc(50vw + 248px);
  height: 100%;
  display: block;
  position: absolute;
  left: calc(-50vw + 512px);
  top: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  #top .secStory__txtbox.item-02:before {
    width: 93vw;
    left: -7vw;
    border-radius: 0 8px 8px 0;
  }
}
#top .secStory__txtbox.item-02 .secStory__catch {
  right: 140px;
}
@media (max-width: 750px) {
  #top .secStory__txtbox.item-02 .secStory__catch {
    right: 9.33vw;
  }
}
#top .secStory__txtbox.item-02 .secStory__lead {
  margin-bottom: 68px;
}
@media (max-width: 750px) {
  #top .secStory__txtbox.item-02 .secStory__lead {
    margin-bottom: 6.4vw;
  }
}
@media (max-width: 750px) {
  #top .secStory__txtbox.item-02 .secStory__btn {
    text-align: right;
  }
}
#top .secStory__txtbox.item-02 + .secStory__img {
  margin-top: -203px;
  transform: translateX(281px);
}
@media (max-width: 750px) {
  #top .secStory__txtbox.item-02 + .secStory__img {
    margin-top: -19.53vw;
    transform: translateX(7.1vw);
  }
}
#top .secStory__catch {
  position: absolute;
  top: -42px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 750px) {
  #top .secStory__catch {
    top: -7.1vw;
    gap: 2.3vw;
  }
}
#top .secStory__catch span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #fff;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-inline: 10px 0;
}
@media (max-width: 750px) {
  #top .secStory__catch span {
    font-size: 5.33vw;
    padding-inline: 1.7vw 0;
  }
}
#top .secStory__heading {
  margin-bottom: 42px;
}
@media (max-width: 750px) {
  #top .secStory__heading {
    margin-bottom: 4.6vw;
  }
}
#top .secStory__heading .c-heading-01__ja {
  margin-bottom: 22px;
}
@media (max-width: 750px) {
  #top .secStory__heading .c-heading-01__ja {
    margin-bottom: 3.2vw;
  }
}
#top .secStory__heading .c-heading-01__en {
  letter-spacing: 0.03em;
}
@media (max-width: 750px) {
  #top .secStory__heading .c-heading-01__en {
    font-size: 13.33vw;
  }
}
#top .secStory__lead {
  margin-bottom: 115px;
}
@media (max-width: 750px) {
  #top .secStory__lead {
    margin-bottom: 16.1vw;
    letter-spacing: 0;
  }
}
#top .secStory__img {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#top .secStory__img img {
  border-radius: 10px;
}
@media (max-width: 750px) {
  #top .secStory__img img {
    border-radius: 5px;
  }
}
#top .secEducation {
  padding-block: 189px 104px;
  background: url(../images/top/education_bg.svg) no-repeat center top 190px/115vw;
  text-align: center;
  position: relative;
}
@media (max-width: 750px) {
  #top .secEducation {
    padding-block: 29vw 16.6vw;
    background-position: center top 30vw;
    background-size: 373.33vw;
  }
}
#top .secEducation__imgs img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#top .secEducation__imgs .item-01 {
  top: 222px;
  transform: translateX(-274px);
}
@media (max-width: 750px) {
  #top .secEducation__imgs .item-01 {
    top: 18vw;
    width: 48.2vw;
    transform: translateX(-19vw);
  }
}
#top .secEducation__imgs .item-02 {
  top: 135px;
  transform: translateX(362px);
}
@media (max-width: 750px) {
  #top .secEducation__imgs .item-02 {
    top: 25.7vw;
    width: 26.4vw;
    transform: translateX(30.1vw);
  }
}
#top .secEducation__imgs .item-03 {
  top: 630px;
  transform: translateX(392px);
}
@media (max-width: 750px) {
  #top .secEducation__imgs .item-03 {
    top: 66.7vw;
    width: 78.4vw;
    transform: translateX(4.6vw);
  }
}
#top .secEducation__imgs .item-04 {
  top: 616px;
  transform: translateX(-410px);
}
@media (max-width: 750px) {
  #top .secEducation__imgs .item-04 {
    top: 283.2vw;
    width: 53.4vw;
    transform: translateX(-23.3vw);
  }
}
#top .secEducation__imgs .item-05 {
  top: 1346px;
  transform: translateX(290px);
}
@media (max-width: 750px) {
  #top .secEducation__imgs .item-05 {
    top: 302.2vw;
    width: 69.2vw;
    transform: translateX(9vw);
  }
}
#top .secEducation__imgs .item-06 {
  top: 1373px;
  transform: translateX(-333px);
}
@media (max-width: 750px) {
  #top .secEducation__imgs .item-06 {
    top: 362.6vw;
    width: 69.2vw;
    transform: translateX(-8.6vw);
  }
}
#top .secEducation__img {
  border-radius: 10px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  #top .secEducation__img {
    border-radius: 5px;
  }
}
#top .secEducation__txtbox {
  padding-block: 214px 369px;
}
@media (max-width: 750px) {
  #top .secEducation__txtbox {
    padding-block: 92vw 151.6vw;
  }
}
#top .secEducation__catch {
  text-align: center;
  margin-bottom: 62px;
}
@media (max-width: 750px) {
  #top .secEducation__catch {
    padding-left: 3vw;
    margin-bottom: 6.8vw;
  }
  #top .secEducation__catch img {
    width: 86vw;
    margin-inline: auto;
  }
}
#top .secEducation__heading {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.923;
  text-align: center;
  margin-bottom: 38px;
}
@media (max-width: 750px) {
  #top .secEducation__heading {
    font-size: 5.33vw;
    line-height: 1.8;
    margin-bottom: 5.2vw;
  }
}
#top .secEducation__lead {
  text-align: center;
  margin-bottom: 46px;
}
@media (max-width: 750px) {
  #top .secEducation__lead {
    margin-bottom: 10vw;
  }
}
#top .secEducation__lead strong {
  font-weight: bold;
}
#top .secEducation__instagram {
  transform: translateX(-18px);
}
@media (max-width: 750px) {
  #top .secEducation__instagram {
    transform: translateX(0);
    width: 88vw;
    margin-inline: auto;
  }
}
#top .secEducation__instagram picture {
  display: inline-block;
}
@media (hover: hover) {
  #top .secEducation__instagram a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

/*
---------------------------------------
training
---------------------------------------
*/
@media (max-width: 750px) {
  #training .c-pageNav__list {
    grid-template-columns: 1fr 1.34fr;
  }
}
#training .secBasic {
  background: url(../images/training/basic_bg@2x.jpg) no-repeat center top/cover;
  padding-block: 160px 117px;
}
@media (max-width: 750px) {
  #training .secBasic {
    background: linear-gradient(to bottom, rgb(201, 212, 230) 0%, rgb(216, 232, 229) 100%);
    border-radius: 8vw 8vw 0 0;
    padding-block: 33.2vw 21.4vw;
  }
}
#training .secBasic__head {
  background: rgba(255, 255, 255, 0.6);
  padding-block: 76px 232px;
}
@media (max-width: 750px) {
  #training .secBasic__head {
    padding-block: 0 22.4vw;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}
#training .secBasic__head .inner {
  position: relative;
}
#training .secBasic__img {
  position: absolute;
  right: -120px;
  top: -125px;
}
@media (max-width: 750px) {
  #training .secBasic__img {
    position: static;
    margin-top: -17.3vw;
    width: 100%;
    margin-bottom: 7vw;
  }
}
#training .secBasic__img img {
  border-radius: 10px;
}
@media (max-width: 750px) {
  #training .secBasic__img img {
    width: 100%;
    border-radius: 5px;
  }
}
#training .secBasic__txtbox {
  max-width: 490px;
}
@media (max-width: 750px) {
  #training .secBasic__txtbox {
    max-width: 100%;
  }
}
#training .secBasic__catch {
  margin-bottom: 17px;
}
@media (max-width: 750px) {
  #training .secBasic__catch {
    margin-bottom: 2.2vw;
  }
}
#training .secBasic__service {
  margin-top: -163px;
  background: #fff;
  border-radius: 50px;
  max-width: 1200px;
  margin-inline: auto;
  padding-block: 69px 90px;
}
@media (max-width: 750px) {
  #training .secBasic__service {
    margin-top: -8vw;
    border-radius: 8vw;
    padding-block: 12vw 12vw;
  }
}
#training .secBasic__service .inner {
  max-width: 1066px;
}
#training .service__heading {
  font-size: 40px;
  text-align: center;
  color: #d6dfeb;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  #training .service__heading {
    font-size: 10.6vw;
    letter-spacing: 0.09em;
    margin-bottom: 5vw;
  }
}
#training .service__lead {
  text-align: center;
  line-height: 1.9;
  margin-bottom: 69px;
}
@media (max-width: 750px) {
  #training .service__lead {
    text-align: left;
    line-height: 1.75;
    margin-bottom: 10vw;
  }
}
#training .service__lead strong {
  color: #32619c;
  font-size: 19px;
}
@media (max-width: 750px) {
  #training .service__lead strong {
    font-size: 4.26vw;
  }
}
#training .service__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px 24px;
}
@media (max-width: 750px) {
  #training .service__grid {
    grid-template-columns: 1fr;
    gap: 12.26vw 0;
  }
}
#training .service__item {
  border-radius: 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  #training .service__item {
    border-radius: 7px;
  }
}
#training .service__item__catch {
  position: absolute;
  right: 30px;
  top: -23px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 4px;
}
@media (max-width: 750px) {
  #training .service__item__catch {
    gap: 0.7vw;
    right: 4.6vw;
    top: -4.4vw;
    line-height: 2;
  }
}
#training .service__item__catch span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-inline: 7px 0;
}
@media (max-width: 750px) {
  #training .service__item__catch span {
    font-size: 3.73vw;
    padding-inline: 1.7vw 0;
  }
}
#training .service__card {
  border-radius: 10px;
  overflow: hidden;
  background: #f4f4f4;
  height: 100%;
}
@media (max-width: 750px) {
  #training .service__card {
    border-radius: 7px;
  }
}
#training .service__img {
  width: 100%;
}
#training .service__img img {
  width: 100%;
}
#training .service__txtbox {
  padding: 24px 38px 34px;
  position: relative;
}
@media (max-width: 750px) {
  #training .service__txtbox {
    padding: 3.6vw 5.8vw 7.2vw;
  }
}
#training .service__ttl {
  font-size: 24px;
  color: #32619c;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
@media (max-width: 750px) {
  #training .service__ttl {
    font-size: 4.8vw;
    padding-bottom: 1.6vw;
    margin-bottom: 2.6vw;
  }
}
#training .secFeature {
  padding-block: 104px 143px;
}
@media (max-width: 750px) {
  #training .secFeature {
    padding-block: 16.06vw 18.2vw;
  }
}
#training .secFeature__catch {
  margin-bottom: 13px;
}
@media (max-width: 750px) {
  #training .secFeature__catch {
    margin-bottom: 2.2vw;
  }
}
#training .secFeature__lead {
  margin-bottom: 74px;
}
@media (max-width: 750px) {
  #training .secFeature__lead {
    padding-bottom: 6vw;
    margin-bottom: 10.3vw;
  }
}
#training .secFeature__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
}
@media (max-width: 750px) {
  #training .secFeature__grid {
    grid-template-columns: 1fr;
    gap: 10.26vw 0;
  }
}
#training .secFeature__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
#training .secFeature__item--gray .secFeature__card {
  background: #f4f4f4;
}
#training .secFeature__item--gray .secFeature__card__ttl {
  background: #5c5c5c;
}
#training .secFeature__item--green .secFeature__card {
  background: #e8f5ed;
}
#training .secFeature__item--green .secFeature__card__ttl {
  background: #18984b;
}
@media (max-width: 750px) {
  #training .secFeature__item--green .secFeature__img img {
    display: block;
    width: 96%;
    margin-inline: auto;
  }
}
#training .secFeature__ttl {
  padding-left: 10px;
  margin-bottom: 28px;
}
@media (max-width: 750px) {
  #training .secFeature__ttl {
    padding-left: 3.1vw;
    margin-bottom: 5.7vw;
  }
}
#training .secFeature__card {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 750px) {
  #training .secFeature__card {
    border-radius: 7px;
  }
}
#training .secFeature__card__ttl {
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding-block: 3px;
}
@media (max-width: 750px) {
  #training .secFeature__card__ttl {
    font-size: 3.7vw;
    padding-block: 1.3vw;
  }
}
#training .secFeature__cont {
  padding: 26px 30px 24px;
}
@media (max-width: 750px) {
  #training .secFeature__cont {
    padding: 3.6vw 5.8vw 4.5vw;
  }
}
#training .secFeature__img {
  height: 312px;
  display: grid;
  place-items: center;
}
@media (max-width: 750px) {
  #training .secFeature__img {
    height: auto;
    display: block;
  }
}
#training .secFeature__txt {
  margin-top: 33px;
  border-top: 1px solid #c8c8c8;
  padding-top: 14px;
  text-align: center;
}
@media (max-width: 750px) {
  #training .secFeature__txt {
    margin-top: 5.2vw;
    padding-top: 3.3vw;
    font-size: 3.46vw;
  }
}
#training .secType__wide {
  width: 100%;
}
@media (max-width: 750px) {
  #training .secType__wide {
    position: relative;
    z-index: 1;
  }
}
#training .secType__wide img {
  width: 100%;
  border-radius: 50px;
}
@media (max-width: 750px) {
  #training .secType__wide img {
    border-radius: 5vw;
  }
}
#training .secType__cont {
  margin-top: -50px;
  background: url(../images/training/type_bg@2x.jpg) no-repeat center center/cover;
  padding-block: 176px 208px;
}
@media (max-width: 750px) {
  #training .secType__cont {
    margin-top: -5vw;
    background: linear-gradient(to bottom, rgb(204, 216, 230) 0%, rgb(221, 241, 229) 100%);
    padding-block: 20vw 37.4vw;
    position: relative;
  }
  #training .secType__cont:before {
    content: "";
    background: url(../images/training/type_bg_01@2x.png) no-repeat center center/cover;
    width: 62.1vw;
    height: 61.33vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #training .secType__cont:after {
    content: "";
    background: url(../images/training/type_bg_02@2x.png) no-repeat center center/cover;
    width: 92.53vw;
    height: 118.66vw;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 750px) {
  #training .secType__cont .inner {
    position: relative;
  }
}
#training .secType__catch {
  margin-bottom: 88px;
}
@media (max-width: 750px) {
  #training .secType__catch {
    margin-bottom: 17.4vw;
  }
}
#training .secType__list {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 32px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  #training .secType__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10.26vw 0;
  }
}
#training .secType__list:before {
  content: "";
  background: url(../images/common/quote_l_right.svg) no-repeat center center/contain;
  width: 200px;
  height: 150px;
  display: block;
  position: absolute;
  right: 40px;
  bottom: -90px;
  z-index: -1;
}
@media (max-width: 750px) {
  #training .secType__list:before {
    display: none;
  }
}
#training .secType__item {
  background: #fff;
  border-radius: 10px;
  width: calc(33.3333333333% - 21.334px);
  padding: 23px 34px 28px;
}
@media (max-width: 750px) {
  #training .secType__item {
    width: 100%;
    border-radius: 8px;
    padding: 6.4vw 9.4vw 5.5vw;
  }
}
#training .secType__item.item-02 .secType__ttl span:after {
  right: 6px;
}
#training .secType__item.item-04 .secType__ttl span:after {
  right: 31px;
}
#training .secType__item.item-05 .secType__ttl span:after {
  right: -15px;
}
#training .secType__head {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  #training .secType__head {
    margin-bottom: 9.3vw;
  }
}
#training .secType__num {
  font-size: 14px;
  color: #32619c;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #c8c8c8;
}
@media (max-width: 750px) {
  #training .secType__num {
    font-size: 3.7vw;
  }
}
#training .secType__num .num {
  font-size: 24px;
}
@media (max-width: 750px) {
  #training .secType__num .num {
    font-size: 6.4vw;
  }
}
#training .secType__img {
  position: absolute;
  bottom: 0;
  right: 6px;
}
@media (max-width: 750px) {
  #training .secType__img {
    right: 1vw;
  }
}
#training .secType__ttl {
  font-size: 24px;
  color: #32619c;
  text-align: center;
  line-height: 1.66;
  height: 3lh;
  display: grid;
  place-items: center;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  #training .secType__ttl {
    font-size: 6.4vw;
    height: auto;
    margin-bottom: 4.6vw;
  }
}
#training .secType__ttl span {
  display: block;
  width: fit-content;
  position: relative;
  z-index: 1;
}
#training .secType__ttl span:before, #training .secType__ttl span:after {
  content: "";
  width: 27px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: -1;
}
#training .secType__ttl span:before {
  background: url(../images/common/quote_s_left-blue.svg) no-repeat center center/contain;
  left: -12px;
  top: 1px;
}
#training .secType__ttl span:after {
  background: url(../images/common/quote_s_right-blue.svg) no-repeat center center/contain;
  right: -2px;
  bottom: 2px;
}
#training .secSteps {
  margin-top: -50px;
  background: #fff;
  border-radius: 50px;
  padding-block: 119px 143px;
}
@media (max-width: 750px) {
  #training .secSteps {
    position: relative;
    margin-top: -8vw;
    border-radius: 8vw;
    padding-block: 16.2vw 18.4vw;
  }
}
#training .secSteps__catch {
  line-height: 1.57;
  margin-bottom: 71px;
}
@media (max-width: 750px) {
  #training .secSteps__catch {
    margin-bottom: 12.6vw;
  }
}
#training .secSteps__container {
  position: relative;
  z-index: 1;
  padding-left: 124px;
}
@media (max-width: 750px) {
  #training .secSteps__container {
    padding-left: 17vw;
  }
}
#training .secSteps__container:before {
  content: "";
  background: linear-gradient(to bottom, rgb(93, 183, 129) 0%, rgb(111, 144, 186) 100%);
  width: 80px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  #training .secSteps__container:before {
    width: 10.6vw;
  }
}
#training .secSteps__container:after {
  content: "";
  background: url(../images/common/quote_l_right.svg) no-repeat center center/cover;
  width: 200px;
  height: 150px;
  display: block;
  position: absolute;
  right: -71px;
  bottom: -47px;
  z-index: -1;
}
@media (max-width: 750px) {
  #training .secSteps__container:after {
    width: 33.86vw;
    height: 25.6vw;
    right: -4.26vw;
    bottom: -8.26vw;
  }
}
#training .secSteps__item {
  border-top: 1px solid #c8c8c8;
  position: relative;
  padding-block: 24px 45px;
}
@media (max-width: 750px) {
  #training .secSteps__item {
    padding-block: 4vw 8.1vw;
  }
}
#training .secSteps__item:not(:last-child):before {
  content: "";
  background: url(../images/training/step_arrow@2x.png) no-repeat center center/cover;
  width: 162px;
  height: 49px;
  display: block;
  position: absolute;
  left: -164px;
  bottom: -22px;
}
@media (max-width: 750px) {
  #training .secSteps__item:not(:last-child):before {
    background: url(../images/training/step_arrow_sp@2x.png) no-repeat center center/cover;
    width: 10.66vw;
    height: 4vw;
    left: -17.4vw;
    bottom: -0.9vw;
  }
}
#training .secSteps__item.item-01 .secSteps__en {
  color: #5db781;
}
#training .secSteps__item.item-01 .secSteps__fukidashi__in {
  background: #5db781;
}
#training .secSteps__item.item-01 .secSteps__fukidashi__in:before {
  background: #5db781;
}
#training .secSteps__item.item-01 .secSteps__ttl strong {
  color: #5db781;
}
#training .secSteps__item.item-02 .secSteps__en {
  color: #18984b;
}
#training .secSteps__item.item-02 .secSteps__fukidashi__in {
  background: #18984b;
}
#training .secSteps__item.item-02 .secSteps__fukidashi__in:before {
  background: #18984b;
}
#training .secSteps__item.item-02 .secSteps__ttl strong {
  color: #18984b;
}
#training .secSteps__item.item-02 .next__txtbox {
  background: #d1eadb;
}
@media (max-width: 750px) {
  #training .secSteps__item.item-02 .next__txtbox {
    padding: 17.7vw 2.5vw 4vw;
  }
}
#training .secSteps__item.item-02 .next__list li:before {
  color: #18984b;
}
#training .secSteps__item.item-03 .secSteps__en {
  color: #1996a0;
}
#training .secSteps__item.item-03 .secSteps__fukidashi__in {
  background: #1996a0;
}
#training .secSteps__item.item-03 .secSteps__fukidashi__in:before {
  background: #1996a0;
}
#training .secSteps__item.item-03 .secSteps__ttl strong {
  color: #1996a0;
}
#training .secSteps__item.item-03 .next__txtbox {
  background: #d1eaec;
}
#training .secSteps__item.item-03 .next__list li:before {
  color: #1996a0;
}
#training .secSteps__item.item-04 .secSteps__en {
  color: #32619c;
}
#training .secSteps__item.item-04 .secSteps__fukidashi__in {
  background: #32619c;
}
#training .secSteps__item.item-04 .secSteps__fukidashi__in:before {
  background: #32619c;
}
#training .secSteps__item.item-04 .secSteps__ttl strong {
  color: #32619c;
}
#training .secSteps__year {
  font-size: 24px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.1em;
  color: #fff;
  position: absolute;
  left: -95px;
  top: 73px;
  z-index: 1;
}
@media (max-width: 750px) {
  #training .secSteps__year {
    font-size: 4.8vw;
    left: -14.2vw;
    top: 19.4vw;
  }
}
#training .secSteps__flex {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 750px) {
  #training .secSteps__flex {
    display: block;
  }
}
#training .secSteps__txtbox {
  flex: 1;
  padding-right: 37px;
}
@media (max-width: 750px) {
  #training .secSteps__txtbox {
    padding-right: 0;
  }
}
#training .secSteps__en {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 34px;
}
@media (max-width: 750px) {
  #training .secSteps__en {
    font-size: 4.3vw;
    margin-bottom: 7vw;
  }
}
#training .secSteps__fukidashi {
  margin-bottom: 26px;
}
@media (max-width: 750px) {
  #training .secSteps__fukidashi {
    margin-bottom: 4.8vw;
  }
}
#training .secSteps__fukidashi__in {
  display: inline-block;
  font-size: 16px;
  border-radius: 30px;
  background: #000;
  color: #fff;
  padding: 10px 16px;
  position: relative;
}
@media (max-width: 750px) {
  #training .secSteps__fukidashi__in {
    font-size: 3.7vw;
    padding: 2.5vw 3.4vw;
  }
}
#training .secSteps__fukidashi__in:before {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #000;
  display: block;
  position: absolute;
  left: 38px;
  bottom: -7px;
}
#training .secSteps__ttl {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  #training .secSteps__ttl {
    font-size: 5.4vw;
    line-height: 1.4;
    margin-bottom: 2.7vw;
  }
}
@media (max-width: 750px) {
  #training .secSteps__txt {
    margin-bottom: 4vw;
  }
}
#training .secSteps__img img {
  border-radius: 10px;
}
@media (max-width: 750px) {
  #training .secSteps__img img {
    border-radius: 5px;
  }
}
#training .secSteps__next {
  margin-top: 41px;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 32px 38px 40px;
  position: relative;
  width: calc(100% + 70px);
  margin-left: -70px;
}
@media (max-width: 750px) {
  #training .secSteps__next {
    margin-top: 6.4vw;
    border-radius: 6px;
    padding: 3.2vw 4.7vw 5vw;
    width: 100%;
    margin-left: 0;
  }
}
#training .secSteps__next:before {
  content: "";
  background: url(../images/training/fukidashi_01@2x.png) no-repeat center center/cover;
  width: 57px;
  height: 66px;
  display: block;
  position: absolute;
  left: -29px;
  top: 44px;
}
@media (max-width: 750px) {
  #training .secSteps__next:before {
    width: 14.93vw;
    height: 17.3vw;
    left: -8.5vw;
    top: 12vw;
  }
}
#training .next__heading {
  font-size: 24px;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 12px;
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  #training .next__heading {
    font-size: 4.8vw;
    line-height: 1.44;
    padding-bottom: 2.4vw;
    margin-bottom: 4.9vw;
  }
}
#training .next__heading .en {
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media (max-width: 750px) {
  #training .next__heading .en {
    letter-spacing: 0.06em;
  }
}
#training .next__flex {
  display: flex;
}
@media (max-width: 750px) {
  #training .next__flex {
    display: block;
  }
}
#training .next__txtbox {
  border-radius: 10px;
  position: relative;
  flex: 1;
  margin-right: 30px;
  padding: 21px 10px;
}
@media (max-width: 750px) {
  #training .next__txtbox {
    border-radius: 8px;
    margin-bottom: 3vw;
    margin-right: 0;
    padding: 4vw 2.5vw 4vw;
  }
}
#training .next__fukidashi {
  background: url(../images/training/fukidashi_02@2x.png) no-repeat center center/contain;
  width: 225px;
  height: 76px;
  font-size: 14px;
  position: absolute;
  right: -13px;
  top: -17px;
  padding: 7px 11px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #training .next__fukidashi {
    font-size: 3.1vw;
    width: 50.66vw;
    height: 17.06vw;
    padding: 1.6vw 2.8vw;
    right: 0.4vw;
    top: -1.8vw;
  }
}
#training .next__fukidashi strong {
  font-size: 16px;
}
@media (max-width: 750px) {
  #training .next__fukidashi strong {
    font-size: 3.4vw;
  }
}
#training .next__list li {
  line-height: 1.625;
  position: relative;
  text-indent: 1em;
  padding-left: 1em;
}
@media (max-width: 750px) {
  #training .next__list li {
    font-size: 3.2vw;
  }
}
#training .next__list li:not(:last-child) {
  margin-bottom: 6px;
}
#training .next__list li:before {
  content: "●";
  display: block;
  position: absolute;
  left: 0;
  transform: scale(0.7);
}
@media (max-width: 750px) {
  #training .next__list li:before {
    transform: scale(0.6);
  }
}
#training .next__txt {
  margin-top: 10px;
  padding: 0 20px;
  line-height: 1.875;
}
@media (max-width: 750px) {
  #training .next__txt {
    margin-top: 1.7vw;
    font-size: 3.2vw;
    padding: 0 2.5vw;
    line-height: 1.7;
  }
}

/*
---------------------------------------
guide
---------------------------------------
*/
#guide .c-pageNav {
  padding-block-end: 60px;
}
@media (max-width: 750px) {
  #guide .c-pageNav {
    padding-block-end: 14vw;
  }
}
@media (max-width: 750px) {
  #guide .c-pageNav__list {
    grid-template-columns: 1fr 1fr;
    gap: 6.466vw 12vw;
  }
}
#guide .secOurValues {
  background: linear-gradient(to bottom, rgb(204, 215, 230) 17%, rgb(220, 240, 228) 92%);
  border-radius: 50px 50px 0 0;
  padding-block: 81px 204px;
}
@media (max-width: 750px) {
  #guide .secOurValues {
    border-radius: 30px 30px 0 0;
    padding-block: 15.2vw 48.7vw;
  }
}
#guide .secOurValues__cont {
  padding-block: 85px 0;
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 750px) {
  #guide .secOurValues__cont {
    padding-block: 10.6vw 0;
  }
}
#guide .secOurValues__cont:before {
  content: "";
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: calc(100% - 105px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #guide .secOurValues__cont:before {
    border-radius: 20px;
    height: calc(100% - 15.2vw);
  }
}
#guide .secOurValues__cont .inner {
  position: relative;
}
#guide .secOurValues__catch {
  margin-bottom: 47px;
}
@media (max-width: 750px) {
  #guide .secOurValues__catch {
    margin-bottom: 5.7vw;
  }
}
#guide .secOurValues__img {
  position: absolute;
  right: -120px;
  top: 141px;
}
@media (max-width: 750px) {
  #guide .secOurValues__img {
    position: static;
    width: 100%;
    margin-bottom: 4vw;
  }
}
#guide .secOurValues__img img {
  border-radius: 10px;
}
@media (max-width: 750px) {
  #guide .secOurValues__img img {
    width: 100%;
    border-radius: 5px;
  }
}
#guide .secOurValues__txtbox {
  max-width: 560px;
  margin-bottom: 63px;
}
@media (max-width: 750px) {
  #guide .secOurValues__txtbox {
    max-width: 100%;
    margin-bottom: 10vw;
  }
}
#guide .secOurValues__en {
  font-size: 24px;
  color: #bae0c9;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  #guide .secOurValues__en {
    font-size: 5.33vw;
    margin-bottom: 0.2vw;
  }
}
#guide .secOurValues__lead {
  padding-bottom: 20px;
  background: url(../images/common/quote_l_right.svg) no-repeat right 10px bottom/150px;
}
@media (max-width: 750px) {
  #guide .secOurValues__lead {
    padding-bottom: 3vw;
    background: url(../images/common/quote_l_right.svg) no-repeat right bottom/80px;
  }
}
#guide .tips__heading {
  margin-bottom: 28px;
}
@media (max-width: 750px) {
  #guide .tips__heading {
    margin-bottom: 6.5vw;
  }
}
#guide .tips__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
}
@media (max-width: 750px) {
  #guide .tips__grid {
    grid-template-columns: 1fr;
    gap: 4vw 0;
  }
}
#guide .tips__item {
  border-radius: 10px;
  background: #fff;
  padding: 35px 40px 34px;
  position: relative;
}
@media (max-width: 750px) {
  #guide .tips__item {
    border-radius: 8px;
    padding: 5.2vw 6.4vw 7vw;
  }
}
@media (max-width: 750px) {
  #guide .tips__item.item-02 {
    padding-bottom: 16vw;
  }
}
#guide .tips__head {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 22px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 17px;
}
@media (max-width: 750px) {
  #guide .tips__head {
    gap: 2vw;
    padding-bottom: 6.1vw;
    margin-bottom: 4.7vw;
  }
  #guide .tips__head--row2 {
    align-items: flex-start;
    padding-bottom: 2.4vw;
  }
  #guide .tips__head--row2 .tips__num {
    margin-top: 1vw;
  }
}
#guide .tips__num {
  font-size: 20px;
  letter-spacing: 0.1em;
  width: 50px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #32619c;
  border: 1px solid #32619c;
}
@media (max-width: 750px) {
  #guide .tips__num {
    width: 10.66vw;
    font-size: 4.3vw;
  }
}
#guide .tips__ttl {
  font-size: 24px;
}
@media (max-width: 750px) {
  #guide .tips__ttl {
    font-size: 5.4vw;
    line-height: 1.6;
    text-indent: -0.5em;
    padding-left: 0.5em;
  }
}
#guide .tips__txt strong {
  font-weight: 900;
}
#guide .tips__sign {
  position: absolute;
  right: -30px;
  bottom: -80px;
}
@media (max-width: 750px) {
  #guide .tips__sign {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20.6vw;
    text-align: center;
  }
}
#guide .secAboutUs {
  margin-top: -50px;
  background: #fff;
  border-radius: 50px;
  padding-block: 104px 101px;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  #guide .secAboutUs {
    margin-top: -30px;
    border-radius: 30px;
    padding-block: 13.9vw 16.2vw;
  }
}
#guide .secAboutUs__catch {
  margin-bottom: 62px;
}
@media (max-width: 750px) {
  #guide .secAboutUs__catch {
    margin-bottom: 8.7vw;
  }
}
#guide .secAboutUs__box {
  border-left: 2px solid #18984b;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 750px) {
  #guide .secAboutUs__box {
    padding-left: 5.5vw;
  }
}
#guide .secAboutUs__box:not(:last-child) {
  margin-bottom: 105px;
}
@media (max-width: 750px) {
  #guide .secAboutUs__box:not(:last-child) {
    margin-bottom: 13vw;
  }
}
#guide .secAboutUs__txtbox {
  max-width: 502px;
}
@media (max-width: 750px) {
  #guide .secAboutUs__txtbox {
    max-width: 100%;
    margin-bottom: 9vw;
  }
}
#guide .secAboutUs__num {
  font-size: 28px;
  color: #18984b;
  letter-spacing: 0.1em;
  margin-bottom: 48px;
}
@media (max-width: 750px) {
  #guide .secAboutUs__num {
    font-size: 6.4vw;
    margin-bottom: 5.8vw;
  }
}
#guide .secAboutUs__ttl {
  font-size: 24px;
  color: #18984b;
  margin-bottom: 25px;
}
@media (max-width: 750px) {
  #guide .secAboutUs__ttl {
    font-size: 5.3vw;
    line-height: 1.6;
    margin-bottom: 1.8vw;
  }
}
#guide .secAboutUs__img {
  position: absolute;
  right: -140px;
  top: 0px;
}
@media (max-width: 750px) {
  #guide .secAboutUs__img {
    position: static;
    width: 100%;
  }
}
#guide .secAboutUs__img img {
  border-radius: 10px;
}
@media (max-width: 750px) {
  #guide .secAboutUs__img img {
    width: calc(100% + 7vw);
    max-width: none;
    border-radius: 5px;
  }
}
#guide .secAboutUs__imgbox {
  margin-top: 49px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 21px;
}
@media (max-width: 750px) {
  #guide .secAboutUs__imgbox {
    margin-top: 11vw;
    grid-template-columns: 1fr;
    gap: 5vw 0;
  }
}
#guide .secAboutUs__qualification {
  margin-top: 113px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
@media (max-width: 750px) {
  #guide .secAboutUs__qualification {
    margin-top: 11vw;
    grid-template-columns: 1fr;
    gap: 5vw 0;
  }
}
#guide .qualification__item {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 29px 34px 28px;
}
@media (max-width: 750px) {
  #guide .qualification__item {
    border-radius: 7px;
    padding: 5.6vw 4.8vw 6.5vw;
  }
}
#guide .qualification__ttl {
  margin-bottom: 14px;
}
@media (max-width: 750px) {
  #guide .qualification__ttl {
    font-size: 4.8vw;
    margin-bottom: 4.5vw;
  }
}
#guide .qualification__list li {
  line-height: 1.625;
  position: relative;
  text-indent: 0;
  padding-left: 1em;
}
@media (max-width: 750px) {
  #guide .qualification__list li {
    font-size: 3.7vw;
  }
}
#guide .qualification__list li:not(:last-child) {
  margin-bottom: 6px;
}
@media (max-width: 750px) {
  #guide .qualification__list li:not(:last-child) {
    margin-bottom: 1vw;
  }
}
#guide .qualification__list li:before {
  content: "●";
  display: block;
  position: absolute;
  left: 0;
  transform: scale(0.7);
  color: #18984b;
}
@media (max-width: 750px) {
  #guide .qualification__list li:before {
    transform: scale(0.6);
  }
}
#guide .secAboutUs__imgbox-02 {
  position: absolute;
  right: 10px;
  top: 0px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 750px) {
  #guide .secAboutUs__imgbox-02 {
    position: static;
    margin-top: 9vw;
    width: 100%;
    gap: 2vw;
  }
}
#guide .secAboutUs__imgbox-02 img {
  border-radius: 10px;
}
@media (max-width: 750px) {
  #guide .secAboutUs__imgbox-02 img {
    width: 100%;
    border-radius: 5px;
  }
}
#guide .secFuture {
  margin-top: -50px;
  position: relative;
  z-index: 0;
  background: linear-gradient(to bottom, rgb(204, 215, 230) 17%, rgb(220, 240, 228) 100%);
}
@media (max-width: 750px) {
  #guide .secFuture {
    margin-top: -30px;
    background: linear-gradient(to bottom, rgb(220, 240, 228) 17%, rgb(216, 235, 229) 100%);
  }
}
#guide .secFuture__cont {
  padding-block: 182px 299px;
  position: relative;
}
@media (max-width: 750px) {
  #guide .secFuture__cont {
    padding-block: 26.4vw 29.2vw;
  }
}
#guide .secFuture__cont:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0 50px 50px 0;
  width: calc(100% - 48.3vw + 532px);
  height: calc(100% - 398px);
  display: block;
  position: absolute;
  left: 0;
  top: 182px;
}
@media (max-width: 750px) {
  #guide .secFuture__cont:before {
    border-radius: 0 30px 30px 0;
    width: calc(100% - 7vw);
    height: calc(100% - 13.9vw);
    top: 24.9vw;
  }
}
#guide .secFuture__cont .inner {
  position: relative;
  z-index: 1;
  padding-block: 100px 0;
}
@media (max-width: 750px) {
  #guide .secFuture__cont .inner {
    padding-block: 12.5vw 0;
  }
}
#guide .secFuture__catch {
  margin-bottom: 54px;
}
@media (max-width: 750px) {
  #guide .secFuture__catch {
    margin-bottom: 8.5vw;
  }
}
#guide .secFuture__lead {
  max-width: 562px;
  padding-bottom: 29px;
  background: url(../images/common/quote_l_right.svg) no-repeat right 10px bottom/150px;
}
@media (max-width: 750px) {
  #guide .secFuture__lead {
    max-width: 100%;
    padding-bottom: 6.6vw;
    background: url(../images/common/quote_l_right.svg) no-repeat right bottom/80px;
    margin-right: 7vw;
  }
}
#guide .secFuture__main {
  position: absolute;
  top: 81px;
  right: -120px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 65px 0;
}
@media (max-width: 750px) {
  #guide .secFuture__main {
    position: static;
    margin-top: 9vw;
    gap: 11.2vw 0;
  }
}
#guide .secFuture__main img {
  border-radius: 10px;
}
@media (max-width: 750px) {
  #guide .secFuture__main img {
    width: 100%;
    border-radius: 5px;
  }
}
@media (max-width: 750px) {
  #guide .secFuture__main img.item-01 {
    transform: translateX(7vw);
    width: calc(100% - 5.5vw);
    margin-left: auto;
  }
}
#guide .secFuture__main img.item-02 {
  transform: translateX(-78px);
}
@media (max-width: 750px) {
  #guide .secFuture__main img.item-02 {
    transform: translateX(0);
    width: 59vw;
  }
}
#guide .secFuture__wide {
  position: relative;
}
#guide .secFuture__wide__en {
  font-size: 80px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -0.5em;
  white-space: nowrap;
  left: 0;
  right: 0;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #guide .secFuture__wide__en {
    font-size: 9.33vw;
    text-align: left;
    line-height: 1.14;
    top: -1.8em;
    left: 7vw;
    right: auto;
  }
}
#guide .secFuture__wide__img img {
  width: 100%;
}
#guide .secBenefits {
  margin-top: -50px;
  background: #fff;
  border-radius: 50px;
  padding-block: 134px 88px;
  position: relative;
}
@media (max-width: 750px) {
  #guide .secBenefits {
    margin-top: -30px;
    border-radius: 30px;
    padding-block: 12.7vw 16.2vw;
  }
}
#guide .secBenefits__catch {
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  #guide .secBenefits__catch {
    white-space: nowrap;
    margin-bottom: 3.5vw;
  }
}
#guide .secBenefits__lead {
  margin-bottom: 103px;
}
@media (max-width: 750px) {
  #guide .secBenefits__lead {
    margin-bottom: 12vw;
  }
}
#guide .secBenefits__salary {
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  #guide .secBenefits__salary {
    margin-bottom: 16.7vw;
  }
}
#guide .salary__heading {
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #guide .salary__heading {
    margin-bottom: 5.8vw;
  }
}
#guide .salary__figure {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 53px 61px;
}
@media (max-width: 750px) {
  #guide .salary__figure {
    padding: 9.6vw 7.4vw 9.6vw;
    border-radius: 5px;
  }
}
#guide .benefit__heading {
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #guide .benefit__heading {
    margin-bottom: 5.8vw;
  }
}
#guide .benefit__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 750px) {
  #guide .benefit__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.5vw;
  }
}
#guide .benefit__item {
  background: #f4f4f4;
  border-radius: 8px;
  padding: 13px 29px 20px 0;
  position: relative;
  height: 210px;
  cursor: pointer;
}
@media (max-width: 750px) {
  #guide .benefit__item {
    border-radius: 5px;
    padding: 4vw 3.2vw 4vw;
    height: auto;
    cursor: default;
  }
}
@media (min-width: 751px) {
  #guide .benefit__item:hover .benefit__content {
    opacity: 1;
  }
}
#guide .benefit__ttl {
  font-size: 26px;
  padding-left: 29px;
}
@media (max-width: 750px) {
  #guide .benefit__ttl {
    font-size: 4.8vw;
    padding-left: 0;
    text-align: center;
    line-height: 1.44;
    margin-bottom: 1.6vw;
  }
}
#guide .benefit__icn {
  position: absolute;
  left: 20px;
  bottom: 11px;
}
@media (max-width: 750px) {
  #guide .benefit__icn {
    width: 16vw;
    position: static;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 3vw;
  }
}
#guide .benefit__more {
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 25px;
}
@media (max-width: 750px) {
  #guide .benefit__more {
    display: none;
  }
}
#guide .benefit__more span {
  font-size: 16px;
  letter-spacing: 0.1em;
  display: inline-block;
  color: #18984b;
  padding-bottom: 3px;
  border-bottom: 1px solid #18984b;
}
#guide .benefit__content {
  width: 100%;
}
@media (min-width: 751px) {
  #guide .benefit__content {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 29px;
    background: rgba(24, 152, 75, 0.9);
    border-radius: 8px;
    color: #fff;
    display: grid;
    place-items: center start;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
@media (max-width: 750px) {
  #guide .benefit__content {
    color: #333;
  }
}
@media (max-width: 750px) {
  #guide .benefit__txt {
    line-height: 1.71;
    text-align: left;
  }
}
#guide .secLink {
  padding-bottom: 80px;
}
@media (max-width: 750px) {
  #guide .secLink {
    padding-bottom: 15vw;
  }
}
#guide .secLink__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 124px;
  justify-content: center;
  align-items: center;
  max-width: 690px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  #guide .secLink__list {
    grid-template-columns: 1fr;
    gap: 5vw 0;
    padding-inline: 10.5vw;
  }
}
@media (min-width: 751px) {
  #guide .secLink__list .c-btn-01 {
    width: 100%;
  }
}
@media (min-width: 751px) {
  #guide .secLink__list .c-btn-01 a {
    width: 100%;
    justify-content: space-between;
    gap: 30px;
  }
}
@media (max-width: 750px) {
  #guide .secLink__list .c-btn-01 a {
    gap: 6vw;
  }
}
#guide .secLink__list .c-btn-01 a .c-btn-01__txt {
  letter-spacing: 0;
}

/*
---------------------------------------
members
---------------------------------------
*/
#members .secMembers {
  padding-block: 95px 80px;
}
@media (max-width: 750px) {
  #members .secMembers {
    padding-block: 11vw 12vw;
  }
}
#members .secMembers__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 24px;
}
@media (max-width: 750px) {
  #members .secMembers__grid {
    grid-template-columns: 1fr;
    gap: 7.7vw 0;
  }
}
#members .secMembers__empty {
  grid-column: 1/-1;
  text-align: center;
  font-size: 18px;
  color: #999;
  padding: 60px 20px;
}
@media (max-width: 750px) {
  #members .secMembers__empty {
    font-size: 4vw;
    padding: 10vw 5vw;
  }
}
#members .c-memberCard {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 27px 35px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 750px) {
  #members .c-memberCard {
    border-radius: 5px;
    padding: 4.7vw 5.5vw;
  }
}
#members .c-memberCard__label {
  font-size: 16px;
  line-height: 1.2;
  color: #18984b;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  #members .c-memberCard__label {
    font-size: 3.2vw;
  }
}
#members .c-memberCard__label:before {
  content: "";
  background: url(../images/common/quote_s_left.svg) no-repeat center center/cover;
  width: 30px;
  height: 22px;
  display: block;
  position: absolute;
  left: -6px;
  top: -10px;
  z-index: -1;
}
@media (max-width: 750px) {
  #members .c-memberCard__label:before {
    width: 5.33vw;
    height: 4vw;
    left: -1.06vw;
    top: -1.86vw;
  }
}
#members .c-memberCard__thumb {
  flex-shrink: 0;
  width: 335px;
  aspect-ratio: 335/230;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  position: absolute;
  right: 0;
  top: 27px;
}
@media (max-width: 750px) {
  #members .c-memberCard__thumb {
    width: 57.5vw;
    border-radius: 6px 0 0 6px;
    top: 5vw;
  }
}
#members .c-memberCard__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#members .c-memberCard__header {
  position: relative;
  z-index: 1;
  height: 211px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 25px;
}
@media (max-width: 750px) {
  #members .c-memberCard__header {
    height: 37vw;
    margin-bottom: 4vw;
  }
}
#members .c-memberCard__name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 750px) {
  #members .c-memberCard__name {
    font-size: 3.2vw;
  }
}
#members .c-memberCard__name .initial {
  font-size: 24px;
}
@media (max-width: 750px) {
  #members .c-memberCard__name .initial {
    font-size: 4.3vw;
  }
}
#members .c-memberCard__info {
  flex: 1;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #f4f4f4;
  border-radius: 0 10px 0 0;
  width: 194px;
  padding: 16px 10px 0 0;
}
@media (max-width: 750px) {
  #members .c-memberCard__info {
    gap: 1.3vw;
    width: 35vw;
    padding: 2vw 1vw 0 0;
  }
}
#members .c-memberCard__infoItem {
  display: grid;
  grid-template-columns: 7.2em 1fr;
  gap: 0;
}
@media (max-width: 750px) {
  #members .c-memberCard__infoItem {
    grid-template-columns: 6.1em 1fr;
  }
}
#members .c-memberCard__infoItem dt {
  font-size: 14px;
  line-height: 1.428;
  flex-shrink: 0;
  position: relative;
  text-indent: 0;
  padding-left: 1em;
}
@media (max-width: 750px) {
  #members .c-memberCard__infoItem dt {
    font-size: 3.2vw;
  }
}
#members .c-memberCard__infoItem dt:before {
  content: "●";
  display: block;
  position: absolute;
  left: -2px;
  transform: scale(0.7);
  color: #18984b;
}
@media (max-width: 750px) {
  #members .c-memberCard__infoItem dt:before {
    transform: scale(0.6);
  }
}
#members .c-memberCard__infoItem dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.428;
}
@media (max-width: 750px) {
  #members .c-memberCard__infoItem dd {
    font-size: 3.2vw;
  }
}
#members .c-memberCard__qa {
  background: #fff;
  border-radius: 10px;
  padding: 2px 30px 5px;
}
@media (max-width: 750px) {
  #members .c-memberCard__qa {
    padding: 1.5vw 5.3vw;
    border-radius: 5px;
  }
}
#members .c-memberCard__qaItem {
  padding-block: 18px 15px;
}
@media (max-width: 750px) {
  #members .c-memberCard__qaItem {
    padding-block: 2vw 2vw;
  }
}
#members .c-memberCard__qaItem:not(:last-child) {
  border-bottom: 1px solid #c8c8c8;
}
#members .c-memberCard__qaQ {
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #members .c-memberCard__qaQ {
    font-size: 3.2vw;
    margin-bottom: 0;
  }
}
#members .c-memberCard__qaQ .en {
  font-size: 18px;
  color: #32619c;
}
@media (max-width: 750px) {
  #members .c-memberCard__qaQ .en {
    font-size: 3.9vw;
  }
}
#members .c-memberCard__qaA {
  line-height: 1.6;
}
@media (max-width: 750px) {
  #members .c-memberCard__qaA {
    font-size: 3.7vw;
  }
}

/*
---------------------------------------
my-story
---------------------------------------
*/
@media (max-width: 750px) {
  #my-story .c-pageTtl__heading__en {
    white-space: nowrap;
  }
}
#my-story .leadWrap {
  padding-block: 66px 81px;
}
@media (max-width: 750px) {
  #my-story .leadWrap {
    padding-block: 9.9vw 13vw;
  }
}
#my-story .leadWrap .lead strong {
  font-weight: bold;
}
#my-story .secEpisode {
  border-radius: 10px;
  background: #f4f4f4;
  margin-bottom: 88px;
}
@media (max-width: 750px) {
  #my-story .secEpisode {
    border-radius: 5px;
    margin-bottom: 15.1vw;
  }
}
#my-story .secEpisode__head {
  position: relative;
  cursor: pointer;
}
#my-story .secEpisode__head:before {
  content: "";
  background: url(../images/my-story/icn_plus.svg) no-repeat center center/cover;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: absolute;
  bottom: 25px;
  right: 36px;
}
@media (max-width: 750px) {
  #my-story .secEpisode__head:before {
    width: 16vw;
    height: 16vw;
    bottom: 6.8vw;
    right: 5.5vw;
  }
}
#my-story .secEpisode__head.on:before {
  background-image: url(../images/my-story/icn_minus.svg);
}
#my-story .secEpisode__main {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media (max-width: 750px) {
  #my-story .secEpisode__main {
    border-radius: 5px 5px 0 0;
  }
}
#my-story .secEpisode__catch {
  position: absolute;
  right: 70px;
  top: -25px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 9px;
  line-height: 1.7;
}
@media (max-width: 750px) {
  #my-story .secEpisode__catch {
    gap: 1.3vw;
    right: 4.6vw;
    top: -6.1vw;
  }
}
#my-story .secEpisode__catch span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: #fff;
  font-size: 30px;
  letter-spacing: 0.05em;
  padding-inline: 10px;
}
@media (max-width: 750px) {
  #my-story .secEpisode__catch span {
    font-size: 4.3vw;
    padding-inline: 1.7vw;
  }
}
#my-story .secEpisode__catch span.pb0 {
  padding-inline-end: 0;
}
#my-story .secEpisode__num {
  position: absolute;
  top: 29px;
  left: 39px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (max-width: 750px) {
  #my-story .secEpisode__num {
    font-size: 3.2vw;
    top: 4.3vw;
    left: 3.8vw;
    line-height: 1.2;
  }
}
#my-story .secEpisode__num .num {
  font-size: 24px;
}
@media (max-width: 750px) {
  #my-story .secEpisode__num .num {
    font-size: 5.4vw;
  }
}
#my-story .secEpisode__lead {
  padding: 20px 159px 25px 42px;
  border-radius: 0 0 10px 10px;
  min-height: 109px;
  display: grid;
  place-items: center start;
}
@media (max-width: 750px) {
  #my-story .secEpisode__lead {
    padding: 4.9vw 5.8vw 26.1vw;
    min-height: 0;
    display: block;
  }
}
#my-story .secEpisode__cont {
  padding: 65px 82px 35px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 750px) {
  #my-story .secEpisode__cont {
    padding: 2.1vw 5.5vw 3.5vw;
    border-radius: 0 0 5px 5px;
  }
}
#my-story .secEpisode__profile {
  background: #fff;
  border-radius: 10px;
  padding: 43px 54px 36px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  #my-story .secEpisode__profile {
    border-radius: 5px;
    padding: 7.6vw 6.3vw 6.5vw;
    margin-bottom: 1.1vw;
    display: block;
  }
}
#my-story .secEpisode__profile:before {
  content: "";
  background: url(../images/common/quote_s_left.svg) no-repeat left top/60px;
  width: 60px;
  height: 45px;
  display: block;
  position: absolute;
  left: 31px;
  top: -15px;
}
@media (max-width: 750px) {
  #my-story .secEpisode__profile:before {
    background-size: 10.66vw;
    width: 10.66vw;
    height: 8vw;
    left: 6.4vw;
    top: -3.4vw;
  }
}
@media (max-width: 750px) {
  #my-story .profile__img {
    width: 40vw;
    margin-inline: auto;
    margin-bottom: 5.8vw;
  }
}
#my-story .profile__txtbox {
  flex: 1;
  padding-left: 57px;
}
@media (max-width: 750px) {
  #my-story .profile__txtbox {
    padding-left: 0;
  }
}
#my-story .profile__head {
  border-bottom: 1px solid #c8c8c8;
  padding-block: 10px 7px;
  margin-bottom: 16px;
}
@media (max-width: 750px) {
  #my-story .profile__head {
    padding-block: 0 1.6vw;
    margin-bottom: 3vw;
  }
}
#my-story .profile__name {
  line-height: 1.2;
}
@media (max-width: 750px) {
  #my-story .profile__name {
    margin-bottom: 1vw;
  }
}
#my-story .name {
  font-size: 20px;
  color: #18984b;
}
@media (max-width: 750px) {
  #my-story .name {
    font-size: 4.8vw;
  }
}
#my-story .year {
  font-size: 16px;
  color: #707070;
}
@media (max-width: 750px) {
  #my-story .year {
    font-size: 3.7vw;
  }
}
#my-story .secEpisode__item {
  padding-block: 45px 42px;
}
@media (max-width: 750px) {
  #my-story .secEpisode__item {
    padding-block: 9.1vw 10.1vw;
  }
}
#my-story .secEpisode__item:not(:last-child) {
  border-bottom: 1px solid #c8c8c8;
}
#my-story .item__ttl {
  font-size: 24px;
  color: #18984b;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}
@media (max-width: 750px) {
  #my-story .item__ttl {
    font-size: 5.4vw;
    margin-bottom: 2vw;
  }
}
#my-story .item__ttl:before {
  left: -8px;
  top: -9px;
}
@media (max-width: 750px) {
  #my-story .item__ttl:before {
    left: -0.4vw;
    top: -1.8vw;
  }
}
#my-story .item__txt strong {
  font-weight: 900;
}
#my-story .item__imgs {
  margin-block: 45px 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 750px) {
  #my-story .item__imgs {
    margin-block: 8.3vw 0;
    grid-template-columns: 1fr;
    gap: 3.5vw 0;
  }
}
#my-story .item__imgs img {
  border-radius: 10px;
}
@media (max-width: 750px) {
  #my-story .item__imgs img {
    border-radius: 5px;
  }
}

/*
---------------------------------------
case-ac
---------------------------------------
*/
#case-ac .c-pageTtl {
  padding-block: 196px 0px;
}
@media (max-width: 750px) {
  #case-ac .c-pageTtl {
    padding-block: 30.2vw 0;
  }
}

/*
---------------------------------------
thanks
---------------------------------------
*/
#thanks {
  padding-top: 180px;
}
@media (max-width: 750px) {
  #thanks {
    padding-top: 22vw;
  }
}

.form_complete .btn-01 {
  text-align: center;
}

#archive_case {
  padding-block: 61px;
}
@media (max-width: 750px) {
  #archive_case {
    padding-block: 11.5vw;
  }
}
#archive_case .wrapper {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #archive_case .wrapper {
    width: 100%;
    margin: 0 auto;
    display: block;
    flex-wrap: initial;
  }
}

.nav_on_pages {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 69px;
}
@media (max-width: 750px) {
  .nav_on_pages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.6vw 4vw;
    margin-bottom: 11vw;
  }
}
.nav_on_pages a {
  height: 48px;
  display: grid;
  place-items: center;
  font-size: 16px;
  border-radius: 24px;
  transition: all 0.3s ease-out;
  position: relative;
}
@media (max-width: 750px) {
  .nav_on_pages a {
    height: 10.66vw;
    font-size: 4.3vw;
  }
}
.nav_on_pages a:before {
  content: "";
  background: url(../images/case/btn_arrow_white@4x.png) no-repeat center center/contain;
  width: 7.5px;
  height: 12.5px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .nav_on_pages a:before {
    width: 1.9vw;
    height: 3.1vw;
    right: 3vw;
  }
}
@media (hover: hover) {
  .nav_on_pages a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.nav_on_pages .in_text {
  color: #fff;
  font-weight: bold;
}
.nav_on_pages .btn-01 {
  border: 1px solid #333;
}
.nav_on_pages .btn-01:before {
  background: url(../images/case/btn_arrow_black@4x.png) no-repeat center center/contain;
}
.nav_on_pages .btn-01 .in_text {
  color: #333;
}
.nav_on_pages .btn-02 {
  background: #18984b;
}
.nav_on_pages .btn-03 {
  background: #32619c;
}
.nav_on_pages .btn-04 {
  background: #858585;
}

.box_case {
  display: block;
  padding: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 0 20px;
  background: white;
}
@media (max-width: 750px) {
  .box_case {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 7.5vw 5vw 7vw;
    margin: 0 0 6vw;
  }
}
.box_case:last-of-type {
  margin: 0;
}
.box_case .btns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin: 20px 0 0;
}
@media (max-width: 750px) {
  .box_case .btns {
    margin: 6.5vw 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.5vw 2.5vw;
  }
}
.box_case .btns a {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
.box_case .btns a:before {
  content: "";
  background: url(../images/case/btn_arrow_white@4x.png) no-repeat center center/contain;
  width: 7.5px;
  height: 12.5px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .box_case .btns a:before {
    width: 1.6vw;
    height: 3.1vw;
    right: 3vw;
  }
}
@media all and (-ms-high-contrast: none) {
  .box_case .btns a {
    padding: 6px 0 0;
  }
}
@media (max-width: 750px) {
  .box_case .btns a {
    height: 10vw;
    border-radius: 6vw;
    font-size: 3.3vw;
    padding: 0;
  }
}
.box_case .btns a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .box_case .btns a:hover {
    opacity: 1;
  }
}
.box_case .btns a.n1 {
  background: #4d4d4d;
}
.box_case .btns a.n2 {
  background: #ff1478;
}
.box_case .btns a.n3 {
  background: #06c755;
}
.box_case .wrap {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .box_case .wrap {
    display: block;
    justify-content: initial;
  }
}
.box_case .wrap .data {
  width: 62%;
}
@media (max-width: 750px) {
  .box_case .wrap .data {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    margin: 0 0 3vw;
    align-items: flex-start;
  }
}
.box_case .wrap .data .inner_s figure {
  display: none;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s figure {
    display: block;
    width: 28vw;
    aspect-ratio: 105/80;
  }
}
.box_case .wrap .data .inner_s figure img {
  border: 1px solid #ccc;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s .info {
    width: 44vw;
  }
}
.box_case .wrap .data .inner_s .info .label_term {
  margin: 0 0 16px;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s .info .label_term {
    margin: 0 0 2vw;
  }
}
.box_case .wrap .data .inner_s .info .label_term .inner_text {
  display: inline-block;
  color: white;
  font-size: 12px;
  font-weight: bold;
  background: #18984b;
  padding: 6px;
  width: 6.7em;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .box_case .wrap .data .inner_s .info .label_term .inner_text {
    padding: 12px 50px 6px;
  }
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s .info .label_term .inner_text {
    font-size: 3.2vw;
    padding: 1vw;
    width: 5.9em;
  }
}
.box_case .wrap .data .inner_s .info .label_term .inner_text.new_graduates {
  background: #18984b;
}
.box_case .wrap .data .inner_s .info .label_term .inner_text.career {
  background: #32619c;
}
.box_case .wrap .data .inner_s .info .label_term .inner_text.other {
  background: #858585;
}
.box_case .wrap .data .inner_s .info .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s .info .title {
    font-size: 4.8vw;
    margin: 0 0 2vw;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.box_case .wrap .data .inner_data .job-description {
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 0 16px;
  font-weight: normal;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_data .job-description {
    font-size: 3.7vw;
    -webkit-line-clamp: 5;
    margin: 0 0 5.8vw;
    line-height: 1.85;
  }
}
.box_case .wrap .data .inner_data .table_job-information {
  width: 100%;
  table-layout: fixed;
  line-height: 1.5;
  font-size: 12px;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_data .table_job-information {
    font-size: 2.8vw;
  }
}
.box_case .wrap .data .inner_data .table_job-information tr {
  border-bottom: 1px solid #ccc;
}
.box_case .wrap .data .inner_data .table_job-information tr:first-of-type {
  border-top: 1px solid #ccc;
}
.box_case .wrap .data .inner_data .table_job-information th {
  white-space: nowrap;
  width: 63px;
  text-align: center;
  padding: 10px;
  background: #e6e6e6;
  font-weight: bold;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_data .table_job-information th {
    width: 17vw;
    font-size: 3.7vw;
    padding: 1.2vw 0;
  }
}
.box_case .wrap .data .inner_data .table_job-information td {
  padding: 10px;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_data .table_job-information td {
    padding: 1.2vw 2.7vw;
  }
}
.box_case .wrap .data .inner_data .table_job-information td .n4 {
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box_case .wrap .data .inner_data .table_job-information td .n3 {
  /*line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_data .table_job-information td .n3 {
    font-size: 3.7vw;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: initial;
    white-space: initial;
    line-height: 1.78;
  }
}
.box_case .wrap figure {
  width: 35%;
  aspect-ratio: 32/24;
}
@media (max-width: 750px) {
  .box_case .wrap figure {
    display: none;
  }
}
.box_case .wrap figure img {
  border: 1px solid #ccc;
}

#case {
  padding: 180px 0 120px;
  margin: 0;
}
@media (max-width: 750px) {
  #case {
    padding: 10vw 0 0;
  }
}
#case .wrapper {
  width: 94%;
  max-width: 1064px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper {
    width: 100vw;
    padding: 0 0 10vw;
    display: block;
    justify-content: initial;
  }
}
#case .wrapper .contents {
  width: calc(100% - 285px);
  box-sizing: border-box;
  background: white;
  padding: 60px 60px 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 750px) {
  #case .wrapper .contents {
    width: 100%;
    padding: 15vw 6vw 15vw;
    box-shadow: none;
  }
}
#case .wrapper .contents .primary .label_term {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .label_term {
    margin: 0 0 5vw;
  }
}
#case .wrapper .contents .primary .label_term .inner_text {
  display: inline-block;
  color: white;
  background: #18984b;
  font-size: 14px;
  font-weight: bold;
  padding: 6px;
  width: 5.8em;
  text-align: center;
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .label_term .inner_text {
    font-size: 3.4vw;
    padding: 1vw;
  }
}
#case .wrapper .contents .primary .label_term .inner_text.new_graduates {
  background: #18984b;
}
#case .wrapper .contents .primary .label_term .inner_text.career {
  background: #32619c;
}
#case .wrapper .contents .primary .label_term .inner_text.other {
  background: #858585;
}
#case .wrapper .contents .primary .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 28px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .title {
    font-size: 4.4vw;
    padding: 0 0 3vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .information .lead {
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .information .lead {
    font-size: 3.8vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .single-content {
  margin: 0 auto 30px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .single-content {
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .single-content p:first-of-type {
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .single-content p:first-of-type {
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .photo_information {
  width: 464px;
  margin: 0 auto 50px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .photo_information {
    width: 86vw;
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .photo_information img {
  max-width: 100%;
}
#case .wrapper .contents .btns_s {
  display: none;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btns_s {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    margin: 0 0 10vw;
  }
  #case .wrapper .contents .btns_s a {
    display: flex;
    box-sizing: border-box;
    width: 48%;
    font-size: 3.8vw;
    align-items: center;
    justify-content: center;
    height: 12vw;
    font-weight: bold;
    border-radius: 6vw;
    position: relative;
    transition: all 0.3s;
  }
  #case .wrapper .contents .btns_s a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #case .wrapper .contents .btns_s a:hover {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .btns_s a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 15px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .btns_s a.btn-case--detail {
    background-color: #4d4d4d;
    color: white;
  }
  #case .wrapper .contents .btns_s a.btn-case--detail:before {
    border-color: white;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .btns_s a.btn-case--entry {
    background-color: #ff1478;
    color: white;
  }
  #case .wrapper .contents .btns_s a.btn-case--entry:before {
    border-color: white;
  }
}
#case .wrapper .contents .pr {
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr {
    margin: 0 0 15vw;
  }
}
#case .wrapper .contents .pr .box_pr {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr {
    margin: 0 0 10vw;
  }
}
#case .wrapper .contents .pr .box_pr:last-of-type {
  margin: 0;
}
#case .wrapper .contents .pr .box_pr.narrow {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow {
    display: block;
    justify-content: initial;
  }
}
#case .wrapper .contents .pr .box_pr.narrow figure {
  width: 210px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow figure {
    width: 66vw;
    margin: 5vw auto 0;
  }
}
#case .wrapper .contents .pr .box_pr.narrow figure img {
  max-width: 100%;
}
#case .wrapper .contents .pr .box_pr.narrow .data {
  width: 380px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow .data {
    width: 100%;
  }
}
#case .wrapper .contents .pr .box_pr .data .ttl_pr {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr .data .ttl_pr {
    font-size: 3.8vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .pr .box_pr .data .text {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr .data .text {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .gallery {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery {
    margin: 0 0 15vw;
  }
}
#case .wrapper .contents .gallery ul {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul {
    display: block;
    justify-content: initial;
    flex-wrap: initial;
    width: 66vw;
    margin: 0 auto;
  }
}
#case .wrapper .contents .gallery ul li {
  width: 47.8%;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul li {
    width: 100%;
    margin: 0 0 5vw;
  }
  #case .wrapper .contents .gallery ul li:last-of-type {
    margin: 0;
  }
}
#case .wrapper .contents .gallery ul li .caption {
  line-height: 1.5;
  font-size: 14px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul li .caption {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .gallery ul li img {
  max-width: 100%;
}
#case .wrapper .contents .requirements .ttl_requirements {
  color: white;
  font-size: 16px;
  font-weight: bold;
  background: #4d4d4d;
  padding: 14px 20px 12px;
  margin: 0 0 7px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .requirements .ttl_requirements {
    font-size: 3.8vw;
    padding: 4vw;
  }
}
#case .wrapper .contents .table_requirements {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .table_requirements tr {
  border-bottom: 1px solid #ccc;
}
#case .wrapper .contents .table_requirements tr th {
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  padding: 10px 50px 10px 10px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements tr th {
    display: block;
    box-sizing: border-box;
    padding: 4vw 0 0;
  }
}
#case .wrapper .contents .table_requirements tr td {
  padding: 10px 10px 10px 0;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements tr td {
    display: block;
    box-sizing: border-box;
    padding: 0 0 4vw;
  }
}
#case .wrapper .contents .google {
  margin: 40px 0 0;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google {
    margin: 4vw 0 0;
  }
}
#case .wrapper .contents .google .ttl_map {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .ttl_map {
    font-size: 3.4vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .google .map {
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .map {
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .google .map iframe {
  width: 100%;
  height: 220px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .map iframe {
    height: 60vw;
  }
}
#case .wrapper .contents .google .url {
  text-align: right;
}
#case .wrapper .contents .google .url a {
  font-size: 14px;
  text-decoration: underline;
  transition: all 0.3s;
}
#case .wrapper .contents .google .url a .icon {
  display: inline-block;
  width: 10px;
  margin: 0 0 0 3px;
}
#case .wrapper .contents .google .url a .icon img {
  width: 10px;
  height: 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .url a .icon img {
    width: 100%;
    height: auto;
  }
}
#case .wrapper .contents .google .url a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .url a:hover {
    opacity: 1;
  }
}
#case .wrapper .contents .btn_entry {
  text-align: center;
  margin: 60px 0 22px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry {
    margin: 10vw 0 10vw;
  }
}
#case .wrapper .contents .btn_entry a {
  width: 360px;
  height: 64px;
  border-radius: 32px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: white;
  font-size: 18px;
  font-weight: bold;
  background: #ff1478;
  position: relative;
  transition: all 0.3s;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .btn_entry a {
    padding: 6px 0 0;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry a {
    width: 100%;
    height: 15vw;
    border-radius: 7.5vw;
    font-size: 4.2vw;
  }
}
#case .wrapper .contents .btn_entry a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 28px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid white;
  border-right: 2px solid white;
}
#case .wrapper .contents .btn_entry a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry a:hover {
    opacity: 1;
  }
}
#case .wrapper .contents .display_tel {
  width: 280px;
  margin: 0 auto 31px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .display_tel {
    width: 100%;
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .display_tel .tel {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  #case .wrapper .contents .display_tel .tel {
    display: none;
  }
}
#case .wrapper .contents .display_tel .tel .label {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 30px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .display_tel .tel .label {
    padding: 6px 0 0;
  }
}
#case .wrapper .contents .display_tel .tel .number {
  font-size: 20px;
  font-weight: bold;
}
#case .wrapper .contents .display_tel .tel .number .icon {
  display: inline-block;
  width: 15px;
  margin: 0 5px;
}
#case .wrapper .contents .display_tel .tel .number .icon img {
  width: 15px;
  height: 15px;
}
#case .wrapper .contents .display_tel .tel_s {
  display: none;
}
@media (max-width: 750px) {
  #case .wrapper .contents .display_tel .tel_s {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
  }
  #case .wrapper .contents .display_tel .tel_s .label {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    width: 34vw;
    height: 6.6vw;
    font-size: 3.4vw;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }
  #case .wrapper .contents .display_tel .tel_s .number {
    font-size: 4vw;
    font-weight: bold;
  }
  #case .wrapper .contents .display_tel .tel_s .number .icon {
    display: inline-block;
    width: 3.6vw;
    margin: 0 2vw;
  }
  #case .wrapper .contents .display_tel .tel_s .number .icon img {
    width: 100%;
    height: auto;
  }
}
#case .wrapper .links_wrap {
  width: 1064px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 20px;
  position: fixed;
  top: 180px;
  left: 0;
  right: 0;
  display: flex;
  display: -ms-flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  #case .wrapper .links_wrap {
    display: none !important;
  }
}
#case .wrapper .links {
  width: 254px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 20px;
  top: 0;
}
#case .wrapper .links .ttl {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #4d4d4d;
  padding: 28px 0;
}
#case .wrapper .links .inner {
  padding: 20px;
}
#case .wrapper .links .inner .btn {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding: 12px 0;
  border-radius: 20px;
  margin: 0 0 10px;
  position: relative;
  transition: all 0.3s;
}
#case .wrapper .links .inner .btn:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .links .inner .btn:hover {
    opacity: 1;
  }
}
#case .wrapper .links .inner .btn:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#case .wrapper .links .inner .btn.n1 {
  background: #4d4d4d;
  color: white;
}
#case .wrapper .links .inner .btn.n1:before {
  border-color: white;
}
#case .wrapper .links .inner .btn.n2 {
  background: #ff1478;
  color: white;
}
#case .wrapper .links .inner .btn.n2:before {
  border-color: white;
}
#case .wrapper .links .inner .tel {
  background: #e6e6e6;
  padding: 20px 0 13px;
}
#case .wrapper .links .inner .tel .title {
  text-align: center;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
}
#case .wrapper .links .inner .tel .title .icon {
  display: inline-block;
  width: 14px;
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}
#case .wrapper .links .inner .tel .title .icon img {
  width: 14px;
  height: 14px;
}
#case .wrapper .links .inner .tel .number {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

#historyback {
  text-align: center;
}
#historyback a {
  color: #808080;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  #historyback a {
    font-size: 3.8vw;
  }
}
#historyback a:before {
  position: absolute;
  transform: translateY(-50%) rotate(315deg);
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #808080;
  border-left: 2px solid #808080;
  top: 50%;
  left: -20px;
}
#historyback a i {
  color: #808080;
  padding: 0 10px 0 0;
}
@media (max-width: 750px) {
  #historyback a i {
    padding: 0 1.5vw 0 0;
  }
}
#historyback a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #historyback a:hover {
    opacity: 1;
  }
}

/**
* Foundation
* ========================== */
/**
* Object
* ========================== */
/* Library ------------ */
/* Common ------------ */
/* Component ------------ */
/* Structure ------------ */
/* Pages ------------ */
/*# sourceMappingURL=style.css.map */
