@charset "UTF-8";
/**
* Foundation
* ========================== */
/*
---------------------------------------
reset
---------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  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;
  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: #3c78e1;
}

* {
  box-sizing: border-box;
}

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

p {
  letter-spacing: 0.08em;
}

.container {
  width: 1024px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .container {
    padding-left: calc(25 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .container {
    padding-right: calc(25 / 375 * 100 * 1vw);
  }
}

.btn {
  margin-top: 80px;
}
.btn a {
  display: inline-block;
  position: relative;
}
.btn a img {
  width: 292px;
}
.btn a .hvr {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
.btn a:hover .hvr {
  opacity: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  color: #264a79;
  min-width: 375px;
  line-break: normal;
  font-weight: 400;
  -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: 96px;
  margin-top: -96px;
}
@media (max-width: 750px) {
  .anc {
    padding-top: 56px;
    margin-top: -56px;
  }
}

.l-contents {
  position: relative;
}

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

p,
dt,
dd,
li {
  font-size: 16px;
  line-height: 2.142;
  font-weight: 500;
  line-break: normal;
  word-break: normal !important;
  word-wrap: break-word;
}
@media (max-width: 750px) {
  p,
  dt,
  dd,
  li {
    font-size: calc(16 / 375 * 100 * 1vw);
  }
}

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;
}

.title-area {
  background-image: url(../images/common/bg-title.webp);
  background-size: 21px 222px;
  background-position: center;
  height: 222px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 0 40px 40px;
  margin-top: 110px;
}
@media (max-width: 750px) {
  .title-area {
    margin-top: 56px;
    background-size: 11px 111px;
  }
}
@media (max-width: 750px) {
  .title-area {
    height: calc(158 / 375 * 100 * 1vw);
  }
}
.title-area p img {
  height: 20px;
}
.title-area h1 {
  font-size: 34px;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #264a79;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .title-area h1 {
    font-size: calc(28 / 375 * 100 * 1vw);
  }
}
.title-area + section {
  padding-top: 68px;
}

mark {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(255, 255, 0));
}

b {
  font-weight: 700;
}

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

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

.entry {
  background-image: url(../images/top/bg-entry.webp);
  height: 580px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .entry {
    background-image: url(../images/top/bg-entry-sp.webp);
  }
}
@media (max-width: 750px) {
  .entry {
    height: calc(620 / 375 * 100 * 1vw);
  }
}
.entry ul {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 750px) {
  .entry ul {
    display: block;
    width: 91vw;
    margin-left: 3vw;
  }
}
@media (max-width: 750px) {
  .entry ul li:nth-of-type(2) {
    margin-top: -4vw;
  }
}
.entry ul li a {
  display: inline-block;
  position: relative;
}
.entry ul li a img {
  transition: 0.3s;
  width: 526px;
}
@media (max-width: 750px) {
  .entry ul li a img {
    width: 100%;
  }
}
.entry ul li a .hvr {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.entry ul li a:hover img {
  opacity: 0;
}
.entry ul li a:hover .hvr {
  opacity: 1;
}
.nolink {
  pointer-events: none !important;
}

@media (min-width: 751px) {
  .sp-tel {
    pointer-events: none !important;
  }
}

/*
---------------------------------------
animation
---------------------------------------
*/
@keyframes attentionAnim {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
/**
* Object
* ========================== */
/* Library ------------ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  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 {
  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;
  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;
}

/* Common ------------ */
.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;
  }
}
.l-contents span {
  font-size: inherit;
  font-weight: inherit;
}
.l-contents img {
  max-width: 100%;
  height: auto;
}
.l-contents .en {
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
}
.l-contents .min {
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.l-contents .ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.l-contents .ofi-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.l-contents .anc {
  padding-top: 96px;
  margin-top: -96px;
}
@media (max-width: 750px) {
  .l-contents .anc {
    padding-top: 56px;
    margin-top: -56px;
  }
}

/*	form
---------------------------------*/
.sec-form {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #eaf6fd;
}
@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: #3c78e1;
  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: #3c78e1;
  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: 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: 100px;
}
@media (max-width: 750px) {
  .table_entry input[type=text]#age,
  .table_entry input[type=email]#age,
  .table_entry input[type=tel]#age {
    width: 20%;
  }
}
.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: 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;
}
.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: #3c78e1;
  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;
}

/* Component ------------ */
/*
---------------------------------------
btn
---------------------------------------
*/
.heading-01--center {
  text-align: center;
}
.heading-01--flex {
  display: flex;
  align-items: center;
}
.heading-01--flex .heading-01__en {
  margin-right: 20px;
  padding-bottom: 0;
}
.heading-01--flex .heading-01__ja {
  padding-top: 20px;
}

.heading-01__en {
  font-size: 74px;
  line-height: 1;
  color: #56626e;
  padding-bottom: 15px;
}
@media (max-width: 750px) {
  .heading-01__en {
    font-size: 14.6vw;
    padding-bottom: 4vw;
  }
}

.heading-01__ja {
  font-size: 16px;
  line-height: 1;
  color: #56626e;
}
@media (max-width: 750px) {
  .heading-01__ja {
    font-size: 3.8vw;
  }
}

.heading-02--center {
  text-align: center;
}

.heading-02__ja {
  font-size: 24px;
  line-height: 1;
  color: #56626e;
  padding-bottom: 8px;
}
@media (max-width: 750px) {
  .heading-02__ja {
    font-size: 6vw;
    padding-bottom: 2vw;
  }
}

.heading-02__en {
  font-size: 14px;
  line-height: 1;
  color: #56626e;
}
@media (max-width: 750px) {
  .heading-02__en {
    font-size: 3.3vw;
  }
}

.pageTtl {
  padding-top: 185px;
}
@media (max-width: 750px) {
  .pageTtl {
    padding-top: 31vw;
  }
}

.single-content * {
  max-width: 100%;
}
.single-content h2 {
  font-size: 20px !important;
  text-align: left !important;
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 24px;
  padding: 3px 10px;
  border-bottom: 2px solid var(--main-color);
  border-left: 4px solid var(--main-color);
}
@media (max-width: 750px) {
  .single-content h2 {
    font-size: 4.4vw;
    margin: 5vw 0 3vw;
    padding: 3vw;
  }
}
.single-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  padding: 16px 0;
  color: var(--main-color);
}
@media (max-width: 750px) {
  .single-content h3 {
    font-size: 4.2vw;
    margin: 5vw 0 3vw;
    padding: 3vw 0;
  }
}
.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;
  margin-top: 50px;
}
@media (max-width: 750px) {
  .single-content .single-content__thumb {
    margin-bottom: 4vw;
    margin-top: 4vw;
  }
}
.single-content .single-content__thumb img {
  width: 100%;
  max-width: 100%;
}
.single-content .mokuji {
  list-style: none;
  border: 2px solid #3c78e1;
  background: #edf4fa;
  padding: 20px;
  border-radius: 20px;
  margin-top: 50px;
}
.single-content .mokuji.osusume {
  background: #fff8a9;
  margin-top: 25px;
}
.single-content .mokuji.osusume h2 {
  display: inline-block;
  margin-top: 0;
}
.single-content .mokuji.osusume li {
  display: flex;
  align-items: baseline;
}
.single-content .mokuji.osusume li:before {
  font-size: 24px;
  margin-right: 8px;
}
.single-content .mokuji:not(.osusume) li:before {
  content: none !important;
}
.single-content .mokuji h2 {
  font-size: 20px;
  font-weight: 700;
  border: none !important;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.single-content .mokuji p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}
.single-content .mokuji .title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  -js-display: flex;
  text-align: center;
  padding-top: 5px;
}
@media (max-width: 750px) {
  .wp-pagenavi {
    padding-top: 3vw;
  }
}

.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: #56626e;
  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: #56626e;
  padding: 2px;
}

/* Structure ------------ */
/*
---------------------------------------
header
---------------------------------------
*/
@media (min-width: 751px) {
  .logged-in .st-header {
    top: 32px;
  }
}

.st-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  min-width: 1340px;
  transition: all 0.4s;
}
@media (max-width: 750px) {
  .st-header {
    min-width: 0px;
    background: #fff;
  }
}
.st-header.fixed {
  background: rgba(255, 255, 255, 0.9);
}

.st-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 30px;
  height: 96px;
}
@media (max-width: 750px) {
  .st-header__content {
    height: 56px;
    padding: 0 3vw;
  }
}

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

.st-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 750px) {
  .st-header__nav {
    display: block;
    padding: 25vw 0 0;
  }
}

.st-header__globalNav {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .st-header__globalNav {
    display: block;
    margin-bottom: 10vw;
  }
}
.st-header__globalNav li {
  text-align: center;
  padding: 0 10px;
}
.st-header__globalNav li:last-child {
  padding-right: 0;
  padding-left: 16px;
}
.st-header__globalNav li:last-child .st-header__globalNav__link {
  padding: 0;
}
@media (max-width: 750px) {
  .st-header__globalNav li {
    text-align: left;
    padding: 0;
  }
  .st-header__globalNav li:not(:last-child) {
    margin-bottom: 2.2vw;
  }
  .st-header__globalNav li:last-child {
    margin-top: 7vw;
    padding-left: 0;
  }
}

@media (max-width: 750px) {
  .st-header__globalNav li:nth-of-type(1) .st-header__globalNav__link {
    color: #264a79;
  }
  .st-header__globalNav li:nth-of-type(1) .st-header__globalNav__link .st-header__globalNav__txt:before {
    background: #264a79;
  }
}
@media (max-width: 750px) {
  .st-header__globalNav li.sp .st-header__globalNav__link {
    color: #264a79;
    padding-left: 8vw;
  }
  .st-header__globalNav li.sp .st-header__globalNav__link .st-header__globalNav__txt {
    padding-left: 0;
    font-weight: 400;
  }
  .st-header__globalNav li.sp .st-header__globalNav__link .st-header__globalNav__txt img {
    margin-left: 3vw;
  }
  .st-header__globalNav li.sp .st-header__globalNav__link .st-header__globalNav__txt:before {
    content: none;
  }
}

.st-header__globalNav__link {
  display: block;
  padding: 15px 9px;
  transition: all 0.4s;
  position: relative;
  line-height: 1;
}
@media (max-width: 750px) {
  .st-header__globalNav__link {
    padding: 15px 10vw;
  }
}
.st-header__globalNav__link .hvr {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
.st-header__globalNav__link:hover .hvr {
  opacity: 1;
}
@media (max-width: 750px) {
  .st-header__globalNav__link {
    text-align: left;
    color: #4688e9;
    position: relative;
  }
}
.st-header__globalNav__link .st-header__globalNav__txt {
  font-size: 16px;
  letter-spacing: 0.04em;
  transition: all 0.4s;
  font-family: "Sarabun", sans-serif;
  font-weight: 700;
}
@media (max-width: 750px) {
  .st-header__globalNav__link .st-header__globalNav__txt {
    font-size: 4.6vw;
    padding-left: 8vw;
  }
  .st-header__globalNav__link .st-header__globalNav__txt:before {
    content: "";
    display: block;
    width: 8vw;
    height: 1px;
    position: absolute;
    left: 8vw;
    top: 50%;
    transform: translate(0, -50%);
    background: #4688e9;
  }
}
@media (min-width: 751px) {
  .st-header__globalNav__link:hover .st-header__globalNav__txt {
    color: #3c78e1;
  }
}
.st-header__globalNav__link--contact {
  border: 1px solid #3c78e1;
  padding: 15px 40px;
}
@media (max-width: 750px) {
  .st-header__globalNav__link--contact {
    max-width: 46%;
    padding: 3.8vw 0;
    margin: 0 auto;
  }
  .st-header__globalNav__link--contact .st-header__globalNav__txt {
    font-size: 3.8vw;
  }
}
@media (min-width: 751px) {
  .st-header__globalNav__link--contact:hover {
    background: #3c78e1;
  }
  .st-header__globalNav__link--contact:hover .st-header__globalNav__txt {
    color: #fff;
  }
}

#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: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    transition: all 0.4s;
    background: #4688e9;
  }
  #sp-btn span {
    width: 27px;
    height: 2px;
    transition: all 0.4s;
    background: #fff;
  }
  #sp-btn span:not(:last-child) {
    margin-bottom: 5px;
  }
  #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: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 27px;
    height: 27px;
    background: none;
  }
  #sp-btn #sp-btn-a:hover {
    opacity: 1;
  }
  #sp-btn.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #sp-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #sp-btn.active span:nth-of-type(3) {
    width: 100%;
    transform: translateY(-7px) rotate(45deg);
  }
  /* g-anv */
  #g-nav {
    position: fixed;
    z-index: 9999999;
    top: 56px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: calc(100% - 56px);
    background: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    display: none;
  }
  #g-nav + .sp {
    width: 160px;
    margin-right: 53px;
    display: inline-block;
  }
}
/*
---------------------------------------
footer
--------------------------------------
*/
.st-footer {
  background: linear-gradient(to right, #eef4f9 0%, #d8e8f7 50%, #c7dcf2 100%);
  padding: 140px 0 134px;
  position: relative;
}
@media (max-width: 750px) {
  .st-footer {
    padding: 16vw 0 10vw;
  }
}
.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 5%;
  }
}
.st-footer .st-footer__box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .st-footer .st-footer__box {
    display: block;
  }
}
.st-footer .st-footer__logo {
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__logo {
    margin-bottom: 7vw;
  }
  .st-footer .st-footer__logo img {
    width: 35vw;
    margin: 0 auto;
  }
}
.st-footer .st-footer__address {
  line-height: 1.8;
}
.st-footer .st-footer__nav {
  display: flex;
  align-items: center;
  padding-bottom: 80px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.st-footer .st-footer__nav__item {
  text-align: center;
  padding: 0 10px;
}
.st-footer .st-footer__nav__item a {
  display: block;
  padding: 15px 10px;
  transition: all 0.4s;
  position: relative;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-family: "Sarabun", sans-serif;
}
@media (min-width: 751px) {
  .st-footer .st-footer__nav__item a:hover {
    color: #3c78e1;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item a {
    padding: 13px 2vw;
    font-size: 4vw;
  }
}
.st-footer .st-footer__nav__item--contact {
  padding-right: 0;
}
.st-footer .st-footer__nav__item--contact a {
  border: 1px solid #639ff8;
  padding: 15px 40px;
}
@media (min-width: 751px) {
  .st-footer .st-footer__nav__item--contact a:hover {
    background: #3c78e1;
    color: #fff;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item--contact a {
    padding: 3.8vw 13vw;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item--contact {
    margin-top: 5vw;
    padding-left: 0;
  }
}
.st-footer .st-footer__copyright {
  text-align: right;
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright {
    text-align: center;
  }
}
.st-footer .st-footer__copyright small {
  font-size: 13px;
  font-family: "Sarabun", sans-serif;
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright small {
    font-size: 3vw;
  }
}
.st-footer .st-footer__pageTop {
  position: fixed;
  right: 26px;
  bottom: 32px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop {
    right: 3%;
    bottom: 6vw;
  }
}
.st-footer .st-footer__pageTop.fixed {
  opacity: 1;
  visibility: visible;
}
.st-footer .st-footer__pageTop a {
  display: block;
  width: 70px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 751px) {
  .st-footer .st-footer__pageTop a:hover .st-footer__pageTop__txt {
    color: #3c78e1;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop a {
    width: 16vw;
  }
}
.st-footer .st-footer__pageTop__txt {
  font-size: 13px;
  color: #56626e;
  writing-mode: vertical-rl;
  font-family: "Sarabun", sans-serif;
  line-height: 1;
  transition: all 0.4s;
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop__txt {
    font-size: 3vw;
  }
}
.st-footer .st-footer__right {
  display: flex;
}
@media (max-width: 750px) {
  .st-footer .st-footer__right {
    display: block;
    margin-top: 6vw;
  }
}
.st-footer .st-footer__right .st-footer__nav {
  display: block;
  margin-left: 20px;
  padding-bottom: 0;
}
@media (max-width: 750px) {
  .st-footer .st-footer__right .st-footer__nav {
    margin-left: 0;
  }
}
.st-footer .st-footer__right .st-footer__nav:first-of-type .st-footer__nav__item a {
  color: #264a79;
}
.st-footer .st-footer__right .st-footer__nav:first-of-type .st-footer__nav__item:before {
  background: #264a79;
}
.st-footer .st-footer__right .st-footer__nav .st-footer__nav__item {
  text-align: left;
  position: relative;
  padding-left: 10px;
}
.st-footer .st-footer__right .st-footer__nav .st-footer__nav__item:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #639ff8;
  display: block;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.st-footer .st-footer__right .st-footer__nav .st-footer__nav__item a {
  color: #3c78e1;
  font-weight: 700;
}

/* Pages ------------ */
/*
---------------------------------------
404
---------------------------------------
*/
.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 {
  background: #eff0f2;
  padding-bottom: 36px;
}
@media (max-width: 750px) {
  #contact {
    padding-bottom: 10vw;
  }
}
#contact .pageTtl {
  padding-bottom: 143px;
}
@media (max-width: 750px) {
  #contact .pageTtl {
    padding-bottom: 17vw;
  }
}

body {
  background-image: url(../images/common/bg.webp);
  background-size: 100%;
}
body.home {
  background-image: url(../images/top/bg.webp);
  background-size: 4096px 10931px;
  background-position: top center;
}
@media (max-width: 750px) {
  body.home {
    background-image: url(../images/top/bg-sp.webp);
  }
}
body .mv {
  padding-bottom: 150px;
  text-align: center;
  width: 1300px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  body .mv {
    width: 100%;
  }
  body .mv .sp-img {
    width: 93%;
  }
}
body .mv .txt {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 76px;
  margin-top: -310px;
  text-align: right;
}
@media (max-width: 750px) {
  body .mv .txt {
    margin-top: initial;
    margin-right: initial;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  body .mv .txt {
    padding-left: calc(25 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  body .mv .txt {
    padding-right: calc(25 / 375 * 100 * 1vw);
  }
}
body .mv .txt .border-right {
  border-right: 5px solid #dce9f6;
  padding-right: 20px;
}
@media (max-width: 750px) {
  body .mv .txt .border-right {
    border-right: none;
    padding-right: 0;
  }
}
body .mv .txt .border-right h2 {
  font-size: 28px;
  font-weight: 500;
  color: #5894eb;
  line-height: 1.5714285714;
}
@media (max-width: 750px) {
  body .mv .txt .border-right h2 {
    font-size: calc(26 / 375 * 100 * 1vw);
  }
}
body .mv .txt .border-right p {
  line-height: 1.875;
  margin-top: 20px;
}
body .mv .txt .txt-en {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.01;
  text-align: right;
  margin-top: 20px;
}
body .mv .txt > img:last-of-type {
  margin-top: 90px;
}
body .top .support {
  background-image: url(../images/top/bg-support.webp);
  background-size: 4096px 1073px;
  background-position: top center;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 750px) {
  body .top .support {
    background-image: url(../images/top/bg-support-sp.webp);
    background-size: cover;
  }
}
body .top .support .container {
  position: relative;
}
body .top .support .container .icon {
  position: absolute;
  top: -63px;
  left: 160px;
}
@media (max-width: 750px) {
  body .top .support .container .icon {
    width: calc(115 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  body .top .support .container .icon {
    position: absolute;
    top: -27vw;
    left: 6vw;
  }
}
body .top .support .container .bg {
  position: absolute;
  top: 104px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1133px;
  max-width: initial;
}
@media (max-width: 750px) {
  body .top .support .container .bg {
    top: 12vw;
    width: 92%;
  }
}
body .top .support .container h2 {
  text-align: center;
  font-size: 27px;
  font-weight: 400;
  color: #5894eb;
}
body .top .support .container h2 + p {
  text-align: center;
  font-size: 34px;
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.4705882353;
}
@media (max-width: 750px) {
  body .top .support .container h2 + p {
    font-size: calc(18.63 / 375 * 100 * 1vw);
  }
}
body .top .support .container h2 + p span {
  font-weight: 700;
  color: #5894eb;
}
body .top .support .container ul {
  margin-top: 310px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  body .top .support .container ul {
    flex-wrap: wrap;
    margin-top: 59vw;
    width: 120%;
    margin-left: -10%;
  }
}
body .top .support .container ul li {
  width: 345px;
}
@media (max-width: 750px) {
  body .top .support .container ul li {
    width: 100%;
  }
}
body .top .support .container ul li {
  background-image: url(../images/top/board.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (max-width: 750px) {
  body .top .support .container ul li {
    background: none;
  }
}
body .top .support .container ul li a {
  display: block;
  padding: 54px 67px 0 42px;
  height: 390px;
}
@media (max-width: 750px) {
  body .top .support .container ul li a {
    display: block;
    padding: 0px 0% 0 7%;
    height: initial;
  }
}
body .top .support .container ul li a > span {
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 6px;
  bottom: -6px;
}
body .top .support .container ul li a > span .hvr {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
body .top .support .container ul li a:hover > span .hvr {
  opacity: 1;
}
body .top .support .container ul li p {
  font-size: 22px;
  font-weight: 500;
}
body .top .support .container ul li p span {
  color: #5894eb;
  font-weight: 700;
}
body .top .support .container .btn {
  text-align: center;
  margin-top: 20px;
}
body .top .support .container .btn a {
  display: inline-block;
  position: relative;
  right: 6px;
  bottom: -6px;
}
body .top .support .container .btn a img {
  width: 292px;
}
body .top .support .container .btn a .hvr {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
body .top .support .container .btn a:hover .hvr {
  opacity: 1;
}
body .top .empower .bg {
  margin-top: -45px;
  width: 1285px;
  margin-inline: auto;
  display: block;
}
@media (max-width: 750px) {
  body .top .empower .bg {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  body .top .empower .bg {
    width: calc(361 / 375 * 100 * 1vw);
  }
}
body .top .empower .bg-wh {
  background: #fff;
  width: calc(100% - 45px);
  padding-left: 45px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 0 70px 70px 0;
}
@media (max-width: 750px) {
  body .top .empower .bg-wh {
    padding-left: 0;
    width: calc(100% - 5vw);
  }
}
body .top .empower h2 {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #5894eb;
  padding-bottom: 20px;
}
@media (max-width: 750px) {
  body .top .empower h2 {
    font-size: calc(28 / 375 * 100 * 1vw);
  }
}
body .top .empower h2 .txt-en {
  font-size: 26px;
  color: #5894eb;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  body .top .empower h2 .txt-en img {
    width: calc(139 / 375 * 100 * 1vw);
  }
}
body .top .empower h2 span:last-of-type {
  font-weight: 700;
  color: #5894eb;
}
body .top .empower .btn-area {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 750px) {
  body .top .empower .btn-area > img {
    width: 105%;
    max-width: inherit;
  }
}
body .top .empower .btn-area .txt-01 {
  position: absolute;
  top: 285px;
  left: 76px;
  width: 314px;
  font-size: 18px;
}
@media (max-width: 750px) {
  body .top .empower .btn-area .txt-01 {
    top: 75vw;
    width: 65vw;
    right: initial;
    left: 10vw;
    font-size: 3.6vw;
  }
}
body .top .empower .btn-area .txt-02 {
  position: absolute;
  top: 285px;
  right: 70px;
  width: 314px;
  font-size: 18px;
}
@media (max-width: 750px) {
  body .top .empower .btn-area .txt-02 {
    top: 241vw;
    right: 8vw;
    font-size: 3.6vw;
    width: 63vw;
  }
}
body .top .empower .btn-area a {
  display: block;
  width: 340px;
  position: absolute;
  bottom: 60px;
}
@media (max-width: 750px) {
  body .top .empower .btn-area a {
    bottom: initial;
    width: 100%;
  }
}
body .top .empower .btn-area a img {
  width: 102.4%;
  max-width: initial;
}
@media (max-width: 750px) {
  body .top .empower .btn-area a img {
    width: calc(268 / 375 * 100 * 1vw);
  }
}
body .top .empower .btn-area a .hvr {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
body .top .empower .btn-area a:hover .hvr {
  opacity: 1;
}
body .top .empower .btn-area .btn-01 {
  left: 60px;
}
@media (max-width: 750px) {
  body .top .empower .btn-area .btn-01 {
    left: 57%;
    transform: translate(-50%, 0);
    top: 104vw;
  }
}
body .top .empower .btn-area .btn-02 {
  right: 60px;
}
@media (max-width: 750px) {
  body .top .empower .btn-area .btn-02 {
    right: initial;
    left: 57%;
    transform: translate(-50%, 0);
    bottom: 16vw;
  }
}
body .top .empower .img {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 750px) {
  body .top .empower .img {
    margin-top: 5vw;
    padding-left: 9vw;
    margin-right: -5vw;
  }
}
body .top .empower .txt-en {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-top: 50px;
  color: #a2c3f4;
}
@media (max-width: 750px) {
  body .top .empower .txt-en img {
    width: calc(269 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  body .top .btn {
    margin-top: 5vw;
    text-align: center;
  }
}
body .top .voice .wrapper {
  width: 1300px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 750px) {
  body .top .voice .wrapper {
    width: 100%;
  }
}
body .top .voice .wrapper > img {
  width: 1237px;
  display: block;
  margin-left: auto;
  margin-top: -64px;
  margin-right: -130px;
}
body .top .voice .wrapper .container {
  width: 1024px;
  margin-inline: auto;
  position: absolute;
  top: 360px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 750px) {
  body .top .voice .wrapper .container {
    position: relative;
    width: 100%;
    top: initial;
  }
}
body .top .voice .wrapper .container h2 {
  font-size: 34px;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid #5894eb;
  padding-bottom: 20px;
  display: inline-block;
}
@media (max-width: 750px) {
  body .top .voice .wrapper .container h2 {
    font-size: calc(28 / 375 * 100 * 1vw);
  }
}
body .top .voice .wrapper .container h2 {
  line-height: 1.4;
}
body .top .voice .wrapper .container h2 .txt-en {
  font-size: 26px;
  color: #5894eb;
  display: inline-block;
}
body .top .voice .wrapper .container h2 span:last-of-type {
  font-weight: 700;
  color: #5894eb;
}
body .top .voice .wrapper .container h2 + p {
  width: 283px;
  margin-top: 40px;
}
@media (max-width: 750px) {
  body .top .voice .wrapper .container h2 + p {
    width: 100%;
    margin-top: 5vw;
  }
}
body .top .news {
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fff;
  border-radius: 80px 80px 0 0;
  margin-top: -200px;
}
@media (max-width: 750px) {
  body .top .news {
    margin-top: 10vw;
    padding-top: 6vw;
  }
}
body .top .news .container {
  position: relative;
}
body .top .news .title {
  border-bottom: 1px solid #264a79;
  line-height: 0;
}
@media (max-width: 750px) {
  body .top .news .title {
    border-bottom: none;
    width: 100vw;
    margin-left: -6vw;
  }
}
body .top .news h2 {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 750px) {
  body .top .news h2 {
    font-size: calc(28 / 375 * 100 * 1vw);
  }
}
body .top .news h2 .txt-en {
  font-size: 26px;
  color: #5894eb;
  display: inline-block;
  margin-bottom: 20px;
}
body .top .news .v-txt-en {
  color: #bed5f7;
  font-size: 30px;
  font-weight: 700;
  writing-mode: vertical-rl;
  position: absolute;
  right: -100px;
  bottom: 0;
  height: -moz-max-content;
  height: max-content;
}
body .top .news ul {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  body .top .news ul {
    flex-wrap: wrap;
  }
}
body .top .news ul li {
  width: 315px;
}
@media (max-width: 750px) {
  body .top .news ul li {
    width: 100%;
    margin-top: 5vw;
  }
  body .top .news ul li:nth-of-type(1) {
    margin-top: 0;
  }
}
body .top .news ul li > a {
  display: block;
}
body .top .news ul li > a .visual {
  position: relative;
}
body .top .news ul li > a .visual .img {
  width: 100%;
  aspect-ratio: 315/214;
  background-size: cover;
  background-position: center;
  border-radius: 50px 15px 0 15px;
  position: relative;
}
body .top .news ul li > a .visual .img:before {
  content: "";
  width: 68px;
  height: 66px;
  display: block;
  background-image: url(../images/top/mask.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  right: 0;
  bottom: 0;
}
body .top .news ul li > a .visual .img:first-of-type {
  opacity: 1;
  transition: 0.3s;
}
body .top .news ul li > a .visual .hvr {
  opacity: 0;
  transition: 0.3s;
}
body .top .news ul li > a .visual .btn {
  width: 60px;
  position: absolute;
  right: -10px;
  bottom: -8px;
}
body .top .news ul li > a:hover .visual .img:first-of-type {
  opacity: 0.7;
}
body .top .news ul li > a:hover .visual .hvr {
  opacity: 1;
}
body .top .news ul li > a .cat {
  margin-top: 10px;
}
body .top .news ul li > a .cat span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 150px;
  height: 34px;
  background-image: url(../images/top/bg-cat.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body .top .news ul li > a h3 {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.5;
}
body .top .news ul li .tags {
  margin-top: 15px;
}
body .top .news ul li .tags a {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 5px 12px;
  border-radius: 30px;
  border: 1px solid #3c78e1;
  color: #3c78e1;
  font-size: 14px;
  font-weight: 500;
  background: #eaf6fd;
  transition: 0.3s;
}
body .top .news ul li .tags a:hover {
  background: #3c78e1;
  color: #fff;
}
body .top .news ul li .tags a + a {
  margin-left: 8px;
}
body .top .news .btn {
  text-align: center;
}
body .top .news .category-list {
  width: 840px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  body .top .news .category-list {
    width: 100%;
  }
}
body .top .news .category-list ul {
  margin-top: 0;
  flex-wrap: wrap;
}
body .top .news .category-list ul li {
  width: 412px;
  margin-top: 10px;
  line-height: 0;
}
@media (max-width: 750px) {
  body .top .news .category-list ul li {
    width: 100%;
  }
}
body .top .news .category-list ul li a {
  display: block;
  position: relative;
}
body .top .news .category-list ul li a img {
  width: 100%;
}
body .top .news .category-list ul li a .hvr {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
body .top .news .category-list ul li a:hover .hvr {
  opacity: 1;
}
body .top .strength-area {
  position: relative;
}
body .top .strength-area h2 {
  position: absolute;
  text-align: left;
  left: 120px;
  top: 60px;
  font-weight: 500;
  font-size: 32px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 750px) {
  body .top .strength-area h2 {
    display: block;
    top: 0;
    left: 9vw;
    font-size: 5.9vw;
    letter-spacing: 0.15em;
    line-height: 0.2;
  }
}
body .top .strength-area h2 .blue {
  font-weight: 700;
  color: #5894eb;
}
body .top .strength-area h2 .blue.lg {
  font-weight: 500;
  font-size: 60px;
  display: inline-block;
  line-height: 1;
  margin-bottom: -5px;
  margin-left: 8px;
}
@media (max-width: 750px) {
  body .top .strength-area h2 .blue.lg {
    font-size: 16vw;
  }
}
body .top .strength-area h2 img {
  width: 146px;
  display: block;
  transform: translate(0, 11px);
  margin-right: 16px;
}
@media (max-width: 750px) {
  body .top .strength-area h2 img {
    width: 36.5vw;
    transform: translate(-5vw, 1vw);
    margin-bottom: 7vw;
  }
}

main.support .title-area + section {
  background-image: url(../images/support/bg.webp);
  background-size: 1211px 600px;
  background-position: top 100px center;
  background-repeat: no-repeat;
}
main.support .container {
  position: relative;
}
main.support .container .object-01 {
  width: 300px;
  position: absolute;
  left: -10px;
  top: -170px;
}
@media (max-width: 750px) {
  main.support .container .object-01 {
    width: 100vw;
    position: absolute;
    left: 0px;
    top: -60vw;
    max-width: initial;
  }
}
main.support .container .object-02 {
  width: 221px;
  position: absolute;
  left: -10px;
  top: -240px;
}
@media (max-width: 750px) {
  main.support .container .object-02 {
    width: 50vw;
    position: absolute;
    left: 5vw;
    top: 72vw;
    z-index: 2;
  }
}
main.support .container .object-03 {
  width: 139px;
  position: absolute;
  right: -10px;
  top: -110px;
}
@media (max-width: 750px) {
  main.support .container .object-03 {
    top: -42vw;
  }
}
main.support .container .object-04 {
  width: 111px;
  position: absolute;
  left: -10px;
  top: -80px;
}
@media (max-width: 750px) {
  main.support .container .object-04 {
    width: 20vw;
    position: absolute;
    left: 5vw;
    top: -16vw;
  }
}
main.support .container .object-05 {
  width: 187px;
  position: absolute;
  right: -10px;
  top: -190px;
}
@media (max-width: 750px) {
  main.support .container .object-05 {
    width: 36vw;
    position: absolute;
    right: -14vw;
    top: -32vw;
  }
}
main.support .container h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5666666667;
}
@media (max-width: 750px) {
  main.support .container h2 {
    font-size: calc(22 / 375 * 100 * 1vw);
  }
}
main.support .container h2 span {
  color: #4688e9;
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.support .container h2 span {
    font-size: calc(28 / 375 * 100 * 1vw);
  }
}
main.support .container .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  main.support .container .flex {
    display: block;
  }
}
main.support .title-en img {
  height: 20px;
}
main.support .section-01 .flex p {
  width: 422px;
}
@media (max-width: 750px) {
  main.support .section-01 .flex p {
    font-size: calc(14 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.support .section-01 .flex p {
    width: 100%;
    margin-top: 5vw;
    line-height: 1.85;
  }
}
main.support .section-01 .flex p span {
  font-weight: 500;
  color: #4688e9;
}
main.support .section-01 .flex img {
  width: 532px;
}
@media (max-width: 750px) {
  main.support .section-01 .flex + p {
    margin-top: 5vw;
    font-size: 4.2666666667vw;
    width: 100vw;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  main.support .section-01 .flex + p {
    margin-left: calc(-25 / 375 * 100 * 1vw);
  }
}
main.support .section-02 {
  padding-top: 158px;
  padding-bottom: 155px;
  position: relative;
}
main.support .section-02:before {
  content: "";
  background: #eaf6fd;
  width: 100%;
  height: 70%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
main.support .section-02 .container {
  z-index: 1;
  position: relative;
}
main.support .section-02 .bg-wh {
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  padding-top: 90px;
}
@media (max-width: 750px) {
  main.support .section-02 .bg-wh {
    border-radius: initial;
  }
}
main.support .section-02 .bg-wh .flex > div {
  width: 500px;
}
@media (max-width: 750px) {
  main.support .section-02 .bg-wh .flex > div {
    width: 100%;
  }
}
main.support .section-02 .bg-wh .flex > div h2 {
  text-align: left;
}
@media (max-width: 750px) {
  main.support .section-02 .bg-wh .flex > div h2 {
    font-size: calc(30 / 375 * 100 * 1vw);
  }
}
main.support .section-02 .bg-wh .flex > div h2 span {
  font-size: 34px;
}
@media (max-width: 750px) {
  main.support .section-02 .bg-wh .flex > div h2 span {
    font-size: calc(30 / 375 * 100 * 1vw);
  }
}
main.support .section-02 .bg-wh .flex > div h2 + p {
  margin-top: 20px;
}
@media (max-width: 750px) {
  main.support .section-02 .bg-wh .flex > div h2 + p {
    font-size: calc(14 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.support .section-02 .bg-wh .flex > div h2 + p {
    line-height: 1.85;
  }
}
main.support .section-02 .bg-wh .flex > img {
  margin-top: -174px;
  margin-right: -138px;
}
main.support .section-02 .bg-wh .data-image {
  margin-top: 50px;
}
@media (max-width: 750px) {
  main.support .section-02 .bg-wh .data-image {
    margin-top: 3vw;
  }
}
main.support .section-03 {
  position: relative;
}
main.support .section-03 .bg-wh {
  background-color: #fff;
  border-radius: 50px 0px 0 0;
  padding-top: 90px;
}
@media (max-width: 750px) {
  main.support .section-03 .bg-wh .flex {
    display: block;
  }
}
main.support .section-03 .bg-wh .flex > div {
  width: 500px;
  order: 1;
}
@media (max-width: 750px) {
  main.support .section-03 .bg-wh .flex > div {
    width: 100%;
  }
}
main.support .section-03 .bg-wh .flex > div h2 {
  text-align: left;
}
@media (max-width: 750px) {
  main.support .section-03 .bg-wh .flex > div h2 {
    font-size: calc(30 / 375 * 100 * 1vw);
  }
}
main.support .section-03 .bg-wh .flex > div h2 span {
  font-size: 34px;
}
@media (max-width: 750px) {
  main.support .section-03 .bg-wh .flex > div h2 span {
    font-size: calc(30 / 375 * 100 * 1vw);
  }
}
main.support .section-03 .bg-wh .flex > div p {
  margin-top: 20px;
}
@media (max-width: 750px) {
  main.support .section-03 .bg-wh .flex > div p {
    font-size: calc(14 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.support .section-03 .bg-wh .flex > div p {
    line-height: 1.85;
  }
}
main.support .section-03 .bg-wh .flex img {
  margin-top: -174px;
  margin-right: -138px;
  order: 2;
}
main.support .section-03 .bg-wh .data-image {
  margin-top: 50px;
}
main.support .section-03 .wrapper {
  position: relative;
  padding: 60px 0;
  margin-top: 82px;
}
@media (max-width: 750px) {
  main.support .section-03 .wrapper {
    padding: 34vw 0 10vw;
  }
}
main.support .section-03 .wrapper:before {
  content: "";
  display: block;
  width: calc((100vw - 1300px) / 2 + 1200px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/common/bg.webp);
  background-size: 100%;
  border-radius: 12px 0 0 12px;
}
@media (max-width: 750px) {
  main.support .section-03 .wrapper:before {
    width: calc(100% - 25px);
  }
}
main.support .section-03 .wrapper .container {
  position: relative;
}
main.support .section-03 ul li {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 750px) {
  main.support .section-03 ul li {
    display: block;
  }
}
main.support .section-03 ul li:nth-of-type(1) {
  margin-top: 0;
}
main.support .section-03 ul li img {
  width: 470px;
  margin-left: -138px;
}
@media (max-width: 750px) {
  main.support .section-03 ul li img {
    margin-left: -25px;
    width: 100%;
  }
}
main.support .section-03 .txt {
  width: 636px;
  padding-left: 48px;
}
@media (max-width: 750px) {
  main.support .section-03 .txt {
    width: 100%;
    margin-top: 3vw;
  }
}
main.support .section-03 .txt h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 750px) {
  main.support .section-03 .txt h3 {
    font-size: calc(22 / 375 * 100 * 1vw);
  }
}
main.support .section-03 .txt h3 span {
  font-weight: 700;
  color: #4688e9;
}
main.support .section-03 .txt p {
  margin-top: 20px;
}
@media (max-width: 750px) {
  main.support .section-03 .txt p {
    font-size: calc(14 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.support .section-03 .txt p {
    line-height: 1.85;
  }
}
main.support .section-04 {
  background: #fff;
  padding: 100px 0;
}
main.support .section-04 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #264a79;
}
@media (max-width: 750px) {
  main.support .section-04 h3 {
    font-size: calc(30 / 375 * 100 * 1vw);
  }
}
main.support .section-04 p {
  margin-top: 20px;
}
main.support .section-04 ul {
  position: absolute;
  top: 96px;
  left: 125px;
}
@media (max-width: 750px) {
  main.support .section-04 ul {
    top: 22vw;
    left: 35vw;
  }
}
main.support .section-04 ul li {
  display: flex;
  align-items: center;
  margin-top: 102px;
}
@media (max-width: 750px) {
  main.support .section-04 ul li {
    display: block;
    margin-top: 31.5vw;
  }
}
main.support .section-04 ul li:first-of-type {
  margin-top: 0;
}
@media (max-width: 750px) {
  main.support .section-04 ul li:first-of-type {
    margin-top: 5vw;
  }
}
main.support .section-04 ul li:nth-of-type(2) p, main.support .section-04 ul li:nth-of-type(5) p {
  width: 510px;
}
@media (max-width: 750px) {
  main.support .section-04 ul li:nth-of-type(2) p, main.support .section-04 ul li:nth-of-type(5) p {
    width: 39vw;
  }
}
main.support .section-04 ul li h4 {
  font-size: 28px;
  font-weight: 700;
  color: #4688e9;
  width: 174px;
  text-align: center;
}
@media (max-width: 750px) {
  main.support .section-04 ul li h4 {
    font-size: 7vw;
    width: 50vw;
  }
}
main.support .section-04 ul li p {
  margin-top: 0;
  width: 640px;
  margin-left: 46px;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.support .section-04 ul li p {
    margin-left: -19vw;
    width: 68vw;
    font-size: 3.4vw;
    margin-top: 7.5vw;
    line-height: 1.85;
  }
}
main.support .sengen {
  position: relative;
}
main.support .sengen .anc-02 {
  position: absolute;
  top: 416px;
}
@media (max-width: 750px) {
  main.support .sengen .anc-02 {
    position: absolute;
    top: 150vw;
  }
}
main.support .sengen .anc-03 {
  position: absolute;
  top: 680px;
}
@media (max-width: 750px) {
  main.support .sengen .anc-03 {
    position: absolute;
    top: 245vw;
  }
}
main.support .sengen div {
  position: relative;
}
main.support .sengen div h2 {
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  position: absolute;
  left: 250px;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  main.support .sengen div h2 {
    left: 11vw;
    font-size: 4.8vw;
  }
}
main.support .sengen div h2 span {
  color: #4688e9;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 750px) {
  main.support .sengen div h2 span {
    font-size: 4.8vw;
  }
}
main.support .sengen div h2 + p {
  position: absolute;
  left: 250px;
  width: 697px;
  letter-spacing: 0.073em;
  line-height: 1.85;
}
@media (max-width: 750px) {
  main.support .sengen div h2 + p {
    font-size: 3.4vw;
    width: 66vw;
    left: 11vw;
  }
}
main.support .sengen div .title-01 {
  top: 266px;
}
@media (max-width: 750px) {
  main.support .sengen div .title-01 {
    top: 78vw;
  }
}
main.support .sengen div .txt-01 {
  top: 309px;
}
@media (max-width: 750px) {
  main.support .sengen div .txt-01 {
    top: 94.5vw;
  }
}
main.support .sengen div .title-02 {
  top: 511px;
}
@media (max-width: 750px) {
  main.support .sengen div .title-02 {
    top: 187vw;
  }
}
main.support .sengen div .txt-02 {
  top: 558px;
}
@media (max-width: 750px) {
  main.support .sengen div .txt-02 {
    top: 204vw;
  }
}
main.support .sengen div .title-03 {
  top: 758px;
}
@media (max-width: 750px) {
  main.support .sengen div .title-03 {
    top: 283vw;
  }
}
main.support .sengen div .txt-03 {
  top: 805px;
}
@media (max-width: 750px) {
  main.support .sengen div .txt-03 {
    top: 300vw;
  }
}
main.support .section-02 .bg-wh .flex-01 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
main.support .section-02 .bg-wh .flex-01 div {
  width: 324px;
}
main.support .section-02 .bg-wh .flex-01 div img:nth-of-type(2) {
  margin-top: 30px;
}
main.support .section-02 .bg-wh .flex-01 div + img {
  width: 674px;
}
main.support .section-02 .bg-wh .flex-02 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
main.support .section-02 .bg-wh .flex-02 div {
  width: 498px;
}
main.support .section-02 .bg-wh .flex-02 div img:nth-of-type(2) {
  margin-top: 30px;
}
main.support .section-02 .bg-wh .flex-02 div + img {
  width: 498px;
}
main.support .section-02 .bg-wh .flex-03 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}
main.support .section-02 .bg-wh .flex-03 img {
  width: 324px;
}
main.support .section-02 .bg-wh .sp {
  margin-top: 5vw;
}
main.support .section-02 .bg-wh .flex-col2 {
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
}
@media (max-width: 750px) {
  main.support .section-02 .bg-wh .flex-col2 img {
    width: calc(153 / 375 * 100 * 1vw);
  }
}

@media (min-width: 751px) {
  main.empower a {
    transition: 0.3s;
  }
  main.empower a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) {
  main.empower .sp-b {
    padding-bottom: 20vw;
  }
}
main.empower .container {
  position: relative;
}
main.empower .container .object-01 {
  position: absolute;
  width: 203px;
  right: 0;
  top: -160px;
}
@media (max-width: 750px) {
  main.empower .container .object-01 {
    width: 40vw;
    right: -14vw;
    top: -19vw;
  }
}
main.empower .container .object-02 {
  position: absolute;
  width: 130px;
  left: 0;
  top: -60px;
}
@media (max-width: 750px) {
  main.empower .container .object-02 {
    width: 24vw;
    left: 3vw;
    top: -11vw;
  }
}
main.empower .container .object-03 {
  position: absolute;
  width: 111px;
  right: -30px;
  top: -100px;
}
@media (max-width: 750px) {
  main.empower .container .object-03 {
    width: 30vw;
    right: 5vw;
    top: -38vw;
  }
}
main.empower .container .object-04 {
  position: absolute;
  width: 212px;
  left: 0;
  top: -160px;
}
@media (max-width: 750px) {
  main.empower .container .object-04 {
    width: 42vw;
    left: 0;
    top: -36vw;
  }
}
main.empower .container .object-05 {
  position: absolute;
  width: 221px;
  right: -40px;
  top: -140px;
}
@media (max-width: 750px) {
  main.empower .container .object-05 {
    width: 40vw;
    right: -18vw;
    top: -30vw;
  }
}
main.empower .container .object-06 {
  position: absolute;
  width: 208px;
  left: 0;
  top: -140px;
}
main.empower .container .object-07 {
  position: absolute;
  width: 101px;
  right: -10px;
  top: -20px;
}
main.empower .container .object-08 {
  position: absolute;
  width: 232px;
  left: -10px;
  top: -79px;
}
@media (max-width: 750px) {
  main.empower .container .object-08 {
    width: 50vw;
    left: 0vw;
    top: -30vw;
  }
}
main.empower .container .object-09 {
  position: absolute;
  width: 273px;
  left: -10px;
  top: -180px;
}
@media (max-width: 750px) {
  main.empower .container .object-09 {
    width: 60vw;
    left: 6vw;
    top: -43vw;
  }
}
main.empower .container h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5666666667;
}
@media (max-width: 750px) {
  main.empower .container h2 {
    font-size: calc(24.5 / 375 * 100 * 1vw);
  }
}
main.empower .container h2 span {
  color: #4688e9;
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.empower .container h2 span {
    font-size: calc(31.16 / 375 * 100 * 1vw);
  }
}
main.empower .container .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  main.empower .container .flex {
    display: block;
  }
}
main.empower .container .loca-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 750px) {
  main.empower .container .loca-nav {
    display: block;
  }
}
main.empower .container .loca-nav img {
  width: 510px;
}
main.empower .container .loca-nav a {
  position: relative;
  display: block;
}
@media (max-width: 750px) {
  main.empower .container .loca-nav a .hvr {
    display: none;
  }
}
@media (min-width: 751px) {
  main.empower .container .loca-nav a .hvr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.3s;
  }
  main.empower .container .loca-nav a:hover {
    opacity: 1;
  }
  main.empower .container .loca-nav a:hover .hvr {
    opacity: 1;
  }
}
main.empower .title-en img {
  height: 20px;
}
main.empower .section-01 {
  padding-top: 100px;
}
@media (max-width: 750px) {
  main.empower .section-01 {
    padding-top: 0;
  }
}
@media (max-width: 750px) {
  main.empower .section-01 h2 {
    font-size: calc(28 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.empower .section-01 h2 {
    margin-bottom: 3vw;
    font-weight: 700;
  }
}
main.empower .section-01 .title-en {
  text-align: center;
}
main.empower .section-01 .bg-wh {
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  padding-top: 90px;
}
@media (max-width: 750px) {
  main.empower .section-01 .bg-wh {
    background: none;
    padding-top: 11vw;
  }
}
main.empower .section-01 .bg-wh h2 + p {
  margin-top: 50px;
}
main.empower .section-01 .bg-wh .wrapper {
  position: relative;
  padding: 60px 0;
  margin-top: 82px;
}
main.empower .section-01 .bg-wh .wrapper:before {
  content: "";
  display: block;
  width: calc((100vw - 1300px) / 2 + 1200px);
  height: 87%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/common/bg.webp);
  background-size: 100%;
  border-radius: 12px 0 0 12px;
}
@media (max-width: 750px) {
  main.empower .section-01 .bg-wh .wrapper:before {
    background: none;
  }
}
main.empower .section-01 .bg-wh .wrapper .container {
  position: relative;
}
main.empower .section-01 .bg-wh .wrapper ul li {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 750px) {
  main.empower .section-01 .bg-wh .wrapper ul li {
    display: block;
  }
}
main.empower .section-01 .bg-wh .wrapper ul li:nth-of-type(1) {
  margin-top: 0;
}
main.empower .section-01 .bg-wh .wrapper ul li img {
  width: 470px;
  margin-left: -138px;
}
@media (max-width: 750px) {
  main.empower .section-01 .bg-wh .wrapper ul li img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  main.empower .section-01 .bg-wh .wrapper ul li img {
    margin-left: calc(-25 / 375 * 100 * 1vw);
  }
}
main.empower .section-01 .bg-wh .wrapper ul li .txt {
  width: 636px;
  padding-left: 48px;
}
@media (max-width: 750px) {
  main.empower .section-01 .bg-wh .wrapper ul li .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 4vw;
  }
}
main.empower .section-01 .bg-wh .wrapper ul li .txt h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 750px) {
  main.empower .section-01 .bg-wh .wrapper ul li .txt h4 {
    font-size: calc(22 / 375 * 100 * 1vw);
  }
}
main.empower .section-01 .bg-wh .wrapper ul li .txt h4 span {
  font-weight: 700;
  color: #4688e9;
}
main.empower .section-01 .bg-wh .wrapper ul li .txt p {
  margin-top: 20px;
}
@media (max-width: 750px) {
  main.empower .section-01 .bg-wh .wrapper ul li .txt p {
    font-size: calc(14 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.empower .section-01 .bg-wh .wrapper ul li .txt p {
    line-height: 1.85;
  }
}
@media (max-width: 750px) {
  main.empower .section-01 .bg-wh .wrapper ul + p {
    margin-top: 4vw;
  }
  main.empower .section-01 .bg-wh .wrapper ul + p + p {
    margin-top: 4vw;
    width: 92vw;
    margin-left: -1.5vw;
    max-width: initial;
  }
}
main.empower .section-01 .bg-wh .wrapper .sepa {
  width: 1196px;
  position: relative;
  margin-inline: auto;
  margin-top: 30px;
}
@media (max-width: 750px) {
  main.empower .section-01 .bg-wh .wrapper .sepa {
    width: 100%;
  }
}
@media (max-width: 750px) {
  main.empower .section-01 .bg-wh .wrapper .sepa {
    padding-left: calc(25 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.empower .section-01 .bg-wh .wrapper .sepa {
    padding-right: calc(25 / 375 * 100 * 1vw);
  }
}
main.empower .section-02 {
  padding-top: 158px;
  padding-bottom: 155px;
  position: relative;
  background: #fff;
}
@media (max-width: 750px) {
  main.empower .section-02 {
    background: none;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}
main.empower .section-02 h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #264a79;
}
@media (max-width: 750px) {
  main.empower .section-02 h3 {
    font-size: calc(30 / 375 * 100 * 1vw);
  }
}
main.empower .section-02 .wrapper {
  width: 1100px;
  margin-inline: auto;
  background-color: #eaeff8;
  border-radius: 24px;
  padding-top: 60px;
  padding-bottom: 0px;
}
@media (max-width: 750px) {
  main.empower .section-02 .wrapper {
    width: calc(100% - 40px);
  }
}
main.empower .section-02 .wrapper .container {
  width: 930px;
}
@media (max-width: 750px) {
  main.empower .section-02 .wrapper .container {
    width: 100%;
  }
}
main.empower .section-02 ul {
  margin-top: 75px;
}
main.empower .section-02 ul + p {
  margin-top: 40px;
  line-height: 0;
}
main.empower .section-02 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 60px;
}
@media (max-width: 750px) {
  main.empower .section-02 ul li {
    display: block;
    margin-top: 20vw;
  }
}
main.empower .section-02 ul li:before {
  content: "";
  width: 92px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 750px) {
  main.empower .section-02 ul li:before {
    width: calc(27 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.empower .section-02 ul li:before {
    height: calc(39 / 375 * 100 * 1vw);
  }
}
main.empower .section-02 ul li:last-of-type:before {
  content: none;
}
main.empower .section-02 ul li:nth-of-type(1) {
  margin-top: 0;
}
main.empower .section-02 ul li:nth-of-type(2n - 1):before {
  background-image: url(../images/empower/right.webp);
  position: absolute;
  left: 415px;
  bottom: -58px;
}
@media (max-width: 750px) {
  main.empower .section-02 ul li:nth-of-type(2n - 1):before {
    left: 50%;
    bottom: -15vw;
    transform: translate(-50%, 0);
    background-image: url(../images/empower/arrow-sp.webp);
  }
}
main.empower .section-02 ul li:nth-of-type(2n):before {
  background-image: url(../images/empower/left.webp);
  position: absolute;
  right: 415px;
  bottom: -58px;
}
@media (max-width: 750px) {
  main.empower .section-02 ul li:nth-of-type(2n):before {
    left: 50%;
    right: initial;
    bottom: -15vw;
    transform: translate(-50%, 0);
    background-image: url(../images/empower/arrow-sp.webp);
  }
}
main.empower .section-02 ul li:nth-of-type(2n) img {
  order: 2;
}
main.empower .section-02 ul li:nth-of-type(2n) div {
  order: 1;
}
main.empower .section-02 ul li img {
  width: 395px;
}
@media (max-width: 750px) {
  main.empower .section-02 ul li img {
    width: 100%;
  }
}
main.empower .section-02 ul li div {
  width: 488px;
  position: relative;
}
@media (max-width: 750px) {
  main.empower .section-02 ul li div {
    width: 100%;
    margin-top: 9vw;
  }
  main.empower .section-02 ul li div + p {
    font-size: 3.7333333333vw;
    line-height: 1.85;
  }
}
main.empower .section-02 ul li div > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
}
@media (max-width: 750px) {
  main.empower .section-02 ul li div > span {
    width: calc(68 / 375 * 100 * 1vw);
  }
}
main.empower .section-02 ul li div > span {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -21px;
}
@media (max-width: 750px) {
  main.empower .section-02 ul li div > span {
    font-size: calc(15 / 375 * 100 * 1vw);
  }
}
main.empower .section-02 ul li div > span span {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.empower .section-02 ul li div > span span {
    font-size: calc(20 / 375 * 100 * 1vw);
  }
}
main.empower .section-02 ul li div h4 {
  font-size: 24px;
  font-weight: 700;
  color: #4688e9;
  padding-left: 110px;
}
@media (max-width: 750px) {
  main.empower .section-02 ul li div h4 {
    padding-left: 23vw;
    line-height: 1.4;
  }
}
@media (max-width: 750px) {
  main.empower .section-02 ul li div h4 {
    font-size: calc(20 / 375 * 100 * 1vw);
  }
}
main.empower .section-02 ul li div h4 + p {
  font-weight: 700;
  padding-left: 110px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  main.empower .section-02 ul li div h4 + p {
    padding-left: 23vw;
    margin-bottom: 0;
  }
}
main.empower .section-02 .container {
  z-index: 1;
  position: relative;
}
main.empower .section-02 .bg-wh {
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  padding-top: 90px;
}
main.empower .section-02 .bg-wh .flex > div {
  width: 500px;
}
main.empower .section-02 .bg-wh .flex > div h2 {
  text-align: left;
}
main.empower .section-02 .bg-wh .flex > div h2 span {
  font-size: 34px;
}
@media (max-width: 750px) {
  main.empower .section-02 .bg-wh .flex > div h2 span {
    font-size: calc(28 / 375 * 100 * 1vw);
  }
}
main.empower .section-02 .bg-wh .flex > div h2 + p {
  margin-top: 20px;
}
main.empower .section-02 .bg-wh .flex > img {
  margin-top: -174px;
  margin-right: -138px;
}
main.empower .section-02 .bg-wh .data-image {
  margin-top: 50px;
}
main.empower .section-03 {
  position: relative;
  background: #fff;
}
main.empower .section-03 .wrapper {
  position: relative;
  padding: 60px 0;
  background: #edf4fa;
  border-radius: 50px 50px 0 0;
}
@media (max-width: 750px) {
  main.empower .section-03 .wrapper {
    padding: 15vw 0 8vw;
    border-radius: 0;
  }
}
main.empower .section-03 .wrapper .title-en {
  text-align: center;
}
main.empower .section-03 .wrapper h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 750px) {
  main.empower .section-03 .wrapper h2 {
    font-size: calc(28 / 375 * 100 * 1vw);
  }
}
main.empower .section-03 .wrapper h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5666666667;
  margin-top: 90px;
}
@media (max-width: 750px) {
  main.empower .section-03 .wrapper h3 {
    font-size: calc(24 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.empower .section-03 .wrapper h3 {
    margin-top: 15vw;
  }
}
main.empower .section-03 .wrapper h3 span {
  color: #4688e9;
  font-size: 30px;
  font-weight: 700;
}
main.empower .section-03 .wrapper h3 .label {
  background: #fff;
  font-size: 20px;
  padding: 1px 10px;
  display: inline-block;
  margin-left: 10px;
  border-radius: 5px;
  color: #264a79;
}
main.empower .section-03 .wrapper h3 + p {
  margin-top: 30px;
}
@media (max-width: 750px) {
  main.empower .section-03 .wrapper p {
    line-height: 1.85;
  }
}
main.empower .section-03 .wrapper .container {
  position: relative;
}
main.empower .section-03 > .wrapper {
  padding: 60px 0 150px;
}
@media (max-width: 750px) {
  main.empower .section-03 > .wrapper {
    padding: 15vw 0 35vw;
  }
}
main.empower .section-03 ul li {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
main.empower .section-03 ul li:nth-of-type(1) {
  margin-top: 0;
}
main.empower .section-03 ul li img {
  width: 470px;
  margin-left: -138px;
}
main.empower .section-03 ul li .txt {
  width: 636px;
  padding-left: 48px;
}
main.empower .section-03 ul li .txt h3 {
  font-size: 26px;
  font-weight: 700;
}
main.empower .section-03 ul li .txt h3 span {
  font-weight: 700;
  color: #4688e9;
}
main.empower .section-03 ul li .txt p {
  margin-top: 20px;
}
main.empower .section-04 .wrapper {
  background: #fff;
  padding: 100px 0;
  border-radius: 50px 50px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(../images/empower/bg-last.webp);
}
@media (max-width: 750px) {
  main.empower .section-04 .wrapper {
    background: #fff;
  }
}
main.empower .section-04 {
  background: #edf4fa;
}
main.empower .section-04 .flex div {
  width: 498px;
}
@media (max-width: 750px) {
  main.empower .section-04 .flex div {
    width: 100%;
  }
}
main.empower .section-04 .flex div h2 {
  text-align: left;
  font-size: 34px;
  font-weight: 700;
  color: #264a79;
}
@media (max-width: 750px) {
  main.empower .section-04 .flex div h2 {
    font-size: calc(28 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.empower .section-04 .flex div h2 {
    text-align: center;
  }
}
main.empower .section-04 .flex div p {
  margin-top: 20px;
}
@media (max-width: 750px) {
  main.empower .section-04 .flex div p {
    font-size: calc(14 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.empower .section-04 .flex div p {
    line-height: 1.85;
  }
}
main.empower .section-04 .flex > img {
  width: 508px;
  margin-right: -60px;
}
@media (max-width: 750px) {
  main.empower .section-04 .flex > img {
    width: 100vw;
    margin-right: 0;
    max-width: initial;
    margin-top: 5vw;
  }
}
@media (max-width: 750px) {
  main.empower .section-04 .flex > img {
    margin-left: calc(-25 / 375 * 100 * 1vw);
  }
}
main.empower .traning {
  position: relative;
}
main.empower .traning .txt-01,
main.empower .traning .txt-02,
main.empower .traning .txt-03 {
  position: absolute;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  bottom: 68px;
  font-weight: 700;
}
main.empower .traning .txt-01 span,
main.empower .traning .txt-02 span,
main.empower .traning .txt-03 span {
  color: #4688e9;
  font-weight: 700;
}
main.empower .traning .txt-01 {
  left: 31px;
}
@media (max-width: 750px) {
  main.empower .traning .txt-01 {
    bottom: inherit;
    top: 68vw;
    font-size: 4.5vw;
    left: 8vw;
  }
}
main.empower .traning .txt-02 {
  left: 393px;
}
@media (max-width: 750px) {
  main.empower .traning .txt-02 {
    bottom: inherit;
    top: 163vw;
    font-size: 4.5vw;
    left: 14vw;
  }
}
main.empower .traning .txt-03 {
  left: 725px;
}
@media (max-width: 750px) {
  main.empower .traning .txt-03 {
    bottom: inherit;
    top: 259vw;
    font-size: 4.5vw;
    left: 12vw;
  }
}
main.empower .message {
  position: relative;
}
main.empower .message > span {
  display: block;
  position: absolute;
  font-size: 33px;
  font-weight: 700;
  color: #264a79;
  left: 94px;
  top: 86px;
}
@media (max-width: 750px) {
  main.empower .message > span {
    left: 7vw;
    top: 7vw;
    font-size: 5vw;
    text-align: center;
    display: inline-block;
    line-height: 1.4;
  }
}
main.empower .message > span span {
  color: #4688e9;
  font-weight: 700;
}
main.empower .message-02 {
  position: relative;
}
main.empower .message-02 h3 {
  position: absolute;
  left: 370px;
  top: 112px;
}
@media (max-width: 750px) {
  main.empower .message-02 h3 {
    position: absolute;
    left: 42vw;
    top: 27vw;
    line-height: 1.4;
  }
}
main.empower .message-02 h3 span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: linear-gradient(transparent 75%, #fff584 75%);
  padding-bottom: 4px;
  display: inline-block;
}
@media (max-width: 750px) {
  main.empower .message-02 h3 span {
    font-size: 4.8vw;
  }
}
main.empower .message-02 p {
  position: absolute;
  left: 370px;
  top: 160px;
  width: 540px;
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.empower .message-02 p {
    position: absolute;
    left: 8vw;
    top: 46vw;
    width: 65vw;
    font-size: 3.4vw;
    letter-spacing: 0.12em;
    font-weight: 700;
    line-height: 1.85;
  }
}
main.empower .message-02 p span {
  color: #4688e9;
  font-weight: 700;
}
main.empower .section-03 .point {
  position: relative;
}
main.empower .section-03 .point h3 {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  color: #4688e9;
  position: absolute;
  margin-top: 0;
}
@media (max-width: 750px) {
  main.empower .section-03 .point h3 {
    font-size: 6vw;
  }
}
main.empower .section-03 .point h3.title-01 {
  top: 103px;
  left: 48px;
}
@media (max-width: 750px) {
  main.empower .section-03 .point h3.title-01 {
    top: 22vw;
    left: 7vw;
  }
}
main.empower .section-03 .point h3.title-02 {
  top: 103px;
  left: 558px;
}
@media (max-width: 750px) {
  main.empower .section-03 .point h3.title-02 {
    top: 108vw;
    left: 7vw;
  }
}
main.empower .section-03 .point h3.title-03 {
  top: 375px;
  left: 48px;
}
@media (max-width: 750px) {
  main.empower .section-03 .point h3.title-03 {
    top: 185vw;
    left: 7vw;
  }
}
main.empower .section-03 .point h3.title-04 {
  top: 350px;
  left: 558px;
}
@media (max-width: 750px) {
  main.empower .section-03 .point h3.title-04 {
    top: 261vw;
    left: 7vw;
  }
}
main.empower .section-03 .point p {
  position: absolute;
  margin-top: 0 !important;
}
@media (max-width: 750px) {
  main.empower .section-03 .point p {
    font-size: 3.4vw;
    letter-spacing: 0.02em;
    line-height: 1.85;
    width: 69vw;
  }
}
main.empower .section-03 .point p.txt-01 {
  top: 155px;
  left: 48px;
}
@media (max-width: 750px) {
  main.empower .section-03 .point p.txt-01 {
    top: 42vw;
    left: 7vw;
    font-size: 4vw;
  }
}
main.empower .section-03 .point p.txt-02 {
  top: 155px;
  left: 558px;
}
@media (max-width: 750px) {
  main.empower .section-03 .point p.txt-02 {
    top: 119vw;
    left: 7vw;
    font-size: 4vw;
  }
}
main.empower .section-03 .point p.txt-03 {
  top: 431px;
  left: 48px;
}
@media (max-width: 750px) {
  main.empower .section-03 .point p.txt-03 {
    top: 207vw;
    left: 7vw;
    font-size: 4vw;
  }
}
main.empower .section-03 .point p.txt-04 {
  top: 431px;
  left: 558px;
}
@media (max-width: 750px) {
  main.empower .section-03 .point p.txt-04 {
    top: 282vw;
    left: 7vw;
    font-size: 4vw;
  }
}
main.empower .fukidashi {
  position: relative;
}
main.empower .fukidashi .txt-01 {
  margin-top: 0 !important;
  position: absolute;
  top: 78px;
  left: 37px;
  font-size: 18px;
  letter-spacing: 0.14em;
  line-height: 1.7;
  font-weight: 700;
  margin-top: 0;
}
@media (max-width: 750px) {
  main.empower .fukidashi .txt-01 {
    top: 25vw;
    left: 9vw;
    font-size: 4.5vw;
  }
}
main.empower .fukidashi .txt-02 {
  margin-top: 0 !important;
  position: absolute;
  top: 2px;
  left: 310px;
  font-size: 36px;
}
@media (max-width: 750px) {
  main.empower .fukidashi .txt-02 {
    top: 20vw;
    left: 36vw;
    font-size: 12vw !important;
    font-weight: 700 !important;
  }
}
main.empower .fukidashi .txt-02 span {
  font-weight: 700;
  color: #4688e9;
  font-size: 92px;
}
@media (max-width: 750px) {
  main.empower .fukidashi .txt-02 span {
    font-size: 24vw;
  }
}
main.empower .all {
  display: block !important;
  padding: 16px 30px;
  text-align: center;
  background-image: url(../images/empower/bg-blue.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  box-shadow: 0 7px 18px rgba(60, 120, 225, 0.2);
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 750px) {
  main.empower .all {
    font-size: calc(18 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.empower .all {
    padding: 6vw 5vw !important;
    margin-top: 6vw !important;
  }
}
main.empower .all span {
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 750px) {
  main.empower .all span {
    font-size: calc(14 / 375 * 100 * 1vw);
  }
}
main.empower .benefit-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 750px) {
  main.empower .benefit-list {
    margin-top: 8vw;
  }
}
main.empower .benefit-list li {
  width: 325px;
  display: block !important;
  padding: 46px 30px;
  text-align: center;
  background-image: url(../images/empower/bg-blue.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  box-shadow: 0 7px 18px rgba(60, 120, 225, 0.2);
}
main.empower .benefit-list li:nth-of-type(1) {
  margin-top: 30px !important;
}
@media (max-width: 750px) {
  main.empower .benefit-list li {
    margin-top: 5vw;
    padding: 8vw 6vw;
  }
}
main.empower .benefit-list li h3 {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.empower .benefit-list li h3 {
    font-size: calc(26 / 375 * 100 * 1vw);
  }
}
main.empower .benefit-list li h3 {
  margin-top: 0 !important;
}
main.empower .benefit-list li p {
  text-align: left;
  margin-top: 24px;
}
@media (max-width: 750px) {
  main.empower .benefit-list li p {
    margin-top: calc(20 / 375 * 100 * 1vw);
  }
}
main.empower .benefit-list li p span {
  color: #4688e9;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.empower .benefit-list li {
    width: 100%;
  }
}
main.empower .benefit-list li img {
  width: 140px !important;
  margin-left: initial !important;
  margin-top: 24px;
}
@media (max-width: 750px) {
  main.empower .benefit-list li img {
    margin-top: calc(24 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.empower .benefit-list li img {
    width: calc(140 / 375 * 100 * 1vw);
  }
}

main.interview .navigation {
  padding-bottom: 90px;
}
main.interview .navigation h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5666666667;
}
@media (max-width: 750px) {
  main.interview .navigation h2 {
    font-size: calc(24.5 / 375 * 100 * 1vw);
  }
}
main.interview .navigation h2 span {
  color: #4688e9;
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.interview .navigation h2 span {
    font-size: calc(31.16 / 375 * 100 * 1vw);
  }
}
main.interview .navigation ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 750px) {
  main.interview .navigation ul {
    display: block;
  }
}
main.interview .navigation ul li {
  width: 354px;
}
@media (max-width: 750px) {
  main.interview .navigation ul li {
    width: 104%;
    margin-top: -6vw;
  }
  main.interview .navigation ul li:nth-of-type(1) {
    margin-top: 0;
  }
}
main.interview .navigation ul li a {
  position: relative;
  display: block;
}
@media (max-width: 750px) {
  main.interview .navigation ul li a .hvr {
    display: none;
  }
}
@media (min-width: 751px) {
  main.interview .navigation ul li a .hvr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.3s;
  }
  main.interview .navigation ul li a:hover .hvr {
    opacity: 1;
  }
}
main.interview .title-en img {
  height: 20px;
}
main.interview .interview-detail {
  background: #fff;
  position: relative;
  padding-top: 350px;
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  main.interview .interview-detail {
    padding-top: 22vw;
  }
}
main.interview .interview-detail .container {
  position: relative;
}
main.interview .interview-detail:before {
  content: "";
  width: 100%;
  height: 316px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(0, 141, 236, 0.5), rgb(0, 141, 236));
}
@media (max-width: 750px) {
  main.interview .interview-detail:before {
    height: calc(287 / 375 * 100 * 1vw);
  }
}
main.interview .interview-detail .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  main.interview .interview-detail .flex {
    display: block;
  }
}
main.interview .interview-detail .flex .meta {
  order: 1;
}
@media (max-width: 750px) {
  main.interview .interview-detail .flex .meta {
    display: flex;
    flex-wrap: wrap;
  }
  main.interview .interview-detail .flex .meta .nyusha {
    width: 100%;
  }
}
main.interview .interview-detail .flex .meta .name {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.interview .interview-detail .flex .meta .name {
    font-size: calc(28 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.interview .interview-detail .flex .meta .name {
    margin-right: 3vw;
  }
}
main.interview .interview-detail .flex .meta .ex-job {
  font-size: 14px;
}
@media (max-width: 750px) {
  main.interview .interview-detail .flex .meta .ex-job {
    font-size: calc(14 / 375 * 100 * 1vw);
  }
}
main.interview .interview-detail .flex .image {
  margin-top: -250px;
  position: relative;
  order: 2;
}
@media (max-width: 750px) {
  main.interview .interview-detail .flex .image {
    margin-top: 0;
    width: 100vw;
    max-width: initial;
  }
}
@media (max-width: 750px) {
  main.interview .interview-detail .flex .image {
    margin-left: calc(-25 / 375 * 100 * 1vw);
  }
}
main.interview .interview-detail .flex .image p {
  position: absolute;
}
main.interview .interview-detail .flex .image p span {
  display: inline-block;
  padding: 4px 8px;
  background: #fff;
  color: #4688e9;
}
main.interview .interview-detail .flex .image img {
  width: 798px;
}
main.interview .interview-detail .flex > p {
  position: absolute;
  top: -280px;
  right: 0px;
  width: 23px;
}
@media (max-width: 750px) {
  main.interview .interview-detail .flex > p {
    top: -11vw;
    right: initial;
    width: 36vw;
  }
}
main.interview .interview-detail dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px dotted #9dbbf0;
  margin-top: 90px;
}
@media (max-width: 750px) {
  main.interview .interview-detail dl {
    display: block;
    margin-top: 10vw;
  }
}
main.interview .interview-detail dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
main.interview .interview-detail dl dt {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  color: #4688e9;
}
@media (max-width: 750px) {
  main.interview .interview-detail dl dt {
    display: block;
  }
}
main.interview .interview-detail dl dt img {
  width: 69px;
  margin-right: 20px;
}
@media (max-width: 750px) {
  main.interview .interview-detail dl dt img {
    display: block;
  }
}
@media (max-width: 750px) {
  main.interview .interview-detail dl dt img {
    width: calc(56 / 375 * 100 * 1vw);
  }
}
main.interview .interview-detail dl dd {
  width: 550px;
}
@media (max-width: 750px) {
  main.interview .interview-detail dl dd {
    width: 100%;
  }
}

main.stories {
  margin-top: 140px;
  padding-top: 50px;
  background: #fff;
  border-radius: 50px 50px 0 0;
  padding-bottom: 100px;
}
@media (min-width: 751px) {
  main.stories a {
    transition: 0.3s;
  }
  main.stories a:hover {
    opacity: 0.7;
  }
}
main.stories .title img {
  max-width: initial;
  width: 1160px;
  margin-left: -66px;
}
@media (max-width: 750px) {
  main.stories .title img {
    width: 100vw;
  }
}
@media (max-width: 750px) {
  main.stories .title img {
    margin-left: calc(-25 / 375 * 100 * 1vw);
  }
}
main.stories h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
}
main.stories h2 img {
  height: 20px;
  width: auto;
  margin-bottom: 20px;
}
main.stories .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 750px) {
  main.stories .flex {
    display: block;
  }
}
main.stories .flex > div {
  width: 503px;
  height: 344px;
  background-image: url(../images/stories/borad.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 54px 16px 10px;
  position: relative;
}
@media (max-width: 750px) {
  main.stories .flex > div {
    width: 100%;
    height: initial;
    aspect-ratio: 503/365;
    padding: 13vw 3vw 2vw;
  }
}
main.stories .flex > div h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translate(-50%, 0px);
}
@media (max-width: 750px) {
  main.stories .flex > div h3 {
    font-size: calc(14 / 375 * 100 * 1vw);
  }
}
main.stories .flex > div ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  main.stories .flex > div ul li {
    line-height: 0;
  }
}
main.stories .flex > div ul li a img {
  width: 234px;
}
@media (max-width: 750px) {
  main.stories .flex > div ul li a img {
    width: calc(149 / 375 * 100 * 1vw);
  }
}
main.stories .flex > div ul li a {
  position: relative;
  display: block;
}
@media (max-width: 750px) {
  main.stories .flex > div ul li a .hvr {
    display: none;
  }
}
@media (min-width: 751px) {
  main.stories .flex > div ul li a .hvr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.3s;
  }
  main.stories .flex > div ul li a:hover {
    opacity: 1;
  }
  main.stories .flex > div ul li a:hover .hvr {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  main.stories .flex > div ul li a .hvr {
    display: none;
  }
}
main.stories .flex > div .tags {
  margin-top: 0;
}
main.stories .flex > div .tags a {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 5px 12px;
  border-radius: 30px;
  border: 1px solid #3c78e1;
  color: #3c78e1;
  font-size: 14px;
  font-weight: 500;
  background: #eaf6fd;
  transition: 0.3s;
  margin-top: 12px;
}
main.stories .flex > div .tags a:hover {
  background: #3c78e1;
  color: #fff;
}
main.stories .flex > div .tags a {
  margin-right: 8px;
  margin-left: 0;
}
main.stories .articles {
  margin-top: 80px;
}
main.stories .articles ul {
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
main.stories .articles ul li {
  width: 315px;
  margin-left: 39px;
  margin-bottom: 39px;
}
@media (max-width: 750px) {
  main.stories .articles ul li {
    width: calc(155 / 375 * 100 * 1vw);
  }
}
main.stories .articles ul li:nth-of-type(3n-2) {
  margin-left: 0;
}
@media (max-width: 750px) {
  main.stories .articles ul li {
    margin-left: 4vw;
  }
  main.stories .articles ul li:nth-of-type(2n-1) {
    margin-left: 0;
  }
}
main.stories .articles ul li > a {
  display: block;
}
main.stories .articles ul li > a .visual {
  position: relative;
}
main.stories .articles ul li > a .visual .img {
  width: 100%;
  aspect-ratio: 315/214;
  background-size: cover;
  background-position: center;
  border-radius: 50px 15px 0 15px;
  position: relative;
}
main.stories .articles ul li > a .visual .img:before {
  content: "";
  width: 68px;
  height: 66px;
  display: block;
  background-image: url(../images/top/mask.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  right: 0;
  bottom: 0;
}
main.stories .articles ul li > a .visual .img:first-of-type {
  opacity: 1;
  transition: 0.3s;
}
main.stories .articles ul li > a .visual .hvr {
  opacity: 0;
  transition: 0.3s;
}
main.stories .articles ul li > a .visual .btn {
  width: 60px;
  position: absolute;
  right: -10px;
  bottom: -8px;
}
main.stories .articles ul li > a:hover .visual .img:first-of-type {
  opacity: 0.7;
}
main.stories .articles ul li > a:hover .visual .hvr {
  opacity: 1;
}
main.stories .articles ul li > a h3 {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.5;
}
main.stories.stories-detail .meta {
  display: flex;
}
@media (max-width: 750px) {
  main.stories.stories-detail .meta {
    flex-wrap: wrap;
  }
}
main.stories.stories-detail .meta .cat {
  margin-right: auto;
}
@media (max-width: 750px) {
  main.stories.stories-detail .meta .cat {
    width: 100%;
  }
}
main.stories.stories-detail .meta p > span {
  color: #3c78e1;
  font-weight: 900;
  margin-left: 10px;
  font-family: "Lato", sans-serif;
}
main.stories.stories-detail .meta p + p {
  margin-left: 20px;
}
@media (max-width: 750px) {
  main.stories.stories-detail .meta p + p {
    margin-left: 3vw;
  }
}
main.stories.stories-detail h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #264a79;
}
main.stories .tags {
  margin-top: 15px;
}
main.stories .tags a {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 5px 12px;
  border-radius: 30px;
  border: 1px solid #3c78e1;
  color: #3c78e1;
  font-size: 14px;
  font-weight: 500;
  background: #eaf6fd;
  transition: 0.3s;
}
main.stories .tags a:hover {
  background: #3c78e1;
  color: #fff;
}
main.stories .tags a + a {
  margin-left: 8px;
}
main.stories .cat {
  margin-top: 10px;
}
main.stories .cat span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 150px;
  height: 34px;
  background-image: url(../images/top/bg-cat.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
main.stories aside {
  width: 260px;
}
main.stories aside h2 {
  font-size: 20px !important;
  text-align: left !important;
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 24px;
  padding: 3px 10px;
  border-bottom: 2px solid var(--main-color);
  border-left: 4px solid var(--main-color);
}
main.stories aside ul li {
  margin-top: 20px;
}
main.stories aside ul li:nth-of-type(1) {
  margin-top: 0;
}
main.stories aside ul li a {
  display: flex;
  align-items: flex-start;
}
main.stories aside ul li a img {
  width: 110px;
}
main.stories aside ul li a .txt {
  width: calc(100% - 110px);
  padding-left: 20px;
  line-height: 1.8;
}
main.stories aside ul li a .count {
  color: #3c78e1;
  font-weight: 700;
  font-size: 14px;
}

main.apply .title img {
  max-width: initial;
  width: 1160px;
  margin-left: -66px;
}
main.apply .container h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 750px) {
  main.apply .container h2 {
    font-size: calc(28 / 375 * 100 * 1vw);
  }
}
main.apply .section-01 {
  padding-bottom: 88px;
}
main.apply .section-01 .container {
  position: relative;
}
main.apply .section-01 .container h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 750px) {
  main.apply .section-01 .container h2 {
    font-size: calc(28 / 375 * 100 * 1vw);
  }
}
main.apply .section-01 .container h2 + p {
  margin-top: 40px;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 750px) {
  main.apply .section-01 .container h2 + p {
    margin-top: 5vw;
    margin-bottom: 4vw;
    text-align: left;
  }
}
main.apply .section-01 .container .object {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main.apply .section-01 .container.nav-area {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 750px) {
  main.apply .section-01 .container.nav-area > img {
    width: 115%;
    max-width: initial;
    margin-left: -6vw;
  }
}
main.apply .section-01 .container.nav-area .title-01 {
  position: absolute;
  top: 281px;
  font-size: 28px;
  font-weight: 700;
  left: 191px;
  letter-spacing: 0.07em;
}
@media (max-width: 750px) {
  main.apply .section-01 .container.nav-area .title-01 {
    top: 64vw;
    font-size: 7vw;
    left: 37vw;
  }
}
main.apply .section-01 .container.nav-area .title-01 + p {
  position: absolute;
  top: 315px;
  left: 51px;
  text-align: left;
  letter-spacing: 0.055em;
  width: 410px;
  line-height: 1.87;
}
@media (max-width: 750px) {
  main.apply .section-01 .container.nav-area .title-01 + p {
    top: 75vw;
    right: initial;
    left: 11.5vw;
    font-size: 3.4vw;
    width: 78vw;
    line-height: 2.8;
  }
}
main.apply .section-01 .container.nav-area .title-02 {
  position: absolute;
  top: 281px;
  font-size: 28px;
  font-weight: 700;
  right: 150px;
  letter-spacing: 0.07em;
}
@media (max-width: 750px) {
  main.apply .section-01 .container.nav-area .title-02 {
    top: 226vw;
    font-size: 7vw;
    right: 23vw;
  }
}
main.apply .section-01 .container.nav-area .title-02 + p {
  position: absolute;
  top: 315px;
  right: 40px;
  text-align: left;
  letter-spacing: 0.055em;
  width: 410px;
  line-height: 1.87;
}
@media (max-width: 750px) {
  main.apply .section-01 .container.nav-area .title-02 + p {
    top: 236vw;
    right: 10vw;
    font-size: 3.4vw;
    width: 78vw;
    line-height: 2.8;
  }
}
main.apply .section-01 .container.nav-area a {
  position: absolute;
  bottom: 60px;
  display: block;
}
@media (min-width: 751px) {
  main.apply .section-01 .container.nav-area a {
    transition: 0.3s;
  }
  main.apply .section-01 .container.nav-area a:hover {
    opacity: 1;
  }
}
main.apply .section-01 .container.nav-area a .hvr {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
}
main.apply .section-01 .container.nav-area a:hover .hvr {
  opacity: 1;
}
main.apply .section-01 .container.nav-area a.btn-01 {
  left: 98px;
}
@media (max-width: 750px) {
  main.apply .section-01 .container.nav-area a.btn-01 {
    left: 50%;
    transform: translate(-50%, 0);
    bottom: initial;
    top: 125vw;
  }
}
main.apply .section-01 .container.nav-area a.btn-02 {
  right: 98px;
}
@media (max-width: 750px) {
  main.apply .section-01 .container.nav-area a.btn-02 {
    right: initial;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 20vw;
  }
}
main.apply .section-01 .container.nav-area a img {
  width: 304px;
}
@media (max-width: 750px) {
  main.apply .section-01 .container.nav-area a img {
    width: 68vw;
    max-width: initial;
  }
}
main.apply .sec-form .txt-en {
  text-align: center;
}
main.apply .sec-form .txt-en img {
  height: 20px;
}
main.apply .sec-form .txt {
  text-align: center;
  margin-top: 48px;
}
@media (max-width: 750px) {
  main.apply .sec-form .txt {
    text-align: left;
    margin-top: 5vw;
  }
}
main.apply .sec-form .banner {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 750px) {
  main.apply .sec-form .banner {
    line-height: 0;
    display: block;
    margin-top: 5vw;
  }
}
main.apply .sec-form .banner span {
  display: block;
  text-align: right;
  width: 700px;
  margin-inline: auto;
  color: #c82727;
  font-size: 14px;
}
@media (max-width: 750px) {
  main.apply .sec-form .banner span {
    line-height: 2;
    width: 100%;
  }
}
main.apply .sec-form .banner + .banner {
  margin-top: 30px;
}
@media (min-width: 751px) {
  main.apply .sec-form .banner + .banner a {
    transition: 0.3s;
  }
  main.apply .sec-form .banner + .banner a:hover {
    opacity: 0.7;
  }
}
main.apply .inner {
  margin-top: 60px;
}
main.apply .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
main.apply .flex > div {
  width: 503px;
  height: 344px;
  background-image: url(../images/stories/borad.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 54px 16px 10px;
  position: relative;
}
main.apply .flex > div h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translate(-50%, 0px);
}
main.apply .flex > div ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.apply .flex > div ul li a img {
  width: 234px;
}
main.apply .flex > div .tags {
  margin-top: 15px;
}
main.apply .flex > div .tags a {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 5px 12px;
  border-radius: 30px;
  border: 1px solid #3c78e1;
  color: #3c78e1;
  font-size: 14px;
  font-weight: 500;
  background: #eaf6fd;
  transition: 0.3s;
}
main.apply .flex > div .tags a:hover {
  background: #3c78e1;
  color: #fff;
}
main.apply .flex > div .tags a + a {
  margin-left: 8px;
}
main.apply .articles {
  margin-top: 80px;
}
main.apply .articles ul {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
main.apply .articles ul li {
  width: 315px;
}
main.apply .articles ul li > a {
  display: block;
}
main.apply .articles ul li > a .visual {
  position: relative;
}
main.apply .articles ul li > a .visual img:first-of-type {
  opacity: 1;
  transition: 0.3s;
}
main.apply .articles ul li > a .visual .hvr {
  opacity: 0;
  transition: 0.3s;
}
main.apply .articles ul li > a .visual .btn {
  width: 60px;
  position: absolute;
  right: -10px;
  bottom: -8px;
}
main.apply .articles ul li > a:hover .visual img:first-of-type {
  opacity: 0.7;
}
main.apply .articles ul li > a:hover .visual .hvr {
  opacity: 1;
}
main.apply .articles ul li > a h3 {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.5;
}
main.apply.stories-detail .meta {
  display: flex;
}
main.apply.stories-detail .meta .cat {
  margin-right: auto;
}
main.apply.stories-detail .meta p > span {
  color: #3c78e1;
  font-weight: 900;
  margin-left: 10px;
  font-family: "Lato", sans-serif;
}
main.apply.stories-detail .meta p + p {
  margin-left: 20px;
}
main.apply.stories-detail h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #264a79;
}
main.apply .tags {
  margin-top: 15px;
}
main.apply .tags a {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 5px 12px;
  border-radius: 30px;
  border: 1px solid #3c78e1;
  color: #3c78e1;
  font-size: 14px;
  font-weight: 500;
  background: #eaf6fd;
  transition: 0.3s;
}
main.apply .tags a:hover {
  background: #3c78e1;
  color: #fff;
}
main.apply .tags a + a {
  margin-left: 8px;
}
main.apply .cat {
  margin-top: 10px;
}
main.apply .cat span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 150px;
  height: 34px;
  background-image: url(../images/top/bg-cat.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
main.apply aside {
  width: 260px;
}
main.apply aside h2 {
  font-size: 20px !important;
  text-align: left !important;
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 24px;
  padding: 3px 10px;
  border-bottom: 2px solid var(--main-color);
  border-left: 4px solid var(--main-color);
}
main.apply aside ul li {
  margin-top: 20px;
}
main.apply aside ul li:nth-of-type(1) {
  margin-top: 0;
}
main.apply aside ul li a {
  display: flex;
  align-items: flex-start;
}
main.apply aside ul li a img {
  width: 110px;
}
main.apply aside ul li a .txt {
  width: calc(100% - 110px);
  padding-left: 20px;
  line-height: 1.8;
}
main.apply aside ul li a .count {
  color: #3c78e1;
  font-weight: 700;
  font-size: 14px;
}

main.job {
  padding-bottom: 100px;
}
main.job a {
  position: relative;
  display: block;
}
main.job a .hvr {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
main.job a:hover .hvr {
  opacity: 1;
}
main.job .local-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.job .local-nav li {
  width: 328px;
}
@media (max-width: 750px) {
  main.job .local-nav li {
    width: 100%;
  }
}
main.job .map-detail {
  position: relative;
}
@media (max-width: 750px) {
  main.job .map-detail {
    width: 100vw;
  }
}
@media (max-width: 750px) {
  main.job .map-detail {
    margin-left: calc(-25 / 375 * 100 * 1vw);
  }
}
main.job .map-detail a {
  position: absolute;
  display: block;
}
main.job .map-detail a img {
  height: 48px;
}
@media (max-width: 750px) {
  main.job .map-detail a img {
    height: calc(30 / 375 * 100 * 1vw);
  }
}
main.job .map-detail a .hvr {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 750px) {
  main.job .map-detail a .hvr {
    display: none;
  }
}
main.job .map-detail a:hover .hvr {
  opacity: 1;
}
main.job .map-detail a.cat-01 {
  right: 320px;
  top: 277px;
}
@media (max-width: 750px) {
  main.job .map-detail a.cat-01 {
    right: 15vw;
    top: 47vw;
  }
}
main.job .map-detail a.cat-02 {
  right: 600px;
  top: 327px;
}
@media (max-width: 750px) {
  main.job .map-detail a.cat-02 {
    right: 55vw;
    top: 52vw;
  }
}
main.job .map-detail a.cat-03 {
  right: 510px;
  top: 454px;
}
@media (max-width: 750px) {
  main.job .map-detail a.cat-03 {
    right: 50vw;
    top: 69vw;
  }
}
main.job .map-detail a.cat-04 {
  right: 320px;
  top: 444px;
}
@media (max-width: 750px) {
  main.job .map-detail a.cat-04 {
    right: 14vw;
    top: 67vw;
  }
}
main.job .map-detail a.cat-05 {
  right: 610px;
  top: 554px;
}
@media (max-width: 750px) {
  main.job .map-detail a.cat-05 {
    right: 58vw;
    top: 84vw;
  }
}
main.job .option .local-nav {
  width: 840px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  main.job .option .local-nav {
    width: 100%;
  }
}
main.job .option .local-nav li {
  width: 412px;
}
@media (max-width: 750px) {
  main.job .option .local-nav li {
    width: 100%;
  }
}
main.job h2 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
main.job h2 img {
  height: 33.5px;
}
main.job .type ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.job .type ul li {
  width: 500px;
  margin-top: 30px;
}
@media (max-width: 750px) {
  main.job .type ul li {
    width: 100%;
    margin-top: 5vw;
  }
  main.job .type ul li img + p {
    line-height: 1.85;
  }
}
main.job .type ul li a {
  background: #fff;
  border-radius: 20px;
  display: block;
  padding: 40px 40px 80px;
  height: 100%;
}
@media (max-width: 750px) {
  main.job .type ul li a {
    padding: 5vw 5vw 2vw;
  }
}
main.job .type ul li a h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 750px) {
  main.job .type ul li a h2 {
    font-size: calc(22 / 375 * 100 * 1vw);
  }
}
main.job .type ul li a h2 + p {
  color: #4688e9;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #264a79;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (max-width: 750px) {
  main.job .type ul li a h2 + p {
    font-size: calc(14 / 375 * 100 * 1vw);
  }
}
main.job .type ul li a .more {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-right: -20px;
}
@media (min-width: 751px) {
  main.job .type ul li a .more {
    position: absolute;
    bottom: 6px;
    right: 30px;
  }
}
main.job .type ul li a .more img {
  width: 69px;
}
main.job .type ul li a .more .hvr {
  left: initial;
  right: 0;
}

/*
---------------------------------------
entry
---------------------------------------
*/
#entry {
  background: #f8f8f8;
  padding: 160px 0 200px;
}
@media (max-width: 750px) {
  #entry {
    padding: 7vw 0 10vw;
  }
}

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

#archive_case .wrapper {
  width: 1038px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
}
@media (max-width: 375px) {
  #archive_case .wrapper {
    width: 88vw;
    margin: 0 auto;
    display: block;
    flex-wrap: initial;
  }
}

.box_case {
  display: block;
  width: 332px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 7px 20px;
  box-sizing: border-box;
  padding: 20px 20px 23px;
}
@media (max-width: 375px) {
  .box_case {
    width: 88vw;
    margin: 0 0 6vw;
  }
}
.box_case figure {
  margin: 0 0 14px;
}
@media (max-width: 375px) {
  .box_case figure {
    margin: 0 0 4vw;
  }
}
.box_case .data .tax {
  color: #3c78e1;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 6px;
}
@media (max-width: 375px) {
  .box_case .data .tax {
    font-size: 3vw;
    margin: 0 0 2vw;
  }
}
.box_case .data .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 375px) {
  .box_case .data .title {
    font-size: 3.4vw;
    margin: 0 0 2;
  }
}
.box_case .data .information {
  margin: 0 0 16px;
}
@media (max-width: 375px) {
  .box_case .data .information {
    margin: 0 0 3vw;
  }
}
.box_case .data .information .info {
  display: flex;
  display: -ms-flex;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}
.box_case .data .information .info:last-of-type {
  border-bottom: none;
}
.box_case .data .information .info .head {
  width: 5em;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #e6e6e6;
  padding: 5px 0 5px;
  box-sizing: border-box;
}
.box_case .data .information .info .text {
  font-size: 12px;
  width: calc(100% - 5em);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 0 5px 0.5em;
}
.box_case .btn {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
}
.box_case .btn a {
  display: block;
  width: calc(50% - 3px);
  font-size: 14px;
  text-align: center;
  padding: 13px 8px 11px 0;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s;
}
.box_case .btn a:hover {
  opacity: 0.7;
}
@media (max-width: 375px) {
  .box_case .btn a:hover {
    opacity: 1;
  }
}
@media (max-width: 375px) {
  .box_case .btn a {
    padding: 12px 8px 12px 0;
  }
}
.box_case .btn 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;
}
.box_case .btn a.btn-case--detail {
  border: 1px solid #333;
}
.box_case .btn a.btn-case--detail:before {
  border-color: #333;
}
.box_case .btn a.btn-case--entry {
  border: 1px solid #d71f1c;
  background: #d71f1c;
  color: #fff;
}

#case {
  padding: 120px 0 95px;
}
@media (max-width: 375px) {
  #case {
    padding: 0;
  }
}
#case .wrapper {
  width: 94%;
  max-width: 1064px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 375px) {
  #case .wrapper {
    width: 100vw;
    padding: 0;
    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: 375px) {
  #case .wrapper .contents {
    width: 100%;
    padding: 22vw 6vw 15vw;
    box-shadow: none;
  }
}
#case .wrapper .contents .primary .label_term {
  margin: 0 0 20px;
}
@media (max-width: 375px) {
  #case .wrapper .contents .primary .label_term {
    margin: 0 0 5vw;
  }
}
#case .wrapper .contents .primary .label_term .inner_text {
  display: inline-block;
  color: white;
  background: #3c78e1;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 50px 8px;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .primary .label_term .inner_text {
    padding: 14px 50px 8px;
  }
}
@media (max-width: 375px) {
  #case .wrapper .contents .primary .label_term .inner_text {
    font-size: 3.4vw;
    padding: 1vw 6vw;
  }
}
#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: 375px) {
  #case .wrapper .contents .primary .title {
    font-size: 4.4vw;
    padding: 0 0 3vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .information .lead {
  color: #3c78e1;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (max-width: 375px) {
  #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: 375px) {
  #case .wrapper .contents .single-content {
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .photo_information {
  width: 464px;
  margin: 0 auto 50px;
}
@media (max-width: 375px) {
  #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: 375px) {
  #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: 375px) and (max-width: 375px) {
  #case .wrapper .contents .btns_s a:hover {
    opacity: 1;
  }
}
@media (max-width: 375px) {
  #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;
  }
  #case .wrapper .contents .btns_s a.btn-case--detail {
    border: 1px solid #333;
  }
  #case .wrapper .contents .btns_s a.btn-case--detail:before {
    border-color: #333;
  }
  #case .wrapper .contents .btns_s a.btn-case--entry {
    border: 1px solid #d71f1c;
    background: #d71f1c;
    color: #fff;
  }
}
#case .wrapper .contents .pr {
  margin: 0 0 70px;
}
@media (max-width: 375px) {
  #case .wrapper .contents .pr {
    margin: 0 0 15vw;
  }
}
#case .wrapper .contents .pr .box_pr {
  margin: 0 0 40px;
}
@media (max-width: 375px) {
  #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: 375px) {
  #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: 375px) {
  #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: 375px) {
  #case .wrapper .contents .pr .box_pr.narrow .data {
    width: 100%;
  }
}
#case .wrapper .contents .pr .box_pr .data .ttl_pr {
  color: #3c78e1;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 0 10px;
}
@media (max-width: 375px) {
  #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: 375px) {
  #case .wrapper .contents .pr .box_pr .data .text {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .gallery {
  margin: 0 0 40px;
}
@media (max-width: 375px) {
  #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: 375px) {
  #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: 375px) {
  #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: 375px) {
  #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: 375px) {
  #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: 375px) {
  #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: 375px) {
  #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: 375px) {
  #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: 375px) {
  #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: 375px) {
  #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: 375px) {
  #case .wrapper .contents .google .map {
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .google .map iframe {
  width: 100%;
  height: 220px;
}
@media (max-width: 375px) {
  #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;
}
#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: 375px) {
  #case .wrapper .contents .google .url a .icon img {
    width: 100%;
    height: auto;
  }
}
#case .wrapper .contents .google .url a {
  transition: all 0.3s;
}
#case .wrapper .contents .google .url a:hover {
  opacity: 0.7;
}
@media (max-width: 375px) {
  #case .wrapper .contents .google .url a:hover {
    opacity: 1;
  }
}
#case .wrapper .contents .btn_entry {
  text-align: center;
  margin: 60px 0 22px;
}
@media (max-width: 375px) {
  #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: #d71f1c;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .btn_entry a {
    padding: 6px 0 0;
  }
}
@media (max-width: 375px) {
  #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 #fff;
  border-right: 2px solid #fff;
}
#case .wrapper .contents .btn_entry a {
  transition: all 0.3s;
}
#case .wrapper .contents .btn_entry a:hover {
  opacity: 0.7;
}
@media (max-width: 375px) {
  #case .wrapper .contents .btn_entry a:hover {
    opacity: 1;
  }
}
#case .wrapper .contents .display_tel {
  width: 316px;
  margin: 0 auto 31px;
}
@media (max-width: 375px) {
  #case .wrapper .contents .display_tel {
    width: 74vw;
    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: 375px) {
  #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: 375px) {
  #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: 4.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: 119px;
  left: 0;
  right: 0;
  display: flex;
  display: -ms-flex;
  justify-content: flex-end;
}
@media (max-width: 375px) {
  #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: 375px) {
  #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: #fff;
  border: 1px solid #4d4d4d;
}
#case .wrapper .links .inner .btn.n2 {
  background: #d71f1c;
  border: 1px solid #d71f1c;
}
#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;
}
@media (max-width: 375px) {
  #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: 375px) {
  #historyback a i {
    padding: 0 1.5vw 0 0;
  }
}
#historyback a {
  transition: all 0.3s;
}
#historyback a:hover {
  opacity: 0.7;
}
@media (max-width: 375px) {
  #historyback a:hover {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */