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

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

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

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

html,
body {
  position: relative;
}

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

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

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

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

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

img {
  border: none;
}

ol,
ul {
  list-style: none;
}

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

table th {
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

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

figure {
  line-height: 0;
}

em {
  font-weight: inherit;
}

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

:root {
  --main-color: #007eca;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  color: #333;
  min-width: 375px;
  line-break: normal;
  font-weight: 500;
  -ms-overflow-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-size: 14px;
}
body.second {
  background: #f2f2f2;
}

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

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

.l-contents {
  position: relative;
}

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

p,
dt,
dd,
li {
  font-size: 14px;
  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;
}

.container {
  width: 1100px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .container {
    width: calc(320 / 375 * 100 * 1vw);
  }
}

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

.default {
  font-size: 14px;
  font-weight: 600;
  line-height: 2.5;
}
@media (max-width: 750px) {
  .default {
    line-height: 1.5;
  }
}
.default span {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Jost", sans-serif;
}
@media (max-width: 750px) {
  .default {
    font-size: calc(14 / 375 * 100 * 1vw);
  }
}
.default span {
  margin-top: 2vw;
}
@media (max-width: 750px) {
  .default span {
    font-size: calc(40 / 375 * 100 * 1vw);
  }
}

.news-list li a {
  position: relative;
  display: block;
  padding: 20px 0;
}
.news-list li a:before {
  background-image: url(../images/common/btn-news.webp);
  content: "";
  display: block;
  width: 70px;
  height: 30px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.news-list li a p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 90px;
}
.news-list li p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

.meta .news-category {
  color: #fff;
  background: #333;
  padding: 6px 8px;
  display: inline-block;
}
.meta time {
  margin-left: 8px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #007eca;
}

main.news .news-list li {
  border-bottom: 1px solid #d6d6d6;
}
main.news .news-list li a {
  color: #333;
}
main.news .news-list li a p {
  color: #333;
}

main.contact .l-contents .inner {
  width: 900px;
  background: #fff;
  padding: 80px 20px;
}
@media (max-width: 750px) {
  main.contact .l-contents .inner {
    width: calc(320 / 375 * 100 * 1vw);
  }
}

.title-area {
  background-image: url(../images/common/bg-title.webp);
  background-size: cover;
  background-position: bottom left;
}
@media (max-width: 750px) {
  .title-area {
    background-image: url(../images/common/bg-title-sp.webp);
  }
}
.title-area .container {
  padding-block: 180px 120px;
}
@media (max-width: 750px) {
  .title-area .container {
    padding: 15vw 0;
  }
}
.title-area .container h1,
.title-area .container p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.title-area .container h1 span,
.title-area .container p span {
  font-weight: 600;
  font-size: 50px;
  font-family: "Jost", sans-serif;
}
.title-area + section {
  margin-top: 170px;
}
@media (max-width: 750px) {
  .title-area + section {
    margin-top: 15vw;
  }
}

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

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

.second .single-content h1 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 54px;
}
.second .news-nav {
  margin-top: 100px;
  width: 810px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .second .news-nav {
    width: 60vw;
    margin-top: 8vw;
  }
}
.second .news-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .second .news-nav ul {
    flex-wrap: wrap;
  }
}
.second .news-nav ul li {
  width: 132px;
}
.second .news-nav ul li a {
  transition: 0.3s;
}
.second .news-nav ul li a:hover {
  opacity: 0.7;
}
.second .news-nav ul li:nth-of-type(2) {
  width: 280px;
}
@media (max-width: 750px) {
  .second .news-nav ul li:nth-of-type(2) {
    width: 100%;
    order: 1;
  }
  .second .news-nav ul li:nth-of-type(2) img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .second .news-nav ul li:nth-of-type(1) {
    order: 2;
  }
}
@media (max-width: 750px) {
  .second .news-nav ul li:nth-of-type(3) {
    order: 3;
  }
}
.second .news-nav ul li .nolink {
  pointer-events: none;
  opacity: 0.4;
}

.wrapper {
  position: relative;
}

.object-left {
  height: 163px;
  width: auto;
  position: absolute;
  top: -70px;
}

.object-right {
  height: 154px;
  width: auto;
  position: absolute;
  right: 0;
  top: 130px;
}

section a {
  transition: 0.3s;
}
section a:hover {
  opacity: 0.7;
}

/*
---------------------------------------
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 .inline-pc {
  display: inline-block !important;
}
@media (max-width: 750px) {
  .l-contents .inline-pc {
    display: none !important;
  }
}
.l-contents .inline-sp {
  display: none !important;
}
@media (max-width: 750px) {
  .l-contents .inline-sp {
    display: inline-block !important;
  }
}
.l-contents .inner {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .l-contents .inner {
    padding: 0 8%;
  }
}
.l-contents span {
  font-size: inherit;
  font-weight: inherit;
}
.l-contents img {
  max-width: 100%;
  height: auto;
}
.l-contents .en {
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
}
.l-contents .min {
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.l-contents .ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.l-contents .ofi-contain {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.l-contents .anc {
  padding-top: 96px;
  margin-top: -96px;
}
@media (max-width: 750px) {
  .l-contents .anc {
    padding-top: 56px;
    margin-top: -56px;
  }
}

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

.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;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s;
  background-image: url(../images/form/btn-send.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 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;
  }
}
@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 {
  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: 100%;
  line-height: 1;
}
@media (max-width: 750px) {
  .table_entry .dt {
    padding: 2.7vw 0 2.7vw 4vw;
    width: 100%;
    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: 12px 25px;
  background: #f1f1f1;
  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: 12px 25px;
  background: #f1f1f1;
  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 {
  padding: 20px 20px 15px;
  margin-bottom: 45px;
  letter-spacing: 0;
}
@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 {
  text-align: center;
}
.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: 40px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 4px 18px;
  background-image: url(../images/form/arrow-select.webp);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
  width: 100%;
  font-size: 14px;
  /* background: #f1f1f1; */
  border: none;
}
@media all and (-ms-high-contrast: none) {
  select {
    background-image: url(../images/form/arrow-select.webp);
  }
}
@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 {
  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;
}
@media (max-width: 750px) {
  .single-content h2 {
    font-size: 4.4vw;
    margin: 5vw 0 3vw;
    padding: 3vw;
  }
}
.single-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  padding: 16px 0;
}
@media (max-width: 750px) {
  .single-content h3 {
    font-size: 4.2vw;
    margin: 5vw 0 3vw;
    padding: 3vw 0;
    border-width: 1px;
  }
}
.single-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  border-bottom: 2px solid var(--main-color);
  padding: 0 0 0.2px;
}
@media (max-width: 750px) {
  .single-content h4 {
    font-size: 4.1vw;
    margin: 5vw 0 3vw;
    border-width: 1px;
  }
}
.single-content h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .single-content h5 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .single-content h6 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content p {
  font-size: 14px;
  margin: 10px 0 10px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .single-content p {
    font-size: 3.9vw;
    margin: 3vw 0 3vw;
  }
}
.single-content p a {
  text-decoration: underline;
  color: var(--main-color);
}
.single-content .full {
  margin: 2em 0;
}
.single-content .wp-caption-text {
  margin-top: 0;
}
.single-content strong,
.single-content b {
  font-weight: bold;
}
.single-content em {
  font-style: italic;
}
.single-content blockquote {
  background: #fafafa;
  position: relative;
  padding: 40px 30px;
  margin: 40px 0;
}
@media (max-width: 750px) {
  .single-content blockquote {
    margin: 5vw 0;
    padding: 5vw;
  }
}
.single-content blockquote p {
  padding: 0;
  margin: 0;
  color: #777;
}
.single-content ul,
.single-content ol {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .single-content ul,
  .single-content ol {
    margin-bottom: 5vw;
  }
}
.single-content ul li {
  list-style: none;
  line-height: 1.6;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 14px;
}
@media (max-width: 750px) {
  .single-content ul li {
    font-size: 3.9vw;
  }
}
.single-content ul li:before {
  content: "・";
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  color: var(--main-color);
}
@media (max-width: 750px) {
  .single-content ul li:before {
    font-size: 3.9vw;
  }
}
.single-content ul li ul {
  padding-top: 10px;
  margin-bottom: 0;
}
.single-content ul li ul li {
  line-height: 1.6;
  padding: 0 0 10px 20px;
}
.single-content ul li ul li:last-child {
  padding: 0 0 0 20px;
}
.single-content ol {
  counter-reset: item;
  list-style-type: none;
}
.single-content ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  line-height: 1.6;
  position: relative;
  padding: 0 0 0 42px;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 750px) {
  .single-content ol li {
    font-size: 3.9vw;
    padding-left: 8vw;
    margin-bottom: 3vw;
  }
}
.single-content ol li:before {
  position: absolute;
  left: 0;
  top: -4px;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: white;
  text-align: center;
  border-radius: 50%;
  background: var(--main-color);
}
@media (max-width: 750px) {
  .single-content ol li:before {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 3.9vw;
  }
}
.single-content hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #bbb;
  margin: 10px 0;
}
.single-content table {
  margin: 40px 0;
  border: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  .single-content table {
    margin: 5vw 0;
  }
}
.single-content table th {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
}
.single-content table th,
.single-content table td {
  text-align: center;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  padding: 16px 10px;
}
@media (max-width: 750px) {
  .single-content table th,
  .single-content table td {
    font-size: 3.9vw;
    padding: 3vw;
  }
}
.single-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.single-content .alignright {
  float: right;
  margin-left: 40px;
}
@media (max-width: 750px) {
  .single-content .alignright {
    margin: 0;
    float: none;
  }
}
.single-content .alignleft {
  float: left;
  margin-right: 40px;
}
@media (max-width: 750px) {
  .single-content .alignleft {
    margin: 0;
    float: none;
  }
}
.single-content #image-details-caption {
  display: none;
}
.single-content .wp-caption {
  position: relative;
  width: 100% !important;
  margin-bottom: 0rem !important;
}
@media (max-width: 750px) {
  .single-content .wp-caption {
    padding: 0;
  }
}
.single-content .wp-caption.alignleft,
.single-content .wp-caption.alignright {
  width: 48% !important;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignleft,
  .single-content .wp-caption.alignright {
    width: 100%;
  }
}
.single-content .wp-caption.alignleft {
  margin-left: 40px;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignleft {
    margin: 0;
  }
}
.single-content .wp-caption.alignright {
  margin-right: 40px;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignright {
    margin: 0;
  }
}
.single-content .wp-caption .wp-caption-text {
  margin-bottom: 0;
}
.single-content img[class*="wp-image-"],
.single-content img[class*="attachment-"] {
  height: auto;
  max-width: 600px;
}
@media (max-width: 750px) {
  .single-content img[class*="wp-image-"],
  .single-content img[class*="attachment-"] {
    width: 100%;
  }
}
.single-content img[class*="wp-image-"].alignright,
.single-content img[class*="attachment-"].alignright {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  .single-content img[class*="wp-image-"].alignright,
  .single-content img[class*="attachment-"].alignright {
    width: 100%;
  }
}
.single-content img[class*="wp-image-"].alignleft,
.single-content img[class*="attachment-"].alignleft {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  .single-content img[class*="wp-image-"].alignleft,
  .single-content img[class*="attachment-"].alignleft {
    width: 100%;
  }
}
.single-content .single-content__thumb {
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 52px;
}
@media (max-width: 750px) {
  .single-content .single-content__thumb {
    margin-bottom: 4vw;
  }
}
.single-content .single-content__thumb img {
  width: 100%;
  max-width: 100%;
}

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

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

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

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

.wp-pagenavi .page {
  color: #4d4d4d;
  padding: 3px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: #4d4d4d;
}

.wp-pagenavi .previouspostslink {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.wp-pagenavi .nextpostslink {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.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-color: #4d4d4d;
  color: #fff;
  padding: 3px;
}

/* Structure ------------ */
/*
---------------------------------------
header
---------------------------------------
*/
@media (min-width: 751px) {
  header a {
    transition: 0.3s;
  }
  header a:hover {
    opacity: 0.7;
  }
}

@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;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 750px) {
  .st-header {
    min-width: 0px;
  }
}
@media (min-width: 751px) {
  .st-header.fixed {
    background: rgba(255, 255, 255, 0.9);
  }
}

.st-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 30px;
  height: 96px;
}
@media (max-width: 750px) {
  .st-header__content {
    height: 56px;
    padding: 0 3vw;
  }
  .st-header__content:before {
    content: "";
    width: 60vw;
    height: 60px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 0 0 8vw 0;
  }
}

.st-header__logo {
  position: relative;
  z-index: 2;
}
.st-header__logo a {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-header__logo img {
    width: calc(189 / 375 * 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: 25vw 0 0;
  }
}

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

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

/* sp-btn */
.scroll-prevent {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media (min-width: 751px) {
  .scroll-prevent {
    position: initial;
    top: initial !important;
  }
}

#sp-btn {
  position: relative;
  z-index: 99999999999;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all 0.4s;
  padding-bottom: 10px;
  background: #333333;
  border-radius: 50%;
  margin-left: 20px;
}
@media (max-width: 750px) {
  #sp-btn {
    width: calc(60 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #sp-btn {
    height: calc(60 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #sp-btn {
    top: 24px;
  }
}
#sp-btn:before {
  content: "MENU";
  font-size: 12px;
  display: block;
  font-family: "Sarabun", sans-serif;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 24px;
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 750px) {
  #sp-btn:before {
    bottom: 3.2vw;
  }
}
#sp-btn span {
  width: 2px;
  height: 2px;
  transition: all 0.4s;
  background: #fff;
}
#sp-btn span:not(:last-child) {
  margin-bottom: 5px;
}
#sp-btn.active:before {
  content: "close";
}

#sp-btn #sp-btn-a,
#sp-btn #sp-btn-a span {
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.4s;
}

#sp-btn #sp-btn-a {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  background: none;
  transform: rotate(90deg);
}

#sp-btn #sp-btn-a:hover {
  opacity: 1;
}

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

#sp-btn.active span:nth-of-type(2) {
  opacity: 0;
}

#sp-btn.active span:nth-of-type(3) {
  width: 100%;
  transform: translateY(-7px) rotate(45deg);
}

/* g-anv */
.hb-menu {
  z-index: 10;
  text-align: center;
  padding: 15vw;
  background: #fcfbd6;
  position: fixed;
  max-width: 500px;
  right: 0;
  top: 0;
  height: 100vh;
  overflow: auto;
  transform: translate(100%, 0);
  transition: 0.4s;
}
@media (min-width: 751px) {
  .hb-menu {
    padding: 100px 40px 50px;
  }
}
.hb-menu.on {
  transform: translate(0, 0);
}
.hb-menu ul li {
  margin-top: 4vw;
}
@media (min-width: 751px) {
  .hb-menu ul li {
    margin-top: 20px;
  }
}
.hb-menu ul li:nth-last-of-type(1),
.hb-menu ul li:nth-last-of-type(2) {
  margin-top: 2vw;
}
@media (min-width: 751px) {
  .hb-menu ul li:nth-last-of-type(1),
  .hb-menu ul li:nth-last-of-type(2) {
    margin-top: 20px;
  }
}
.hb-menu ul li a {
  font-weight: 600;
}
@media (min-width: 751px) {
  .hb-menu ul li a {
    transition: 0.3s;
  }
  .hb-menu ul li a:hover {
    opacity: 0.7;
  }
}

/*
---------------------------------------
footer
--------------------------------------
*/
footer {
  padding-block: 135px 55px;
  background-image: url(../images/common/bg-footer.webp);
  background-size: cover;
}
@media (max-width: 750px) {
  footer {
    margin-top: 10vw;
    background-image: url(../images/common/bg-footer-sp.webp);
  }
}
@media (min-width: 751px) {
  footer a {
    transition: 0.3s;
  }
  footer a:hover {
    opacity: 0.7;
  }
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
footer .container .footer-left {
  width: 360px;
}
@media (max-width: 750px) {
  footer .container .footer-left {
    width: 100%;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  footer .container .footer-left p {
    font-size: calc(12 / 375 * 100 * 1vw);
  }
}
footer .container .footer-left img {
  width: 288px;
}
footer .container .footer-right {
  width: 554px;
}
@media (max-width: 750px) {
  footer .container .footer-right {
    width: 100%;
  }
}
footer .container .footer-right > ul {
  display: flex;
  margin-top: 72px;
}
@media (max-width: 750px) {
  footer .container .footer-right > ul {
    margin-top: 5vw;
    flex-wrap: wrap;
  }
}
footer .container .footer-right > ul li {
  line-height: 1;
  margin-left: auto;
}
@media (max-width: 750px) {
  footer .container .footer-right > ul li {
    margin-left: 0;
    width: 48%;
  }
  footer .container .footer-right > ul li:last-of-type {
    width: 70%;
    margin-top: 4vw;
    margin-inline: auto;
  }
  footer .container .footer-right > ul li img {
    width: 100%;
  }
}
footer .container .footer-right > ul li:nth-of-type(2) {
  margin-left: 10px;
}
footer .container .footer-right .footer-right-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  footer .container .footer-right .footer-right-flex {
    flex-wrap: wrap;
    margin-top: 8vw;
  }
}
footer .container .footer-right .footer-right-flex ul li {
  line-height: 1;
  margin-top: 34px;
}
@media (max-width: 750px) {
  footer .container .footer-right .footer-right-flex ul li {
    line-height: 1.5;
    margin-top: 4vw;
  }
}
footer .container .footer-right .footer-right-flex ul li:nth-of-type(1) {
  margin-top: 0;
}
footer .container .footer-right .footer-right-flex ul li a {
  font-size: 16px;
  font-weight: 700;
}
footer .container .footer-right .footer-right-flex ul:nth-of-type(1) {
  width: 65px;
}
@media (max-width: 750px) {
  footer .container .footer-right .footer-right-flex ul:nth-of-type(1) {
    width: 100%;
    margin-bottom: 6vw;
  }
}
footer .container .footer-right .footer-right-flex ul:nth-of-type(2) {
  width: 264px;
}
@media (max-width: 750px) {
  footer .container .footer-right .footer-right-flex ul:nth-of-type(2) {
    width: calc(190 / 375 * 100 * 1vw);
  }
}
footer .container .footer-right .footer-right-flex ul:nth-of-type(3) {
  width: 100px;
}
@media (max-width: 750px) {
  footer .container .footer-right .footer-right-flex ul:nth-of-type(3) {
    width: calc(87 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  footer .container .footer-right .footer-right-flex ul:nth-of-type(3) {
    margin-right: 4vw;
  }
}
footer .container .copy {
  width: 100%;
  margin-top: 30px;
  font-size: 12px;
  text-align: right;
}
@media (max-width: 750px) {
  footer .container .copy {
    text-align: left;
  }
}

#top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  aspect-ratio: 1/1;
  z-index: 3;
  opacity: 0;
  transform: translate(0, 14px);
  transition: all 0.3s ease-in-out;
}
#top.on {
  opacity: 1;
  transform: translate(0, 0);
}

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

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

/*
---------------------------------------
top
---------------------------------------
*/
p {
  letter-spacing: 0.08em;
}

h2 {
  margin-bottom: 0;
}

.mv {
  width: 100%;
}
@media (max-width: 750px) {
  .mv + .wrapper .container {
    margin-top: -10vw;
    margin-bottom: 26vw;
  }
}
.mv + .wrapper .container h2 {
  margin-bottom: 0;
}
.mv + .wrapper .container h2 span {
  color: #007eca;
}
.mv + .wrapper .container h2 + p {
  margin-top: 56px;
  width: 878px;
  line-height: 2.25;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 750px) {
  .mv + .wrapper .container h2 + p {
    width: 100%;
    margin-top: 4vw;
  }
}
.mv + .wrapper .container h2 + p span {
  font-weight: 600;
  color: #007eca;
}

.lead {
  line-height: 3;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .lead {
    margin-top: 3vw;
    line-height: 2.3;
  }
}
.lead span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #007eca;
  display: inline-block;
  line-height: 1;
  padding: 6px 10px 8px 10px;
  letter-spacing: 0.08em;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 750px) {
  .lead span {
    font-size: 4vw;
    padding: 1.2vw 2vw;
  }
}

.container {
  position: relative;
}
.container .image-01 {
  position: absolute;
  right: 110px;
  bottom: -375px;
  width: 493px;
}
@media (max-width: 750px) {
  .container .image-01 {
    position: absolute;
    right: initial;
    left: -7.4vw;
    bottom: -40vw;
    width: 100vw;
  }
}

section.news {
  position: relative;
  z-index: 2;
  padding-top: 230px;
  background-image: url(../images/common/bg-news.webp);
  background-size: cover;
  background-position: top;
  padding-bottom: 120px;
}
@media (max-width: 750px) {
  section.news {
    background-image: url(../images/common/bg-news-sp.webp);
    padding-top: 25vw;
    padding-bottom: 15vw;
  }
}
section.news .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4vw;
}
section.news .container h2 {
  color: #fff;
}
section.news .container ul {
  margin-top: 38px;
  width: 808px;
}
@media (max-width: 750px) {
  section.news .container ul {
    width: 100%;
  }
}
section.news .container .meta time {
  color: #fff;
}
section.news .more {
  text-align: right;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 750px) {
  section.news .more {
    text-align: center;
    margin-top: 8vw;
  }
}
section.news .more img {
  width: 215px;
}
@media (max-width: 750px) {
  section.news .more img {
    width: calc(267 / 375 * 100 * 1vw);
  }
}
section.news .news-list li {
  border-bottom: 1px solid #fff;
}
section.news .news-list li a {
  color: #fff;
}
section.pickup {
  padding-top: 120px;
}
@media (max-width: 750px) {
  section.pickup {
    padding-top: 15vw;
  }
}
section.pickup h2 {
  text-align: center;
}
section.pickup h2 span {
  color: #007eca;
}
section.pickup .pickup-wrapper {
  margin-top: 84px;
  padding: 100px 100px 200px;
  background: #d6eaeb;
  border-radius: 297px 297px 0 0;
}
@media (max-width: 750px) {
  section.pickup .pickup-wrapper {
    padding: 15vw 7vw 43vw;
    border-radius: 25vw 25vw 0 0;
    margin-top: 8vw;
  }
}
section.pickup .pickup-wrapper .pickup-item {
  margin-top: 100px;
}
section.pickup .pickup-wrapper .pickup-item:first-of-type {
  margin-top: 0;
}
@media (max-width: 750px) {
  section.pickup .pickup-wrapper .pickup-item {
    margin-top: 8vw;
  }
  section.pickup .pickup-wrapper .pickup-item:first-of-type {
    margin-top: 0;
  }
  section.pickup .pickup-wrapper .pickup-item:last-of-type {
    margin-left: -2vw;
    margin-right: -2vw;
  }
}
section.pickup .over {
  overflow: auto;
}
@media (max-width: 750px) {
  section.pickup .over {
    margin-top: 5vw;
  }
}
section.pickup .over img {
  max-width: initial;
}
@media (max-width: 750px) {
  section.pickup .over img {
    width: calc(710 / 375 * 100 * 1vw);
  }
}
section.pickup .contact {
  width: 1200px;
  margin-left: -50px;
  text-align: center;
  border-radius: 400px;
  padding-block: 65px;
  margin-top: -100px;
  background-image: url(../images/top/bg-dot-blue.webp);
}
@media (max-width: 750px) {
  section.pickup .contact {
    padding-block: 25vw 13vw;
    margin-top: -29vw;
  }
}
section.pickup .contact .chara {
  width: 207px;
  position: absolute;
  right: 130px;
  bottom: -30px;
  z-index: 2;
}
@media (max-width: 750px) {
  section.pickup .contact .chara {
    width: 38vw;
    position: absolute;
    right: -6vw;
    bottom: -11vw;
    pointer-events: none;
  }
}
@media (max-width: 750px) {
  section.pickup .contact {
    width: 100%;
    width: 95vw;
    margin-left: -5vw;
    border-radius: 18vw;
  }
}
section.pickup .contact h2 > span {
  font-size: 30px;
  font-weight: 900;
  color: #007eca;
  background: #fff;
  line-height: 1;
  padding: 8px 8px;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  letter-spacing: 0.08em;
}
section.pickup .contact h2 > span span {
  font-weight: 900;
  color: #f1593e;
}
@media (max-width: 750px) {
  section.pickup .contact h2 > span {
    line-height: 2.5;
    padding: 1.2vw 2vw;
  }
}
@media (max-width: 750px) {
  section.pickup .contact h2 > span {
    font-size: calc(16 / 375 * 100 * 1vw);
  }
}
section.pickup .contact p {
  text-align: center;
  color: #fff;
  margin-top: 28px;
}
section.pickup .contact ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
}
@media (max-width: 750px) {
  section.pickup .contact ul {
    display: block;
    margin-top: 5vw;
  }
}
section.pickup .contact ul li {
  width: 290px;
  margin-inline: 8px;
  line-height: 1;
}
@media (max-width: 750px) {
  section.pickup .contact ul li {
    width: calc(290 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  section.pickup .contact ul li {
    margin-inline: auto;
    margin-top: 4vw;
  }
  section.pickup .contact ul li:first-of-type {
    margin-top: 0;
  }
}
section.pickup .contact .tel {
  margin-top: 28px;
  line-height: 1;
}
section.pickup .contact .tel img {
  width: 375px;
}
section.pickup .contact .time {
  font-weight: 600;
  line-height: 1;
  margin-top: 28px;
}
section.thought {
  padding-top: 120px;
}
@media (max-width: 750px) {
  section.thought {
    padding-top: 15vw;
  }
  section.thought .container.sp {
    margin-bottom: 4vw;
  }
}
section.thought .wrapper {
  position: relative;
}
section.thought .wrapper > img {
  width: 41.67vw;
  position: absolute;
  left: 0;
}
@media (max-width: 750px) {
  section.thought .wrapper > img {
    position: relative;
    width: 95vw;
  }
}
section.thought .wrapper .container {
  padding-left: 526px;
}
@media (max-width: 750px) {
  section.thought .wrapper .container {
    padding-left: 0;
    margin-top: 5vw;
  }
}
section.thought .wrapper .container h2 {
  color: #007eca;
}
section.thought .wrapper .container p {
  margin-top: 40px;
  font-weight: 600;
}
@media (max-width: 750px) {
  section.thought .wrapper .container p {
    margin-top: 3vw;
  }
}
section.thought .wrapper .container p.name {
  margin-top: 25px;
  text-align: right;
}
@media (max-width: 750px) {
  section.thought .wrapper .container p.name {
    margin-top: 3vw;
  }
}
section.thought .wrapper .container p.name img {
  width: 306px;
}
@media (max-width: 750px) {
  section.thought .wrapper .container p.name img {
    width: calc(200 / 375 * 100 * 1vw);
  }
}
section.role {
  background-image: url(../images/top/bg-dot-blue.webp);
  padding-block: 120px;
  background-size: 170px;
}
@media (max-width: 750px) {
  section.role {
    padding-block: 15vw;
    background-size: 140px;
  }
}
section.role .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  section.role .container {
    display: block;
  }
}
section.role .container > img {
  width: 600px;
}
@media (max-width: 750px) {
  section.role .container > img {
    width: 114vw;
    margin-left: -14vw;
    margin-top: 5vw;
    max-width: initial;
  }
}
section.role .container > div {
  width: 395px;
}
@media (max-width: 750px) {
  section.role .container > div {
    width: 100%;
  }
}
section.role .container > div h2,
section.role .container > div p {
  color: #fff;
}
section.role .container > div h2 + p {
  max-width: 345px;
  font-weight: 600;
}
@media (max-width: 750px) {
  section.role .container > div h2 + p {
    max-width: 100%;
  }
}
section.role .container > div p {
  margin-top: 30px;
  font-size: 16px;
}
@media (max-width: 750px) {
  section.role .container > div p {
    margin-top: 4vw;
  }
}
@media (max-width: 750px) {
  section.role .container > div .lead {
    text-align: center;
    line-height: 2;
  }
}
section.role .container > div .lead span {
  background: #fff;
  color: #007eca;
}
section.role .container > div .lead span span {
  color: #f1593e;
  display: inline;
  font-weight: 600;
  padding: initial;
}
section.step {
  padding-top: 120px;
  padding-bottom: 180px;
  background-image: url(../images/top/bg-dot-green.webp);
  background-size: 70px;
  position: relative;
}
@media (max-width: 750px) {
  section.step {
    padding-block: 15vw 20vw;
  }
}
section.step .object-03 {
  position: absolute;
  right: 0;
  top: 60px;
  height: 214px;
}
@media (max-width: 750px) {
  section.step .object-03 {
    height: calc(90 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  section.step .object-03 {
    top: -13vw;
  }
}
section.step .container h2 {
  text-align: center;
}
section.step .container h2 img {
  width: 273px;
}
section.step .container h2 + p {
  margin-top: 56px;
}
@media (max-width: 750px) {
  section.step .container h2 + p img {
    width: 100vw;
    max-width: initial;
    margin-left: -7.3vw;
  }
}
section.step .container + .anc + .container {
  margin-top: 136px;
}
@media (max-width: 750px) {
  section.step .container + .anc + .container {
    margin-top: 15vw;
  }
}
section.step .container + .anc + .container h2,
section.step .container + .anc + .container p {
  color: #14962d;
}
section.step .container + .anc + .container h2 + p {
  color: #333;
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 750px) {
  section.step .container + .anc + .container h2 + p {
    text-align: left;
  }
}
section.step .container + .anc + .container ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 36px;
}
@media (max-width: 750px) {
  section.step .container + .anc + .container ul {
    display: block;
  }
}
section.step .container + .anc + .container ul > img {
  width: 190px;
  position: absolute;
  left: 70px;
  top: -230px;
}
@media (max-width: 750px) {
  section.step .container + .anc + .container ul > img {
    width: 28vw;
    position: absolute;
    left: initial;
    top: -34.3vw;
    right: 2vw;
  }
}
section.step .container + .anc + .container ul li {
  width: 330px;
  padding: 29px;
  background: #fff;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 750px) {
  section.step .container + .anc + .container ul li {
    border-radius: 13vw;
  }
}
section.step .container + .anc + .container ul li:before {
  content: "";
  width: 14px;
  aspect-ratio: 1/1;
  background: #9dda8a;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 22px;
  right: 22px;
}
section.step .container + .anc + .container ul li .title {
  color: #333;
  text-align: center;
  font-weight: 700;
  position: relative;
  margin-top: 10px;
}
section.step .container + .anc + .container ul li .title:before,
section.step .container + .anc + .container ul li .title:after {
  content: "";
  width: 70px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: #333;
}
@media (max-width: 750px) {
  section.step .container + .anc + .container ul li .title:before,
  section.step .container + .anc + .container ul li .title:after {
    width: 20vw;
  }
}
section.step .container + .anc + .container ul li .title:before {
  left: 0;
}
section.step .container + .anc + .container ul li .title:after {
  right: 0;
}
section.step .container + .anc + .container ul li .price {
  text-align: center;
  border-bottom: 1px solid #333;
  padding-bottom: 16px;
  color: #f1593e;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 20px;
}
section.step .container + .anc + .container ul li .price span {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.02em;
}
section.step .container + .anc + .container ul li .desc {
  color: #333;
  font-weight: 600;
}
@media (max-width: 750px) {
  section.step .container + .anc + .container ul li {
    width: 100%;
    margin-top: 4vw;
  }
}
section.step .container + .anc + .container ul li:nth-of-type(2) {
  transform: translate(0, 60px);
}
@media (max-width: 750px) {
  section.step .container + .anc + .container ul li:nth-of-type(2) {
    transform: initial;
  }
}
section.qa {
  padding-block: 120px;
}
@media (max-width: 750px) {
  section.qa {
    padding-block: 0vw 15vw;
    margin-top: -15vw;
  }
}
section.qa .btn {
  text-align: center;
  margin-top: 56px;
}
section.helpful {
  padding-block: 120px;
  background-image: url(../images/top/bg-circle.webp);
  background-size: cover;
  background-position: top center;
  min-height: 28vw;
}
@media (max-width: 750px) {
  section.helpful {
    padding-block: 15vw;
    background-image: url(../images/top/bg-circle-sp.webp);
  }
}
section.helpful h2 {
  text-align: center;
}
section.helpful h2 span {
  color: #f1593e;
}
section.helpful h2 + p {
  text-align: center;
  margin-top: 56px;
}
@media (max-width: 750px) {
  section.helpful h2 + p {
    margin-top: 5vw;
  }
}
section.helpful h2 + p img {
  width: 294px;
}
section.contact {
  padding-block: 120px;
  background-image: url(../images/top/bg-dot-blue.webp);
  background-size: 170px;
}
@media (max-width: 750px) {
  section.contact {
    padding-block: 15vw;
  }
}
section.contact h2,
section.contact p {
  color: #fff;
  text-align: center;
}
section.contact p {
  margin-top: 28px;
  font-size: 16px;
  font-weight: 600;
}
section.contact ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  section.contact ul {
    display: block;
  }
}
section.contact ul li {
  width: 290px;
  margin-inline: 8px;
  line-height: 1;
}
@media (max-width: 750px) {
  section.contact ul li {
    width: calc(290 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  section.contact ul li {
    margin-top: 4vw;
    margin-inline: auto;
  }
}
section.contact .tel {
  margin-top: 28px;
  line-height: 1;
}
section.contact .tel img {
  width: 375px;
}
section.contact .time {
  font-weight: 600;
  line-height: 1;
  margin-top: 28px;
}
section.contact .container {
  position: relative;
}
section.contact .container > img {
  position: absolute;
  right: 0;
  bottom: -160px;
  width: 262px;
}
@media (max-width: 750px) {
  section.contact .container > img {
    position: absolute;
    right: 0;
    bottom: -32vw;
    width: 40vw;
  }
}
section.contact .contact-detail {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
  padding-block: 16px;
  margin-top: 50px;
}
@media (min-width: 751px) {
  section.contact .contact-detail {
    width: 860px;
    margin-inline: auto;
  }
}
section.contact .contact-detail + p {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 750px) {
  section.contact .contact-detail + p {
    margin-top: 3vw;
  }
}
section.contact .contact-detail + p img {
  width: 661px;
}
section.contact .contact-detail .left,
section.contact .contact-detail .right {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
section.contact .contact-detail .left {
  left: 0;
}
section.contact .contact-detail .right {
  right: 0;
}
section.about {
  padding-block: 120px 500px;
  position: relative;
}
@media (max-width: 750px) {
  section.about {
    padding-block: 15vw 0vw;
  }
}
section.about > img {
  width: 950px;
  position: absolute;
  bottom: 60px;
  left: 0;
}
@media (max-width: 750px) {
  section.about > img {
    position: relative;
    bottom: initial;
    width: 95%;
    margin-top: 10vw;
  }
}
section.about .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  section.about .container {
    display: block;
  }
}
section.about .container h2 span {
  color: #007eca;
}
section.about .container h2 + p {
  width: 345px;
  font-size: 16px;
  margin-top: 40px;
  font-weight: 600;
}
@media (max-width: 750px) {
  section.about .container h2 + p {
    width: 100%;
    margin-top: 3vw;
  }
}
section.about .about-table {
  width: 621px;
  margin-top: 40px;
}
@media (max-width: 750px) {
  section.about .about-table {
    width: 100%;
    margin-top: 3vw;
  }
}
section.about table {
  font-size: 16px;
}
section.about table tr {
  border-bottom: 1px solid #c1c1c1;
}
section.about table tr:last-of-type {
  border-bottom: none;
}
section.about table tr td,
section.about table tr th {
  padding-block: 24px;
  line-height: 2.25;
}
section.about table tr:first-of-type td,
section.about table tr:first-of-type th {
  padding-top: 0;
}
section.about table tr td {
  font-weight: 500;
}
section.about table tr th {
  font-weight: 700;
  color: #007eca;
}
@media (max-width: 750px) {
  section.about table tr th {
    width: 32%;
  }
}
section.about iframe {
  width: 100%;
  height: initial;
  margin-top: 30px;
  aspect-ratio: 621/154;
}
@media (max-width: 750px) {
  section.about iframe {
    aspect-ratio: 325/114;
    margin-top: 4vw;
  }
}

.sepa {
  padding-block: 82px 158px;
}
@media (max-width: 750px) {
  .sepa {
    padding-block: 10vw;
  }
}

.contact a {
  display: block;
  position: relative;
}
.contact a .hvr {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (min-width: 751px) {
  .contact a .hvr {
    transition: opacity 0.3s;
  }
}
@media (min-width: 751px) {
  .contact a:hover .hvr {
    opacity: 1;
  }
}

.marquee {
  overflow: hidden;
  width: 100%;
}

.marquee {
  overflow: hidden;
}

.marquee__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 40s linear infinite;
  transform: translateX(0);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.marquee__inner img {
  flex-shrink: 0;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 750px) {
  #section04 + .container .default {
    text-align: left;
  }
}

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

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

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

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

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

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