@charset "UTF-8";
/**
* Foundation
* ========================== */
/*
---------------------------------------
reset
---------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&family=Zen+Maru+Gothic:wght@300;400;500;700;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: #80b737;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  word-wrap: break-word;
  color: #383838;
  min-width: 375px;
  line-break: normal;
  font-weight: 500;
  -ms-overflow-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-size: 16px;
}
@media (max-width: 750px) {
  body {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}

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

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

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

@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 {
  line-height: 2.142;
  font-weight: 500;
  line-break: normal;
  word-break: normal !important;
  word-wrap: break-word;
}
@media (max-width: 750px) {
  p,
  dt,
  dd,
  li {
    font-size: 3.3vw;
    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;
}

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

/*
---------------------------------------
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: 1030px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .l-contents .inner {
    padding: 0 6.33vw;
  }
}
.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%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#autozip {
  display: none !important;
}

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

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

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

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

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

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

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

.single-content {
  border-bottom: 2px dashed var(--main-color);
  padding-bottom: 30px;
  line-height: 1.8;
}
.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;
  border-radius: 40px;
}
@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);
  color: var(--main-color);
  padding: 8px 19px;
  border: 2px solid var(--main-color);
  border-radius: 40px;
}
@media (max-width: 750px) {
  .single-content h3 {
    font-size: 4.2vw;
    margin: 5vw 0 3vw;
    padding: 3vw 4vw;
    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;
  color: var(--main-color);
}
@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;
  color: var(--main-color);
}
@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;
  color: var(--main-color);
}
@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: var(--main-color);
  text-align: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid 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%;
}

.pager {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 750px) {
  .pager {
    width: 42vw;
    align-items: center;
    margin-inline: auto;
    margin-top: 8vw;
    padding-bottom: 4vw;
  }
}
.pager a,
.pager span {
  font-weight: 700;
}
.pager .nolink {
  opacity: 0.4;
}
@media (max-width: 750px) {
  .pager .nolink {
    width: 3vw;
    height: 5.4vw;
    color: transparent;
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 751px) {
  .pager a {
    transition: 0.3s;
  }
  .pager a:hover {
    opacity: 0.7;
  }
}
.pager .back {
  position: relative;
  padding-bottom: 10px;
}
.pager .back:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000000;
}
.pager img {
  width: 7px;
  height: 12px;
}
@media (max-width: 750px) {
  .pager .next {
    width: 3vw;
    height: 5.4vw;
    color: transparent;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .pager .next img {
    position: absolute;
    top: 0;
    width: 2vw;
    aspect-ratio: 7/12;
    height: initial;
    display: block;
    margin-top: 1vw;
    margin-inline: 0 !important;
  }
}
.pager .next img {
  margin-left: 12px;
}
@media (max-width: 750px) {
  .pager .prev {
    width: 3vw;
    height: 5.4vw;
    color: transparent;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .pager .prev img {
    position: absolute;
    top: 0;
    width: 2vw;
    aspect-ratio: 7/12;
    height: initial;
    display: block;
    margin-top: 1vw;
    margin-inline: 0 !important;
  }
}
.pager .prev img {
  margin-right: 12px;
}

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

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

@media (min-width: 751px) {
  .wp-pagenavi > a:hover {
    opacity: 0.6;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-color: #80b737;
  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: #80b737;
  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;
  }
}
.st-header.fixed {
  background: rgba(255, 255, 255, 0);
}

.menu-on .st-header__logo,
.menu-on .st-header__nav {
  opacity: 0;
  pointer-events: none;
}
.menu-on #sp-btn {
  background: #003c81;
  color: #fff;
}
.menu-on #sp-btn span {
  background-color: #fff;
}
.menu-on #sp-btn span:first-of-type {
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.4s;
  transform: rotate(-30deg) translate(0px, 0px);
}
.menu-on #sp-btn span:last-of-type {
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.4s;
  transform: rotate(30deg) translate(-3px, -5px);
}
@media (max-width: 750px) {
  .menu-on #sp-btn span:last-of-type {
    transform: rotate(30deg) translate(-0.5vw, -1vw);
  }
}
.menu-on #sp-btn:before {
  content: "close";
  color: #fff;
}

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

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

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

.st-header__globalNav {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-header__globalNav {
    width: calc(130 / 390 * 100 * 1vw);
  }
}
.st-header__globalNav li {
  text-align: center;
  padding: 0 10px;
}
.st-header__globalNav li:last-child {
  padding-right: 0;
  padding-left: 16px;
}
@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 {
    padding-left: 0;
  }
}

.st-header__globalNav__link {
  display: block;
  padding: 15px 9px;
  transition: all 0.4s;
  position: relative;
  line-height: 1;
}
@media (min-width: 751px) {
  .st-header__globalNav__link {
    transition: 0.3s;
  }
  .st-header__globalNav__link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) {
  .st-header__globalNav__link {
    text-align: center;
  }
  .st-header__globalNav__link img {
    width: 100%;
    height: auto;
  }
}
.st-header__globalNav__link .st-header__globalNav__txt {
  font-size: 16px;
  letter-spacing: 0.04em;
  transition: all 0.4s;
  font-family: "Sarabun", sans-serif;
}
@media (max-width: 750px) {
  .st-header__globalNav__link .st-header__globalNav__txt {
    font-size: 4.6vw;
  }
}
@media (min-width: 751px) {
  .st-header__globalNav__link:hover .st-header__globalNav__txt {
    color: #80b737;
  }
}
.st-header__globalNav__link--contact {
  border: 1px solid #80b737;
  padding: 15px 40px;
}
@media (max-width: 750px) {
  .st-header__globalNav__link--contact {
    max-width: 46%;
    padding: 3.8vw 0;
    margin: 0 auto;
  }
  .st-header__globalNav__link--contact .st-header__globalNav__txt {
    font-size: 3.8vw;
  }
}
@media (min-width: 751px) {
  .st-header__globalNav__link--contact:hover {
    background: #80b737;
  }
  .st-header__globalNav__link--contact:hover .st-header__globalNav__txt {
    color: #fff;
  }
}

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

#sp-btn {
  z-index: 99999999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all 0.4s;
  padding-bottom: 10px;
  position: relative;
  background: #fff;
  border: 2px solid #003c81;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 750px) {
  #sp-btn {
    width: 9.1vw;
    height: 9.1vw;
  }
}
#sp-btn:before {
  content: "menu";
  font-size: 12px;
  display: block;
  font-family: "Paytone One", sans-serif;
  color: #003c81;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 17px;
  text-align: center;
  transition: all 0.4s;
  font-weight: 700;
}
@media (max-width: 750px) {
  #sp-btn:before {
    font-size: 2vw;
    bottom: 2vw;
  }
}
#sp-btn span {
  width: 27px;
  height: 2px;
  transition: all 0.4s;
  background: #003c81;
}
@media (max-width: 750px) {
  #sp-btn span {
    width: 5vw;
  }
}
#sp-btn span:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  #sp-btn span:not(:last-child) {
    margin-bottom: 0.7vw;
  }
}

#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;
}
@media (max-width: 750px) {
  #sp-btn #sp-btn-a {
    width: 5vw;
  }
}

/*
---------------------------------------
footer
--------------------------------------
*/
.st-footer {
  background: #fff;
  padding: 80px 0 40px;
  position: relative;
}
@media (max-width: 750px) {
  .st-footer {
    padding: 16vw 0 10vw;
  }
}
.st-footer .inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .st-footer .inner {
    padding: 0 5%;
  }
}
.st-footer .fotter-menu {
  display: flex;
  align-items: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #003c81;
  padding: 68px 78px 44px;
  border-radius: 48px;
}
@media (max-width: 750px) {
  .st-footer .fotter-menu {
    padding: 8.46vw 7.69vw;
  }
}
@media (max-width: 750px) {
  .st-footer .fotter-menu .right {
    order: 1;
  }
  .st-footer .fotter-menu .right img:nth-of-type(1) {
    width: 100%;
  }
  .st-footer .fotter-menu .right img:nth-of-type(2) {
    width: 7.69vw;
  }
}
.st-footer .fotter-menu .left {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .st-footer .fotter-menu .left {
    display: block;
    order: 2;
    margin-top: 5vw;
  }
}
.st-footer .fotter-menu .left > ul:nth-of-type(1) {
  margin-right: 105px;
}
@media (max-width: 750px) {
  .st-footer .fotter-menu .left > ul:nth-of-type(1) {
    margin-right: 0;
  }
  .st-footer .fotter-menu .left > ul:nth-of-type(1) li {
    width: 50%;
  }
  .st-footer .fotter-menu .left > ul:nth-of-type(1) li:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .st-footer .fotter-menu .left > ul:nth-of-type(1) {
    display: flex;
    flex-wrap: wrap;
  }
}
.st-footer .fotter-menu .left > ul:nth-of-type(2) {
  margin-right: 72px;
}
@media (max-width: 750px) {
  .st-footer .fotter-menu .left > ul:nth-of-type(2) {
    margin-right: 0;
    margin-top: 20px;
  }
}
@media (max-width: 750px) {
  .st-footer .fotter-menu .left > ul:nth-of-type(3) {
    margin-right: 0;
    margin-top: 20px;
  }
}
.st-footer .fotter-menu .left > ul > li {
  margin-top: 10px;
}
.st-footer .fotter-menu .left > ul > li:nth-of-type(1) {
  margin-top: 0;
}
.st-footer .fotter-menu .left > ul > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .st-footer .fotter-menu .left > ul > li > a {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .st-footer .fotter-menu .left > ul > li > a {
    transition: 0.3s;
  }
  .st-footer .fotter-menu .left > ul > li > a:hover {
    opacity: 0.7;
  }
}
.st-footer .fotter-menu .left > ul > li ul li {
  margin-top: 10px;
}
.st-footer .fotter-menu .left > ul > li ul li a {
  color: #fff;
  font-size: 15px;
}
@media (max-width: 750px) {
  .st-footer .fotter-menu .left > ul > li ul li a {
    font-size: calc(15 / 390 * 100 * 1vw);
  }
}
.st-footer .fotter-menu .left > ul > li ul li a:before {
  content: "●";
  display: inline-block;
  margin-right: 6px;
  color: #f9bf11;
  font-size: 12px;
}
@media (max-width: 750px) {
  .st-footer .fotter-menu .left > ul > li ul li a:before {
    font-size: calc(12 / 390 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .st-footer .fotter-menu .left > ul > li ul li a {
    transition: 0.3s;
  }
  .st-footer .fotter-menu .left > ul > li ul li a:hover {
    opacity: 0.7;
  }
}
.st-footer .fotter-menu .w-full {
  margin-top: 80px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .st-footer .fotter-menu .w-full {
    order: 3;
    display: block;
    margin-top: 8vw;
  }
}
.st-footer .fotter-menu .w-full img {
  width: 146.5px;
  margin-right: 30px;
}
.st-footer .fotter-menu .w-full p {
  color: #fff;
}
@media (max-width: 750px) {
  .st-footer .fotter-menu .w-full p {
    font-size: calc(14 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .fotter-menu .w-full p {
    line-height: 1.4;
    margin-top: 2vw;
  }
}
.st-footer .copy {
  font-family: "Paytone One", sans-serif;
  color: #003c81;
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
}
.st-footer .st-footer__box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .st-footer .st-footer__box {
    display: block;
  }
}
.st-footer .st-footer__logo {
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__logo {
    margin-bottom: 7vw;
    text-align: center;
  }
  .st-footer .st-footer__logo img {
    width: 35vw;
    margin: 0 auto;
  }
}
.st-footer .st-footer__address {
  line-height: 1.8;
}
@media (max-width: 750px) {
  .st-footer .st-footer__address {
    text-align: center;
    padding-bottom: 8vw;
  }
}
.st-footer .st-footer__nav {
  display: flex;
  align-items: center;
  padding-bottom: 80px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 7vw 9vw;
  }
}
.st-footer .st-footer__nav__item {
  text-align: center;
  padding: 0 10px;
}
.st-footer .st-footer__nav__item a {
  display: block;
  padding: 15px 10px;
  transition: all 0.4s;
  position: relative;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-family: "Sarabun", sans-serif;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item a {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .st-footer .st-footer__nav__item a:hover {
    color: #80b737;
  }
}
@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: #80b737;
    color: #fff;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item--contact a {
    padding: 3.8vw 13vw;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item--contact {
    margin-top: 5vw;
    padding-left: 0;
  }
}
.st-footer .st-footer__copyright {
  text-align: right;
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright {
    text-align: center;
  }
}
.st-footer .st-footer__copyright small {
  font-size: 13px;
  font-family: "Sarabun", sans-serif;
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright small {
    font-size: 3vw;
  }
}
.st-footer .st-footer__pageTop {
  position: fixed;
  right: 66px;
  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: 98px;
  height: 168px;
  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: #80b737;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop a {
    width: 22px;
    height: 105px;
  }
}
.st-footer .st-footer__pageTop__txt {
  font-size: 13px;
  color: #56626e;
  writing-mode: vertical-rl;
  font-family: "Sarabun", sans-serif;
  line-height: 1;
  transition: all 0.4s;
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop__txt {
    font-size: 3vw;
  }
}
.st-footer .object-footer {
  position: absolute;
  left: 0;
  bottom: 0;
}

.hbm {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/common/hbm.webp);
  background-size: cover;
  background-position: right top;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .hbm {
    background-image: url(../images/common/hbm-sp.webp);
	  background-position: right bottom;
  }
}
.hbm.on {
  opacity: 1;
  pointer-events: initial;
}
.hbm .inner {
  width: 940px;
}
.hbm .inner .fotter-menu {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .hbm .inner .fotter-menu {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
  }
}
@media (max-width: 750px) {
  .hbm .inner .fotter-menu .right {
    width: calc(270 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .hbm .inner .fotter-menu .right {
    margin-top: 6vw;
  }
  .hbm .inner .fotter-menu .right img:first-of-type {
    width: 100%;
  }
}
.hbm .inner .fotter-menu .left > ul + ul {
  margin-top: 40px;
}
@media (max-width: 750px) {
  .hbm .inner .fotter-menu .left > ul + ul {
    margin-top: 0;
  }
}
.hbm .inner .fotter-menu .left > ul:nth-of-type(1) {
  margin-right: 105px;
}
@media (max-width: 750px) {
  .hbm .inner .fotter-menu .left > ul:nth-of-type(1) {
    margin-right: 0;
  }
}
.hbm .inner .fotter-menu .left > ul:nth-of-type(2) {
  margin-right: 72px;
}
@media (max-width: 750px) {
  .hbm .inner .fotter-menu .left > ul:nth-of-type(2) {
    margin-right: 0;
  }
}
.hbm .inner .fotter-menu .left > ul > li {
  margin-top: 10px;
  font-size: 20px;
}
.hbm .inner .fotter-menu .left > ul > li:nth-of-type(1) {
  margin-top: 0;
}
.hbm .inner .fotter-menu .left > ul > li > a {
  color: #003c81;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 751px) {
  .hbm .inner .fotter-menu .left > ul > li > a {
    transition: 0.3s;
  }
  .hbm .inner .fotter-menu .left > ul > li > a:hover {
    opacity: 0.7;
  }
}
.hbm .inner .fotter-menu .left > ul > li ul li {
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .hbm .inner .fotter-menu .left > ul > li ul li:first-of-type {
    margin-top: 0;
  }
}
.hbm .inner .fotter-menu .left > ul > li ul li a {
  color: #383838;
  font-size: 15px;
}
.hbm .inner .fotter-menu .left > ul > li ul li a:before {
  content: "●";
  display: inline-block;
  margin-right: 6px;
  color: #f9bf11;
  font-size: 12px;
}
@media (min-width: 751px) {
  .hbm .inner .fotter-menu .left > ul > li ul li a {
    transition: 0.3s;
  }
  .hbm .inner .fotter-menu .left > ul > li ul li a:hover {
    opacity: 0.7;
  }
}

footer .more a,
.hbm .more a {
  position: relative;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 750px) {
  footer .more a,
  .hbm .more a {
    width: 100%;
  }
}
footer .more a img:last-of-type,
.hbm .more a img:last-of-type {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  transition: 0.3s;
}
@media (min-width: 751px) {
  footer .more a:hover img:last-of-type,
  .hbm .more a:hover img:last-of-type {
    transform: translate(8px, -50%);
  }
}

/* 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-color: #fff8e6;
  margin-top: 50px;
  padding-top: 100px;
  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
---------------------------------------
*/
#top {
  background-image: url(../images/top/bg.webp);
  background-size: 100%;
  background-position: left top 1880px;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  #top {
    background-image: url(../images/top/bg-sp.webp);
    background-position: left top 419vw;
    background-size: 105%;
  }
}
#top h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
}
@media (max-width: 750px) {
  #top h2 {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top h2 {
    line-height: 1.5;
  }
}
#top h2 span {
  font-family: "Paytone One", sans-serif;
  font-size: 64px;
  color: #80b737;
  display: inline-block;
  line-height: 0.2;
}
@media (max-width: 750px) {
  #top h2 span {
    font-size: calc(36 / 390 * 100 * 1vw);
  }
}
#top .mv-txt {
  position: absolute;
  top: 46vw;
  left: 13vw;
  z-index: 1;
  width: 30vw;
  opacity: 0;
  transform: translate(0, -10px);
  transition: 0.6s;
}
#top .mv-txt.on {
  opacity: 1;
  transform: translate(0, 0px);
}
@media (max-width: 750px) {
  #top .mv-txt {
    width: 78vw;
    top: 158vw;
    left: 5vw;
  }
}
#top .mv-object {
  position: absolute;
  top: 46vw;
  left: 73vw;
  z-index: 1;
  width: 10vw;
  opacity: 0;
  transform: translate(0, -10px);
  transition: 0.6s;
}
#top .mv-object.on {
  opacity: 1;
  transform: translate(0, 0px);
}
@media (max-width: 750px) {
  #top .mv-object {
    width: calc(142 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .mv-object {
    left: initial;
    right: 4vw;
    bottom: -3vw;
    top: initial;
  }
}
#top .summary {
  position: relative;
  margin-top: -50px;
}
@media (max-width: 750px) {
  #top .summary {
    margin-top: 0;
  }
}
#top .summary .chara {
  position: absolute;
  bottom: -50px;
  width: 96px;
  right: 0;
}
#top .summary:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff8e6;
  border-radius: 0 0 200px 0;
}
@media (max-width: 750px) {
  #top .summary:before {
    border-radius: 0 0 25.1vw 0;
  }
}
#top .summary .mv,
#top .summary .inner {
  position: relative;
  z-index: 1;
}
#top .summary .object-02 {
  width: 580px;
  position: absolute;
  left: 0;
  bottom: -50px;
}
@media (max-width: 750px) {
  #top .summary .object-02 {
    width: calc(265 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .summary .object-02 {
    position: relative;
    bottom: -7vw;
    left: -10vw;
  }
}
#top .summary .object-05 {
  width: 193px;
  position: absolute;
  right: 0;
  bottom: 280px;
}
@media (max-width: 750px) {
  #top .summary .object-05 {
    bottom: 40vw;
    width: 30vw;
  }
}
@media (max-width: 750px) {
  #top .summary .inner {
    margin-top: -17vw;
  }
  #top .summary .inner h2 img {
    width: 70vw;
  }
}
#top .summary .summary-txt {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  padding-bottom: 220px;
}
@media (max-width: 750px) {
  #top .summary .summary-txt {
    margin-left: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
#top .summary .summary-txt img {
  width: 453px;
}
#top .summary .summary-txt p {
  margin-top: 24px;
  font-size: 22px;
}
@media (max-width: 750px) {
  #top .summary .summary-txt p {
    font-size: calc(18 / 390 * 100 * 1vw);
  }
}
#top .summary .summary-txt p .wave {
  display: inline-block;
  position: absolute;
  font-size: 28px;
  font-weight: 700;
  color: #e95529;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #top .summary .summary-txt p .wave {
    font-size: calc(24 / 390 * 100 * 1vw);
  }
}
#top .summary .summary-txt p .wave:before {
  content: "";
  display: block;
  width: 162px;
  height: 4px;
  background-image: url(../images/top/wave.webp);
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: -10px;
}
#top .news {
  padding-top: 161px;
}
#top .news .inner {
  padding: initial;
  width: calc(100% - 15.38vw);
}
#top .news .inner-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 750px) {
  #top .news .inner-flex {
    display: block;
  }
}
#top .news .inner-flex .post-list {
  display: flex;
  width: 820px;
}
@media (max-width: 750px) {
  #top .news .inner-flex .post-list {
    display: block;
  }
}
@media (max-width: 750px) {
  #top .news .inner-flex .post-list {
    width: 100%;
    margin-inline: auto;
  }
}
#top .news .inner-flex .post-list article {
  width: 260px;
  opacity: 0;
  transform: translate(0, 30px);
  transition: 0.4s;
	margin-left:20px
}
#top .news .inner-flex .post-list article:first-of-type{
	 margin-left:0;
}
@media (max-width: 750px) {
  #top .news .inner-flex .post-list article {
    width: 100%;
	  margin-left:0;
  }
}
@media (max-width: 750px) {
  #top .news .inner-flex .post-list article {
    margin-top: calc(40 / 390 * 100 * 1vw);
  }
}
#top .news .inner-flex .post-list article.on {
  opacity: 1;
  transform: translate(0, 0px);
}
#top .news .inner-flex .post-list article .img {
  width: 100%;
  aspect-ratio: 3/2;
  display: inline-block;
  background-color: #ccc;
  border-radius: 50px;
  background-size: cover;
}
@media (max-width: 750px) {
  #top .news .inner-flex .post-list article .img {
    aspect-ratio: 330/230;
  }
}
#top .news .inner-flex .post-list article h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  padding-inline: 12px;
}
@media (max-width: 750px) {
  #top .news .inner-flex .post-list article h3 {
    padding-inline: 3vw;
  }
}
@media (max-width: 750px) {
  #top .news .inner-flex .post-list article h3 {
    margin-top: calc(12 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .news .inner-flex .post-list article h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
#top .news .inner-flex .post-list article .date {
  padding-inline: 12px;
  font-size: 14px;
  font-family: "Paytone One", sans-serif;
  color: #e95529;
  margin-top: 4px;
}
@media (max-width: 750px) {
  #top .news .inner-flex .post-list article .date {
    padding-inline: 3vw;
  }
}
@media (max-width: 750px) {
  #top .news .inner-flex .post-list article .date {
    font-size: calc(14 / 390 * 100 * 1vw);
  }
}
#top .news .more {
  margin-top: 36px;
  text-align: right;
}
@media (max-width: 750px) {
  #top .news .more {
    margin-top: calc(40 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .news .more {
    text-align: center;
  }
}
#top .more-job {
  margin-top: 80px;
}
@media (max-width: 750px) {
  #top .more-job {
    margin-top: calc(40 / 390 * 100 * 1vw);
  }
}
#top .more-job a {
  width: calc(100% - 15.38vw);
}
#top .movie {
  padding-top: 164px;
  position: relative;
}
@media (max-width: 750px) {
  #top .movie {
    padding-top: calc(40 / 390 * 100 * 1vw);
  }
}
#top .movie .chara {
  width: 219px;
  position: absolute;
  right: 90px;
  bottom: -30px;
  opacity: 0;
  transform: translate(0, 10px);
  transition: 0.6s;
}
@media (max-width: 750px) {
  #top .movie .chara {
    width: calc(269 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .movie .chara {
    right: 11vw;
    bottom: -34vw;
  }
}
#top .movie .chara.on {
  opacity: 1;
  transform: translate(0, 0px);
}
#top .movie h2 {
  color: #80b737;
}
#top .movie h2 span {
  color: #383838;
}
#top .movie .movie__box {
  width: 1026px;
  height: 693px;
  background-image: url(../images/top/bg-movie.webp);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 52px;
}
@media (max-width: 750px) {
  #top .movie .movie__box {
    width: 100%;
    background-image: url(../images/top/bg-movie-sp.webp);
    padding: 22vw 9vw 0vw;
  }
}
@media (max-width: 750px) {
  #top .movie .movie__box {
    height: calc(406.11 / 390 * 100 * 1vw);
  }
}
#top .movie .movie__box .thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 10px));
}
@media (max-width: 750px) {
  #top .movie .movie__box .thumbnail {
    width: calc(270 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .movie .movie__box .thumbnail {
    margin-top: 4vw;
  }
}
#top .works {
  padding-top: 160px;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  #top .works {
    padding-top: calc(200 / 390 * 100 * 1vw);
  }
}
#top .works h2 {
  color: #80b737;
}
#top .works h2 span {
  color: #383838;
}
#top .works .work-detail {
  border-radius: 150px;
  border: 6px solid #80b737;
  padding: 80px 120px;
  position: relative;
  width: 1150px;
  margin-left: -60px;
  margin-top: 80px;
  background: #fff;
}
@media (max-width: 750px) {
  #top .works .work-detail {
    margin-top: calc(40 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .works .work-detail {
    width: 100%;
    margin-left: 0;
    border-radius: 18.45vw;
    padding: 36vw 6.4vw 10vw;
  }
}
#top .works .work-detail + .work-detail {
  margin-top: 40px;
  padding-bottom: 60px;
}
#top .works .work-detail + .work-detail .left {
  margin-top: 185px;
}
@media (max-width: 750px) {
  #top .works .work-detail + .work-detail .left {
    margin-top: 4vw;
  }
}
#top .works .work-detail h3 {
  background: #80b737;
  color: #fff;
  width: 525px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 140px 0 140px 0;
  font-size: 36px;
  line-height: 1.3888888889;
  font-weight: 700;
}
@media (max-width: 750px) {
  #top .works .work-detail h3 {
    width: calc(250 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .works .work-detail h3 {
    height: calc(110 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .works .work-detail h3 {
    font-size: calc(24 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .works .work-detail h3 {
    border-radius: 16vw 0 16vw 0;
  }
}
#top .works .work-detail__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #top .works .work-detail__flex {
    width: 100%;
    flex-wrap: wrap;
  }
}
#top .works .work-detail__flex .left {
  margin-top: 155px;
  width: 400px;
}
@media (max-width: 750px) {
  #top .works .work-detail__flex .left {
    width: 100%;
    order: 2;
    margin-top: 4vw;
  }
}
#top .works .work-detail__flex .right {
  width: 450px;
}
@media (max-width: 750px) {
  #top .works .work-detail__flex .right {
    width: 100%;
    order: 1;
  }
}
#top .works .work-detail__flex .more {
  text-align: right;
  margin-top: 74px;
}
@media (max-width: 750px) {
  #top .works .work-detail__flex .more {
    margin-top: 4vw;
  }
}
#top .works .work-detail__flex .more a {
  display: block;
  line-height: 1;
}
#top .works .work-detail__flex ul {
  margin-top: 60px;
}
@media (max-width: 750px) {
  #top .works .work-detail__flex ul {
    margin-top: 4vw;
  }
}
#top .works .work-detail__flex ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dashed 2px #80b737;
}
#top .works .work-detail__flex ul li a {
  font-size: 18px;
  display: flex;
  align-items: center;
}
#top .works .work-detail__flex ul li a img {
  margin-left: auto;
  width: 30px;
  transition: 0.3s;
}
@media (min-width: 751px) {
  #top .works .work-detail__flex ul li a:hover img {
    transform: translate(8px, 0);
  }
}
#top .search {
  padding-top: 160px;
  position: relative;
}
#top .search .object-08 {
  position: absolute;
  width: 430px;
  top: -78px;
  right: 380px;
  z-index: 1;
}
@media (max-width: 750px) {
  #top .search {
    padding-top: calc(160 / 390 * 100 * 1vw);
  }
}
#top .search .inner {
  padding-inline: 0;
}
@media (max-width: 750px) {
  #top .search .inner {
    padding-inline: 6.33vw;
  }
}
#top .search h2 {
  color: #80b737;
  position: relative;
  z-index: 2;
}
#top .search h2 span {
  color: #383838;
}
#top .search .search__box {
  padding-left: 124px;
  padding-top: 120px;
  padding-bottom: 77px;
  position: relative;
  margin-top: -69px;
}
@media (max-width: 750px) {
  #top .search .search__box {
    padding-bottom: calc(80 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .search .search__box {
    padding-top: 30vw;
    width: 100%;
    padding-left: 0;
  }
}
#top .search .search__box:before {
  content: "";
  width: calc(100% + (100vw - 1030px) / 2);
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff8e6;
  border-radius: 200px 0 0 200px;
}
@media (max-width: 750px) {
  #top .search .search__box:before {
    width: 100vw;
    margin-left: -6.33vw;
    border-radius: 16vw;
    top: 22px;
    height: calc(100% - 3vw);
  }
}
#top .search .search__box h3 {
  font-size: 24px;
  font-weight: 500;
  background: #80b737;
  color: #fff;
  border-radius: 30px;
  padding: 14px 20px 16px;
  position: relative;
  z-index: 2;
}
#top .search .search__box dl {
  margin-top: 25px;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  #top .search .search__box dl {
    margin-inline: auto;
    width: calc(100% - 6.33vw);
  }
}
#top .search .search__box dl:last-of-type dd ul li a {
  width: 279px;
}
#top .search .search__box dl dt {
  width: 160px;
  padding-left: 36px;
  padding-top: 14px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 750px) {
  #top .search .search__box dl dt {
    display: none;
  }
}
#top .search .search__box dl dd {
  width: calc(100% - 160px);
}
@media (max-width: 750px) {
  #top .search .search__box dl dd {
    width: 100%;
  }
}
#top .search .search__box dl dd ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#top .search .search__box dl dd ul li {
  margin-bottom: 12px;
  margin-left: 12px;
}
#top .search .search__box dl dd ul li:nth-of-type(3n - 1) {
  margin-left: 0;
}
@media (max-width: 750px) {
  #top .search .search__box dl dd ul li:nth-of-type(3n - 1) {
    margin-left: 4vw;
  }
}
@media (max-width: 750px) {
  #top .search .search__box dl dd ul li {
    margin-left: 4vw;
  }
  #top .search .search__box dl dd ul li:first-of-type {
    font-weight: 500;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #top .search .search__box dl dd ul li:first-of-type {
    width: calc(148.9726 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #top .search .search__box dl dd ul li:first-of-type {
    height: calc(39 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #top .search .search__box dl dd ul li:first-of-type {
    font-size: calc(18 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .search .search__box dl dd ul li:nth-of-type(2n-1) {
    margin-left: 0;
  }
}
#top .search .search__box dl dd ul li a {
  width: 219px;
  height: 80px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9e9e9e;
  border-radius: 30px;
  background: #fff;
}
@media (max-width: 750px) {
  #top .search .search__box dl dd ul li a {
    width: calc(148.9726 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .search .search__box dl dd ul li a {
    height: calc(39 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .search .search__box dl dd ul li a {
    font-size: calc(15 / 390 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  #top .search .search__box dl dd ul li a {
    transition: 0.3s;
  }
  #top .search .search__box dl dd ul li a:hover {
    opacity: 0.7;
  }
}
#top .search .search__box dl dd ul li a span {
  color: #80b737;
  margin-right: 6px;
}
#top .search .search__box dl + h3 {
  margin-top: 15px;
}
#top .search .search__box .more {
  text-align: right;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
#top .company {
  padding-top: 160px;
  position: relative;
}
@media (max-width: 750px) {
  #top .company {
    padding-top: calc(80 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #top .company .inner {
    position: relative;
  }
  #top .company .object-06 {
    position: absolute;
    z-index: 0;
    width: 40vw;
    top: 21vw;
    left: 0;
  }
  #top .company .object-07 {
    position: absolute;
    z-index: 0;
    width: 40vw;
    bottom: 88vw;
    right: -6vw;
  }
}
#top .company h2 {
  color: #80b737;
}
#top .company h2 span {
  color: #383838;
}
#top .company .company__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 750px) {
  #top .company .company__info {
    display: block;
    margin-top: 10vw;
  }
}
#top .company .company__info div {
  width: 494px;
}
@media (max-width: 750px) {
  #top .company .company__info div {
    width: 100%;
    margin-top: 10vw;
  }
}
#top .company .company__info div table tr {
  border-top: 1px solid #cccccc;
}
#top .company .company__info div table tr:last-of-type {
  border-bottom: 1px solid #cccccc;
}
#top .company .company__info div table tr th,
#top .company .company__info div table tr td {
  font-size: 15px;
  padding-block: 23px;
  line-height: 1.7333333333;
  vertical-align: middle;
}
@media (max-width: 750px) {
  #top .company .company__info div table tr th,
  #top .company .company__info div table tr td {
    display: block;
    padding-block: 3vw;
  }
}
#top .company .company__info div table tr th {
  width: 176px;
  color: #003c81;
  font-weight: 700;
}
@media (max-width: 750px) {
  #top .company .company__info div table tr th {
    width: 100%;
    padding-bottom: 0;
  }
}
#top .company .company__info div table tr td {
  width: calc(100% - 176px);
}
@media (max-width: 750px) {
  #top .company .company__info div table tr td {
    width: 100%;
    padding-top: 0;
  }
}
#top .company iframe {
  margin-top: 80px;
  width: 100%;
  aspect-ratio: 1300/300;
  height: initial;
}
@media (max-width: 750px) {
  #top .company iframe {
    aspect-ratio: 390/300;
  }
}
.more a {
  position: relative;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 750px) {
  .more a {
    display: block;
    margin-inline: auto;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
}
.more a img:last-of-type {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .more a img:last-of-type {
    right: 5vw;
  }
}
@media (min-width: 751px) {
  .more a:hover img:last-of-type {
    transform: translate(8px, -50%);
  }
}
.more.more2 img:last-of-type {
  top: calc(50% - 10px);
  right: 60px;
  width: 55px;
}

/*
---------------------------------------
top
---------------------------------------
*/
@media (max-width: 750px) {
  #part p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
#part .mv {
  width: 560px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 750px) {
  #part .mv {
    width: calc(180 / 390 * 100 * 1vw);
  }
}
#part .mv + .inner {
  position: relative;
  z-index: 2;
}
#part .mv + .inner p {
  margin-top: 36px;
  width: 417px;
  font-size: 16px;
}
@media (max-width: 750px) {
  #part .mv + .inner p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .mv + .inner p {
    width: calc(228 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .mv + .inner p {
    margin-top: calc(10 / 390 * 100 * 1vw);
  }
}
#part .mv + .inner ul {
  margin-top: 60px;
  width: 330px;
}
@media (max-width: 750px) {
  #part .mv + .inner ul {
    width: 100%;
    margin-top: 15vw;
  }
}
#part .mv + .inner ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dashed 2px #80b737;
}
#part .mv + .inner ul li a {
  font-size: 18px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  #part .mv + .inner ul li a {
    font-size: calc(18 / 390 * 100 * 1vw);
  }
}
#part .mv + .inner ul li a img {
  margin-left: auto;
  width: 30px;
  transition: 0.3s;
}
#part .mv + .inner ul li a:hover img {
  transform: translate(8px, 0);
}
#part .summary h1 {
  color: #80b737;
  font-size: 16px;
  line-height: 2.5;
  padding-top: 200px;
}
@media (max-width: 750px) {
  #part .summary h1 {
    font-size: calc(14 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .summary h1 {
    padding-top: calc(97 / 390 * 100 * 1vw);
  }
}
#part .summary h1 span {
  color: #383838;
  font-size: 64px;
  font-family: "Paytone One", sans-serif;
  line-height: 0.2;
}
@media (max-width: 750px) {
  #part .summary h1 span {
    font-size: calc(36 / 390 * 100 * 1vw);
  }
}
#part h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 750px) {
  #part h2 {
    font-size: calc(24 / 390 * 100 * 1vw);
  }
}
#part .basic {
  margin-top: 140px;
  padding: 120px 0 164px;
  position: relative;
}
@media (max-width: 750px) {
  #part .basic {
    margin-top: calc(60 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .basic {
    padding-top: calc(130 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .basic {
    padding-bottom: calc(94 / 390 * 100 * 1vw);
  }
}
#part .basic:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 200px 0 200px;
  background: #ebf4d7;
}
@media (max-width: 750px) {
  #part .basic:before {
    border-radius: 0 25.1vw 0 25.1vw;
  }
}
#part .basic .inner {
  padding-inline: 0;
  width: 1024px;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  #part .basic .inner {
    width: calc(100% - 15.38vw);
  }
}
#part .basic .inner .graph {
  margin-top: 72px;
}
@media (max-width: 750px) {
  #part .basic .inner .graph {
    margin-top: calc(40 / 390 * 100 * 1vw);
  }
}
#part .work-detail {
  padding: 120px 0 164px;
  position: relative;
  z-index: 4;
}
@media (max-width: 750px) {
  #part .work-detail {
    padding-top: calc(125 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .work-detail {
    padding-bottom: calc(100 / 390 * 100 * 1vw);
  }
}
#part .work-detail .inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 751px) {
  #part .work-detail .inner {
    padding-inline: 0;
  }
}
@media (max-width: 750px) {
  #part .work-detail h2 + .work-detail__box .work-detail__box-02 dl dd:nth-last-of-type(2):after {
    height: calc(100% - 9.8vw);
  }
}
@media (max-width: 750px) {
  #part .work-detail h2 + .work-detail__box .work-detail__box-02 dl dd:last-of-type:after {
    height: calc(100% + 8vw);
    top: -13.5vw;
  }
}
@media (min-width: 751px) {
  #part .work-detail h2 + .work-detail__box .work-detail__box-02 dl dd:last-of-type:after {
    content: none;
  }
}
#part .work-detail .work-detail__box {
  position: relative;
  padding-top: 66px;
  padding-bottom: 70px;
  border: 3px solid #80b737;
  border-radius: 50px;
  margin-top: 80px;
  background: #fff;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box {
    padding-top: calc(85 / 390 * 100 * 1vw);
  }
}
#part .work-detail .work-detail__box h3 {
  background: #80b737;
  color: #fff;
  width: 320px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 46px 0 46px 0;
  font-size: 24px;
  line-height: 1.3888888889;
  font-weight: 700;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box h3 {
    width: calc(270 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box h3 {
    height: calc(70 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box h3 {
    font-size: calc(24 / 390 * 100 * 1vw);
  }
}
#part .work-detail .work-detail__box img {
  width: 900px;
  display: block;
  margin-inline: auto;
}
@media (max-width: 750px) and (max-width: 750px) {
  #part .work-detail .work-detail__box img {
    width: calc(290 / 390 * 100 * 1vw);
  }
}
#part .work-detail .work-detail__box > p:last-of-type {
  width: calc(100% - 255px);
  margin-left: auto;
  margin-right: 55px;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box > p:last-of-type {
    width: 100%;
    margin-right: 0;
    padding-inline: 5.66vw;
  }
}
#part .work-detail .work-detail__box:nth-of-type(2) .work-detail__box-01 > div {
  width: 290px;
  background-color: #ebf4d7;
}
#part .work-detail .work-detail__box:nth-of-type(2) .work-detail__box-01 > p:last-of-type {
  width: 434px;
  margin-left: 46px;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box:nth-of-type(2) .work-detail__box-01 > p:last-of-type {
    width: 100%;
    margin-left: 0;
  }
}
#part .work-detail .work-detail__box:nth-of-type(2) .work-detail__box-02 img {
  width: 466px;
  margin-left: -80px;
  margin-top: 30px;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box:nth-of-type(2) .work-detail__box-02 img {
    width: calc(249 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box:nth-of-type(2) .work-detail__box-02 img {
    margin-inline: auto;
    margin-top: 5vw;
  }
}
#part .work-detail .work-detail__box .chara-01 {
  width: 104px;
  position: absolute;
  bottom: -50px;
  left: 50px;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box .chara-01 {
    width: calc(75 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box .chara-01 {
    left: initial;
    right: 4vw;
  }
}
#part .work-detail .work-detail__box .chara-02 {
  width: 104px;
  position: absolute;
  bottom: -50px;
  right: 50px;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box .chara-02 {
    width: calc(75 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box .chara-02 {
    right: initial;
    left: 4vw;
  }
}
#part .work-detail .work-detail__box-01 {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-01 {
    margin-top: calc(15 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-01 {
    display: block;
  }
}
#part .work-detail .work-detail__box-01 > p {
  margin-top: 0;
}
#part .work-detail .work-detail__box-01 > p:first-of-type {
  width: 150px;
  height: 60px;
  border-radius: 0 30px 30px 0;
  border: 2px solid #80b737;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
  color: #80b737;
  font-weight: 500;
}
#part .work-detail .work-detail__box-01 > p:last-of-type {
  width: 321px;
  margin-left: 46px;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-01 > p:last-of-type {
    width: 100%;
    margin-left: 0;
    padding-inline: 5.66vw;
    margin-top: 5vw;
  }
}
#part .work-detail .work-detail__box-01 p {
  margin-top: 0;
}
#part .work-detail .work-detail__box-01 > div {
  background-color: #fff8e6;
  padding: 22px 20px;
  width: 400px;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-01 > div {
    width: calc(100% - 11.32vw);
    margin-inline: auto;
    margin-top: 5vw;
  }
}
#part .work-detail .work-detail__box-02 {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-02 {
    display: block;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
}
#part .work-detail .work-detail__box-02:before {
  content: "";
  width: calc(100% - 255px);
  border-bottom: dashed 2px #80b737;
  display: block;
  position: absolute;
  right: 55px;
  width: calc(100% - 255px);
  bottom: 0;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-02:before {
    width: 64vw;
    margin-right: 0;
    padding-inline: 5.66vw;
    right: 5.66vw;
  }
}
#part .work-detail .work-detail__box-02 > p:first-of-type {
  width: 150px;
  height: 60px;
  border-radius: 0 30px 30px 0;
  border: 2px solid #80b737;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
  color: #80b737;
  font-weight: 500;
}
#part .work-detail .work-detail__box-02 > div p {
  letter-spacing: -0.03em;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-02 > div p {
    padding-inline: 5.66vw;
  }
}
#part .work-detail .work-detail__box-02 > div p:first-of-type {
  color: #aaaaaa;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-02 > div p:first-of-type {
    margin-top: 5vw;
    padding-inline: 5.66vw;
  }
}
#part .work-detail .work-detail__box-02 > div dl dt {
  color: #aaaaaa;
}
#part .work-detail .work-detail__box-02 img {
  width: 354px;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-02 img {
    width: calc(249 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-02 img {
    margin-top: 5vw;
  }
}
#part .work-detail .work-detail__box-02 dl {
  display: flex;
  flex-wrap: wrap;
  width: 410px;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-02 dl {
    padding-inline: 5.66vw;
    width: 100%;
  }
}
#part .work-detail .work-detail__box-02 dl dt {
  width: 45px;
  margin-top: 10px;
  font-weight: 500;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-02 dl dt {
    width: 13%;
  }
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-02 dl dt {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
#part .work-detail .work-detail__box-02 dl dd {
  width: 365px;
  padding-left: 28px;
  position: relative;
  margin-top: 10px;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-02 dl dd {
    width: 87%;
  }
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-02 dl dd {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
#part .work-detail .work-detail__box-02 dl dd:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e52b00;
  position: absolute;
  top: 15px;
  left: 4px;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-02 dl dd:before {
    left: 1.5vw;
    transform: inherit;
    top: 4vw;
  }
}
#part .work-detail .work-detail__box-02 dl dd:after {
  content: "";
  width: 2px;
  height: calc(100% - 6px);
  display: block;
  background: #999999;
  position: absolute;
  left: 7px;
  top: 27px;
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-02 dl dd:after {
    height: calc(100% - 1vw);
    top: 6.5vw;
    left: 2.1vw;
  }
}
#part .work-detail .work-detail__box-02 dl dd:last-of-type:after {
  height: calc(100% - 24px);
}
@media (max-width: 750px) {
  #part .work-detail .work-detail__box-02 dl dd:last-of-type:after {
    height: calc(100% - 9.8vw);
  }
}
@media (min-width: 751px) {
  #part .work-detail .work-detail__box-02 dl dd:last-of-type:after {
    content: none;
  }
}
#part .merit {
  padding: 120px 0 164px;
  position: relative;
  z-index: 3;
}
@media (max-width: 750px) {
  #part .merit {
    padding-top: calc(80 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .merit {
    padding-bottom: calc(80 / 390 * 100 * 1vw);
  }
}
#part .merit:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff8e6;
  display: block;
  border-radius: 200px 0 200px 0;
}
@media (max-width: 750px) {
  #part .merit:before {
    border-radius: 25.1vw 0 25.1vw 0;
  }
}
#part .merit .inner {
  padding-inline: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  #part .merit .inner > h3 {
    width: calc(100% - 15.38vw);
    margin-inline: auto;
  }
}
#part .merit h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  #part .merit h2 img {
    width: calc(115 / 390 * 100 * 1vw);
  }
}
#part .merit h3 {
  color: #80b737;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 750px) {
  #part .merit h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .merit h3 {
    font-size: 5.1282051282vw;
  }
}
#part .merit h3:before {
  content: "";
  width: 248px;
  height: 2px;
  background-color: #80b737;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: calc(50% + 20px);
  left: calc(50% - 310px);
}
@media (max-width: 750px) {
  #part .merit h3:before {
    width: calc(58 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .merit h3:before {
    left: 10vw;
    top: calc(50% + 3.5vw);
  }
}
#part .merit h3:after {
  content: "";
  width: 248px;
  height: 2px;
  background-color: #80b737;
  display: block;
  position: absolute;
  transform: translate(50%, -50%);
  top: calc(50% + 20px);
  right: calc(50% - 310px);
}
@media (max-width: 750px) {
  #part .merit h3:after {
    width: calc(58 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .merit h3:after {
    right: 10vw;
    top: calc(50% + 3.5vw);
  }
}
#part .merit h3 span {
  color: #e95529;
  font-family: "Paytone One", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 750px) {
  #part .merit h3 span {
    font-size: calc(14 / 390 * 100 * 1vw);
  }
}
#part .merit .shift {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 750px) {
  #part .merit .shift {
    display: block;
  }
}
#part .merit .shift:first-of-type li {
  width: 330px;
  padding: 30px 25px 28px;
  background: #fff;
  border-radius: 46px;
}
@media (max-width: 750px) {
  #part .merit .shift:first-of-type li {
    width: calc(100% - 15.38vw);
    margin-inline: auto;
    margin-top: 5vw;
  }
  #part .merit .shift:first-of-type li:first-of-type {
    margin-top: 0;
  }
}
#part .merit .shift:first-of-type li h4 {
  font-weight: 700;
  text-align: center;
  color: #003c81;
  line-height: 1.4545454545;
  letter-spacing: 0.05;
  font-size: 22px;
  border-bottom: 2px dashed #e95529;
  margin-bottom: 10px;
  padding-bottom: 10px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#part .merit .shift:first-of-type li img {
  margin-top: 30px;
}
#part .merit .shift:last-of-type li {
  width: 482px;
}
@media (max-width: 750px) {
  #part .merit .shift:last-of-type li {
    width: calc(100% - 15.38vw);
    margin-inline: auto;
    margin-top: 5vw;
  }
  #part .merit .shift:last-of-type li:first-of-type {
    margin-top: 0;
  }
}
#part .merit .shift:last-of-type li .flex {
  display: flex;
}
@media (max-width: 750px) {
  #part .merit .shift:last-of-type li .flex {
    display: block;
    text-align: center;
  }
}
#part .merit .shift:last-of-type li .flex img {
  width: 104px;
}
#part .merit .shift:last-of-type li .flex div {
  padding-left: 20px;
}
@media (max-width: 750px) {
  #part .merit .shift:last-of-type li .flex div {
    padding-left: calc(0 / 390 * 100 * 1vw);
  }
}
#part .merit .shift:last-of-type li .flex div h4 {
  font-size: 20px;
  color: #003c81;
  font-weight: 700;
}
#part .merit .shift:last-of-type li .flex div p {
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 750px) {
  #part .merit .shift:last-of-type li .flex div p {
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
  }
}
@media (max-width: 750px) {
  #part .merit .shift:last-of-type li .flex div p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
#part .merit .shift:last-of-type li > img {
  margin-top: 36px;
}
@media (max-width: 750px) {
  #part .merit .shift:last-of-type li > img {
    margin-top: 4vw;
  }
}
#part .merit .point-detail {
  background: #fff;
  padding: 40px 70px 70px;
  margin-top: 80px;
  border-radius: 49px;
  position: relative;
}
#part .merit .point-detail:last-of-type {
  margin-top: 40px;
}
#part .merit .point-detail .chara-03 {
  position: absolute;
  top: -90px;
  left: 260px;
}
@media (max-width: 750px) {
  #part .merit .point-detail .chara-03 {
    width: calc(75 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .merit .point-detail .chara-03 {
    left: initial;
    right: 2vw;
  }
}
@media (max-width: 750px) {
  #part .merit .point-detail {
    width: calc(100% - 15.38vw);
    margin-inline: auto;
    padding: 5vw 6vw 5vw;
    margin-top: 24vw;
    border-radius: 12.8vw;
  }
  #part .merit .point-detail:last-of-type {
    margin-top: 10vw;
  }
}
#part .merit .point-detail h3 {
  margin-top: 0;
}
#part .merit .point-detail:last-of-type .flexible li h4 {
  color: #80b737;
}
#part .merit .point-detail .flexible {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 750px) {
  #part .merit .point-detail .flexible {
    display: block;
  }
}
#part .merit .point-detail .flexible li {
  width: 268px;
  text-align: center;
}
@media (max-width: 750px) {
  #part .merit .point-detail .flexible li {
    width: 100%;
    margin-top: 10vw;
  }
  #part .merit .point-detail .flexible li:first-of-type {
    margin-top: 0;
  }
}
#part .merit .point-detail .flexible li img {
  width: 135px;
}
#part .merit .point-detail .flexible li h4 {
  color: #e95529;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 750px) {
  #part .merit .point-detail .flexible li h4 {
    font-size: calc(22 / 390 * 100 * 1vw);
  }
}
#part .merit .point-detail .flexible li p {
  margin-top: 16px;
}
#part .staff {
  margin-top: 80px;
}
@media (max-width: 750px) {
  #part .staff .inner {
    padding-inline: 0;
  }
}
#part .staff img {
  margin-top: 100px;
}
@media (max-width: 750px) {
  #part .staff img {
    margin-top: calc(34 / 390 * 100 * 1vw);
  }
}
#part .staff img:first-of-type {
  margin-right: 80px;
}
#part .more-job {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  #part .more-job {
    margin-top: calc(40 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .more-job {
    margin-bottom: calc(40 / 390 * 100 * 1vw);
  }
}
#part .more-job .more {
  position: relative;
  z-index: 2;
}
#part .object-01 {
  width: 409px;
  position: absolute;
  right: 390px;
  z-index: 1;
  top: 101px;
}
@media (max-width: 750px) {
  #part .object-01 {
    width: calc(230 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #part .object-01 {
    width: 64.9vw;
    position: absolute;
    right: 23vw;
    z-index: 1;
    top: 28vw;
  }
}
#part .object-02 {
  width: 1220px;
  position: absolute;
  z-index: 1;
  top: -183px;
}
@media (max-width: 750px) {
  #part .object-02 {
    width: 90.5128205128vw;
    top: -24vw;
    left: 0;
  }
}
#part .object-03 {
  width: 100vw;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 110px;
}
#part .object-03-02 {
  position: absolute;
  z-index: 1;
  left: 60px;
  bottom: -40px;
}
@media (max-width: 750px) {
  #part .object-03-02 {
    bottom: 7vw;
  }
}
#part .object-4 {
  width: 100vw;
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: -110px;
}
#part .object-5 {
  width: 436px;
  position: absolute;
  right: 50px;
  bottom: -100px;
  z-index: 1;
}
@media (max-width: 750px) {
  #part .object-5 {
    right: -50vw;
    bottom: -50vw;
  }
}
@media (max-width: 750px) {
  #part .more a {
    display: block;
    margin-inline: auto;
    width: calc(100% - 15.38vw);
  }
}

/*
---------------------------------------
top
---------------------------------------
*/
#full .inner {
  position: relative;
}
@media (max-width: 750px) {
  #full p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
#full .mv {
  width: 560px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 750px) {
  #full .mv {
    width: calc(180 / 390 * 100 * 1vw);
  }
}
#full .mv + .inner p {
  margin-top: 36px;
  width: 521px;
  font-size: 16px;
}
@media (max-width: 750px) {
  #full .mv + .inner p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #full .mv + .inner p {
    width: 100%;
    margin-top: 5vw;
  }
}
#full .mv + .inner h2 {
  text-align: left;
  margin-top: 150px;
  line-height: 1.4444444444;
}
@media (max-width: 750px) {
  #full .mv + .inner h2 {
    margin-top: calc(120 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #full .mv + .inner h2 {
    font-size: calc(24 / 390 * 100 * 1vw);
  }
}
#full .mv + .inner h2 span {
  color: #e95529;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  #full .mv + .inner h2 span {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
#full .summary {
  position: relative;
  z-index: 4;
}
#full .summary h1 {
  color: #80b737;
  font-size: 16px;
  line-height: 2.5;
  padding-top: 200px;
}
@media (max-width: 750px) {
  #full .summary h1 {
    font-size: calc(14 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #full .summary h1 {
    padding-top: calc(97 / 390 * 100 * 1vw);
  }
}
#full .summary h1 span {
  color: #383838;
  font-size: 64px;
  font-family: "Paytone One", sans-serif;
  line-height: 0.2;
}
@media (max-width: 750px) {
  #full .summary h1 span {
    font-size: calc(36 / 390 * 100 * 1vw);
  }
}
#full h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 750px) {
  #full h2 {
    font-size: calc(24 / 390 * 100 * 1vw);
  }
}
#full .point {
  margin-top: 140px;
  padding: 20vw 0 20vw;
  position: relative;
  background-image: url(../images/full/bg-point.webp);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1300/1612;
  z-index: 2;
}
@media (max-width: 750px) {
  #full .point {
    background-image: url(../images/full/bg-point-sp.webp);
    aspect-ratio: 455/1910;
    width: 100%;
    height: initial;
    padding: 37vw 0;
    margin-top: 14vw;
  }
}
#full .point .inner {
  padding-inline: 0;
  width: 1024px;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  #full .point .inner {
    width: calc(100% - 15.38vw);
  }
}
#full .point .inner > p {
  color: #fff;
  width: 621px;
  margin-top: 30px;
  margin-inline: auto;
}
#full .point .inner ul {
  width: 688px;
  margin-top: 80px;
  margin-left: 200px;
}
@media (max-width: 750px) {
  #full .point .inner ul {
    width: 100%;
    margin-top: 5vw;
    margin-left: 0;
  }
}
#full .point .inner ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 58px;
}
@media (max-width: 750px) {
  #full .point .inner ul li {
    display: block;
    margin-top: 8vw;
  }
}
#full .point .inner ul li:first-of-type {
  margin-top: 0;
}
#full .point .inner ul li img {
  margin-right: 50px;
}
@media (max-width: 750px) {
  #full .point .inner ul li img {
    width: calc(80 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #full .point .inner ul li img {
    margin-inline: auto;
    display: block;
    margin-bottom: 4vw;
  }
}
#full .point .inner ul li div h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
#full .point .inner ul li div p {
  margin-top: 10px;
  color: #fff;
}
#full .work-detail {
  padding: 60vw 0 100px;
  position: relative;
  margin-top: calc(-60vw - 180px);
}
@media (max-width: 750px) {
  #full .work-detail {
    padding: 100vw 0 20vw;
  }
}
#full .work-detail:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff8e6;
  display: block;
  border-radius: 200px 0 0 200px;
}
@media (max-width: 750px) {
  #full .work-detail:before {
    border-radius: 25.1vw 0 0 25.1vw;
  }
}
#full .work-detail .inner {
  position: relative;
  z-index: 2;
  padding-inline: 0;
}
#full .work-detail .inner p {
  width: 622px;
  margin-inline: auto;
  margin-top: 40px;
}
@media (max-width: 750px) {
  #full .work-detail .inner p {
    width: calc(100% - 15.38vw);
    margin-top: 5vw;
  }
}
#full .work-detail .inner .graph {
  width: 828px;
  margin-inline: auto;
  margin-top: 50px;
}
@media (max-width: 750px) {
  #full .work-detail .inner .graph {
    width: 100%;
  }
}
#full .work-detail .inner ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 750px) {
  #full .work-detail .inner ul {
    width: calc(100% - 15.38vw);
    display: block;
    margin-inline: auto;
  }
}
#full .work-detail .inner ul li {
  width: 290px;
  position: relative;
}
@media (max-width: 750px) {
  #full .work-detail .inner ul li {
    width: 100%;
    margin-top: 20vw;
  }
}
#full .work-detail .inner ul li:after {
  width: 20px;
  height: 28px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -49px;
  background-image: url(../images/full/arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  #full .work-detail .inner ul li:after {
    transform: rotate(90deg) translate(-50%, 0);
    right: initial;
    top: initial;
    bottom: -14vw;
    left: 50%;
  }
}
#full .work-detail .inner ul li:last-of-type:after {
  content: none;
}
#full .work-detail .inner ul li h4 {
  color: #003c81;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  #full .work-detail .inner ul li h4 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
#full .work-detail .inner ul li h4 img {
  margin-right: 8px;
}
#full .work-detail .inner ul li h4 span {
  font-size: 14px;
}
#full .work-detail .inner ul li p {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 750px) {
  #full .work-detail .inner ul li p {
    margin-top: 4vw;
  }
}
#full .more-job {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  #full .more-job {
    margin-top: calc(40 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #full .more-job {
    margin-bottom: calc(40 / 390 * 100 * 1vw);
  }
}
#full .object-01 {
  position: absolute;
  right: 280px;
  top: 510px;
}
@media (max-width: 750px) {
  #full .object-01 {
    top: 52vw;
    z-index: 3;
    width: 107vw;
    max-width: inherit;
    right: -3vw;
  }
}
#full .object-04 {
  position: absolute;
  left: 280px;
  bottom: -120px;
  width: 259px;
}
@media (max-width: 750px) {
  #full .more a {
    display: block;
    margin-inline: auto;
    width: calc(100% - 15.38vw);
  }
}

/*
---------------------------------------
top
---------------------------------------
*/
.case {
  background: #fff8e6;
  background-image: url(../images/case/bg.webp);
  background-size: cover;
}

.case-post:not(.news-post) {
  background-image: url(../images/case/bg-case-post.webp);
  background-size: cover;
}
@media (max-width: 750px) {
  .case-post:not(.news-post) {
    background-image: url(../images/case/bg-case-post-sp.webp);
    background-image: url(../images/case/bg-case-post-sp.webp);
    background-position: center top 340vw;
    background-repeat: no-repeat;
  }
}

.case-post .inner {
  width: 1024px;
  padding-inline: 0;
  position: relative;
}
@media (max-width: 750px) {
  .case-post .inner {
    width: calc(100% - 15.38vw);
  }
}
.case-post .mv {
  width: 560px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 750px) {
  .case-post .mv {
    width: calc(180 / 390 * 100 * 1vw);
  }
}
.case-post .mv + .inner p {
  margin-top: 36px;
  font-size: 16px;
}
.case-post .mv + .inner h2 {
  text-align: left;
  margin-top: 150px;
  line-height: 1.4444444444;
}
.case-post .mv + .inner h2 span {
  color: #e95529;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
}
.case-post .summary h1 {
  color: #80b737;
  font-size: 16px;
  line-height: 2.5;
  padding-top: 200px;
}
@media (max-width: 750px) {
  .case-post .summary h1 {
    font-size: calc(14 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .case-post .summary h1 {
    padding-top: calc(97 / 390 * 100 * 1vw);
  }
}
.case-post .summary h1 span {
  color: #383838;
  font-size: 64px;
  font-family: "Paytone One", sans-serif;
  line-height: 0.2;
}
@media (max-width: 750px) {
  .case-post .summary h1 span {
    font-size: calc(36 / 390 * 100 * 1vw);
  }
}
.case-post .search__box {
  padding: 40px 76px;
  margin-top: 62px;
  position: relative;
  background: #fff8e6;
  border-radius: 50px;
}
@media (max-width: 750px) {
  .case-post .search__box {
    width: 100vw;
    margin-left: -7.69vw;
    padding-inline: 6.33vw;
  }
}
.case-post .search__box h3 {
  font-size: 24px;
  font-weight: 500;
  background: #80b737;
  color: #fff;
  border-radius: 30px;
  padding: 14px 20px 16px;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .case-post .search__box h3 {
    font-size: calc(18 / 390 * 100 * 1vw);
  }
}
.case-post .search__box dl {
  margin-top: 25px;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .case-post .search__box dl {
    margin-inline: auto;
    width: calc(100% - 6.33vw);
  }
}
.case-post .search__box dl:last-of-type dd ul li a {
  width: 279px;
}
.case-post .search__box dl dt {
  width: 160px;
  padding-left: 36px;
  padding-top: 0;
  font-size: 18px;
}
@media (max-width: 750px) {
  .case-post .search__box dl dt {
    display: none;
  }
}
.case-post .search__box dl dd {
  width: calc(100% - 160px);
  font-weight: 500;
}
@media (max-width: 750px) {
  .case-post .search__box dl dd {
    width: 100%;
  }
}
.case-post .search__box dl dd ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.case-post .search__box dl dd ul li {
  margin-bottom: 12px;
  margin-left: 12px;
}
.case-post .search__box dl dd ul li:nth-of-type(3n - 1) {
  margin-left: 0;
}
@media (max-width: 750px) {
  .case-post .search__box dl dd ul li:nth-of-type(3n - 1) {
    margin-left: 4vw;
  }
}
@media (max-width: 750px) {
  .case-post .search__box dl dd ul li {
    margin-left: 4vw;
  }
  .case-post .search__box dl dd ul li:first-of-type {
    font-weight: 500;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .case-post .search__box dl dd ul li:first-of-type {
    width: calc(148.9726 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .case-post .search__box dl dd ul li:first-of-type {
    height: calc(39 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .case-post .search__box dl dd ul li:first-of-type {
    font-size: calc(18 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .case-post .search__box dl dd ul li:nth-of-type(2n-1) {
    margin-left: 0;
  }
}
.case-post .search__box dl dd ul li a {
  width: 219px;
  height: 39px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9e9e9e;
  border-radius: 30px;
  background: #fff;
  font-weight: 500;
}
@media (max-width: 750px) {
  .case-post .search__box dl dd ul li a {
    width: calc(148.9726 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .case-post .search__box dl dd ul li a {
    height: calc(39 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .case-post .search__box dl dd ul li a {
    font-size: calc(15 / 390 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .case-post .search__box dl dd ul li a {
    transition: 0.3s;
  }
  .case-post .search__box dl dd ul li a:hover {
    opacity: 0.7;
  }
}
.case-post .search__box dl dd ul li a span {
  color: #80b737;
  margin-right: 6px;
}
.case-post .search__box dl + h3 {
  margin-top: 15px;
}
.case-post .search__box .more {
  text-align: right;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.case-post .search__box .more a {
  display: inline-block;
}

#case-ac {
  margin-top: 60px;
  padding-bottom: 108px;
}

/*
---------------------------------------
entry
---------------------------------------
*/
#case-ac {
  padding-bottom: 0;
}
@media (max-width: 750px) {
  #case-ac {
    margin-top: 10vw;
  }
}

.news:not(section, .inner_text) {
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  .news:not(section, .inner_text) {
    padding-bottom: 5vw;
  }
}
.news:not(section, .inner_text) .wp-pagenavi .page {
  color: #000;
  background: none;
  line-height: 1.3;
}
.news:not(section, .inner_text) .wp-pagenavi .current {
  background: none;
  color: #fff;
  background: #000;
  padding: 2px;
  border-radius: 50%;
  line-height: 1.3;
}
.news:not(section, .inner_text) .wp-pagenavi .nextpostslink {
  background-image: url(../images/news/arrow-left.webp);
  background-color: rgba(0, 0, 0, 0);
}
.news:not(section, .inner_text) .wp-pagenavi .previouspostslink {
  background-image: url(../images/news/arrow-right.webp);
  background-color: rgba(0, 0, 0, 0);
}
.news:not(section, .inner_text) .inner {
  margin-top: 90px;
  max-width: 1024px;
  padding: 90px 122px;
  border: 2px solid #80b737;
  background: #fff;
  border-radius: 130px;
}
@media (max-width: 750px) {
  .news:not(section, .inner_text) .inner {
    max-width: calc(100% - 15.38vw);
    padding: 5vw 7.69vw;
    border-radius: 12.3vw;
    margin-top: 9vw;
  }
}
.news:not(section, .inner_text) .inner h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .news:not(section, .inner_text) .inner h1 {
    font-size: calc(24 / 390 * 100 * 1vw);
  }
}
.news:not(section, .inner_text) .inner .date {
  font-weight: 700;
  color: #e95529;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .news:not(section, .inner_text) .inner .date {
    font-size: calc(14 / 390 * 100 * 1vw);
  }
}
.news:not(section, .inner_text) .inner .label {
  margin-bottom: 20px;
  background: #80b737;
  color: #fff;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 40px;
}
@media (max-width: 750px) {
  .news:not(section, .inner_text) .inner .label {
    font-size: calc(14 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .news:not(section, .inner_text) .inner .label {
    margin-top: 4vw;
  }
}
.news:not(section, .inner_text) .post-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px dashed #80b737;
  padding-right: 100px;
  position: relative;
}
@media (max-width: 750px) {
  .news:not(section, .inner_text) .post-link {
    padding-bottom: 6vw;
    margin-bottom: 5vw;
  }
}
.news:not(section, .inner_text) .post-link > img {
  border-radius: 34px;
  min-width: 300px;
}
@media (max-width: 750px) {
  .news:not(section, .inner_text) .post-link > img {
    min-width: initial;
    border-radius: 7.3vw;
  }
}
@media (max-width: 750px) {
  .news:not(section, .inner_text) .post-link {
    display: block;
    padding-right: 0;
  }
  .news:not(section, .inner_text) .post-link > img {
    width: 100%;
  }
}
.news:not(section, .inner_text) .post-link .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
}
@media (max-width: 750px) {
  .news:not(section, .inner_text) .post-link .arrow {
    top: initial;
    bottom: 6vw;
    transform: initial;
  }
}
@media (max-width: 750px) {
  .news:not(section, .inner_text) .post-link:hover .arrow {
    transform: translate(8px, -50%);
  }
}
.news:not(section, .inner_text) .post-link > div {
  padding-left: 50px;
  margin-right: auto;
}
@media (max-width: 750px) {
  .news:not(section, .inner_text) .post-link > div {
    padding-left: 0;
    margin-right: initial;
  }
}
.news:not(section, .inner_text) .post-link > div h2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.news:not(section, .inner_text) .post-link > div .date {
  margin: 0;
}

/*
---------------------------------------
entry
---------------------------------------
*/
#entry .summary {
  position: relative;
  z-index: 4;
}
#entry .summary h1 {
  color: #80b737;
  font-size: 16px;
  line-height: 2.5;
  padding-top: 200px;
}
@media (max-width: 750px) {
  #entry .summary h1 {
    font-size: calc(14 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #entry .summary h1 {
    padding-top: calc(97 / 390 * 100 * 1vw);
  }
}
#entry .summary h1 span {
  color: #383838;
  font-size: 64px;
  font-family: "Paytone One", sans-serif;
  line-height: 0.2;
}
@media (max-width: 750px) {
  #entry .summary h1 span {
    font-size: calc(36 / 390 * 100 * 1vw);
  }
}

.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: #80b737;
  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 #e95529;
  background: #e95529;
  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: #80b737;
  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: #80b737;
  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 #e95529;
    background: #e95529;
    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: #80b737;
  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: #80b737;
  padding: 14px 20px 12px;
  margin: 0 0 7px;
  border-radius: 40px;
}
@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: #e95529;
  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: #004097;
  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: #282828;
  color: #fff;
  border: 1px solid #282828;
}
#case .wrapper .links .inner .btn.n2 {
  background: #e95529;
  border: 1px solid #e95529;
}
#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;
  }
}/*# sourceMappingURL=style.css.map */