@charset "UTF-8";
/**
* Foundation
* ========================== */
/*
---------------------------------------
reset
---------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  word-break: normal !important;
  word-wrap: break-word;
}

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

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

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

html,
body {
  position: relative;
}

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

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

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

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

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

img {
  border: none;
}

ol,
ul {
  list-style: none;
}

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

table th {
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

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

figure {
  line-height: 0;
}

em {
  font-weight: inherit;
}

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

:root {
  --main-color: #333333;
}

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

* {
  box-sizing: border-box;
}

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

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

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

.l-contents {
  position: relative;
}

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

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

div {
  line-height: 1;
}

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

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

a:hover {
  text-decoration: none;
}

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

.clearfix {
  min-height: 1px;
}

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

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

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

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

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

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

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

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

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

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

.container-xl {
  width: 1300px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 750px) {
  .container-xl {
    width: calc(640 / 750 * 100 * 1vw);
  }
}

.container-lg {
  width: 1200px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 750px) {
  .container-lg {
    width: calc(640 / 750 * 100 * 1vw);
  }
}

.container {
  width: 1024px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 750px) {
  .container {
    width: calc(640 / 750 * 100 * 1vw);
  }
}

main {
  padding-top: 120px;
}

.btn_more {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 750px) {
  .btn_more {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
.btn_more.en {
  font-family: "Montserrat", sans-serif;
}
.btn_more:after {
  content: "";
  width: 60px;
  height: 30px;
  display: block;
  background-image: url(../images/common/btn.webp);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 18px;
}
@media (min-width: 751px) {
  .btn_more:after {
    transition: 0.3s;
  }
}
@media (min-width: 751px) {
  .btn_more:hover:after {
    background-image: url(../images/common/btn-hvr.webp);
  }
}

.title-area h2 {
  font-size: 14px;
  color: #828282;
  letter-spacing: 0.1em;
  padding-left: 57px;
  position: relative;
}
@media (max-width: 750px) {
  .title-area h2 {
    padding-left: calc(53 / 750 * 100 * 1vw);
  }
}
.title-area h2:before {
  content: "";
  width: 17.5px;
  aspect-ratio: 1/1;
  display: block;
  transform: translate(0, -50%) rotate(45deg);
  background: #f00;
  position: absolute;
  left: 0;
  top: 50%;
}
@media (max-width: 750px) {
  .title-area h2:before {
    width: calc(17 / 750 * 100 * 1vw);
  }
}
.title-area h2 span {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #333333;
  margin-right: 24px;
  display: inline-block;
}

.banner {
  margin-top: 120px;
}
@media (max-width: 750px) {
  .banner {
    margin-top: calc(80 / 750 * 100 * 1vw);
  }
}
.banner .container a {
  display: block;
  position: relative;
}
.banner .container a .hvr {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
.banner .container a:hover .hvr {
  opacity: 1;
}

.page-title {
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  height: 230px;
}
@media (max-width: 750px) {
  .page-title {
    height: calc(254 / 750 * 100 * 1vw);
  }
}
.page-title h1 {
  font-size: 44px;
  letter-spacing: 0.1em;
  padding-left: 57px;
  position: relative;
}
@media (max-width: 750px) {
  .page-title h1 {
    font-size: calc(55 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .page-title h1 {
    padding-left: calc(70 / 750 * 100 * 1vw);
  }
}
.page-title h1:before {
  content: "";
  width: 17.5px;
  aspect-ratio: 1/1;
  display: block;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
}
@media (max-width: 750px) {
  .page-title h1:before {
    width: calc(28 / 750 * 100 * 1vw);
  }
}

.about h1:before {
  background: #57b231;
}

.business h1:before {
  background: #5295c4;
}

.traning h1:before {
  background: #6d5781;
}

.news h1:before {
  background: #f9113b;
}

.contact h1:before {
  background: #f65598;
}

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

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

.date {
  font-family: "Montserrat", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Common ------------ */
.l-contents .pc {
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .l-contents .pc {
    display: none !important;
  }
}
.l-contents .sp {
  display: none !important;
}
@media (max-width: 750px) {
  .l-contents .sp {
    display: block !important;
  }
}
.l-contents .inline-pc {
  display: inline-block !important;
}
@media (max-width: 750px) {
  .l-contents .inline-pc {
    display: none !important;
  }
}
.l-contents .inline-sp {
  display: none !important;
}
@media (max-width: 750px) {
  .l-contents .inline-sp {
    display: inline-block !important;
  }
}
.l-contents .inner {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .l-contents .inner {
    padding: 0 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%;
  }
}

main.contact .l-contents {
  padding-top: 120px;
}

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

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

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

.table_entry {
  width: 100%;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  .table_entry {
    margin: 0 0 5vw;
    font-size: 3.4vw !important;
  }
}
.table_entry .row {
  display: flex;
  background: #fff;
  margin-bottom: 4px;
  padding: 6px 0;
}
@media (max-width: 750px) {
  .table_entry .row {
    padding: 7px 0;
  }
}
@media (max-width: 750px) {
  .table_entry .row-2 {
    display: block;
    padding: 5px 4vw;
  }
  .table_entry .row-2 .dt {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 3.2vw 0 2vw;
  }
  .table_entry .row-2 .dd {
    width: 100%;
    padding: 1.5vw 0;
  }
}
.table_entry .dt {
  font-weight: bold;
  padding: 13px 0 10px 18px;
  font-size: 14px;
  width: 155px;
  line-height: 1;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  .table_entry .dt {
    padding: 2.7vw 0 2.7vw 4vw;
    width: 28vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd {
  flex: 1;
  padding: 3px 18px 0px;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 750px) {
  .table_entry .dd {
    padding: 1vw 3.5vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd .dd-in {
  display: block;
  box-sizing: border-box;
  padding: 7px 5px;
  line-height: 1.5;
}
.table_entry .mark_zip {
  font-size: 16px;
  padding: 2px 0 0;
}
@media (max-width: 750px) {
  .table_entry .mark_zip {
    font-size: 3.4vw;
    padding: 0;
  }
}
.table_entry input[type="text"],
.table_entry input[type="email"],
.table_entry input[type="tel"] {
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  padding: 4px 5px;
  background: none;
  line-height: 1;
}
@media (max-width: 750px) {
  .table_entry input[type="text"],
  .table_entry input[type="email"],
  .table_entry input[type="tel"] {
    width: 100%;
    font-size: 3.4vw;
  }
}
.table_entry input[type="text"]#age,
.table_entry input[type="email"]#age,
.table_entry input[type="tel"]#age {
  width: 100px;
}
@media (max-width: 750px) {
  .table_entry input[type="text"]#age,
  .table_entry input[type="email"]#age,
  .table_entry input[type="tel"]#age {
    width: 20%;
  }
}
.table_entry textarea {
  font-size: 16px;
  padding: 5px 5px;
  width: 100%;
  height: 200px;
}
@media (max-width: 750px) {
  .table_entry textarea {
    height: 26vw;
    font-size: 3.4vw !important;
  }
}
.table_entry .radio-wrap {
  padding: 8px 0;
}
@media (max-width: 750px) {
  .table_entry .radio-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    padding: 6px 0 0;
    line-height: 1.8;
  }
  .table_entry .radio-wrap .wpcf7-list-item {
    margin-left: 0 !important;
  }
}
.table_entry .radio-wrap label {
  cursor: pointer;
  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: 20px;
}
@media (max-width: 750px) {
  .form_privacy-policy {
    padding: 4vw 3vw;
    margin-bottom: 2vw;
  }
}
.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;
}

.check_text {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .check_text {
    margin-bottom: 4vw;
  }
}
.check_text p {
  font-size: 14px;
}
.check_text .wpcf7-list-item {
  margin-left: 0;
}

/* 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: #333333;
  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: #333333;
}
@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: #333333;
  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: #333333;
}
@media (max-width: 750px) {
  .heading-02__en {
    font-size: 3.3vw;
  }
}

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

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

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

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

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

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

.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-color: #333333;
  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: #333333;
  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;
}
@media (max-width: 750px) {
  .st-header {
    min-width: 0px;
    background: #fff;
  }
}
.st-header.fixed {
  background: rgb(255, 255, 255);
}

.nav-open,
.st-header__nav.active {
  background: #f1f1f1 !important;
}

.st-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 30px;
  height: 96px;
}
@media (max-width: 750px) {
  .st-header__content {
    height: 56px;
    padding: 0 3vw;
  }
  .st-header__content .flex {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-header__content .flex {
    padding-left: calc(55 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-header__content .flex {
    padding-right: calc(55 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-header__content .flex {
    display: flex;
    justify-content: space-between;
  }
  .st-header__content .flex .st-header__globalNav {
    padding: 0;
  }
}
@media (max-width: 750px) and (max-width: 750px) and (max-width: 750px) {
  .st-header__content .flex .st-header__globalNav {
    width: calc(229 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) and (max-width: 750px) and (max-width: 750px) {
  .st-header__content .flex .st-header__globalNav li {
    margin-top: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-header__content .flex .st-header__globalNav li:first-of-type {
    margin-top: 0;
  }
  .st-header__content .flex .st-header__globalNav li .st-header__globalNav__link--contact {
    max-width: 100%;
    margin-inline: 0;
  }
  .st-header__content .flex .st-header__globalNav li .st-header__globalNav__link--contact img {
    width: 100%;
  }
}

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

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

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

.st-header__globalNav__link {
  display: block;
  padding: 0px 9px;
  transition: all 0.4s;
  position: relative;
  line-height: 1;
}
@media (max-width: 750px) {
  .st-header__globalNav__link {
    padding: 0;
  }
}
.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: calc(26 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .st-header__globalNav__link:hover .st-header__globalNav__txt {
    color: #666;
  }
}
.st-header__globalNav__link--contact {
  position: relative;
  padding-inline: 0;
}
.st-header__globalNav__link--contact .hvr {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .st-header__globalNav__link--contact {
    max-width: 46%;
    padding: 0;
    margin: 0 auto;
  }
}
@media (min-width: 751px) {
  .st-header__globalNav__link--contact:hover .hvr {
    opacity: 1;
  }
}

#sp-btn {
  display: none;
}

@media (max-width: 750px) {
  /* sp-btn */
  .scroll-prevent {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #sp-btn {
    position: fixed;
    z-index: 99999999999;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    transition: all 0.4s;
    padding-bottom: 10px;
  }
  #sp-btn:before {
    content: "menu";
    font-size: 12px;
    display: block;
    font-family: "Sarabun", sans-serif;
    color: #333333;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 12px;
    text-align: center;
    transition: all 0.4s;
  }
  #sp-btn span {
    width: 27px;
    height: 2px;
    transition: all 0.4s;
    background: #333333;
  }
  #sp-btn span:not(:last-child) {
    margin-bottom: 5px;
  }
  #sp-btn.active {
    background: none;
  }
  #sp-btn.active:before {
    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: translateY(7px) rotate(-25deg);
  }
  #sp-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #sp-btn.active span:nth-of-type(3) {
    width: 100%;
    transform: translateY(-7px) rotate(25deg);
  }
  /* g-anv */
  #g-nav {
    position: fixed;
    z-index: 9999999;
    top: 56px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: calc(100% - 56px);
    background: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    display: none;
  }
}
/*
---------------------------------------
footer
--------------------------------------
*/
.st-footer {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 750px) {
  .st-footer {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer {
    padding-bottom: calc(80 / 750 * 100 * 1vw);
  }
}
.st-footer .inner {
  max-width: 1066px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .st-footer .inner {
    padding: 0 5%;
  }
}
.st-footer .st-footer__box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .st-footer .st-footer__box {
    display: block;
  }
}
.st-footer .st-footer__logo {
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__logo {
    margin-bottom: 7vw;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-footer .st-footer__logo img {
    width: calc(500 / 750 * 100 * 1vw);
  }
}
.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;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 7vw 9vw;
    display: block;
  }
}
.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: #333333;
  }
}
@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: #333333;
    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;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright {
    margin-top: calc(100 / 750 * 100 * 1vw);
  }
}
.st-footer .st-footer__copyright small {
  font-size: 13px;
  font-family: "Sarabun", sans-serif;
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright small {
    font-size: 3vw;
  }
}
.st-footer .st-footer__pageTop {
  position: fixed;
  right: 26px;
  bottom: 32px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop {
    right: 3%;
    bottom: 6vw;
  }
}
.st-footer .st-footer__pageTop.fixed {
  opacity: 1;
  visibility: visible;
}
.st-footer .st-footer__pageTop a {
  display: block;
  width: 18px;
  text-align: right;
  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: #333333;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop a {
    width: calc(27 / 750 * 100 * 1vw);
  }
}
.st-footer .st-footer__pageTop__txt {
  font-size: 13px;
  color: #333333;
  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 {
    display: flex;
    justify-content: space-between;
  }
  .st-footer__right .st-footer__nav {
    padding: 0;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-footer__right .st-footer__nav {
    width: calc(229 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-footer__right .st-footer__nav li {
    margin-top: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer__right .st-footer__nav li:first-of-type {
    margin-top: 0;
  }
  .st-footer__right .st-footer__nav li .st-header__globalNav__link--contact {
    max-width: 100%;
    margin-inline: 0;
  }
  .st-footer__right .st-footer__nav li .st-header__globalNav__link--contact img {
    width: 100%;
  }
}
@media (min-width: 751px) {
  .st-footer__right .st-footer__nav li {
    margin-left: 18px;
  }
  .st-footer__right .st-footer__nav li:first-of-type {
    margin-left: 0;
  }
  .st-footer__right .st-footer__nav li:last-of-type {
    margin-left: 9px;
  }
  .st-footer__right .st-footer__nav li a {
    padding: 0;
  }
}

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

/*
---------------------------------------
contact
---------------------------------------
*/
#contact {
  background: #eff0f2;
  padding-bottom: 36px;
}
@media (max-width: 750px) {
  #contact {
    padding-bottom: 10vw;
  }
}
#contact .pageTtl {
  padding-bottom: 143px;
}
@media (max-width: 750px) {
  #contact .pageTtl {
    padding-bottom: 17vw;
  }
}

/*
---------------------------------------
top
---------------------------------------
*/
.mv {
  position: relative;
  max-height: 100vh;
}
.mv #lottie {
  max-height: 100vh;
  height: initial;
  aspect-ratio: 1920/1080;
}
@media (min-width: 751px) {
  .mv svg {
    border-bottom: 1px solid #dbdbdb;
  }
}
@media (max-width: 750px) {
  .mv #lottie_sp svg {
    border-bottom: 1px solid #dbdbdb;
  }
}
@media (max-width: 750px) {
  .mv #lottie_txt_sp {
    position: absolute;
    bottom: 11vw;
    left: 4vw;
    width: 60vw;
  }
}
.mv .scroll {
  position: absolute;
  right: 20px;
  bottom: 30px;
  width: 13px;
  height: 68px;
}
@media (max-width: 750px) {
  .mv .scroll {
    bottom: 5vw;
  }
}
.mv img {
  width: 1123px;
  margin-inline: auto;
  display: block;
}
@media (max-width: 750px) {
  .mv img {
    width: calc(582 / 750 * 100 * 1vw);
  }
}

#lottie_sp {
  aspect-ratio: 375 / 602;
}

.top {
  padding-top: 0;
}
@media (max-width: 750px) {
  .top {
    padding-top: 56px;
  }
}
@media (max-width: 750px) {
  .top .title-area h2 {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .title-area h2:before {
    width: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .title-area h2:before {
    top: 5vw;
  }
}
@media (max-width: 750px) {
  .top .title-area h2 span {
    display: block;
    margin-bottom: 3vw;
  }
}
@media (max-width: 750px) {
  .top .title-area h2 span {
    font-size: calc(80 / 750 * 100 * 1vw);
  }
}
.top .news {
  padding-top: 150px;
}
@media (max-width: 750px) {
  .top .news {
    padding-top: calc(80 / 750 * 100 * 1vw);
  }
}
.top .news .btn {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 2;
}
@media (max-width: 750px) {
  .top .news .btn {
    position: relative;
    top: initial;
    margin-top: 10vw;
    text-align: right;
  }
  .top .news .btn .btn_more:hover {
    transition: 0;
  }
}
.top .news ul {
  margin-top: 50px;
}
.top .news ul li {
  border-top: 1px solid #dbdbdb;
}
.top .news ul li:last-of-type {
  border-bottom: 1px solid #dbdbdb;
}
.top .news ul li a {
  padding: 24px 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 751px) {
  .top .news ul li a {
    transition: 0.3s;
  }
  .top .news ul li a:hover {
    background: #f1f1f1;
  }
}
.top .news ul li a p {
  font-size: 16px;
}
.top .news ul li a p.cat {
  margin-left: 40px;
  line-height: 1;
  background: #f1f1f1;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
}
@media (max-width: 750px) {
  .top .news ul li a p.cat {
    margin-left: 16px;
  }
}
.top .news ul li a p.title {
  margin-left: 50px;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: calc(100% - 330px);
  text-align: left;
}
@media (max-width: 750px) {
  .top .news ul li a p.title {
    width: 100%;
    margin-left: 0;
    padding-right: 4vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: relative;
  }
  .top .news ul li a p.title:after {
    content: "";
    display: block;
    background-image: url(../images/common/arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
    margin-left: auto;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .top .news ul li a p.title:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.top .news ul li a:after {
  content: "";
  display: block;
  background-image: url(../images/common/arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  margin-left: auto;
}
@media (max-width: 750px) {
  .top .news ul li a:after {
    content: none;
    position: absolute;
    bottom: 2vw;
    right: 0;
  }
}
.top .reason {
  padding-top: 100px;
  margin-top: 100px;
  border-top: 1px solid #dbdbdb;
}
@media (max-width: 750px) {
  .top .reason {
    padding-top: calc(80 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .reason {
    margin-top: calc(80 / 750 * 100 * 1vw);
  }
}
.top .reason .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .top .reason .container {
    display: block;
  }
}
.top .reason .container .title-area {
  width: 450px;
}
@media (max-width: 750px) {
  .top .reason .container .title-area {
    width: 100%;
  }
}
.top .reason .container .title-area h2:before {
  background-color: #5295c4;
}
.top .reason .container .title-area p {
  margin-top: 26px;
}
.top .reason .container .image {
  width: 530px;
}
@media (max-width: 750px) {
  .top .reason .container .image {
    width: 100%;
    margin-top: 5vw;
  }
}
.top .vision {
  margin-top: 100px;
  border-top: 1px solid #dbdbdb;
}
@media (max-width: 750px) {
  .top .vision {
    margin-top: calc(80 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .vision {
    padding-top: calc(80 / 750 * 100 * 1vw);
  }
}
.top .vision .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  .top .vision .container {
    display: block;
  }
}
.top .vision .container .title-area {
  width: 630px;
}
@media (max-width: 750px) {
  .top .vision .container .title-area {
    width: 100%;
  }
}
.top .vision .container .title-area h2:before {
  background-color: #6d5781;
}
.top .vision .container .title-area p {
  margin-top: 26px;
}
.top .vision .container .title-area .vision-box {
  padding: 50px 48px 50px 82px;
  margin-top: 35px;
  background: #f1f1f1;
}
@media (max-width: 750px) {
  .top .vision .container .title-area .vision-box {
    padding: 8vw;
  }
}
.top .vision .container .title-area .vision-box h3 {
  font-size: 24px;
  letter-spacing: 0.1em;
  padding-left: 34px;
  margin-left: -34px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 750px) {
  .top .vision .container .title-area .vision-box h3 {
    font-size: calc(32 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .vision .container .title-area .vision-box h3 {
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .top .vision .container .title-area .vision-box h3 {
    padding-left: calc(40 / 750 * 100 * 1vw);
  }
}
.top .vision .container .title-area .vision-box h3:before {
  content: "";
  width: 10.5px;
  height: 10.5px;
  display: block;
  transform: translate(0, -50%) rotate(45deg);
  background: #f00;
  position: absolute;
  left: 0;
  top: 50%;
}
.top .vision .container .title-area .vision-box p {
  margin-top: 20px;
}
.top .vision .container .title-area .vision-box:last-of-type h3:before {
  background: #f65598;
}
.top .vision .container .image {
  width: 530px;
}
@media (max-width: 750px) {
  .top .vision .container .image {
    width: 100%;
  }
}
.top .vision .container .scroll-img {
  height: 760px;
  width: 300px;
  overflow: hidden; /* はみ出した部分は隠す */
  position: relative;
}
@media (max-width: 750px) {
  .top .vision .container .scroll-img {
    width: 100%;
    height: initial;
    margin-left: -7.3vw;
    width: 100vw;
    margin-top: 10vw;
  }
}
@media (min-width: 751px) {
  .top .vision .container .scroll-img__content {
    animation: scroll-vertical 60s linear infinite;
  }
}
@media (max-width: 750px) {
  .top .vision .container .scroll-img__content {
    animation: scroll-yoko 15s linear infinite;
    display: flex;
    width: -moz-max-content;
    width: max-content;
  }
  .top .vision .container .scroll-img__content img {
    max-width: initial;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .top .vision .container .scroll-img__content img {
    height: calc(400 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .top .vision .container .scroll-img__content img {
    width: calc(1305 / 750 * 100 * 1vw);
  }
}
.top .vision .container .scroll-img__content .pt {
  padding-top: 35px;
  display: block;
}
.top .vision .container .scroll-img__content .pl {
  padding-left: 2vw;
}
@keyframes scroll-vertical {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0); /* コンテンツの半分まで動かす */
  }
}
@keyframes scroll-yoko {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%); /* コンテンツの半分まで動かす */
  }
}
.top .vision .wrapper {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 750px) {
  .top .vision .wrapper {
    border-bottom: none;
  }
}
.top .vision .wrapper .information {
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .top .vision .wrapper .information {
    padding-top: calc(80 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .vision .wrapper .information {
    padding-bottom: calc(80 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .vision .wrapper .information {
    display: block;
  }
}
.top .vision .wrapper .information__box {
  padding-block: 34px 100px;
  width: 503px;
  padding-left: 59px;
}
@media (max-width: 750px) {
  .top .vision .wrapper .information__box {
    border-top: 1px solid #dbdbdb;
  }
}
@media (max-width: 750px) {
  .top .vision .wrapper .information__box {
    width: 100%;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .top .vision .wrapper .information__box {
    padding-left: calc(55 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .top .vision .wrapper .information__box {
    padding-right: calc(55 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .top .vision .wrapper .information__box {
    padding-top: calc(80 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .top .vision .wrapper .information__box {
    padding-bottom: calc(80 / 750 * 100 * 1vw);
  }
}
.top .vision .wrapper .information__box h4 {
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-left: 26px;
  margin-left: -26px;
  position: relative;
}
@media (max-width: 750px) {
  .top .vision .wrapper .information__box h4 {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .vision .wrapper .information__box h4 {
    margin-left: 0;
  }
}
.top .vision .wrapper .information__box h4:before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  transform: translate(0, -50%) rotate(45deg);
  background: #fcb692;
  position: absolute;
  left: 0;
  top: 50%;
}
.top .vision .wrapper .information__box p {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 750px) {
  .top .vision .wrapper .information__box p {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .vision .wrapper .information__box p {
    margin-top: calc(86 / 750 * 100 * 1vw);
  }
}
.top .vision .wrapper .information__box p span {
  font-size: 110px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 750px) {
  .top .vision .wrapper .information__box p span {
    font-size: calc(160 / 750 * 100 * 1vw);
  }
}
.top .vision .wrapper .information__box:last-of-type {
  border-left: 1px solid #dbdbdb;
}
@media (max-width: 750px) {
  .top .vision .wrapper .information__box:last-of-type {
    border-left: initial;
    border-bottom: 1px solid #dbdbdb;
  }
}
.top .vision .wrapper .information__box:last-of-type h4:before {
  background: #57b231;
}
.top .sepa {
  padding-block: 100px;
}
@media (max-width: 750px) {
  .top .sepa {
    padding-top: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .sepa {
    padding-bottom: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .sepa.container-lg {
    width: calc(700 / 750 * 100 * 1vw);
  }
}
.top .link {
  text-align: center;
  border-top: 1px solid #dbdbdb;
  display: block;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .top .link {
    padding-left: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .link {
    padding-right: calc(50 / 750 * 100 * 1vw);
  }
}
.top .link:hover {
  background: #dbdbdb;
}
.top .link h3 {
  font-size: 24px;
  letter-spacing: 0.1em;
  padding-left: 34px;
  margin-left: -34px;
  position: relative;
}
@media (max-width: 750px) {
  .top .link h3 {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .link h3 {
    margin-left: calc(0 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .link h3 {
    padding-left: calc(50 / 750 * 100 * 1vw);
  }
}
.top .link h3:before {
  content: "";
  width: 10.5px;
  height: 10.5px;
  display: block;
  transform: translate(0, -50%) rotate(45deg);
  background: #5295c4;
  position: absolute;
  left: 0;
  top: 50%;
}
.top .link + .link {
  border-bottom: 1px solid #dbdbdb;
}
.top .link + .link h3:before {
  background: #6d5781;
}
.top .link .btn {
  width: 982px;
  display: inline-flex;
  justify-content: space-between;
  padding-top: 58px;
  padding-bottom: 58px;
}
@media (max-width: 750px) {
  .top .link .btn {
    width: 100%;
  }
}
.top .link .btn:hover .btn_more:after {
  background-image: url(../images/common/btn-hvr.webp);
}

/*
---------------------------------------_business
---------------------------------------
*/
.traning section {
  padding-top: 80px;
}
@media (max-width: 750px) {
  .traning section {
    padding-top: calc(80 / 750 * 100 * 1vw);
  }
}
.traning section.navigation {
  padding-bottom: 100px;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 750px) {
  .traning section.navigation {
    padding-bottom: calc(80 / 750 * 100 * 1vw);
  }
}
.traning section .summary {
  line-height: 1.875;
}
.traning section ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .traning section ul {
    display: block;
  }
}
.traning section ul li {
  margin-top: 22px;
}
@media (max-width: 750px) {
  .traning section ul li {
    margin-top: calc(34 / 750 * 100 * 1vw);
  }
}
.traning section ul li .num {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-right: 16px;
  font-family: "Montserrat", sans-serif;
}
.traning section ul li:nth-of-type(1),
.traning section ul li:nth-of-type(2) {
  margin-top: 0;
}
.traning section ul li:nth-of-type(1) .num {
  color: #f9113b;
}
@media (max-width: 750px) {
  .traning section ul li:nth-of-type(2) {
    margin-top: calc(34 / 750 * 100 * 1vw);
  }
}
.traning section ul li:nth-of-type(2) .num {
  color: #5295c4;
}
.traning section ul li:nth-of-type(3) .num {
  color: #57b231;
}
.traning section ul li:nth-of-type(4) .num {
  color: #fc8611;
}
.traning section ul li a {
  display: flex;
  align-items: center;
  width: 500px;
  height: 60px;
  background: #f1f1f1;
  border-radius: 50px;
  padding: 0 32px;
}
@media (max-width: 750px) {
  .traning section ul li a {
    width: 100%;
    line-height: 1.5384615385;
  }
}
@media (max-width: 750px) {
  .traning section ul li a {
    height: calc(120 / 750 * 100 * 1vw);
  }
}
.traning section ul li a:after {
  content: "";
  display: block;
  background-image: url(../images/common/arrow.webp);
  transform: rotate(90deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  margin-left: auto;
}
.traning section.contents {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 110px;
}
@media (max-width: 750px) {
  .traning section.contents {
    padding-bottom: calc(80 / 750 * 100 * 1vw);
  }
}
.traning section.contents:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.traning section.contents.content-01 .num {
  color: #f9113b;
}
.traning section.contents.content-01 h3:before,
.traning section.contents.content-01 h4:before {
  background: #f9113b;
}
.traning section.contents.content-02 .num {
  color: #5295c4;
}
.traning section.contents.content-02 h3:before,
.traning section.contents.content-02 h4:before {
  background: #5295c4;
}
.traning section.contents.content-03 .num {
  color: #57b231;
}
.traning section.contents.content-03 h3:before,
.traning section.contents.content-03 h4:before {
  background: #57b231;
}
.traning section.contents.content-04 .num {
  color: #fc8611;
}
.traning section.contents.content-04 h3:before,
.traning section.contents.content-04 h4:before {
  background: #fc8611;
}
.traning section.contents h2 {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .traning section.contents h2 {
    padding-left: 15vw;
    position: relative;
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  .traning section.contents h2 {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
.traning section.contents h2 .num {
  font-size: 30px;
  font-weight: 600;
  margin-right: 30px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 750px) {
  .traning section.contents h2 .num {
    position: absolute;
    left: 0;
    top: -1.5vw;
  }
}
.traning section.contents h3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-left: 34px;
  position: relative;
  font-weight: 500;
  margin-top: 50px;
}
@media (max-width: 750px) {
  .traning section.contents h3 {
    padding-left: 15vw;
    margin-top: 10vw;
    line-height: 1.5625;
  }
}
.traning section.contents h3:before {
  content: "";
  width: 10.5px;
  height: 10.5px;
  display: block;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
}
@media (max-width: 750px) {
  .traning section.contents h3:before {
    transform: translate(0, 0) rotate(45deg);
    top: 2.5vw;
    left: 1vw;
  }
}
.traning section.contents .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .traning section.contents .flex {
    display: block;
  }
}
@media (max-width: 750px) {
  .traning section.contents .flex {
    margin-top: calc(100 / 750 * 100 * 1vw);
  }
}
.traning section.contents .flex .data {
  width: 450px;
}
@media (max-width: 750px) {
  .traning section.contents .flex .data {
    width: 100%;
  }
}
.traning section.contents .flex .data dl {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 750px) {
  .traning section.contents .flex .data dl {
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
.traning section.contents .flex .data dl:last-of-type {
  margin-bottom: 0;
}
.traning section.contents .flex .data dl dt {
  color: #828282;
}
.traning section.contents .flex .data dl dd {
  color: #333333;
}
.traning section.contents .flex .description {
  width: 530px;
}
@media (max-width: 750px) {
  .traning section.contents .flex .description {
    margin-top: calc(74 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .traning section.contents .flex .description {
    width: 100%;
  }
}
.traning section.contents .flex .description p {
  line-height: 1.875;
}
.traning section.contents .flex .bg-gray {
  width: 500px;
  padding: 35px 40px;
  background-color: #f1f1f1;
}
@media (max-width: 750px) {
  .traning section.contents .flex .bg-gray + .bg-gray {
    margin-top: calc(34 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .traning section.contents .flex .bg-gray {
    width: 100%;
    padding: 6.66vw;
  }
}
.traning section.contents .flex .bg-gray h4 {
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-left: 24px;
  position: relative;
  font-weight: 500;
}
@media (max-width: 750px) {
  .traning section.contents .flex .bg-gray h4 {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
.traning section.contents .flex .bg-gray h4:before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
}
.traning section.contents .flex .bg-gray p {
  margin-top: 24px;
  text-align: left;
}
.traning section.contents .flex + .flex {
  margin-top: 60px;
}
@media (max-width: 750px) {
  .traning section.contents .flex + .flex {
    margin-top: 8vw;
  }
}

/*
---------------------------------------_business
---------------------------------------
*/
main.about section {
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 1px solid #dbdbdb;
}
main.about section:first-of-type {
  border-top: none;
}
@media (max-width: 750px) {
  main.about section {
    padding-top: calc(80 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.about section {
    padding-bottom: calc(80 / 750 * 100 * 1vw);
  }
}
main.about section:nth-last-of-type(3) h2:before {
  background: #fc8611;
}
main.about section:nth-last-of-type(2) .information__box:nth-of-type(1) h4:before {
  background-color: #5295c4;
  width: 10px;
  height: 10px;
}
main.about section:nth-last-of-type(2) .information__box:nth-of-type(2) h4:before {
  background-color: #6d5781;
  width: 10px;
  height: 10px;
}
main.about section:nth-last-of-type(2) h2:before {
  background: #f65598;
}
main.about section:nth-last-of-type(1) h2:before {
  background: #ebe52d;
}
main.about .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  main.about .flex {
    display: block;
  }
}
main.about .flex .title-area h2 {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  padding-left: 37px;
}
main.about .flex .title-area h2:before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  display: block;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
}
@media (max-width: 750px) {
  main.about .flex .title-area {
    margin-bottom: calc(80 / 750 * 100 * 1vw);
  }
}
main.about .flex .contents-area {
  width: 650px;
}
@media (max-width: 750px) {
  main.about .flex .contents-area {
    width: 100%;
  }
}
main.about .flex .contents-area > p {
  margin-top: -10px;
}
main.about .flex .contents-area table {
  font-size: 16px;
}
@media (max-width: 750px) {
  main.about .flex .contents-area table {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
main.about .flex .contents-area table tr {
  border-bottom: 1px solid #dbdbdb;
}
main.about .flex .contents-area table tr:first-of-type th,
main.about .flex .contents-area table tr:first-of-type td {
  padding-top: 0;
}
main.about .flex .contents-area table th {
  width: 115px;
  color: #828282;
  padding: 16px 0;
}
main.about .flex .contents-area table td {
  width: calc(100% - 115px);
  padding: 20px 0;
}
@media (max-width: 750px) {
  main.about .flex .contents-area table td {
    padding-top: 0;
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  main.about .flex .contents-area table th,
  main.about .flex .contents-area table td {
    display: block;
    width: 100%;
  }
}
main.about .wrapper {
  margin-top: 70px;
}
main.about .wrapper .information {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 750px) {
  main.about .wrapper .information {
    display: block;
  }
}
main.about .wrapper .information__box {
  padding-block: 34px 60px;
  width: 500px;
  padding-left: 59px;
  background: #f1f1f1;
}
@media (max-width: 750px) {
  main.about .wrapper .information__box {
    padding-top: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.about .wrapper .information__box {
    padding-bottom: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.about .wrapper .information__box {
    margin-top: calc(18.6 / 750 * 100 * 1vw);
  }
}
main.about .wrapper .information__box:first-of-type {
  margin-top: 0;
}
@media (max-width: 750px) {
  main.about .wrapper .information__box {
    width: 100%;
    padding-left: 0;
  }
}
main.about .wrapper .information__box h4 {
  letter-spacing: 0.1em;
  padding-left: 26px;
  margin-left: -26px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 750px) {
  main.about .wrapper .information__box h4 {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.about .wrapper .information__box h4 {
    margin-left: 0;
    margin-left: 7vw;
  }
}
main.about .wrapper .information__box h4:before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  transform: translate(0, -50%) rotate(45deg);
  background: #fcb692;
  position: absolute;
  left: 0;
  top: 50%;
}
main.about .wrapper .information__box p {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 750px) {
  main.about .wrapper .information__box p {
    font-size: calc(45 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.about .wrapper .information__box p {
    margin-top: calc(86 / 750 * 100 * 1vw);
  }
}
main.about .wrapper .information__box p span {
  font-size: 110px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 750px) {
  main.about .wrapper .information__box p span {
    font-size: calc(160 / 750 * 100 * 1vw);
  }
}
main.about .wrapper .information__box:last-of-type h4:before {
  background: #57b231;
}
main.about .wrapper .btn {
  text-align: right;
  margin-top: 28px;
}
main.about .address .flex:nth-of-type(2) {
  margin-top: 80px;
}
@media (max-width: 750px) {
  main.about .address .flex:nth-of-type(2) {
    margin-top: 8vw;
  }
}
main.about .address .information {
  width: 584px;
}
@media (max-width: 750px) {
  main.about .address .information {
    width: 100%;
  }
}
main.about .address .image {
  width: 362px;
}
@media (max-width: 750px) {
  main.about .address .image {
    width: 100%;
    margin-top: 4vw;
  }
}
main.about .address iframe {
  margin-top: 20px;
  width: 100%;
  height: initial;
  aspect-ratio: 584/227;
}
main.about .address .address__detail,
main.about .address .access {
  padding-left: 44px;
  position: relative;
}
main.about .address .address__detail:before,
main.about .address .access:before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 4px;
  background-size: contain;
  background-position: center;
}
main.about .address .address__detail {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 750px) {
  main.about .address .address__detail {
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
main.about .address .address__detail:before {
  background-image: url(../images/about/icon-location.webp);
}
main.about .address .access:before {
  background-image: url(../images/about/icon-train.webp);
}

/*
---------------------------------------_business
---------------------------------------
*/
.business section {
  padding-top: 80px;
}
@media (max-width: 750px) {
  .business section {
    padding-top: calc(80 / 750 * 100 * 1vw);
  }
}
.business section .summary {
  font-size: 16px;
  line-height: 1.875;
}
@media (max-width: 750px) {
  .business section .summary {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
.business section.contents.content-02 {
  margin-top: 80px;
  border-top: 1px solid #dbdbdb;
}
.business section.contents.content-02 .container .img {
  text-align: center;
}
.business section.contents.content-02 .container .img img {
  width: 770px;
}
.business section.contents.content-02 .container .detail {
  border: 1px solid #dbdbdb;
  padding: 54px 60px;
  margin-top: 80px;
}
@media (max-width: 750px) {
  .business section.contents.content-02 .container .detail {
    padding: 10vw 7.73vw;
  }
}
.business section.contents.content-02 .container .detail + .detail {
  margin-top: 40px;
}
@media (max-width: 750px) {
  .business section.contents.content-02 .container .detail + .detail {
    margin-top: 8;
  }
}
.business section.contents.content-02 .container .detail h4 {
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-left: 32px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 750px) {
  .business section.contents.content-02 .container .detail h4 {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .business section.contents.content-02 .container .detail h4 {
    padding-left: calc(40 / 750 * 100 * 1vw);
  }
}
.business section.contents.content-02 .container .detail h4:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
}
.business section.contents.content-02 .container .detail:nth-of-type(2) h4:before {
  background: #fc8611;
}
.business section.contents.content-02 .container .detail:nth-of-type(3) h4:before {
  background: #6d5781;
}
.business section.contents.content-02 .container .detail p {
  margin-top: 26px;
}
@media (max-width: 750px) {
  .business section.contents.content-02 .container .detail p {
    margin-top: 4vw;
  }
}
.business section.contents.content-02 .container .detail p span {
  font-weight: 700;
}
.business section.contents.content-01 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business section.contents.content-01 .container .detail {
  border: 1px solid #dbdbdb;
  padding: 54px 60px;
  position: relative;
}
.business section.contents.content-01 .container .detail:nth-of-type(1) {
  width: 100%;
}
.business section.contents.content-01 .container .detail:nth-of-type(1) .num {
  color: #fc8611;
}
.business section.contents.content-01 .container .detail:nth-of-type(1) h2 + p {
  width: 600px;
}
@media (max-width: 750px) {
  .business section.contents.content-01 .container .detail:nth-of-type(1) h2 + p {
    width: 100%;
  }
}
.business section.contents.content-01 .container .detail:nth-of-type(2) .num {
  color: #57b231;
}
.business section.contents.content-01 .container .detail:nth-of-type(3) .num {
  color: #fcb692;
}
@media (max-width: 750px) {
  .business section.contents.content-01 .container .detail {
    padding: 10vw 7.73vw;
  }
}
.business section.contents.content-01 .container .detail:nth-of-type(1) .img {
  width: 800px;
}
@media (max-width: 750px) {
  .business section.contents.content-01 .container .detail:nth-of-type(1) .img {
    width: 100%;
  }
}
.business section.contents.content-01 .container .detail:nth-of-type(2),
.business section.contents.content-01 .container .detail:nth-of-type(3) {
  width: 500px;
  margin-top: 24px;
  padding: 40px;
}
@media (max-width: 750px) {
  .business section.contents.content-01 .container .detail:nth-of-type(2),
  .business section.contents.content-01 .container .detail:nth-of-type(3) {
    width: 100%;
  }
}
.business section.contents .btn {
  position: absolute;
  right: 62px;
  top: 132px;
}
@media (max-width: 750px) {
  .business section.contents .btn {
    position: relative;
    top: initial;
    right: initial;
    text-align: right;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
.business section.contents h2 {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .business section.contents h2 {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .business section.contents h2 {
    padding-left: 10vw;
  }
}
.business section.contents h2 .num {
  font-size: 30px;
  font-weight: 600;
  margin-right: 30px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 750px) {
  .business section.contents h2 .num {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .business section.contents h2 .num {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.business section.contents h2 + p {
  margin-top: 30px;
}
@media (max-width: 750px) {
  .business section.contents h2 + p {
    margin-top: 3vw;
  }
}
.business section.contents img {
  margin-top: 60px;
}
@media (max-width: 750px) {
  .business section.contents img {
    margin-top: 5vw;
  }
}
.business section.contents h3 {
  font-size: 24px;
  letter-spacing: 0.1em;
  padding-left: 34px;
  position: relative;
  font-weight: 500;
  margin-top: 50px;
}
.business section.contents h3:before {
  content: "";
  width: 14.5px;
  height: 14.5px;
  display: block;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #f65598;
}
.business section.contents .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.business section.contents .flex .data {
  width: 450px;
}
.business section.contents .flex .data dl {
  font-size: 16px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dbdbdb;
}
.business section.contents .flex .data dl:last-of-type {
  margin-bottom: 0;
}
.business section.contents .flex .data dl dt {
  color: #828282;
}
.business section.contents .flex .data dl dd {
  color: #333333;
}
.business section.contents .flex .description {
  width: 530px;
}
.business section.contents .flex .description p {
  line-height: 1.875;
  font-size: 16px;
}
.business section.contents .flex .bg-gray {
  width: 500px;
  padding: 35px 40px;
  background-color: #f1f1f1;
  text-align: left;
}
@media (max-width: 750px) {
  .business section.contents .flex .bg-gray {
    width: 100%;
  }
}
.business section.contents .flex .bg-gray h4 {
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-left: 24px;
  position: relative;
}
.business section.contents .flex .bg-gray h4:before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
}
.business section.contents .flex .bg-gray p {
  margin-top: 24px;
}
.business section.contents .flex + .flex {
  margin-top: 60px;
}

main.news {
  padding-top: 120px;
}
main.news .btn {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 2;
}
main.news .container > ul {
  margin-top: 80px;
}
@media (max-width: 750px) {
  main.news .container > ul {
    margin-top: calc(80 / 750 * 100 * 1vw);
  }
}
main.news .container > ul > li {
  padding: 24px 0;
  border-top: 1px solid #dbdbdb;
}
main.news .container > ul > li:first-of-type {
  border-top: 0;
  padding-top: 0;
}
main.news .container > ul > li:last-of-type {
  border-bottom: 1px solid #dbdbdb;
}
main.news .container > ul > li .flex {
  display: flex;
}
main.news .container > ul > li p.cat {
  margin-left: 16px;
  line-height: 1;
  background: #f1f1f1;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
}
main.news .container > ul > li p.title {
  margin-top: 20px;
}
main.news .container > ul > li p.title a span {
  display: block;
  width: calc(100% - 30px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: left;
  overflow: hidden;
}
@media (max-width: 750px) {
  main.news .container > ul > li p.title a span {
    -webkit-line-clamp: 2;
    width: calc(100% - 11vw);
  }
}
main.news .container > ul > li p.title a:after {
  content: "";
  display: block;
  background-image: url(../images/common/arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  margin-left: auto;
}
main.news .container > ul > li a {
  display: flex;
  align-items: center;
}
main.news ul > li:first-of-type .post-title {
  margin-top: 0;
}
main.news .post-title {
  max-width: 810px;
  padding-bottom: 20px;
  margin-bottom: 57px;
  margin-top: 57px;
  border-bottom: 1px solid #bdbcbc;
}
main.news .post-title .flex {
  display: flex;
}
main.news .post-title .flex p.cat {
  margin-left: 16px;
  line-height: 1;
  background: #f1f1f1;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
}
main.news .post-title h1 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.5;
}
main.news .post-navigation {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: 80px;
  position: relative;
}
@media (max-width: 750px) {
  main.news .post-navigation {
    margin-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.news .post-navigation {
    flex-wrap: wrap;
    width: 116%;
    margin-left: -8%;
  }
  main.news .post-navigation .btn:nth-of-type(1) {
    order: 1;
  }
}
@media (min-width: 751px) {
  main.news .post-navigation .backbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 750px) {
  main.news .post-navigation .backbtn {
    order: 3;
    margin-top: 5vw;
    margin-inline: auto;
    width: 100%;
    text-align: center;
  }
  main.news .post-navigation .backbtn + .btn {
    order: 2;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
main.news .post-navigation .backbtn a {
  width: 240px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 751px) {
  main.news .post-navigation .backbtn a {
    transition: 0.3s;
  }
  main.news .post-navigation .backbtn a:hover {
    background: #333;
    color: #fff;
  }
}
main.news .post-navigation .btn {
  position: relative;
}
@media (max-width: 750px) {
  main.news .post-navigation .btn:first-of-type {
    margin-right: auto;
  }
}
main.news .post-navigation .btn:first-of-type .btn_more:after {
  content: none;
}
main.news .post-navigation .btn:first-of-type .btn_more:before {
  content: "";
  width: 60px;
  height: 30px;
  display: block;
  background-image: url(../images/common/btn.webp);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 18px;
  transform: rotate(180deg);
}
@media (min-width: 751px) {
  main.news .post-navigation .btn:first-of-type .btn_more:before {
    transition: 0.3s;
  }
}
@media (min-width: 751px) {
  main.news .post-navigation .btn:first-of-type .btn_more:hover:before {
    background-image: url(../images/common/btn-hvr.webp);
  }
}

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

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

#case {
  padding: 120px 0 95px;
}
@media (max-width: 750px) {
  #case {
    padding: 0;
  }
}
#case .wrapper {
  width: 94%;
  max-width: 1064px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper {
    width: 100vw;
    padding: 0;
    display: block;
    justify-content: initial;
  }
}
#case .wrapper .contents {
  width: calc(100% - 285px);
  box-sizing: border-box;
  background: white;
  padding: 60px 60px 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 750px) {
  #case .wrapper .contents {
    width: 100%;
    padding: 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: #333333;
  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: #333333;
  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 #d71f1c;
    background: #d71f1c;
    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: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr .data .ttl_pr {
    font-size: 3.8vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .pr .box_pr .data .text {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr .data .text {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .gallery {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery {
    margin: 0 0 15vw;
  }
}
#case .wrapper .contents .gallery ul {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul {
    display: block;
    justify-content: initial;
    flex-wrap: initial;
    width: 66vw;
    margin: 0 auto;
  }
}
#case .wrapper .contents .gallery ul li {
  width: 47.8%;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul li {
    width: 100%;
    margin: 0 0 5vw;
  }
  #case .wrapper .contents .gallery ul li:last-of-type {
    margin: 0;
  }
}
#case .wrapper .contents .gallery ul li .caption {
  line-height: 1.5;
  font-size: 14px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul li .caption {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .gallery ul li img {
  max-width: 100%;
}
#case .wrapper .contents .requirements .ttl_requirements {
  color: white;
  font-size: 16px;
  font-weight: bold;
  background: #4d4d4d;
  padding: 14px 20px 12px;
  margin: 0 0 7px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .requirements .ttl_requirements {
    font-size: 3.8vw;
    padding: 4vw;
  }
}
#case .wrapper .contents .table_requirements {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .table_requirements tr {
  border-bottom: 1px solid #ccc;
}
#case .wrapper .contents .table_requirements tr th {
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  padding: 10px 50px 10px 10px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements tr th {
    display: block;
    box-sizing: border-box;
    padding: 4vw 0 0;
  }
}
#case .wrapper .contents .table_requirements tr td {
  padding: 10px 10px 10px 0;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements tr td {
    display: block;
    box-sizing: border-box;
    padding: 0 0 4vw;
  }
}
#case .wrapper .contents .google {
  margin: 40px 0 0;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google {
    margin: 4vw 0 0;
  }
}
#case .wrapper .contents .google .ttl_map {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .ttl_map {
    font-size: 3.4vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .google .map {
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .map {
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .google .map iframe {
  width: 100%;
  height: 220px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .map iframe {
    height: 60vw;
  }
}
#case .wrapper .contents .google .url {
  text-align: right;
}
#case .wrapper .contents .google .url a {
  font-size: 14px;
  text-decoration: underline;
  transition: all 0.3s;
}
#case .wrapper .contents .google .url a .icon {
  display: inline-block;
  width: 10px;
  margin: 0 0 0 3px;
}
#case .wrapper .contents .google .url a .icon img {
  width: 10px;
  height: 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .url a .icon img {
    width: 100%;
    height: auto;
  }
}
#case .wrapper .contents .google .url a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .url a:hover {
    opacity: 1;
  }
}
#case .wrapper .contents .btn_entry {
  text-align: center;
  margin: 60px 0 22px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry {
    margin: 10vw 0 10vw;
  }
}
#case .wrapper .contents .btn_entry a {
  width: 360px;
  height: 64px;
  border-radius: 32px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: white;
  font-size: 18px;
  font-weight: bold;
  background: #d71f1c;
  position: relative;
  transition: all 0.3s;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .btn_entry a {
    padding: 6px 0 0;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry a {
    width: 100%;
    height: 15vw;
    border-radius: 7.5vw;
    font-size: 4.2vw;
  }
}
#case .wrapper .contents .btn_entry a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 28px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#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: #d71f1c;
  border: 1px solid #d71f1c;
}
#case .wrapper .links .inner .tel {
  background: #e6e6e6;
  padding: 20px 0 13px;
}
#case .wrapper .links .inner .tel .title {
  text-align: center;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
}
#case .wrapper .links .inner .tel .title .icon {
  display: inline-block;
  width: 14px;
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}
#case .wrapper .links .inner .tel .title .icon img {
  width: 14px;
  height: 14px;
}
#case .wrapper .links .inner .tel .number {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

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

/*# sourceMappingURL=style.css.map */
