@charset "UTF-8";
/**
* Foundation
* ========================== */
/*
---------------------------------------
reset
---------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dela+Gothic+One&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: #639ff8;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  color: #333;
  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";
}

body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

@media screen and (max-width: 1136px) {
  body {
    width: 1136px;
  }
}
@media (max-width: 750px) {
  body {
    width: 100%;
  }
}
@media (min-width: 751px) {
  header a,
  footer a {
    transition: 0.3s;
  }
  header a:hover,
  footer a:hover {
    opacity: 0.7;
  }
}

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

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

main {
  padding-top: 96px;
}
@media (max-width: 750px) {
  main {
    padding-top: 56px;
  }
}

/* IE */
#top-of-page {
  position: relative;
  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(14 / 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;
}

.article {
  margin-top: 120px;
}
.article.mt-0 {
  margin-top: 0;
}
@media (max-width: 750px) {
  .article {
    margin-top: 10vw;
  }
}
.article .pickup {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.article .pickup li {
  width: 490px;
  position: relative;
}
@media (max-width: 750px) {
  .article .pickup li {
    width: 100%;
  }
}
.article .pickup li .icon-pu {
  width: 121px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(22%, -50%);
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 750px) {
  .article .pickup li .icon-pu {
    width: calc(83 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .article .pickup li .icon-pu {
    transform: translate(-6%, -50%);
  }
}
@media (max-width: 750px) {
  .article .pickup li {
    width: calc(100% / 375 * 100 * 1vw);
  }
}
.article .pickup li {
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .article .pickup li {
    margin-bottom: 5vw;
  }
}
@media (min-width: 751px) {
  .article .pickup h3 {
    font-size: 22px;
  }
}
.article .pickup + .slider {
  margin-top: 80px;
}
@media (max-width: 750px) {
  .article .pickup + .slider {
    margin-top: 10vw;
    width: 100vw;
    left: -9.5%;
  }
}
@media (max-width: 750px) {
  .article .slider {
    width: 100vw;
    left: -13.5%;
  }
}
.article li .img {
  overflow: hidden;
}
.article li .img span {
  display: block;
  aspect-ratio: 490/350;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}
.article li .img:hover span {
  transform: scale(1.1);
}
.article li h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9090909091;
}
@media (max-width: 750px) {
  .article li h3 {
    font-size: calc(14 / 375 * 100 * 1vw);
  }
}
.article li h3 {
  height: 61px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 750px) {
  .article li h3 {
    -webkit-line-clamp: 2;
    height: initial;
  }
}
.article .name {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .article .name {
    font-size: calc(20 / 375 * 100 * 1vw);
  }
}
.article .name + p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .article .name + p {
    -webkit-line-clamp: 2;
  }
}
.article .btn {
  margin-top: 55px;
}
@media (max-width: 750px) {
  .article .btn {
    margin-top: 5vw;
  }
}
.article .btn a {
  padding-bottom: 3px;
  font-size: 30px;
  font-weight: 600;
  width: 230px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  color: #fff;
  background-color: #3c3c32;
}
@media (max-width: 750px) {
  .article .btn a {
    width: calc(200 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .article .btn a {
    height: calc(34 / 375 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .article .btn a {
    transition: 0.3s;
  }
  .article .btn a:hover {
    opacity: 1;
    background: #f0ff00;
    color: #3c3c32;
  }
}
.article .slick-prev,
.article .slick-next {
  top: initial;
  width: 58px;
  height: 40px;
  background: #3c3c32;
  bottom: -115px;
}
@media (max-width: 750px) {
  .article .slick-prev,
  .article .slick-next {
    width: calc(36 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .article .slick-prev,
  .article .slick-next {
    height: calc(24 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .article .slick-prev,
  .article .slick-next {
    bottom: -16vw;
  }
}
.article .slick-prev:before,
.article .slick-next:before {
  content: "";
}
@media (min-width: 751px) {
  .article .slick-prev,
  .article .slick-next {
    transition: 0.3s;
  }
  .article .slick-prev:hover,
  .article .slick-next:hover {
    opacity: 1;
    background: #f0ff00;
  }
}
.article .slick-prev {
  left: 259px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .article .slick-prev {
    left: 7vw;
  }
}
.article .slick-prev:before {
  background-image: url(../images/common/arrow-wh.webp);
  width: 20px;
  height: 10px;
  display: block;
  background-size: contain;
  background-position: center;
  transition: 0.3s;
}
@media (min-width: 751px) {
  .article .slick-prev:hover:before {
    background-image: url(../images/common/arrow.webp);
  }
}
.article .slick-next {
  right: 259px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .article .slick-next {
    right: 7vw;
  }
}
.article .slick-next:before {
  background-image: url(../images/common/arrow-wh.webp);
  width: 20px;
  height: 10px;
  display: block;
  background-size: contain;
  background-position: center;
  transform: rotate(180deg);
  transition: 0.3s;
}
@media (min-width: 751px) {
  .article .slick-next:hover:before {
    background-image: url(../images/common/arrow.webp);
  }
}
.article .label {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background: #3c3c32;
  padding: 4px 11px 6px;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .article .label {
    font-size: calc(12 / 375 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .article .label {
    transition: 0.3s;
  }
  .article .label:hover {
    opacity: 0.7;
  }
}
.article .meta {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 750px) {
  .article .meta {
    flex-wrap: wrap;
  }
}
.article .meta .data {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #7850ff;
}
@media (max-width: 750px) {
  .article .meta .data {
    font-size: calc(13 / 375 * 100 * 1vw);
  }
}
.article .meta .data {
  letter-spacing: -0.1em;
}
@media (max-width: 750px) {
  .article .meta .data {
    width: 100%;
  }
}
.article .tags {
  margin-top: 72px;
  width: 924px;
  margin-inline: auto;
  padding-inline: 90px;
  padding-block: 10px 20px;
  background-image: url(../images/top/bg-tags.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 750px) {
  .article .tags {
    width: 100%;
    background-image: url(../images/top/bg-tags-sp.webp);
    padding-inline: 4vw;
    padding-block: 4vw 5vw;
    margin-top: 8vw;
  }
}
.article .tags h3 {
  font-size: 22px;
  font-weight: 600;
  padding-left: 22px;
  position: relative;
}
@media (max-width: 750px) {
  .article .tags h3 {
    font-size: calc(18 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .article .tags h3 {
    line-height: 1.5;
    height: initial;
  }
}
.article .tags h3:before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  display: inline-block;
  background-color: #3c3c32;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.article .tags .cat {
  margin-top: 20px;
}
.article .cat {
  margin-top: 10px;
}
@media (max-width: 750px) {
  .article .cat {
    margin-top: 1vw;
  }
}
.article .cat > a, .article .cat > span {
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
}
@media (max-width: 750px) {
  .article .cat > a, .article .cat > span {
    margin-right: 1vw;
  }
}
@media (min-width: 751px) {
  .article .cat > a {
    transition: 0.3s;
  }
  .article .cat > a:hover {
    opacity: 0.7;
  }
}
.article .cat span {
  border: 1px solid #3c3c32;
  display: inline-block;
  padding: 5px 13px;
  line-height: 1;
}
@media (max-width: 750px) {
  .article .cat span {
    font-size: calc(12 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .article .cat span {
    padding: 1vw 2vw;
  }
}
.article .cat span + span {
  margin-right: 8px;
}
@media (max-width: 750px) {
  .article .cat span + span {
    margin-right: 1vw;
  }
}

.overflow {
  overflow: hidden;
}

/*
---------------------------------------
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.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: 1;
  transition: 0.3s;
  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 .inner {
  max-width: 1024px;
  margin: 0 auto;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .l-contents .inner {
    padding: 0 8%;
  }
}
.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
---------------------------------*/
@media (max-width: 750px) {
  .sec-form .inner {
    padding: 0 5%;
  }
}
.sec-form h2 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 750px) {
  .sec-form h2 {
    font-size: calc(12 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .sec-form h2 {
    margin-bottom: 8vw;
  }
}
.sec-form h2 span {
  font-size: 60px;
  font-weight: 900;
}
@media (max-width: 750px) {
  .sec-form h2 span {
    font-size: calc(30 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .sec-form h2 span {
    margin-top: 2vw;
  }
}

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

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

.wrap_form {
  max-width: 700px;
  margin: 0 auto;
}
.wrap_form .require {
  color: #c1272d;
  font-weight: bold;
}
.wrap_form .btn_send_narrow {
  display: block;
  width: 364px;
  padding: 17px 20px;
  margin: 0 auto;
  border: none;
  text-align: center;
  color: #3c3c32;
  font-weight: bold;
  font-size: 18px;
  background-color: #c8ff00;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s;
  background-image: url(../images/form/arrow-send.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;
}
.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: #c1272d;
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

#autozip {
  display: none !important;
}

.hidden-fields-container {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

/* 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: 90px;
}
@media (max-width: 750px) {
  .pageTtl {
    padding-top: calc(31vw - 56px);
  }
}

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

.wp-pagenavi {
  display: 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: 1000px;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .st-header {
    min-width: 0px;
    background: #fff;
  }
}
.st-header.fixed {
  background: rgba(255, 255, 255, 0);
}
@media (max-width: 750px) {
  .st-header.fixed {
    background-color: #fff;
  }
}
.st-header.fixed .st-header__content {
  background-color: #fff;
}

.st-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 30px;
  height: 96px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .st-header__content {
    padding: 0 1vw;
  }
}
@media (max-width: 750px) {
  .st-header__content {
    height: calc(80 / 375 * 100 * 1vw);
  }
}

.st-header__logo a {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .st-header__logo img {
    width: calc(240 / 375 * 100 * 1vw);
  }
}
.st-header__logo img {
  height: auto;
}

.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__link {
  display: block;
  padding: 15px 9px;
  transition: all 0.4s;
  position: relative;
  line-height: 1;
}
@media (max-width: 750px) {
  .st-header__globalNav__link {
    text-align: center;
  }
}
.st-header__globalNav__link .st-header__globalNav__txt {
  font-size: 16px;
  letter-spacing: 0.04em;
  transition: all 0.4s;
  font-family: "Sarabun", sans-serif;
}
@media (max-width: 750px) {
  .st-header__globalNav__link .st-header__globalNav__txt {
    font-size: 4.6vw;
  }
}
@media (min-width: 751px) {
  .st-header__globalNav__link:hover .st-header__globalNav__txt {
    color: #639ff8;
  }
}
.st-header__globalNav__link--contact {
  border: 1px solid #639ff8;
  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: #639ff8;
  }
  .st-header__globalNav__link--contact:hover .st-header__globalNav__txt {
    color: #fff;
  }
}

/* sp-btn */
.scroll-prevent {
  position: fixed;
  width: 100%;
  height: 100%;
}

#sp-btn {
  z-index: 99999999999;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 112px;
  height: 48px;
  transition: all 0.4s;
  padding: 0 8px;
  margin-right: 40px;
  background-image: url(../images/common/hbm-bg.webp);
  background-size: cover;
}
@media (max-width: 750px) {
  #sp-btn {
    width: calc(98 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #sp-btn {
    height: calc(42 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #sp-btn {
    margin-right: calc(10 / 375 * 100 * 1vw);
  }
}
#sp-btn:after {
  content: "MENU";
  font-size: 21px;
  display: block;
  font-family: "Be Vietnam Pro", sans-serif;
  color: #3c3c32;
  text-align: center;
  transition: all 0.4s;
  font-weight: 300;
}
#sp-btn span {
  width: 20px;
  height: 3px;
  transition: all 0.4s;
  background: #3c3c32;
}
#sp-btn span:not(:last-child) {
  margin-bottom: 5px;
}
#sp-btn.active:after {
  content: "CLOSE";
}

#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: translate(2px, 2px) rotate(-45deg);
  margin-bottom: 0;
  width: 100%;
}

#sp-btn.active span:nth-of-type(2) {
  width: 100%;
  transform: translate(2px, -1px) rotate(45deg);
}

/* g-anv */
#g-nav {
  position: fixed;
  z-index: 9999999;
  top: 0;
  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;
  width: 736px;
  left: initial;
  padding: 120px 120px 80px;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 750px) {
  #g-nav {
    width: 100%;
    padding: 20vw 8vw 8vw;
  }
}

/*
---------------------------------------
footer
--------------------------------------
*/
.st-footer {
  padding: 140px 0 45px;
  position: relative;
}
@media (max-width: 750px) {
  .st-footer {
    padding: 16vw 0 10vw;
  }
}
.st-footer .summary {
  line-height: 1.375;
  font-weight: 600;
  padding-left: 28px;
  border-left: 10px solid #3c3c32;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .st-footer .summary {
    font-size: calc(12 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .summary {
    padding-left: calc(10 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .summary {
    border-left: 2.66vw solid #3c3c32;
  }
}
.st-footer .st-footer__left .flex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c4c4c2;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.st-footer .st-footer__left .flex .img img {
  margin-top: 20px;
}
.st-footer .st-footer__left .flex .img ul {
  margin-top: 38px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__left .flex .sns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2vw;
  }
  .st-footer .st-footer__left .flex .sns li {
    width: 49%;
  }
  .st-footer .st-footer__left .flex .sns li img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__left .flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.st-footer .st-footer__left .flex .img ul {
  margin-top: 11px;
}
.st-footer .st-footer__left .flex ul:not(.sns) li {
  margin-top: 8px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__left .flex ul:not(.sns) li {
    margin-left: 0;
    margin-top: 1vw;
    width: 100%;
  }
}
.st-footer .st-footer__left .flex ul:not(.sns) li a {
  width: 152px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eaeff3;
  font-size: 14px;
  padding: 0 8px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__left .flex ul:not(.sns) li a {
    height: calc(21 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__left .flex ul:not(.sns) li a {
    width: 100%;
  }
}
.st-footer .st-footer__left .flex ul:not(.sns) li a:after {
  content: "";
  width: 15px;
  height: 7px;
  display: block;
  background-image: url(../images/common/icon_blank.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 750px) {
  .st-footer .st-footer__left .flex .img > img {
    width: calc(110 / 375 * 100 * 1vw);
  }
}
.st-footer .st-footer__left .flex .txt {
  margin-left: 30px;
  width: 333px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__left .flex .txt {
    width: 40vw;
  }
  .st-footer .st-footer__left .flex .txt .sns img {
    width: 100%;
  }
}
.st-footer .st-footer__left .flex .txt p {
  text-align: left;
}
@media (max-width: 750px) {
  .st-footer .st-footer__left .flex .txt p {
    font-size: calc(12 / 375 * 100 * 1vw);
  }
}
.st-footer .st-footer__left .flex .txt p {
  line-height: 1.5;
}
@media (max-width: 750px) {
  .st-footer .st-footer__left .flex .txt {
    margin-left: 2vw;
  }
}
.st-footer .st-footer__left .flex .txt ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.st-footer .st-footer__left .flex .txt ul li img {
  width: 164px;
}
.st-footer .inner {
  max-width: 1084px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .st-footer .inner {
    width: calc(308 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .inner {
    padding: 0;
  }
}
.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;
    text-align: center;
  }
  .st-footer .st-footer__logo img {
    width: 35vw;
    margin: 0 auto;
  }
}
.st-footer .st-footer__address {
  line-height: 1.8;
}
@media (max-width: 750px) {
  .st-footer .st-footer__address {
    text-align: center;
    padding-bottom: 8vw;
  }
}
.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;
    padding: 0 7vw 9vw;
  }
}
.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: #639ff8;
  }
}
@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: #639ff8;
    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 {
  writing-mode: vertical-rl;
  position: absolute;
  height: -moz-max-content;
  height: max-content;
  bottom: 55px;
  left: 28px;
  letter-spacing: -0.1em;
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright {
    writing-mode: initial;
    position: relative;
    bottom: initial;
    left: initial;
    padding-left: 2vw;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright {
    font-size: calc(12 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright {
    margin-top: calc(73 / 375 * 100 * 1vw);
  }
}
.st-footer .st-footer__copyright small {
  font-size: 13px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright small {
    font-size: 3vw;
  }
}
.st-footer .st-footer__pageTop {
  position: fixed;
  right: 26px;
  bottom: 55px;
  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;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 751px) {
  .st-footer .st-footer__pageTop a:hover .st-footer__pageTop__txt {
    color: #639ff8;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop a {
    width: 22px;
    height: 105px;
  }
}
@media (min-width: 751px) {
  .st-footer .st-footer__right {
    margin-top: 100px;
  }
}
.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;
  }
}

@media (max-width: 750px) {
  .st-footer__right,
  .st-header__nav {
    margin-top: 10vw;
  }
}
.st-footer__right > ul > li,
.st-header__nav > ul > li {
  background: #eaeff3;
  margin-top: 17px;
}
.st-footer__right > ul > li:first-of-type,
.st-header__nav > ul > li:first-of-type {
  margin-top: 0;
}
.st-footer__right > ul > li:nth-of-type(5),
.st-header__nav > ul > li:nth-of-type(5) {
  padding-bottom: 8px;
}
.st-footer__right > ul > li:nth-of-type(5) > span:after,
.st-header__nav > ul > li:nth-of-type(5) > span:after {
  content: none;
}
.st-footer__right > ul > li:nth-of-type(6),
.st-header__nav > ul > li:nth-of-type(6) {
  background-image: url(../images/top/bg-yellow.webp);
  background-size: 100%;
  box-shadow: 5px 5px 0 #3c3c32;
  width: calc(100% - 5px);
  transition: 0.1s;
}
@media (min-width: 751px) {
  .st-footer__right > ul > li:nth-of-type(6):hover,
  .st-header__nav > ul > li:nth-of-type(6):hover {
    transform: translate(5px, 5px);
    box-shadow: 0px 0px 0 #3c3c32;
  }
}
.st-footer__right > ul > li:nth-of-type(6) a,
.st-header__nav > ul > li:nth-of-type(6) a {
  width: 490px;
}
@media (min-width: 751px) {
  .st-footer__right > ul > li:nth-of-type(6) a:hover,
  .st-header__nav > ul > li:nth-of-type(6) a:hover {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  .st-footer__right > ul > li:nth-of-type(6) a,
  .st-header__nav > ul > li:nth-of-type(6) a {
    width: 100%;
  }
}
.st-footer__right > ul > li > a,
.st-footer__right > ul > li span,
.st-header__nav > ul > li > a,
.st-header__nav > ul > li span {
  font-size: 35px;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 8px;
  line-height: 1;
  width: 495px;
}
@media (max-width: 750px) {
  .st-footer__right > ul > li > a,
  .st-footer__right > ul > li span,
  .st-header__nav > ul > li > a,
  .st-header__nav > ul > li span {
    width: 100%;
    padding: 2vw 2vw;
  }
}
@media (max-width: 750px) {
  .st-footer__right > ul > li > a,
  .st-footer__right > ul > li span,
  .st-header__nav > ul > li > a,
  .st-header__nav > ul > li span {
    font-size: calc(26 / 375 * 100 * 1vw);
  }
}
.st-footer__right > ul > li > a:after,
.st-footer__right > ul > li span:after,
.st-header__nav > ul > li > a:after,
.st-header__nav > ul > li span:after {
  content: "";
  width: 22px;
  height: 12px;
  background-image: url(../images/common/arrow-bk.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 750px) {
  .st-footer__right > ul > li > a:after,
  .st-footer__right > ul > li span:after,
  .st-header__nav > ul > li > a:after,
  .st-header__nav > ul > li span:after {
    width: calc(17.42 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer__right > ul > li > a:after,
  .st-footer__right > ul > li span:after,
  .st-header__nav > ul > li > a:after,
  .st-header__nav > ul > li span:after {
    height: calc(9.57 / 375 * 100 * 1vw);
  }
}
.st-footer__right > ul > li ul li a,
.st-header__nav > ul > li ul li a {
  font-size: 20px;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0;
  width: calc(100% - 16px);
  margin-inline: auto;
  border-bottom: 1px solid #3c3c32;
}
@media (max-width: 750px) {
  .st-footer__right > ul > li ul li a,
  .st-header__nav > ul > li ul li a {
    font-size: calc(15.7 / 375 * 100 * 1vw);
  }
}
.st-footer__right > ul > li ul li a:after,
.st-header__nav > ul > li ul li a:after {
  content: "";
  width: 18px;
  height: 8px;
  background-image: url(../images/common/arrow-bk.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 750px) {
  .st-footer__right > ul > li ul li a:after,
  .st-header__nav > ul > li ul li a:after {
    width: calc(14 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer__right > ul > li ul li a:after,
  .st-header__nav > ul > li ul li a:after {
    height: calc(6.39 / 375 * 100 * 1vw);
  }
}

/* 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: #eaeff3;
  padding-block: 120px 100px;
}
@media (max-width: 750px) {
  #contact {
    padding-bottom: 10vw;
    padding-top: 15vw;
  }
}
#contact .pageTtl {
  padding-bottom: 143px;
}
@media (max-width: 750px) {
  #contact .pageTtl {
    padding-bottom: 17vw;
  }
}

/*
---------------------------------------
top
---------------------------------------
*/
#top .introduce {
  padding: 130px 0;
  border-top: none;
}
@media (max-width: 750px) {
  #top .introduce {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
#top .introduce .tire-01 {
  position: absolute;
  right: -8px;
}
@media (max-width: 750px) {
  #top .introduce .tire-01 {
    width: calc(60 / 375 * 100 * 1vw);
  }
}
#top .introduce .tire-01 {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.6s ease;
}
#top .introduce .tire-01.on {
  clip-path: inset(0 0 0 0);
}
#top .introduce p {
  font-weight: 900;
  font-size: 27px;
  line-height: 1.6666666667;
}
@media (max-width: 750px) {
  #top .introduce p {
    font-size: calc(20 / 375 * 100 * 1vw);
  }
}
#top .introduce p span {
  display: inline-block;
  font-size: 40px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #top .introduce p span {
    font-size: calc(27 / 375 * 100 * 1vw);
  }
}
#top .wrapper-mv {
  padding-top: 140px;
  padding-bottom: 80px;
  background: #000;
  transition: 0.3s;
}
#top .wrapper-mv.on {
  background: #fff;
}
#top .wrapper-mv.on .mv .mv-07 img {
  opacity: 1;
}
#top .wrapper-mv.on .mv .txt-mv {
  color: #7850ff;
}
@media (max-width: 750px) {
  #top .wrapper-mv {
    padding-bottom: 0;
    margin-top: -12vw;
  }
}
@media (max-width: 750px) {
  #top .wrapper-mv {
    padding-top: 30%;
  }
}
#top .mv {
  width: 1180px;
  height: 622px;
  position: relative;
  margin-inline: auto;
}
@media (max-width: 750px) {
  #top .mv {
    width: 100%;
    height: calc(100vh - 55vw);
  }
}
#top .mv > div img {
  opacity: 0;
}
#top .mv .clr {
  opacity: 1;
}
#top .mv .bk {
  opacity: 1;
  transition: 0.3s;
}
#top .mv .mv-01 {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.6s ease;
}
@media (max-width: 750px) {
  #top .mv .mv-01 img {
    width: calc(296.44 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-01 img {
    height: calc(54.37 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-01 {
    left: calc(18.5 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-01 {
    top: calc(100 / 375 * 100 * 1vw);
  }
}
#top .mv .mv-01-clr {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.6s ease;
}
@media (max-width: 750px) {
  #top .mv .mv-01-clr {
    left: calc(18.5 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-01-clr {
    top: calc(100 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-01-clr img {
    width: calc(296.44 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-01-clr img {
    height: calc(54.37 / 375 * 100 * 1vw);
  }
}
#top .mv .mv-01-clr.on {
  clip-path: inset(0 0 0 0);
}
#top .mv .mv-01.on {
  clip-path: inset(0 0 0 0);
}
#top .mv .mv-01.on.on2 {
  clip-path: inset(0 0 100% 0);
}
#top .mv .mv-02 {
  position: absolute;
  right: 0;
  top: 0;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.6s ease;
  overflow: hidden;
}
@media (max-width: 750px) {
  #top .mv .mv-02 img {
    width: calc(117 / 375 * 100 * 1vw);
  }
}
#top .mv .mv-02 img {
  height: auto;
}
@media (max-width: 750px) {
  #top .mv .mv-02 {
    top: calc(22 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-02 {
    right: calc(18.5 / 375 * 100 * 1vw);
  }
}
#top .mv .mv-02-clr {
  position: absolute;
  right: 0;
  top: 0;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.6s ease;
  overflow: hidden;
}
@media (max-width: 750px) {
  #top .mv .mv-02-clr {
    top: calc(22 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-02-clr {
    right: calc(18.5 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-02-clr img {
    width: calc(117 / 375 * 100 * 1vw);
  }
}
#top .mv .mv-02-clr img {
  height: auto;
}
#top .mv .mv-02-clr.on {
  clip-path: inset(0 0 0 0);
}
#top .mv .mv-02.on {
  clip-path: inset(0 0 0 0);
}
#top .mv .mv-02.on.on2 {
  clip-path: inset(0 0 100% 0);
}
#top .mv .mv-03 {
  right: 0;
  position: absolute;
  top: 115px;
  overflow: hidden;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.6s ease;
}
@media (max-width: 750px) {
  #top .mv .mv-03 img {
    width: calc(29.7 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-03 img {
    height: calc(108 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-03 {
    top: calc(71 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-03 {
    right: calc(18.5 / 375 * 100 * 1vw);
  }
}
#top .mv .mv-03-clr {
  right: 0;
  position: absolute;
  top: 115px;
  overflow: hidden;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.6s ease;
}
@media (max-width: 750px) {
  #top .mv .mv-03-clr {
    top: calc(71 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-03-clr {
    right: calc(18.5 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-03-clr img {
    width: calc(29.7 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-03-clr img {
    height: calc(108 / 375 * 100 * 1vw);
  }
}
#top .mv .mv-03-clr.on {
  clip-path: inset(0 0 0 0);
}
#top .mv .mv-03.on {
  clip-path: inset(0 0 0 0);
}
#top .mv .mv-03.on.on2 {
  clip-path: inset(0 100% 0 0);
}
#top .mv .mv-04 {
  left: 0;
  position: absolute;
  bottom: 0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s ease;
  overflow: hidden;
}
@media (max-width: 750px) {
  #top .mv .mv-04 img {
    width: calc(52.8 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-04 img {
    height: calc(173 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-04 {
    bottom: calc(50 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-04 {
    left: calc(18 / 375 * 100 * 1vw);
  }
}
#top .mv .mv-04-clr {
  left: 0;
  position: absolute;
  bottom: 0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s ease;
  overflow: hidden;
}
@media (max-width: 750px) {
  #top .mv .mv-04-clr {
    bottom: calc(50 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-04-clr {
    left: calc(18 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-04-clr img {
    width: calc(52.8 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-04-clr img {
    height: calc(173 / 375 * 100 * 1vw);
  }
}
#top .mv .mv-04-clr.on {
  clip-path: inset(0 0 0 0);
}
#top .mv .mv-04.on {
  clip-path: inset(0 0 0 0);
}
#top .mv .mv-04.on.on2 {
  clip-path: inset(0 0 0 100%);
}
#top .mv .mv-05 {
  position: absolute;
  bottom: 0;
  left: 155px;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.6s ease;
  overflow: hidden;
}
@media (max-width: 750px) {
  #top .mv .mv-05 img {
    width: calc(195 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-05 img {
    height: calc(52.8 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-05 {
    bottom: calc(80 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-05 {
    left: calc(75 / 375 * 100 * 1vw);
  }
}
#top .mv .mv-05.on {
  clip-path: inset(0 0 0 0);
}
#top .mv .mv-05.on.on2 {
  clip-path: inset(100% 0 0 0);
}
#top .mv .mv-05-clr {
  position: absolute;
  bottom: 0;
  left: 155px;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.6s ease;
  overflow: hidden;
}
@media (max-width: 750px) {
  #top .mv .mv-05-clr {
    bottom: calc(80 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-05-clr {
    left: calc(75 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-05-clr img {
    width: calc(195 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-05-clr img {
    height: calc(52.8 / 375 * 100 * 1vw);
  }
}
#top .mv .mv-05-clr.on {
  clip-path: inset(0 0 0 0);
}
#top .mv .mv-06 {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s ease;
}
@media (max-width: 750px) {
  #top .mv .mv-06 img {
    width: calc(85 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-06 img {
    height: calc(80 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-06 {
    bottom: calc(79 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-06 {
    right: calc(18 / 375 * 100 * 1vw);
  }
}
#top .mv .mv-06.on {
  clip-path: inset(0 0 0 0);
}
#top .mv .mv-06.on.on2 {
  clip-path: inset(0 0 0 100%);
}
#top .mv .mv-06-clr {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s ease;
}
@media (max-width: 750px) {
  #top .mv .mv-06-clr {
    bottom: calc(79 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-06-clr {
    right: calc(18 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-06-clr img {
    width: calc(85 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv .mv-06-clr img {
    height: calc(80 / 375 * 100 * 1vw);
  }
}
#top .mv .mv-06-clr.on {
  clip-path: inset(0 0 0 0);
}
#top .mv .txt-mv {
  position: absolute;
  color: #fff;
  transition: 0.3s;
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-weight: 700;
  text-indent: 7rem;
  font-size: 19px;
  line-height: 1.4;
  bottom: 30px;
  right: 226px;
  letter-spacing: -0.1em;
}
@media (max-width: 750px) {
  #top .mv .txt-mv {
    font-size: calc(14 / 375 * 100 * 1vw);
  }
}
#top .mv .txt-mv {
  text-align: left;
}
@media (max-width: 750px) {
  #top .mv .txt-mv {
    width: -moz-max-content;
    width: max-content;
    left: 8vw;
    top: 9vw;
    bottom: initial;
  }
}
#top .mv .mv-07 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 765px;
}
#top .mv .mv-07 span {
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 750px) {
  #top .mv .mv-07 span img {
    width: calc(314 / 375 * 100 * 1vw);
  }
}
#top .mv .mv-07 span + span {
  margin-top: 24px;
}
@media (max-width: 750px) {
  #top .mv .mv-07 span + span {
    margin-top: 3vw;
  }
}
@media (max-width: 750px) {
  #top .mv .mv-07 span + span img {
    width: calc(195 / 375 * 100 * 1vw);
  }
}
#top .mv .mv-07 span img {
  transition: 0.6s;
  transform: translate(0, 105%);
}
@media (max-width: 750px) {
  #top .mv .mv-07 {
    position: absolute;
    top: 50.5%;
    width: 80vw;
  }
}
#top .mv .mv-07.on1 span:nth-of-type(1) img {
  transform: translate(0, 0%);
}
#top .mv .mv-07.on2 span:nth-of-type(2) img {
  transform: translate(0, 0%);
}
#top {
  /* 親要素：画面幅からはみ出たテキストを隠す */
}
#top .txt-slide {
  overflow: hidden;
  width: 100%;
  color: #3c3c32;
  padding: 2px 0;
  background-image: url(../images/top/bg-yellow.webp);
  background-size: 298.7px 35px;
}
#top .txt-slide p {
  display: flex;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  line-height: 1;
  padding: 4px 0;
}
#top .txt-slide p span {
  display: inline-block;
  padding-right: 2em;
  animation: infinity-scroll 120s linear infinite;
  font-size: 28px;
}
@media (max-width: 750px) {
  #top .txt-slide p span {
    animation: infinity-scroll 90s linear infinite;
  }
}
#top {
  /* 無限ループのアニメーション設定 */
}
@keyframes infinity-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    /* 1つ分のspanが完全に左に隠れた瞬間（-100%）に位置をリセット */
    transform: translateX(-100%);
  }
}
#top .txt-mv {
  visibility: hidden;
}
#top .txt-mv.ready {
  visibility: visible;
}
#top .txt-mv .char {
  opacity: 0;
  font-style: italic;
}
#top .txt-mv .char.on {
  opacity: 1;
}
#top .slick-slide a {
  display: block;
}
@media (min-width: 751px) {
  #top .slick-slide a {
    width: 322px !important;
  }
}
@media (max-width: 750px) {
  #top .slick-slide a {
    width: 48vw !important;
  }
}
#top .link {
  padding-top: 138px;
  border-color: #ff509f;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 750px) {
  #top .link {
    padding-top: 10vw;
    padding-bottom: 0vw;
  }
}
#top .link .tire-01 {
  position: absolute;
  right: -8px;
}
@media (max-width: 750px) {
  #top .link .tire-01 {
    width: calc(60 / 375 * 100 * 1vw);
  }
}
#top .link .tire-01 {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.6s ease;
  top: 340px;
}
#top .link .tire-01.on {
  clip-path: inset(0 0 0 0);
}
#top .link h2 {
  color: #3c3c32;
  padding: initial;
  background: initial;
  font-size: 40px;
  width: 100%;
  position: relative;
  text-align: center;
}
@media (max-width: 750px) {
  #top .link h2 {
    font-size: calc(20 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .link h2 {
    line-height: 1.25;
  }
}
#top .link h2:before, #top .link h2:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3c3c32;
  display: block;
  width: 138px;
  height: 5px;
}
@media (max-width: 750px) {
  #top .link h2:before, #top .link h2:after {
    width: 8vw;
  }
}
#top .link h2:before {
  left: 0;
}
#top .link h2:after {
  right: 0;
}
#top .link ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 45px;
}
#top .link ul li {
  width: 490px;
}
@media (max-width: 750px) {
  #top .link ul li {
    width: 100%;
  }
}
#top .link ul li:last-of-type {
  width: 1250px;
  margin-inline: -113px;
  margin-top: 120px;
}
@media (max-width: 750px) {
  #top .link ul li:last-of-type {
    width: calc(360 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .link ul li:last-of-type {
    margin-left: calc(-22.5 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .link ul li:last-of-type {
    margin-right: calc(-22.5 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .link ul li:last-of-type {
    margin-top: 10vw;
  }
  #top .link ul li:last-of-type img {
    max-width: initial;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #top .link ul li:last-of-type img {
    width: calc(360 / 375 * 100 * 1vw);
  }
}
#top .link ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#top .link ul li a img.hvr {
  transition: 0.3s;
  position: absolute;
  inset: 0;
  opacity: 0;
}
#top .link ul li a:hover img.hvr {
  opacity: 1;
}
#top .link ul li a h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.9090909091;
}
#top section {
  padding-bottom: 120px;
  border-top: 1px solid;
}
@media (max-width: 750px) {
  #top section {
    padding-bottom: 15vw;
  }
}
#top section h2 {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  display: block;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  padding: 5px 8px 9px;
}
@media (max-width: 750px) {
  #top section h2 {
    font-size: calc(30 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top section h2 {
    padding: 1vw 2vw 2vw;
  }
}
#top section h2 span {
  line-height: 1;
  display: inline-block;
}
#top section .en {
  font-family: "Be Vietnam Pro", sans-serif;
  writing-mode: vertical-rl;
  position: absolute;
  font-weight: 300;
  top: 20px;
  font-size: 88px;
  letter-spacing: -0.1em;
  max-height: -moz-max-content;
  max-height: max-content;
  height: 100%;
  line-height: 1;
}
@media (max-width: 750px) {
  #top section .en {
    font-size: calc(26 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top section .en {
    top: 4vw;
  }
}
#top .inside {
  border-color: #7850ff;
  border-left: 20px solid #7850ff;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 750px) {
  #top .inside {
    border-left: 1.6vw solid #7850ff;
  }
}
#top .inside .en {
  color: #7850ff;
  right: 10px;
}
@media (max-width: 750px) {
  #top .inside .en {
    right: 1vw;
  }
}
#top .inside h2 {
  background-color: #7850ff;
}
#top .job {
  border-color: #00d24b;
  border-right: 20px solid #00d24b;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 750px) {
  #top .job {
    border-right: 1.6vw solid #00d24b;
  }
  #top .job .article .slider {
    left: -11.5%;
  }
}
#top .job .en {
  color: #00d24b;
  left: 10px;
  z-index: 2;
}
@media (max-width: 750px) {
  #top .job .en {
    left: 1vw;
  }
}
#top .job h2 {
  background-color: #00d24b;
  margin-left: auto;
}
#top .crosstalk {
  border-left: 20px solid #ff509f;
  border-right: 20px solid #ff509f;
  padding-top: 120px;
  border-color: #ff509f;
  position: relative;
}
@media (max-width: 750px) {
  #top .crosstalk {
    border-left: 1.6vw solid #ff509f;
    border-right: 1.6vw solid #ff509f;
  }
}
#top .crosstalk .inner {
  position: relative;
}
#top .crosstalk:before {
  content: "";
  height: 486px;
  width: 100%;
  background-image: url(../images/top/bg-crosstalk.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 750px) {
  #top .crosstalk:before {
    height: 89vw;
  }
}
@media (max-width: 750px) {
  #top .crosstalk {
    padding-top: 10vw;
  }
}
#top .crosstalk .title-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #top .crosstalk .title-area {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#top .crosstalk .title-area p {
  width: 534px;
  color: #fff;
}
@media (max-width: 750px) {
  #top .crosstalk .title-area p {
    width: 100%;
    margin-top: 4vw;
  }
}
#top .crosstalk .en {
  writing-mode: initial;
  top: initial;
  bottom: 5px;
  right: 38px;
  color: #ff509f;
}
@media (max-width: 750px) {
  #top .crosstalk .en {
    right: 3vw;
  }
}
#top .crosstalk h2 {
  background-color: #fff;
  color: #ff509f;
}
@media (max-width: 750px) {
  #top .crosstalk .article {
    padding-top: 0;
  }
}
#top .crosstalk .article .pickup li {
  margin-bottom: 0px;
}
@media (max-width: 750px) {
  #top .crosstalk .article .pickup li:last-of-type {
    margin-top: 10vw;
  }
}
#top .tags {
  margin-top: 72px;
  width: 924px;
  margin-inline: auto;
  padding-inline: 90px;
  padding-block: 10px 20px;
  background-image: url(../images/top/bg-tags.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 750px) {
  #top .tags {
    width: 100%;
    background-image: url(../images/top/bg-tags-sp.webp);
    padding-inline: 4vw;
    padding-block: 4vw 5vw;
    margin-top: 8vw;
  }
}
#top .tags h3 {
  font-size: 22px;
  font-weight: 600;
  padding-left: 22px;
  position: relative;
  text-align: left;
}
@media (max-width: 750px) {
  #top .tags h3 {
    font-size: calc(18 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .tags h3 {
    line-height: 1.5;
    height: initial;
  }
}
#top .tags h3:before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  display: inline-block;
  background-color: #3c3c32;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
#top .tags .cat {
  margin-top: 20px;
}

.second .title-area {
  padding-top: 140px;
  padding-bottom: 48px;
  border-bottom: 20px solid #3c3c32;
}
@media (max-width: 750px) {
  .second .title-area {
    padding-top: calc(100 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second .title-area {
    padding-bottom: calc(22.4 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second .title-area {
    border-bottom: 2, 66vw solid #3c3c32;
  }
}
.second .title-area h1,
.second .title-area p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  letter-spacing: -0.1em;
  font-weight: 500;
}
@media (max-width: 750px) {
  .second .title-area h1,
  .second .title-area p {
    font-size: calc(10 / 375 * 100 * 1vw);
  }
}
.second .title-area h1,
.second .title-area p {
  border-bottom: none !important;
  padding-bottom: initial !important;
  margin-bottom: initial !important;
}
.second .title-area h1 span,
.second .title-area p span {
  font-size: 60px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 750px) {
  .second .title-area h1 span,
  .second .title-area p span {
    font-size: calc(30 / 375 * 100 * 1vw);
  }
}
.second .title-area h1 span,
.second .title-area p span {
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .second .title-area h1 span,
  .second .title-area p span {
    margin-top: 2vw;
  }
}
.second h2.title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  letter-spacing: -0.1em;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 750px) {
  .second h2.title {
    font-size: calc(12 / 375 * 100 * 1vw);
  }
}
.second h2.title span {
  font-size: 40px;
}
@media (max-width: 750px) {
  .second h2.title span {
    font-size: calc(30 / 375 * 100 * 1vw);
  }
}
.second h2.title span {
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 10px;
  display: inline-block;
  color: #0055ff;
}
.second .sepa {
  width: 100%;
}
.second .breadclumb {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .second .breadclumb {
    margin-top: 4vw;
  }
}
.second .breadclumb li a {
  text-decoration: underline;
}
.second .breadclumb li:after {
  content: "＞";
  margin-inline: 8px;
}
@media (max-width: 750px) {
  .second .breadclumb li:after {
    margin-inline: 2vw;
  }
}
.second .breadclumb li:last-of-type:after {
  content: none;
}
.second.orange h2.title span {
  color: #ff6100;
}
.second.orange .introduce h2 {
  color: #ff6100;
  border-bottom: 10px solid #ff6100;
}
.second.orange .voice .flex {
  border-bottom: 20px solid #ff6100;
}
.second.orange .voice .flex .txt h3 span {
  background: #ff6100;
}
.second.orange .voice .flex .txt p span {
  color: #ff6100;
}
.second.orange .voice .message .top,
.second.orange .voice .message .bottom {
  border-left: 15px solid #ff6100;
  border-right: 15px solid #ff6100;
}
@media (max-width: 750px) and (max-width: 750px) {
  .second.orange .voice .message .top,
  .second.orange .voice .message .bottom {
    border-left: 2.66vw solid #ff6100;
    border-right: 2.66vw solid #ff6100;
  }
}
.second.orange .voice .message .top:before, .second.orange .voice .message .top:after,
.second.orange .voice .message .bottom:before,
.second.orange .voice .message .bottom:after {
  background-color: #ff6100;
}
.second.orange .voice .message h3 {
  color: #ff6100;
}
.second.orange .link {
  background-image: url(../images/about-champion76/bg-footer.webp);
}
@media (max-width: 750px) {
  .second.orange .link {
    background-image: url(../images/about-champion76/bg-footer-sp.webp);
  }
}
.second section.introduce {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .second section.introduce {
    padding-top: 10vw;
    padding-bottom: 20vw;
    margin-bottom: -10vw;
  }
}
.second section.introduce .tire-01 {
  position: absolute;
  left: -12px;
  top: 123px;
}
@media (max-width: 750px) {
  .second section.introduce .tire-01 {
    width: calc(60 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second section.introduce .tire-01 {
    height: calc(155.8 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second section.introduce .tire-01 {
    left: -4vw;
    top: 12vw;
  }
}
.second section.introduce .tire-02 {
  position: absolute;
  bottom: 30px;
  right: -40px;
}
@media (max-width: 750px) {
  .second section.introduce .tire-02 {
    width: calc(94 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second section.introduce .tire-02 {
    bottom: 0;
    right: -4vw;
  }
}
.second section.introduce h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  color: #0055ff;
  border-bottom: 10px solid #0055ff;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  padding-bottom: 20px;
}
@media (max-width: 750px) {
  .second section.introduce h2 {
    font-size: calc(25 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second section.introduce h2 {
    line-height: 1.5;
    padding-bottom: 2vw;
  }
}
.second section.introduce .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
@media (max-width: 750px) {
  .second section.introduce .flex {
    flex-wrap: wrap;
  }
}
.second section.introduce .flex img {
  width: 466px;
}
@media (max-width: 750px) {
  .second section.introduce .flex img {
    width: 100%;
  }
}
.second section.introduce .flex .txt {
  width: 505px;
}
@media (max-width: 750px) {
  .second section.introduce .flex .txt {
    width: 100%;
    margin-top: 5vw;
  }
}
.second section.data {
  margin-top: 90px;
  padding-bottom: 120px;
}
.second section.data .graph-01 {
  margin-top: 40px;
}
.second section.data .graph-02,
.second section.data .graph-03 {
  margin-top: 60px;
}
.second section.voice {
  padding-block: 120px;
  background: #eaeff3;
}
@media (max-width: 750px) {
  .second section.voice {
    padding-block: 10vw 15vw;
  }
}
.second section.voice .title {
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  .second section.voice .title {
    margin-bottom: 10vw;
  }
	.second section.voice .title span{
		line-height:1.3;
	}
}
.second section.voice .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 20px solid #0055ff;
}
@media (max-width: 750px) {
  .second section.voice .flex {
    padding-bottom: 15vw;
    margin-bottom: 15vw;
    border-bottom: 2.66vw solid #0055ff;
  }
}
.second section.voice .flex:nth-of-type(3) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 120px;
}
@media (max-width: 750px) {
  .second section.voice .flex:nth-of-type(3) {
    margin-bottom: 15vw;
  }
}
.second section.voice .flex .label {
  font-size: 18px;
  font-weight: 900;
  width: 100%;
}
.second section.voice .flex .label span {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-right: 16px;
  letter-spacing: -0.1em;
}
.second section.voice .flex .txt {
  width: 520px;
}
@media (max-width: 750px) {
  .second section.voice .flex .txt {
    width: 100%;
  }
}
.second section.voice .flex .txt h3 {
  line-height: 1.9090909091;
}
.second section.voice .flex .txt h3 span {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  background: #0055ff;
  padding: 0 8px 4px;
}
@media (max-width: 750px) {
  .second section.voice .flex .txt h3 span {
    font-size: calc(20 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second section.voice .flex .txt h3 span {
    padding: 0 1vw 1vw;
  }
}
.second section.voice .flex .txt p {
  font-size: 14px;
  line-height: 2.4285714286;
  margin-top: 14px;
}
.second section.voice .flex .txt p span {
  font-weight: 600;
  color: #0055ff;
}
.second section.voice .flex img {
  width: 441px;
}
@media (max-width: 750px) {
  .second section.voice .flex img {
    width: 100%;
    margin-top: 4vw;
  }
}
.second section.voice .message {
  background: #fff;
  padding: 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 750px) {
  .second section.voice .message {
    padding: 12vw 8vw;
  }
}
.second section.voice .message .top,
.second section.voice .message .bottom {
  height: 40px;
  width: 985px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid #0055ff;
  border-right: 15px solid #0055ff;
}
@media (max-width: 750px) {
  .second section.voice .message .top,
  .second section.voice .message .bottom {
    width: calc(285 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second section.voice .message .top,
  .second section.voice .message .bottom {
    height: calc(20 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second section.voice .message .top,
  .second section.voice .message .bottom {
    border-left: 2.66vw solid #0055ff;
    border-right: 2.66vw solid #0055ff;
  }
}
.second section.voice .message .top:before, .second section.voice .message .top:after,
.second section.voice .message .bottom:before,
.second section.voice .message .bottom:after {
  content: "";
  width: 40px;
  height: 15px;
  display: block;
  position: absolute;
  background-color: #0055ff;
}
@media (max-width: 750px) {
  .second section.voice .message .top:before, .second section.voice .message .top:after,
  .second section.voice .message .bottom:before,
  .second section.voice .message .bottom:after {
    width: calc(20 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second section.voice .message .top:before, .second section.voice .message .top:after,
  .second section.voice .message .bottom:before,
  .second section.voice .message .bottom:after {
    height: calc(10 / 375 * 100 * 1vw);
  }
}
.second section.voice .message .top:before,
.second section.voice .message .bottom:before {
  left: -15px;
}
@media (max-width: 750px) {
  .second section.voice .message .top:before,
  .second section.voice .message .bottom:before {
    left: -2.66vw;
  }
}
.second section.voice .message .top:after,
.second section.voice .message .bottom:after {
  right: -15px;
}
@media (max-width: 750px) {
  .second section.voice .message .top:after,
  .second section.voice .message .bottom:after {
    right: -2.66vw;
  }
}
.second section.voice .message .top {
  top: 15px;
}
.second section.voice .message .top:before, .second section.voice .message .top:after {
  top: 0;
}
.second section.voice .message .bottom {
  bottom: 15px;
}
.second section.voice .message .bottom:before, .second section.voice .message .bottom:after {
  bottom: 0;
}
.second section.voice .message h3 {
  font-size: 30px;
  font-weight: 900;
  color: #0055ff;
}
@media (max-width: 750px) {
  .second section.voice .message h3 {
    font-size: calc(20 / 375 * 100 * 1vw);
  }
}
.second section.voice .message p {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .second section.voice .message p {
    margin-top: 3vw;
    text-align: left;
  }
  .second section.voice .message p br {
    display: none;
  }
}
.second .link {
  padding: 100px 0 115px;
  background-image: url(../images/about-goodspeed/bg-footer.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 750px) {
  .second .link {
    background-image: url(../images/about-goodspeed/bg-footer-sp.webp);
    padding: 20vw 0 15vw;
  }
}
.second .link .tire-01 {
  position: absolute;
  right: 87px;
  top: -30px;
}
@media (max-width: 750px) {
  .second .link .tire-01 {
    width: calc(60 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second .link .tire-01 {
    height: calc(155.8 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second .link .tire-01 {
    right: -4vw;
    top: -12vw;
  }
}
.second .link .tire-02 {
  position: absolute;
  left: 138px;
  bottom: -53px;
}
@media (max-width: 750px) {
  .second .link .tire-02 {
    width: calc(94 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second .link .tire-02 {
    bottom: -11vw;
    left: 4vw;
  }
}
.second .link h2 {
  text-align: center;
  line-height: 4.5;
}
.second .link h2 span {
  font-size: 55px;
  background: #3c3c32;
  color: #fff;
  font-family: "Dela Gothic One", sans-serif;
  line-height: 1;
  display: inline-block;
  padding: 3px 8px 9px;
}
@media (max-width: 750px) {
  .second .link h2 span {
    font-size: calc(27 / 375 * 100 * 1vw);
  }
}
.second .link ul {
  display: flex;
  justify-content: center;
  margin-top: 33px;
}
@media (max-width: 750px) {
  .second .link ul {
    flex-wrap: wrap;
    margin-top: 2vw;
    margin-bottom: 8vw;
  }
}
.second .link ul li {
  margin: 0 9px;
}
@media (max-width: 750px) {
  .second .link ul li {
    text-align: center;
    margin-top: 2vw;
    width: 100%;
    margin-inline: initial;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .second .link ul li img {
    width: calc(308 / 375 * 100 * 1vw);
  }
}
.second .sns {
  background: #ebebeb;
  padding: 30px;
  margin-top: 50px;
}
@media (max-width: 750px) {
  .second .sns {
    margin-top: 8vw;
    padding: 5vw;
  }
}
.second .sns h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .second .sns h2 {
    font-size: calc(20 / 375 * 100 * 1vw);
  }
}
.second .sns ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.second .sns ul li {
  margin-inline: 21px;
}
@media (max-width: 750px) {
  .second .sns ul li {
    margin-inline: 2vw;
  }
}
.second .sns ul li img {
  width: 70px;
}
@media (max-width: 750px) {
  .second .sns ul li img {
    width: calc(48 / 375 * 100 * 1vw);
  }
}
.second .navigation {
  margin-top: 60px;
}
@media (max-width: 750px) {
  .second .navigation {
    margin-top: 10vw;
  }
}
.second .navigation ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .second .navigation ul {
    flex-wrap: wrap;
  }
}
.second .navigation ul li {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 750px) {
  .second .navigation ul li {
    font-size: calc(14.4 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second .navigation ul li img {
    width: calc(19.273 / 375 * 100 * 1vw);
  }
}
.second .navigation ul li.nolink {
  opacity: 0.3;
}
@media (max-width: 750px) {
  .second .navigation ul li:nth-of-type(1) {
    order: 2;
    margin-right: 3vw;
  }
}
.second .navigation ul li:nth-of-type(1) img {
  margin-right: 12px;
  transform: rotate(180deg);
}
@media (max-width: 750px) {
  .second .navigation ul li:nth-of-type(2) {
    order: 1;
  }
}
.second .navigation ul li:nth-of-type(2) {
  margin-inline: 60px;
}
.second .navigation ul li:nth-of-type(2) a {
  display: flex;
  width: 250px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: #3c3c32;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 4px;
}
@media (max-width: 750px) {
  .second .navigation ul li:nth-of-type(2) a {
    font-size: calc(24 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second .navigation ul li:nth-of-type(2) a {
    width: calc(200 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second .navigation ul li:nth-of-type(2) a {
    height: calc(32 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second .navigation ul li:nth-of-type(3) {
    order: 3;
    margin-left: 3vw;
  }
}
.second .navigation ul li:nth-of-type(3) img {
  margin-left: 12px;
}
.second .recommend {
  margin-top: 100px;
}
@media (max-width: 750px) {
  .second .recommend {
    margin-top: 10vw;
  }
}
.second .recommend h2 {
  font-size: 30px;
  font-weight: 900;
  color: #7850ff;
  position: relative;
  text-align: center;
}
@media (max-width: 750px) {
  .second .recommend h2 {
    font-size: calc(20 / 375 * 100 * 1vw);
  }
}
.second .recommend h2:before, .second .recommend h2:after {
  content: "";
  width: 173px;
  height: 1px;
  display: block;
  background: #7850ff;
  position: absolute;
  top: 50%;
}
@media (max-width: 750px) {
  .second .recommend h2:before, .second .recommend h2:after {
    width: 12vw;
  }
}
.second .recommend h2:before {
  left: 0;
}
.second .recommend h2:after {
  right: 0;
}
.second .recommend .pickup {
  margin-top: 40px;
}
@media (min-width: 751px) {
  .second .recommend .pickup h3 {
    font-size: 22px;
    height: initial;
  }
}
@media (max-width: 750px) {
  .second .recommend .pickup .meta .label {
    padding: 1.2vw;
    margin-right: 0vw;
  }
  .second .recommend .pickup .meta .label + p {
    margin-left: 1vw;
  }
}
.second .crosstalk h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 50px;
  padding-bottom: 14px;
  border-bottom: 1px solid #264a79;
}
.second .crosstalk .talkers-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.second .crosstalk .talker {
  width: 248px;
  margin-right: 65px;
  padding-right: 65px;
  margin-bottom: 50px;
  border-right: 1px solid #eaeff3;
  box-sizing: content-box;
}
@media (max-width: 750px) {
  .second .crosstalk .talker {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #eaeff3;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
  }
}
.second .crosstalk .talker:nth-of-type(3n), .second .crosstalk .talker:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.second .crosstalk .talker .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  .second .crosstalk .talker .flex {
    justify-content: flex-start;
  }
}
.second .crosstalk .talker .flex .image {
  width: 120px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  border: 5px solid;
}
@media (max-width: 750px) {
  .second .crosstalk .talker .flex .image {
    width: calc(120 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .second .crosstalk .talker .flex .image {
    margin-right: 3vw;
  }
}
.second .crosstalk .talker .flex .txt {
  width: 102px;
}
.second .crosstalk .talker .flex .txt .shop {
  color: #fff;
  background: #3c3c32;
  font-size: 14px;
  line-height: 1.5;
  padding: 4px 8px;
  display: inline-block;
  line-height: 1.5;
}
.second .crosstalk .talker .flex .txt .year {
  color: #8a8a84;
  font-size: 14px;
}
.second .crosstalk .talker .flex .txt .name {
  font-size: 40px;
  font-weight: 600;
}
.second .crosstalk .content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1.5;
  border-bottom: 5px solid #3c3c32;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (max-width: 750px) {
  .second .crosstalk .content h2 {
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    border-bottm: 5px solid #3c3c32;
  }
}
.second .crosstalk .content h2 span {
  margin-right: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 50px;
  font-weight: 500;
}
.second .crosstalk .talk {
  width: 480px;
}
@media (max-width: 750px) {
  .second .crosstalk .talk {
    width: 100%;
  }
}
.second .crosstalk .talk .flex .speaker {
  order: 1 !important;
}
.second .crosstalk .talk .flex .speaker + p {
  width: 360px;
}
@media (max-width: 750px) {
  .second .crosstalk .talk .flex .speaker + p {
    width: calc(216 / 375 * 100 * 1vw);
  }
}
.second .crosstalk .talk .flex .speaker + p {
  order: 2;
}
.second .crosstalk .talk .flex:nth-of-type(2n) .speaker {
  order: 1;
}
.second .crosstalk .talk .flex:nth-of-type(2n) .speaker + p {
  order: 2;
}
@media (min-width: 751px) {
  .second .crosstalk .talk + img {
    width: 504px !important;
  }
}
@media (max-width: 750px) {
  .second .crosstalk .talk + img {
    width: 100vw;
    max-width: 100% !important;
    margin-inline: auto !important;
  }
}
.second .crosstalk .talk:empty {
  display: none;
}
.second .crosstalk .content img {
  width: 100%;
}
@media (max-width: 750px) {
  .second .crosstalk .content img {
    width: 100vw;
    margin-left: -8vw;
    margin-right: -8vw;
    max-width: initial;
  }
}
.second .crosstalk .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .second .crosstalk .flex {
    flex-wrap: wrap;
  }
}
.second .crosstalk .flex:nth-of-type(2n) .speaker {
  order: 2;
}
.second .crosstalk .flex:nth-of-type(2n) .speaker + p {
  order: 1;
}
.second .crosstalk .flex .speaker .image {
  width: 90px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  border: 5px solid;
}
@media (max-width: 750px) {
  .second .crosstalk .flex .speaker .image {
    width: calc(72 / 375 * 100 * 1vw);
  }
}
.second .crosstalk .flex .speaker .image + p {
  text-align: center;
  font-size: 20px;
  line-height: 1;
}
.second .crosstalk .flex .speaker + p {
  width: 905px;
}
@media (max-width: 750px) {
  .second .crosstalk .flex .speaker + p {
    width: calc(216 / 375 * 100 * 1vw);
  }
}
.second .crosstalk .flex .txt {
  width: 98px;
}
.second .crosstalk .flex .txt .shop {
  color: #fff;
  background: #3c3c32;
  font-size: 14px;
  padding: 4px 8px;
  display: inline-block;
  line-height: 1.5;
}
.second .crosstalk .flex .txt .year {
  color: #8a8a84;
  font-size: 14px;
}
.second .crosstalk .flex .txt .name {
  font-size: 40px;
  font-weight: 600;
}

.contact .contact-introduce {
  padding-top: 72px;
  padding-bottom: 110px;
}
@media (max-width: 750px) {
  .contact .contact-introduce {
    padding-top: calc(60 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .contact .contact-introduce {
    padding-bottom: 15vw;
  }
}
.contact .contact-introduce h2 {
  text-align: center;
  line-height: 5;
}
@media (max-width: 750px) {
  .contact .contact-introduce h2 {
    line-height: 4.2;
  }
}
.contact .contact-introduce h2 span {
  font-size: 40px;
}
@media (max-width: 750px) {
  .contact .contact-introduce h2 span {
    font-size: calc(20 / 375 * 100 * 1vw);
  }
}
.contact .contact-introduce h2 span {
  color: #3c3c32;
  background-image: url(../images/top/bg-yellow.webp);
  background-size: 100%;
  font-weight: 900;
  line-height: 1;
  padding: 6px 6px 10px;
  display: inline-block;
}
.contact .contact-introduce h2 + p {
  text-align: center;
  font-weight: 600;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .contact .contact-introduce h2 + p {
    width: calc(252 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .contact .contact-introduce h2 + p {
    margin-inline: auto;
    text-align: left;
    margin-top: 2vw;
  }
}
.contact .contact-introduce .wrapper {
  padding-block: 22px 30px;
  position: relative;
}
.contact .contact-introduce .wrapper .left,
.contact .contact-introduce .wrapper .right {
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0;
}
.contact .contact-introduce .wrapper .left {
  left: 0;
  border-top: 1px solid #3c3c32;
  border-bottom: 1px solid #3c3c32;
  border-left: 1px solid #3c3c32;
}
.contact .contact-introduce .wrapper .right {
  right: 0;
  border-top: 1px solid #3c3c32;
  border-bottom: 1px solid #3c3c32;
  border-right: 1px solid #3c3c32;
}
.contact .contact-introduce .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 52px;
}
@media (max-width: 750px) {
  .contact .contact-introduce .nav {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.contact .contact-introduce .nav li {
  margin-inline: 17px;
  margin-top: 3vw;
}
.contact .contact-introduce .nav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  height: 30px;
  font-size: 20px;
  font-weight: 600;
  background: #3c3c32;
  color: #fff;
  padding: 0 10px;
}
.contact .contact-introduce .nav li a:after {
  content: "";
  width: 17px;
  height: 8px;
  display: block;
  background-image: url(../images/common/arrow-wh.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
}
.contact .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 110px;
}
@media (max-width: 750px) {
  .contact .flex {
    flex-wrap: wrap;
    margin-top: 10vw;
  }
}
.contact .flex > img {
  width: 441px;
}
@media (max-width: 750px) {
  .contact .flex > img {
    width: 100%;
  }
}
.contact .flex .txt {
  width: 532px;
}
@media (max-width: 750px) {
  .contact .flex .txt {
    width: 100%;
  }
}
.contact .flex .txt h3 {
  font-size: 30px;
  font-weight: 900;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .contact .flex .txt h3 {
    font-size: calc(24 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .contact .flex .txt h3 {
    margin-top: 3vw;
  }
}
.contact .flex .txt h3 img {
  width: 50px;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .contact .flex .txt h3 img {
    width: calc(40 / 375 * 100 * 1vw);
  }
}
.contact .flex .txt p {
  margin-top: 20px;
  font-weight: 600;
  line-height: 2.125;
}
@media (max-width: 750px) {
  .contact .flex .txt p {
    margin-top: 3vw;
  }
}
.contact .flex .txt .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 370px;
  height: 46px;
  font-size: 24px;
  font-weight: 600;
  background: #3c3c32;
  color: #fff;
  padding: 0 10px;
  margin-left: auto;
}
@media (max-width: 750px) {
  .contact .flex .txt .btn {
    font-size: calc(20 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .contact .flex .txt .btn {
    height: calc(38.5 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .contact .flex .txt .btn {
    width: 100%;
    margin-top: 4vw;
  }
}
.contact .flex .txt .btn:after {
  content: "";
  width: 24px;
  height: 12px;
  display: block;
  background-image: url(../images/common/arrow-wh.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
}
@media (max-width: 750px) {
  .contact .flex .txt .btn:after {
    height: calc(8.55 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .contact .flex .txt .btn:after {
    width: calc(20 / 375 * 100 * 1vw);
  }
}

.crosstalk h2.title span {
  color: #ff509f;
}
.crosstalk .pickup .name {
  font-size: 50px;
}
@media (max-width: 750px) {
  .crosstalk .pickup .name {
    font-size: calc(35 / 375 * 100 * 1vw);
  }
}
.crosstalk .name {
  font-size: 30px;
}
@media (min-width: 751px) {
  .crosstalk .name + p {
    font-size: 22px;
  }
}

.inside h2.title span {
  color: #7850ff;
}
.inside .pickup {
  margin-top: 80px;
}
@media (min-width: 751px) {
  .inside .pickup h3 {
    font-size: 22px;
    overflow: initial;
    height: initial;
  }
}
@media (max-width: 750px) {
  .inside .pickup {
    margin-top: 10vw;
  }
}
.inside .tags h3 {
  text-align: center;
  padding-left: 0;
}
.inside .tags h3:before {
  content: none;
}
.inside .tags + .title {
  margin-top: 110px;
}
@media (max-width: 750px) {
  .inside .tags + .title {
    margin-top: 15vw;
  }
}

.crosstalk .pickup {
  margin-top: 80px;
}
@media (min-width: 751px) {
  .crosstalk .pickup h3 {
    font-size: 22px;
    overflow: initial;
    height: initial;
  }
}
@media (max-width: 750px) {
  .crosstalk .pickup {
    margin-top: 10vw;
  }
}
.crosstalk .flex {
  display: flex;
}

.job-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .job-nav {
    margin-top: 4vw;
    margin-bottom: 5vw;
  }
}
.job-nav li {
  margin-inline: 10px;
}
.job-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  height: 40px;
  font-size: 30px;
  font-weight: 600;
  background: #3c3c32;
  color: #fff;
  padding: 3px 10px 5px;
  padding-left: 52px;
}
@media (max-width: 750px) {
  .job-nav a {
    padding: 0 3vw;
    width: 39vw;
    font-size: 3.4vw;
    margin-bottom: 0vw;
  }
}
.job-nav a:after {
  content: "";
  width: 24px;
  height: 12px;
  display: block;
  background-image: url(../images/common/arrow-wh.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
}
@media (max-width: 750px) {
  .job-nav a:after {
    width: calc(18 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .job-nav a:after {
    height: calc(9 / 375 * 100 * 1vw);
  }
}

.posts {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .posts {
    margin-top: 10vw;
  }
}
.posts li {
  width: 322px;
  margin-left: 29px;
  margin-bottom: 54px;
}
@media (max-width: 750px) {
  .posts li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 5vw;
  }
}
@media (min-width: 751px) {
  .posts li:nth-of-type(3n-2) {
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .posts li:nth-of-type(2n - 1) {
    margin-left: 0;
  }
}

main.stories .article {
  margin-top: 0;
}
@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 .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 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: 0;
  }
}
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 aside {
  width: 260px;
}
@media (max-width: 750px) {
  main.stories aside {
    width: 100%;
  }
}
main.stories aside h2 {
  font-size: 20px !important;
  text-align: center !important;
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 24px;
  padding: 3px 10px;
  font-weight: ９00;
  position: relative;
  color: #7850ff;
}
main.stories aside h2:before, main.stories aside h2:after {
  content: "";
  width: 52px;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #7850ff;
  top: 50%;
}
@media (max-width: 750px) {
  main.stories aside h2:before, main.stories aside h2:after {
    width: 21vw;
  }
}
main.stories aside h2:before {
  left: 0;
}
main.stories aside h2:after {
  right: 0;
}
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: #7850ff;
  font-weight: 700;
  font-size: 14px;
}
main.stories .single-content * {
  max-width: 100%;
}
main.stories .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 #7850ff;
  border-left: 4px solid #7850ff;
  background: #7850ff;
}
@media (max-width: 750px) {
  main.stories .single-content h2 {
    font-size: 4.4vw;
    margin: 5vw 0 3vw;
    padding: 3vw;
  }
}
main.stories .single-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  padding: 16px 0;
  color: #7850ff;
  border-top: 2px solid #7850ff;
  border-bottom: 2px solid #7850ff;
}
@media (max-width: 750px) {
  main.stories .single-content h3 {
    font-size: 4.2vw;
    margin: 5vw 0 3vw;
    padding: 3vw 0;
  }
}
main.stories .single-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  border-bottom: 2px solid #7850ff;
  padding: 0 0 0.2px;
}
@media (max-width: 750px) {
  main.stories .single-content h4 {
    font-size: 4.1vw;
    margin: 5vw 0 3vw;
    border-width: 1px;
  }
}
main.stories .single-content h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  main.stories .single-content h5 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
main.stories .single-content h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  main.stories .single-content h6 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
main.stories .single-content p {
  font-size: 16px;
  margin: 10px 0 10px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  main.stories .single-content p {
    font-size: 3.9vw;
    margin: 3vw 0 3vw;
  }
}
main.stories .single-content p a {
  text-decoration: underline;
  color: #7850ff;
}
main.stories .single-content .full {
  margin: 2em 0;
}
main.stories .single-content .wp-caption-text {
  margin-top: 0;
}
main.stories .single-content strong,
main.stories .single-content b {
  font-weight: bold;
}
main.stories .single-content em {
  font-style: italic;
}
main.stories .single-content blockquote {
  background: #fafafa;
  position: relative;
  padding: 40px 30px;
  margin: 40px 0;
}
@media (max-width: 750px) {
  main.stories .single-content blockquote {
    margin: 5vw 0;
    padding: 5vw;
  }
}
main.stories .single-content blockquote p {
  padding: 0;
  margin: 0;
  color: #777;
}
main.stories .single-content ul,
main.stories .single-content ol {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  main.stories .single-content ul,
  main.stories .single-content ol {
    margin-bottom: 5vw;
  }
}
main.stories .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) {
  main.stories .single-content ul li {
    font-size: 3.9vw;
  }
}
main.stories .single-content ul li:before {
  content: "・";
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  color: #7850ff;
}
@media (max-width: 750px) {
  main.stories .single-content ul li:before {
    font-size: 3.9vw;
  }
}
main.stories .single-content ul li ul {
  padding-top: 10px;
  margin-bottom: 0;
}
main.stories .single-content ul li ul li {
  line-height: 1.6;
  padding: 0 0 10px 20px;
}
main.stories .single-content ul li ul li:last-child {
  padding: 0 0 0 20px;
}
main.stories .single-content ol {
  counter-reset: item;
  list-style-type: none;
}
main.stories .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) {
  main.stories .single-content ol li {
    font-size: 3.9vw;
    padding-left: 8vw;
    margin-bottom: 3vw;
  }
}
main.stories .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: #7850ff;
}
@media (max-width: 750px) {
  main.stories .single-content ol li:before {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 3.9vw;
  }
}
main.stories .single-content hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #bbb;
  margin: 10px 0;
}
main.stories .single-content table {
  margin: 40px 0;
  border: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  main.stories .single-content table {
    margin: 5vw 0;
  }
}
main.stories .single-content table th {
  background: #7850ff;
  color: #fff;
  font-weight: bold;
}
main.stories .single-content table th,
main.stories .single-content table td {
  text-align: center;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  padding: 16px 10px;
}
@media (max-width: 750px) {
  main.stories .single-content table th,
  main.stories .single-content table td {
    font-size: 3.9vw;
    padding: 3vw;
  }
}
main.stories .single-content .aligncenter {
  display: block;
  margin: 0 auto;
}
main.stories .single-content .alignright {
  float: right;
  margin-left: 40px;
}
@media (max-width: 750px) {
  main.stories .single-content .alignright {
    margin: 0;
    float: none;
  }
}
main.stories .single-content .alignleft {
  float: left;
  margin-right: 40px;
}
@media (max-width: 750px) {
  main.stories .single-content .alignleft {
    margin: 0;
    float: none;
  }
}
main.stories .single-content #image-details-caption {
  display: none;
}
main.stories .single-content .wp-caption {
  position: relative;
  width: 100% !important;
  margin-bottom: 0rem !important;
}
@media (max-width: 750px) {
  main.stories .single-content .wp-caption {
    padding: 0;
  }
}
main.stories .single-content .wp-caption.alignleft, main.stories .single-content .wp-caption.alignright {
  width: 48% !important;
}
@media (max-width: 750px) {
  main.stories .single-content .wp-caption.alignleft, main.stories .single-content .wp-caption.alignright {
    width: 100%;
  }
}
main.stories .single-content .wp-caption.alignleft {
  margin-left: 40px;
}
@media (max-width: 750px) {
  main.stories .single-content .wp-caption.alignleft {
    margin: 0;
  }
}
main.stories .single-content .wp-caption.alignright {
  margin-right: 40px;
}
@media (max-width: 750px) {
  main.stories .single-content .wp-caption.alignright {
    margin: 0;
  }
}
main.stories .single-content .wp-caption .wp-caption-text {
  margin-bottom: 0;
}
main.stories .single-content img[class*=wp-image-],
main.stories .single-content img[class*=attachment-] {
  height: auto;
  max-width: 600px;
}
@media (max-width: 750px) {
  main.stories .single-content img[class*=wp-image-],
  main.stories .single-content img[class*=attachment-] {
    width: 100%;
  }
}
main.stories .single-content img[class*=wp-image-].alignright,
main.stories .single-content img[class*=attachment-].alignright {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  main.stories .single-content img[class*=wp-image-].alignright,
  main.stories .single-content img[class*=attachment-].alignright {
    width: 100%;
  }
}
main.stories .single-content img[class*=wp-image-].alignleft,
main.stories .single-content img[class*=attachment-].alignleft {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  main.stories .single-content img[class*=wp-image-].alignleft,
  main.stories .single-content img[class*=attachment-].alignleft {
    width: 100%;
  }
}
main.stories .single-content .single-content__thumb {
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 52px;
  margin-top: 50px;
}
@media (max-width: 750px) {
  main.stories .single-content .single-content__thumb {
    margin-bottom: 4vw;
    margin-top: 4vw;
  }
}
main.stories .single-content .single-content__thumb img {
  width: 100%;
  max-width: 100%;
}
main.stories .single-content .mokuji {
  list-style: none;
  border: 2px solid #7850ff;
  padding: 20px;
  margin-top: 50px;
}
main.stories .single-content .mokuji.osusume {
  background: #f1edff;
  border: none;
  margin-top: 25px;
}
main.stories .single-content .mokuji.osusume h2 {
  display: inline-block;
  margin-top: 0;
  color: #3c3c32;
}
main.stories .single-content .mokuji.osusume li {
  display: flex;
  align-items: baseline;
}
main.stories .single-content .mokuji.osusume li:before {
  font-size: 24px;
  margin-right: 8px;
}
main.stories .single-content .mokuji:not(.osusume) li:before {
  content: none !important;
}
main.stories .single-content .mokuji h2 {
  font-size: 20px;
  font-weight: 700;
  border: none !important;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
  background: none !important;
  color: #7850ff;
}
main.stories .single-content .mokuji p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}
main.stories .single-content .mokuji .title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
main.stories .article .pickup li {
  width: 48%;
}

.job main.stories .single-content h2 {
  border-bottom: 2px solid #00d24b;
  border-left: 4px solid #00d24b;
  background: #00d24b;
}
.job main.stories .single-content h3 {
  color: #00d24b;
  border-top: 2px solid #00d24b;
  border-bottom: 2px solid #00d24b;
}
.job main.stories .single-content h4 {
  border-bottom: 2px solid #00d24b;
}
.job main.stories .single-content ul li:before {
  color: #00d24b;
}
.job main.stories .single-content ol li:before {
  background: #00d24b;
}
.job .recommend h2 {
  color: #00d24b;
}
.job .recommend h2:before, .job .recommend h2:after {
  background: #00d24b;
}

/*
---------------------------------------
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: 750px) {
  #archive_case .wrapper {
    width: 88vw;
    margin: 0 auto;
    display: block;
    flex-wrap: initial;
  }
}

.col3 .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: 750px) {
  .col3 .box_case {
    width: 88vw;
    margin: 0 0 6vw;
  }
}
.col3 .box_case figure {
  margin: 0 0 14px;
}
@media (max-width: 750px) {
  .col3 .box_case figure {
    margin: 0 0 4vw;
  }
}
.col3 .box_case .data .tax {
  color: #639ff8;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 6px;
}
@media (max-width: 750px) {
  .col3 .box_case .data .tax {
    font-size: 3vw;
    margin: 0 0 2vw;
  }
}
.col3 .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: 750px) {
  .col3 .box_case .data .title {
    font-size: 3.4vw;
    margin: 0 0 2;
  }
}
.col3 .box_case .data .information {
  margin: 0 0 16px;
}
@media (max-width: 750px) {
  .col3 .box_case .data .information {
    margin: 0 0 3vw;
  }
}
.col3 .box_case .data .information .info {
  display: flex;
  display: -ms-flex;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}
.col3 .box_case .data .information .info:last-of-type {
  border-bottom: none;
}
.col3 .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;
}
.col3 .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;
}
.col3 .box_case .btn {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
}
.col3 .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;
}
.col3 .box_case .btn a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .col3 .box_case .btn a:hover {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  .col3 .box_case .btn a {
    padding: 12px 8px 12px 0;
  }
}
.col3 .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;
}
.col3 .box_case .btn a.btn-case--detail {
  border: 1px solid #333;
}
.col3 .box_case .btn a.btn-case--detail:before {
  border-color: #333;
}
.col3 .box_case .btn a.btn-case--entry {
  border: 1px solid #f4a31f;
  background: #f4a31f;
  color: #fff;
}

.col1 .box_case {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 7px 20px;
  box-sizing: border-box;
  padding: 20px 57px 23px;
}
@media (max-width: 750px) {
  .col1 .box_case {
    width: 88vw;
    margin: 0 2vw 0 0;
  }
}
.col1 .box_case .tax {
  color: #ed8099;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 5px 6px 0 0;
  background: #fbeef1;
  padding: 2px 27px;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 750px) {
  .col1 .box_case .tax {
    font-size: 3vw;
    margin: 0 2vw 0 0;
  }
}
.col1 .box_case .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .col1 .box_case .title {
    font-size: 3.4vw;
    margin: 0 0 2;
  }
}
.col1 .box_case figure {
  margin: 0 0 14px;
  width: 340px;
}
@media (max-width: 750px) {
  .col1 .box_case figure {
    margin: 0 0 4vw;
    width: 100%;
  }
}
.col1 .box_case .text-area {
  width: 548px;
}
.col1 .box_case .contact-info {
  background: #fdf2e0;
  text-align: center;
  padding: 28px 28px 20px;
}
.col1 .box_case .contact-info .tel {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}
.col1 .box_case .contact-info .tel img {
  width: 13px;
  margin-right: 4px;
}
.col1 .box_case .contact-info .tel .number {
  display: inline-block;
  font-size: 20px;
  color: #f4a31f;
}
.col1 .box_case .data .information {
  margin: 0 0 16px;
}
@media (max-width: 750px) {
  .col1 .box_case .data .information {
    margin: 0 0 3vw;
  }
}
.col1 .box_case .data .information .info {
  display: flex;
  display: -ms-flex;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}
.col1 .box_case .data .information .info:last-of-type {
  border-bottom: none;
}
.col1 .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;
}
.col1 .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;
}
.col1 .box_case .btn {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
}
.col1 .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;
}
.col1 .box_case .btn a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .col1 .box_case .btn a:hover {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  .col1 .box_case .btn a {
    padding: 12px 8px 12px 0;
  }
}
.col1 .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;
}
.col1 .box_case .btn a.btn-case--detail {
  border: 1px solid #333;
}
.col1 .box_case .btn a.btn-case--detail:before {
  border-color: #333;
}
.col1 .box_case .btn a.btn-case--entry {
  border: 1px solid #f4a31f;
  background: #f4a31f;
  color: #fff;
}

#case {
  padding: 120px 0 95px;
}
@media (max-width: 750px) {
  #case {
    padding: 0;
  }
}
#case .wrapper {
  width: 94%;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper {
    width: 100vw;
    padding: 0;
    display: block;
    justify-content: initial;
  }
}
#case .wrapper .contents {
  box-sizing: border-box;
  background: white;
  padding: 60px 60px 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 750px) {
  #case .wrapper .contents {
    width: 100%;
    padding: 22vw 6vw 15vw;
    box-shadow: none;
  }
}
#case .wrapper .contents .primary .label_term {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .label_term {
    margin: 0 0 5vw;
  }
}
#case .wrapper .contents .primary .label_term .inner_text {
  display: inline-block;
  color: white;
  background: #639ff8;
  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: 750px) {
  #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: 750px) {
  #case .wrapper .contents .primary .title {
    font-size: 4.4vw;
    padding: 0 0 3vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .information .lead {
  color: #639ff8;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .information .lead {
    font-size: 3.8vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .single-content {
  margin: 0 auto 30px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .single-content {
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .photo_information {
  width: 464px;
  margin: 0 auto 50px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .photo_information {
    width: 86vw;
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .photo_information img {
  max-width: 100%;
}
#case .wrapper .contents .btns_s {
  display: none;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btns_s {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    margin: 0 0 10vw;
  }
  #case .wrapper .contents .btns_s a {
    display: flex;
    box-sizing: border-box;
    width: 48%;
    font-size: 3.8vw;
    align-items: center;
    justify-content: center;
    height: 12vw;
    font-weight: bold;
    border-radius: 6vw;
    position: relative;
    transition: all 0.3s;
  }
  #case .wrapper .contents .btns_s a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #case .wrapper .contents .btns_s a:hover {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .btns_s a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 15px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #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 #f4a31f;
    background: #f4a31f;
    color: #fff;
  }
}
#case .wrapper .contents .pr {
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr {
    margin: 0 0 15vw;
  }
}
#case .wrapper .contents .pr .box_pr {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr {
    margin: 0 0 10vw;
  }
}
#case .wrapper .contents .pr .box_pr:last-of-type {
  margin: 0;
}
#case .wrapper .contents .pr .box_pr.narrow {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow {
    display: block;
    justify-content: initial;
  }
}
#case .wrapper .contents .pr .box_pr.narrow figure {
  width: 210px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow figure {
    width: 66vw;
    margin: 5vw auto 0;
  }
}
#case .wrapper .contents .pr .box_pr.narrow figure img {
  max-width: 100%;
}
#case .wrapper .contents .pr .box_pr.narrow .data {
  width: 380px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow .data {
    width: 100%;
  }
}
#case .wrapper .contents .pr .box_pr .data .ttl_pr {
  color: #639ff8;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr .data .ttl_pr {
    font-size: 3.8vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .pr .box_pr .data .text {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr .data .text {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .gallery {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery {
    margin: 0 0 15vw;
  }
}
#case .wrapper .contents .gallery ul {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul {
    display: block;
    justify-content: initial;
    flex-wrap: initial;
    width: 66vw;
    margin: 0 auto;
  }
}
#case .wrapper .contents .gallery ul li {
  width: 47.8%;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul li {
    width: 100%;
    margin: 0 0 5vw;
  }
  #case .wrapper .contents .gallery ul li:last-of-type {
    margin: 0;
  }
}
#case .wrapper .contents .gallery ul li .caption {
  line-height: 1.5;
  font-size: 14px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul li .caption {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .gallery ul li img {
  max-width: 100%;
}
#case .wrapper .contents .requirements .ttl_requirements {
  color: white;
  font-size: 16px;
  font-weight: bold;
  background: #4d4d4d;
  padding: 14px 20px 12px;
  margin: 0 0 7px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .requirements .ttl_requirements {
    font-size: 3.8vw;
    padding: 4vw;
  }
}
#case .wrapper .contents .table_requirements {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .table_requirements tr {
  border-bottom: 1px solid #ccc;
}
#case .wrapper .contents .table_requirements tr th {
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  padding: 10px 50px 10px 10px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements tr th {
    display: block;
    box-sizing: border-box;
    padding: 4vw 0 0;
  }
}
#case .wrapper .contents .table_requirements tr td {
  padding: 10px 10px 10px 0;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements tr td {
    display: block;
    box-sizing: border-box;
    padding: 0 0 4vw;
  }
}
#case .wrapper .contents .google {
  margin: 40px 0 0;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google {
    margin: 4vw 0 0;
  }
}
#case .wrapper .contents .google .ttl_map {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .ttl_map {
    font-size: 3.4vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .google .map {
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .map {
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .google .map iframe {
  width: 100%;
  height: 220px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .map iframe {
    height: 60vw;
  }
}
#case .wrapper .contents .google .url {
  text-align: right;
}
#case .wrapper .contents .google .url a {
  font-size: 14px;
  text-decoration: underline;
}
#case .wrapper .contents .google .url a .icon {
  display: inline-block;
  width: 10px;
  margin: 0 0 0 3px;
}
#case .wrapper .contents .google .url a .icon img {
  width: 10px;
  height: 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .url a .icon img {
    width: 100%;
    height: auto;
  }
}
#case .wrapper .contents .google .url a {
  transition: all 0.3s;
}
#case .wrapper .contents .google .url a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .url a:hover {
    opacity: 1;
  }
}
#case .wrapper .contents .btn_entry {
  text-align: center;
  margin: 60px 0 22px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry {
    margin: 10vw 0 10vw;
  }
}
#case .wrapper .contents .btn_entry a {
  width: 360px;
  height: 64px;
  border-radius: 32px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: white;
  font-size: 18px;
  font-weight: bold;
  background: #f4a31f;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .btn_entry a {
    padding: 6px 0 0;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry a {
    width: 100%;
    height: 15vw;
    border-radius: 7.5vw;
    font-size: 4.2vw;
  }
}
#case .wrapper .contents .btn_entry a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 28px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #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: 750px) {
  #case .wrapper .contents .btn_entry a:hover {
    opacity: 1;
  }
}
#case .wrapper .contents .display_tel {
  width: 316px;
  margin: 0 auto 31px;
}
@media (max-width: 750px) {
  #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: 750px) {
  #case .wrapper .contents .display_tel .tel {
    display: none;
  }
}
#case .wrapper .contents .display_tel .tel .label {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 30px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .display_tel .tel .label {
    padding: 6px 0 0;
  }
}
#case .wrapper .contents .display_tel .tel .number {
  font-size: 20px;
  font-weight: bold;
}
#case .wrapper .contents .display_tel .tel .number .icon {
  display: inline-block;
  width: 15px;
  margin: 0 5px;
}
#case .wrapper .contents .display_tel .tel .number .icon img {
  width: 15px;
  height: 15px;
}
#case .wrapper .contents .display_tel .tel_s {
  display: none;
}
@media (max-width: 750px) {
  #case .wrapper .contents .display_tel .tel_s {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
  }
  #case .wrapper .contents .display_tel .tel_s .label {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    width: 34vw;
    height: 6.6vw;
    font-size: 3.4vw;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }
  #case .wrapper .contents .display_tel .tel_s .number {
    font-size: 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: 750px) {
  #case .wrapper .links_wrap {
    display: none !important;
  }
}
#case .wrapper .links {
  width: 254px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 20px;
  top: 0;
}
#case .wrapper .links .ttl {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #4d4d4d;
  padding: 28px 0;
}
#case .wrapper .links .inner {
  padding: 20px;
}
#case .wrapper .links .inner .btn {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding: 12px 0;
  border-radius: 20px;
  margin: 0 0 10px;
  position: relative;
  transition: all 0.3s;
}
#case .wrapper .links .inner .btn:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .links .inner .btn:hover {
    opacity: 1;
  }
}
#case .wrapper .links .inner .btn:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#case .wrapper .links .inner .btn.n1 {
  background: #4d4d4d;
  color: #fff;
  border: 1px solid #4d4d4d;
}
#case .wrapper .links .inner .btn.n2 {
  background: #f4a31f;
  border: 1px solid #f4a31f;
}
#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: 750px) {
  #historyback a {
    font-size: 3.8vw;
  }
}
#historyback a:before {
  position: absolute;
  transform: translateY(-50%) rotate(315deg);
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #808080;
  border-left: 2px solid #808080;
  top: 50%;
  left: -20px;
}
#historyback a i {
  color: #808080;
  padding: 0 10px 0 0;
}
@media (max-width: 750px) {
  #historyback a i {
    padding: 0 1.5vw 0 0;
  }
}
#historyback a {
  transition: all 0.3s;
}
#historyback a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #historyback a:hover {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */