@charset "UTF-8";
/**
* Foundation
* ========================== */
/*
---------------------------------------
reset
---------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap");
* {
  word-break: normal !important;
  word-wrap: break-word;
}

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

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

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

html,
body {
  position: relative;
}

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

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

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

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

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

img {
  border: none;
}

ol,
ul {
  list-style: none;
}

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

table th {
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

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

figure {
  line-height: 0;
}

em {
  font-weight: inherit;
}

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

:root {
  --main-color: #639ff8;
}

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

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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  word-wrap: break-word;
  color: #333;
  min-width: 375px;
  line-break: normal;
  font-weight: 400;
  -ms-overflow-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-size: 16px;
}

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;
  min-width: 1136px;
}
@media (max-width: 768px) {
  #top-of-page {
    min-width: 0;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
.toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  display: block;
}
@media (max-width: 750px) {
  .toggle {
    width: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .toggle {
    height: calc(40 / 750 * 100 * 1vw);
  }
}
.toggle:before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
  background: #1e82c8;
}
.toggle:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0) rotate(90deg);
  background: #1e82c8;
  transition: 0.3s;
}

.on .toggle:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0) rotate(0);
  background: #1e82c8;
}

.container {
  width: 1024px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .container {
    width: calc(100% - 6.66vw);
  }
}

.anc {
  padding-top: 100px;
  margin-top: -100px;
}
@media (max-width: 750px) {
  .anc {
    padding-top: 30vw;
    margin-top: -30vw;
  }
}

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

.page-title {
  margin-top: 100px;
  background-image: url(../images/common/page-title.png);
}
@media (max-width: 750px) {
  .page-title {
    margin-top: 17.3333333333vw;
  }
}
.page-title .container {
  height: 260px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .page-title .container {
    height: calc(470 / 750 * 100 * 1vw);
  }
}
.page-title .container p,
.page-title .container h1 {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .page-title .container p,
  .page-title .container h1 {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
.page-title .container p span,
.page-title .container h1 span {
  font-weight: 700;
  font-size: 70px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 750px) {
  .page-title .container p span,
  .page-title .container h1 span {
    font-size: calc(100 / 750 * 100 * 1vw);
  }
}

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

.wp-pagenavi {
  width: 1024px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 750px) {
  .wp-pagenavi {
    width: calc(100% - 14.66vw);
  }
}
.wp-pagenavi .nextpostslink {
  position: absolute;
  right: 0;
}
.wp-pagenavi .previouspostslink {
  position: absolute;
  left: 0;
}

.fixed-banner {
  width: 1024px;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  transition: 0.3s;
  z-index: 4;
}
.fixed-banner.on {
  transform: translate(-50%, 0%);
}
@media (max-width: 750px) {
  .fixed-banner {
    width: 100%;
  }
}
.fixed-banner .container {
  width: 100%;
}
.fixed-banner .container > img {
  margin-bottom: -1px;
}
.fixed-banner .container div {
  display: flex;
  margin-bottom: -1px;
}
.fixed-banner .container div a {
  transition: 0.3s;
}
.fixed-banner .container div 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 .pc {
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .l-contents .pc {
    display: none !important;
  }
}
.l-contents .sp {
  display: none !important;
}
@media (max-width: 750px) {
  .l-contents .sp {
    display: block !important;
  }
}
.l-contents .inline-pc {
  display: inline-block !important;
}
@media (max-width: 750px) {
  .l-contents .inline-pc {
    display: none !important;
  }
}
.l-contents .inline-sp {
  display: none !important;
}
@media (max-width: 750px) {
  .l-contents .inline-sp {
    display: inline-block !important;
  }
}
.l-contents .inner {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .l-contents .inner {
    padding: 0 8%;
  }
}
.l-contents span {
  font-size: inherit;
  font-weight: inherit;
}
.l-contents img {
  max-width: 100%;
  height: auto;
}
.l-contents .en {
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
}
.l-contents .min {
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.l-contents .ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.l-contents .ofi-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.l-contents .anc {
  padding-top: 166px;
  margin-top: -166px;
}
@media (max-width: 750px) {
  .l-contents .anc {
    padding-top: 30vw;
    margin-top: -30vw;
  }
}

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

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

.sec-form__require {
  color: #e14449;
  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;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  padding-inline: 50px;
}
@media (max-width: 750px) {
  .wrap_form {
    padding-inline: 6.66vw;
    padding-top: 6.66vw;
    padding-bottom: 6.66vw;
  }
}
.wrap_form .require {
  color: #e14449;
  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: #c1272d;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s;
  background-image: url(../images/form/btn_arrow.png);
  background-size: 12px;
  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: 2vw;
    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: -ms-flexbox;
  display: block;
  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 0;
  font-size: 14px;
  width: 100%;
  line-height: 1;
}
@media (max-width: 750px) {
  .table_entry .dt {
    padding: 2.7vw 0 1.35vw 0;
    width: 100%;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd {
  flex: 1;
  padding: 3px 0px 0px;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 750px) {
  .table_entry .dd {
    padding: 1vw 0;
    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: 11px 30px;
  background: none;
  line-height: 1;
  background-color: #f1f1f1;
}
@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;
    padding: 4vw 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: 11px 30px;
  background-color: #f1f1f1;
  width: 100%;
  height: 200px;
}
@media (max-width: 750px) {
  .table_entry textarea {
    height: 26vw;
    font-size: 3.4vw !important;
    padding: 4vw 4vw;
  }
}
.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 {
  width: 200px;
  font-size: 16px;
  padding: 11px 30px;
  margin-left: 8px;
}
@media (max-width: 750px) {
  .table_entry #zip {
    height: 9vw;
    width: calc(100% - 10vw);
    font-size: 3.4vw;
    margin-left: 4vw;
  }
}
.table_entry .wpcf7-list-item:first-child {
  margin-left: 0;
}

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

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

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

.require {
  color: #e14449;
  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;
}

.wpcf7-checkbox {
  font-size: 16px;
}
@media (max-width: 750px) {
  .wpcf7-checkbox {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
.wpcf7-checkbox .wpcf7-list-item {
  margin-right: 20px;
  margin-left: 0;
}
@media (max-width: 750px) {
  .wpcf7-checkbox .wpcf7-list-item {
    margin-right: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
  }
  .wpcf7-checkbox .wpcf7-list-item:nth-last-of-type(1), .wpcf7-checkbox .wpcf7-list-item:nth-last-of-type(2) {
    display: block;
    margin-top: 2vw;
  }
}
.wpcf7-checkbox .wpcf7-list-item-label {
  margin-left: 4px;
}

.wpcf7-select {
  width: 402px;
  padding: 11px 30px 11px 10px;
  height: auto;
  font-size: 16px;
}
@media (max-width: 750px) {
  .wpcf7-select {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .wpcf7-select {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}

b {
  font-weight: 700;
}

.address > div {
  margin-top: 8px;
}
.address > div:first-of-type {
  margin-top: 0;
}

.thanks #contact {
  padding-top: 150px;
}
@media (max-width: 750px) {
  .thanks #contact {
    padding-top: 21.3333333333vw;
  }
}

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

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

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

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

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

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

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

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

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

.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;
}
@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 {
  background-color: #333333;
  padding: 5px;
  color: #fff;
  border-radius: 50%;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: #1e82c8;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.wp-pagenavi .page .icon,
.wp-pagenavi .previouspostslink .icon,
.wp-pagenavi .nextpostslink .icon {
  font-size: 16px;
  color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-pagenavi .previouspostslink {
  background-image: url(../images/common/navi_arrow_left@2x.png);
}

.wp-pagenavi .nextpostslink {
  background-image: url(../images/common/navi_arrow_right@2x.png);
}

.wp-pagenavi .current {
  background: none;
  color: #333333;
  padding: 5px;
}

/* Structure ------------ */
/*
---------------------------------------
header
---------------------------------------
*/
.nav-open {
  background: #fff;
}

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

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

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

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

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

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

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

#sp-btn {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all 0.4s;
  padding-top: 16px;
  background: #c85000;
  cursor: pointer;
}
@media (max-width: 750px) {
  #sp-btn {
    width: calc(130 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #sp-btn {
    height: calc(130 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #sp-btn {
    padding-top: 3.5vw;
  }
}
#sp-btn:before {
  content: "MENU";
  font-size: 17px;
  font-weight: 700;
  display: block;
  font-family: "Sarabun", sans-serif;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20px;
  text-align: center;
  transition: all 0.4s;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 750px) {
  #sp-btn:before {
    font-size: calc(22 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #sp-btn:before {
    top: 4vw;
  }
}
#sp-btn span {
  width: 52px;
  height: 2px;
  transition: all 0.4s;
  background: #fff;
}
@media (max-width: 750px) {
  #sp-btn span {
    width: calc(67.5 / 750 * 100 * 1vw);
  }
}
#sp-btn span:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  #sp-btn span:not(:last-child) {
    margin-bottom: 1.8vw;
  }
}
#sp-btn.active:before {
  content: "CLOSE";
  font-family: "Poppins", sans-serif;
}

#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: 52px;
  height: 27px;
  background: none;
}
@media (max-width: 750px) {
  #sp-btn #sp-btn-a {
    width: calc(67.5 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #sp-btn #sp-btn-a {
    height: calc(40 / 750 * 100 * 1vw);
  }
}

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

#sp-btn.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-30deg);
}
@media (max-width: 750px) {
  #sp-btn.active span:nth-of-type(1) {
    transform: translateY(1.15vw) rotate(-30deg);
  }
}

#sp-btn.active span:nth-of-type(2) {
  width: 100%;
  transform: translateY(-6px) rotate(30deg);
}
@media (max-width: 750px) {
  #sp-btn.active span:nth-of-type(2) {
    transform: translateY(-1.15vw) rotate(30deg);
  }
}

/* g-anv */
#g-nav {
  position: fixed;
  z-index: 9999999;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: calc(100% - 100px);
  background: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: none;
}
@media (max-width: 750px) {
  #g-nav {
    top: calc(130 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #g-nav {
    height: calc(100% - 17.3333333333vw);
  }
}

/*
---------------------------------------
footer
--------------------------------------
*/
.st-header__nav .col2 {
  width: 1024px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .st-header__nav .col2 {
    width: calc(100% - 6.66vw);
  }
}

footer {
  background: #fff9e3;
}

footer,
.st-header__nav {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
footer .logo,
.st-header__nav .logo {
  padding-bottom: 30px;
  text-align: center;
  background-image: url(../images/common/dashed.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}
@media (max-width: 750px) {
  footer .logo,
  .st-header__nav .logo {
    background-size: 3vw;
  }
}
footer .logo img,
.st-header__nav .logo img {
  width: 695px;
}
footer .col2,
.st-header__nav .col2 {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 750px) {
  footer .col2,
  .st-header__nav .col2 {
    display: block;
    margin-top: 6vw;
  }
}
footer .col2 nav,
.st-header__nav .col2 nav {
  width: 533px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 750px) {
  footer .col2 nav,
  .st-header__nav .col2 nav {
    width: 100%;
    display: block;
    text-align: center;
  }
}
footer .col2 nav ul li,
.st-header__nav .col2 nav ul li {
  margin-top: 16px;
}
@media (max-width: 750px) {
  footer .col2 nav ul li,
  .st-header__nav .col2 nav ul li {
    margin-top: 0;
    padding-block: 2vw;
    border-bottom: 1px solid #dcdcdc;
  }
}
footer .col2 nav ul li:first-of-type,
.st-header__nav .col2 nav ul li:first-of-type {
  margin-top: 0;
}
footer .col2 nav ul li a,
.st-header__nav .col2 nav ul li a {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 750px) {
  footer .col2 nav ul li a,
  .st-header__nav .col2 nav ul li a {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  footer .col2 nav ul li a,
  .st-header__nav .col2 nav ul li a {
    transition: 0.3s;
  }
  footer .col2 nav ul li a:hover,
  .st-header__nav .col2 nav ul li a:hover {
    color: #c85000;
  }
}
@media (max-width: 750px) {
  footer .col2 nav ul + ul li:last-of-type,
  .st-header__nav .col2 nav ul + ul li:last-of-type {
    border-bottom: none;
  }
}
footer .col2 .col-right,
.st-header__nav .col2 .col-right {
  width: 451px;
}
@media (max-width: 750px) {
  footer .col2 .col-right,
  .st-header__nav .col2 .col-right {
    width: 100%;
    margin-top: 5vw;
  }
}
footer .col2 .col-right a,
.st-header__nav .col2 .col-right a {
  display: block;
  position: relative;
}
footer .col2 .col-right a:nth-of-type(2),
.st-header__nav .col2 .col-right a:nth-of-type(2) {
  margin-top: 20px;
}
footer .col2 .col-right a:nth-of-type(3),
.st-header__nav .col2 .col-right a:nth-of-type(3) {
  margin-top: 10px;
}
@media (max-width: 750px) {
  footer .col2 .col-right a img:nth-of-type(2),
  .st-header__nav .col2 .col-right a img:nth-of-type(2) {
    display: none;
  }
}
@media (min-width: 751px) {
  footer .col2 .col-right a:nth-of-type(2) img:nth-of-type(1), footer .col2 .col-right a:nth-of-type(3) img:nth-of-type(1),
  .st-header__nav .col2 .col-right a:nth-of-type(2) img:nth-of-type(1),
  .st-header__nav .col2 .col-right a:nth-of-type(3) img:nth-of-type(1) {
    transition: 0.3s;
    z-index: 2;
    position: relative;
  }
  footer .col2 .col-right a:nth-of-type(2) img:nth-of-type(2), footer .col2 .col-right a:nth-of-type(3) img:nth-of-type(2),
  .st-header__nav .col2 .col-right a:nth-of-type(2) img:nth-of-type(2),
  .st-header__nav .col2 .col-right a:nth-of-type(3) img:nth-of-type(2) {
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 0;
  }
  footer .col2 .col-right a:nth-of-type(2):hover img:nth-of-type(1), footer .col2 .col-right a:nth-of-type(3):hover img:nth-of-type(1),
  .st-header__nav .col2 .col-right a:nth-of-type(2):hover img:nth-of-type(1),
  .st-header__nav .col2 .col-right a:nth-of-type(3):hover img:nth-of-type(1) {
    opacity: 0;
    transform: translate(0, 10px);
  }
  footer .col2 .col-right a:nth-of-type(2):hover img:nth-of-type(2), footer .col2 .col-right a:nth-of-type(3):hover img:nth-of-type(2),
  .st-header__nav .col2 .col-right a:nth-of-type(2):hover img:nth-of-type(2),
  .st-header__nav .col2 .col-right a:nth-of-type(3):hover img:nth-of-type(2) {
    transform: translate(0, 10px);
  }
}
footer .copyright,
.st-header__nav .copyright {
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
footer .st-footer__pageTop,
.st-header__nav .st-footer__pageTop {
  position: fixed;
  z-index: 2;
  right: 40px;
  bottom: 130px;
  width: 100px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 750px) {
  footer .st-footer__pageTop,
  .st-header__nav .st-footer__pageTop {
    width: calc(130 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  footer .st-footer__pageTop,
  .st-header__nav .st-footer__pageTop {
    right: calc(10 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  footer .st-footer__pageTop,
  .st-header__nav .st-footer__pageTop {
    bottom: calc(220 / 750 * 100 * 1vw);
  }
}
footer .st-footer__pageTop.on,
.st-header__nav .st-footer__pageTop.on {
  opacity: 1;
  pointer-events: initial;
}
@media (min-width: 751px) {
  footer .st-footer__pageTop.on:hover,
  .st-header__nav .st-footer__pageTop.on:hover {
    opacity: 0.7;
  }
}

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

/*
---------------------------------------
top
---------------------------------------
*/
.mv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1180px;
  background-image: url(../images/common/bg-top.png);
  background-color: #fff9e3;
  padding-bottom: 130px;
}
@media (max-width: 750px) {
  .mv {
    padding-bottom: calc(410 / 750 * 100 * 1vw);
  }
}
.mv img {
  width: 1148px;
}
@media (max-width: 750px) {
  .mv img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .mv {
    height: auto;
    background-size: 2vw;
  }
}

h2.title {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  font-size: 45px;
  padding-inline: 10px;
  padding-bottom: 16px;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.1em;
  color: #c85000;
  background-image: url(../images/common/dashed.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}
@media (max-width: 750px) {
  h2.title {
    font-size: calc(55 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  h2.title {
    padding-bottom: 3.2vw;
    background-size: 3vw;
  }
}

h3 {
  background-image: url(../images/common/dashed.png);
  background-position: center;
  background-repeat: repeat-x;
  text-align: center;
}
@media (max-width: 750px) {
  h3 {
    background-size: 3vw;
  }
}
h3 span {
  background: #fff;
  font-size: 35px;
  font-family: "Dela Gothic One", sans-serif;
  color: #c85000;
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 750px) {
  h3 span {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}

.campaign {
  background-image: url(../images/common/campaign-bg.webp);
  background-repeat: repeat-x;
  height: 475px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -170px;
  margin-bottom: -40px;
  background-size: contain;
  position: relative;
}
@media (max-width: 750px) {
  .campaign {
    height: calc(432 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .campaign {
    background-image: url(../images/common/campaign-bg_s.webp);
  }
}
.campaign .container {
  text-align: center;
}
.campaign p {
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 85px;
  transform: translate(-50%, 1px);
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 750px) {
  .campaign p {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .campaign p {
    top: 5vw;
    letter-spacing: 0.05em;
  }
}
.campaign img {
  width: 652px;
}
@media (max-width: 750px) {
  .campaign img {
    width: calc(100% - 6.66vw);
  }
}

.contact {
  padding-top: 44px;
}
@media (max-width: 750px) {
  .contact {
    padding-top: calc(72 / 750 * 100 * 1vw);
  }
}
.contact h2 {
  width: 1027px;
}
@media (max-width: 750px) {
  .contact h2 {
    width: 100%;
  }
}
.contact .contact-col2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 110px;
  width: 100%;
}
@media (max-width: 750px) {
  .contact .contact-col2 {
    padding-bottom: calc(70 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .contact .contact-col2 {
    display: block;
    margin-top: -1vw;
  }
}
.contact .contact-col2 .mail-line {
  width: 448px;
}
@media (max-width: 750px) {
  .contact .contact-col2 .mail-line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 1vw;
  }
}
.contact .contact-col2 .mail-line a {
  display: inline-block;
  position: relative;
}
@media (max-width: 750px) {
  .contact .contact-col2 .mail-line a {
    width: calc(345 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .contact .contact-col2 .mail-line a img:nth-of-type(2) {
    display: none;
  }
}
@media (min-width: 751px) {
  .contact .contact-col2 .mail-line a img:nth-of-type(1) {
    transition: 0.3s;
    z-index: 2;
    position: relative;
  }
  .contact .contact-col2 .mail-line a img:nth-of-type(2) {
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 0;
  }
  .contact .contact-col2 .mail-line a:hover img:nth-of-type(1) {
    opacity: 0;
    transform: translate(0, 10px);
  }
  .contact .contact-col2 .mail-line a:hover img:nth-of-type(2) {
    transform: translate(0, 10px);
  }
}
.contact .contact-col2 .mail-line a + a {
  margin-top: 12px;
}
@media (max-width: 750px) {
  .contact .contact-col2 .mail-line a + a {
    margin-top: 0;
  }
}
.contact .contact-col2 > a {
  display: block;
  width: 550px;
}
@media (max-width: 750px) {
  .contact .contact-col2 > a {
    width: 100%;
  }
}

.top .problem {
  position: relative;
  z-index: 2;
  text-align: center;
  background-image: url(../images/common/bg-problem.webp);
  background-size: 5240px 528px;
  background-position: bottom center;
  padding-bottom: 118px;
}
@media (max-width: 750px) {
  .top .problem {
    background-image: url(../images/common/bg-problem_s.webp);
    background-size: cover;
    padding-bottom: 36vw;
  }
}
.top .problem .sp {
  position: absolute;
  bottom: -2vw;
  width: calc(100% - 6.66vw);
  left: 50%;
  transform: translate(-50%, 0);
}
.top .problem h2 {
  width: 653px;
  margin-inline: auto;
  transform: translate(0, -22px);
  margin-bottom: -22px;
}
@media (max-width: 750px) {
  .top .problem h2 {
    width: calc(100% - 6.66vw);
  }
}
.top .problem > img {
  margin-top: 40px;
  width: 866px;
}
@media (max-width: 750px) {
  .top .problem > img {
    width: calc(682 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .problem > img {
    margin-top: 4vw;
  }
}
.top .action {
  padding-top: 527px;
  margin-top: -527px;
  background-image: url(../images/common/bg-action.png);
  background-position: bottom 13px center;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .top .action {
    padding-top: 90vw;
    margin-top: -75vw;
  }
}
.top .action h2 {
  width: 585px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .top .action h2 {
    width: calc(100% - 6.66vw);
  }
}
.top .action .text-right {
  text-align: right;
  padding-bottom: 70px;
  font-size: 16px;
}
@media (max-width: 750px) {
  .top .action .text-right {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .action .text-right {
    padding-bottom: 6vw;
  }
}
.top .action ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}
@media (max-width: 750px) {
  .top .action ul {
    padding-top: 0;
    display: block;
  }
}
.top .action ul li {
  margin-top: 20px;
}
@media (max-width: 750px) {
  .top .action ul li {
    margin-top: calc(35 / 750 * 100 * 1vw);
  }
}
.top .action ul li:first-of-type {
  margin-top: 0;
}
@media (min-width: 751px) {
  .top .action ul li:nth-of-type(2) {
    margin-top: 0;
  }
}
.top .action ul li .title {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.3428571429;
}
@media (max-width: 750px) {
  .top .action ul li .title {
    text-align: left;
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .top .action ul li .title {
    font-size: calc(35 / 750 * 100 * 1vw);
  }
}
.top .action ul li .title > span {
  display: inline-block;
  color: #c85000;
  position: relative;
}
.top .action ul li .title > span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 10px;
  width: 100%;
  background: #fff;
  z-index: 1;
}
@media (max-width: 750px) {
  .top .action ul li .title > span:before {
    height: calc(13 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .action ul li .title > span:before {
    bottom: 1vw;
  }
}
.top .action ul li .title > span span {
  position: relative;
  z-index: 2;
  font-weight: 900;
}
.top .action ul li > div {
  background: #fff2c9;
  border-radius: 15px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 502px;
  padding: 40px;
  height: 100%;
}
@media (max-width: 750px) {
  .top .action ul li > div {
    border-radius: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .action ul li > div {
    height: auto;
    width: 100%;
    padding: 4vw;
  }
}
.top .action ul li > div img {
  width: 120px;
}
@media (max-width: 750px) {
  .top .action ul li > div img {
    width: calc(180 / 750 * 100 * 1vw);
  }
}
.top .action ul li > div div {
  width: 280px;
  padding-left: 20px;
}
@media (max-width: 750px) {
  .top .action ul li > div div {
    width: calc(460 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .action ul li > div div {
    margin-top: -1vw;
  }
}
@media (max-width: 750px) {
  .top .action ul li > div div {
    padding-left: calc(28 / 750 * 100 * 1vw);
  }
}
.top .action ul li > div div .summary {
  line-height: 1.6666666667;
  font-size: 16px;
}
@media (max-width: 750px) {
  .top .action ul li > div div .summary {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .action ul li > div div .summary {
    margin-top: 2vw;
  }
}
.top .action div.branch > img {
  display: block;
  width: 925px;
  margin-inline: auto;
}
.top .about {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff9e3;
}
@media (max-width: 750px) {
  .top .about {
    padding-bottom: calc(75 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .about {
    padding-top: calc(70 / 750 * 100 * 1vw);
  }
}
.top .about h2 {
  width: 780px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .top .about h2 {
    width: calc(100% - 6.66vw);
  }
}
.top .about ul {
  width: 1024px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 14px;
}
@media (max-width: 750px) {
  .top .about ul {
    width: calc(100% - 6.66vw);
  }
}
.top .about ul li {
  width: 330px;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .top .about ul li {
    width: calc(220 / 750 * 100 * 1vw);
  }
}
.top .about ul li p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .top .about ul li p {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.top .case {
  padding-bottom: 70px;
}
@media (max-width: 750px) {
  .top .case {
    padding-bottom: calc(75 / 750 * 100 * 1vw);
  }
}
.top .case ul li {
  margin-top: 40px;
  width: 900px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .top .case ul li:first-of-type {
    margin-top: 5vw;
  }
}
@media (max-width: 750px) {
  .top .case ul li {
    width: calc(100% - 14.66vw);
  }
}
.top .case ul li .wrapper {
  padding: 44px 44px;
  background: #fff9e3;
  border-radius: 20px;
}
@media (max-width: 750px) {
  .top .case ul li .wrapper {
    padding: 6.6vw 7.73vw;
  }
}
.top .case ul li .wrapper > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .case ul li .wrapper > div img {
  width: 130px;
}
@media (max-width: 750px) {
  .top .case ul li .wrapper > div img {
    width: calc(210 / 750 * 100 * 1vw);
  }
}
.top .case ul li .wrapper > div > div {
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-image: url(../images/common/dashed.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  color: #1e82c8;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 750px) {
  .top .case ul li .wrapper > div > div {
    width: calc(290 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .case ul li .wrapper > div > div {
    display: block;
    background-size: 3vw;
  }
}
.top .case ul li .wrapper > div > div > p {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.top .case ul li .wrapper > div > div > p:nth-of-type(2) {
  margin-left: 40px;
}
@media (max-width: 750px) {
  .top .case ul li .wrapper > div > div > p:nth-of-type(2) {
    margin-left: 0;
  }
}
.top .case ul li .wrapper > div > div .type {
  font-size: 32px;
  font-weight: 900;
}
@media (max-width: 750px) {
  .top .case ul li .wrapper > div > div .type {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
.top .case ul li .wrapper > div > div .meta {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .top .case ul li .wrapper > div > div .meta {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.top .case ul li .wrapper > div > div .label {
  width: 80px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1e82c8;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 9px;
}
@media (max-width: 750px) {
  .top .case ul li .wrapper > div > div .label {
    width: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .case ul li .wrapper > div > div .label {
    height: calc(36 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .case ul li .wrapper > div > div .label {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .case ul li .wrapper > div > div .label {
    margin-top: 2vw;
  }
}
.top .case ul li .wrapper > div > div .title {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .top .case ul li .wrapper > div > div .title {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.top .case ul li .wrapper .summary-label {
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 750px) {
  .top .case ul li .wrapper .summary-label {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.top .case ul li .wrapper .summary {
  font-size: 16px;
}
@media (max-width: 750px) {
  .top .case ul li .wrapper .summary {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.top .case .link {
  text-align: right;
  margin-top: 8px;
  width: 900px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .top .case .link {
    width: calc(100% - 6.66vw);
    margin-top: 2vw;
  }
}
.top .case .link a {
  font-size: 18px;
  display: inline-block;
}
@media (max-width: 750px) {
  .top .case .link a {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .top .case .link a {
    transition: 0.3s;
  }
  .top .case .link a:hover {
    opacity: 0.7;
  }
}
.top .case .link a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background-image: url(../images/common/arrow.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 12px;
}
.top .voice {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url(../images/common/bg-action.png);
}
@media (max-width: 750px) {
  .top .voice {
    padding-top: calc(75 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .voice {
    padding-bottom: calc(75 / 750 * 100 * 1vw);
  }
}
.top .voice ul li {
  margin-top: 40px;
  width: 900px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .top .voice ul li {
    width: calc(100% - 14.66vw);
    margin-top: 4vw;
  }
}
.top .voice ul li .wrapper {
  padding: 44px 44px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper {
    padding: 6.6vw 7.73vw;
  }
}
.top .voice ul li .wrapper .title {
  font-size: 27px;
  font-weight: 700;
  color: #c85000;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper .title {
    font-size: calc(33 / 750 * 100 * 1vw);
  }
}
.top .voice ul li .wrapper .title span {
  background: #ffeeb4;
  padding: 7px 10px;
  font-weight: 900;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper .title span {
    padding: 1vw 1.5vw;
  }
}
.top .voice ul li .wrapper dl {
  margin-top: 30px;
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper dl {
    margin-top: calc(44 / 750 * 100 * 1vw);
  }
}
.top .voice ul li .wrapper dl dt {
  font-size: 20px;
  color: #1e82c8;
  background-image: url(../images/common/dashed.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper dl dt {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper dl dt {
    margin-bottom: 1.5vw;
    padding-bottom: 1.5vw;
    background-size: 3vw;
  }
}
.top .voice ul li .wrapper dl dt:before {
  content: "Q";
  font-weight: 700;
  display: inline-block;
  font-size: 24px;
  color: #1e82c8;
  margin-right: 8px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper dl dt:before {
    font-size: calc(35 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper dl dt:before {
    font-size: calc(35 / 750 * 100 * 1vw);
  }
}
.top .voice ul li .wrapper dl dd {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 36px;
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper dl dd {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper dl dd {
    margin-bottom: calc(30 / 750 * 100 * 1vw);
  }
}
.top .voice ul li .wrapper dl dd:last-of-type {
  margin-bottom: 0;
}
.top .voice ul li .wrapper > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper > div {
    margin-top: 4vw;
  }
}
.top .voice ul li .wrapper > div div {
  width: 480px;
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper > div div {
    width: calc(230 / 750 * 100 * 1vw);
  }
}
.top .voice ul li .wrapper > div img {
  width: 290px;
  margin-top: 6px;
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper > div img {
    width: calc(290 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper > div img {
    margin-top: 0;
  }
}
.top .voice ul li .wrapper > div > div > p {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.top .voice ul li .wrapper > div > div .type {
  font-size: 32px;
  font-weight: 900;
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper > div > div .type {
    font-size: calc(35 / 750 * 100 * 1vw);
  }
}
.top .voice ul li .wrapper > div > div .meta {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper > div > div .meta {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper > div > div .meta {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper > div > div .meta {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.top .voice ul li .wrapper > div > div .meta + p {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 900;
  color: #1e82c8;
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper > div > div .meta + p {
    font-size: calc(35 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper > div > div .meta + p {
    margin-top: 0.78vw;
  }
}
.top .voice ul li .wrapper > div > div .label {
  width: 124px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1e82c8;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  vertical-align: middle;
  margin-right: 18px;
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper > div > div .label {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper > div > div .label {
    width: calc(147 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .voice ul li .wrapper > div > div .label {
    height: calc(36 / 750 * 100 * 1vw);
  }
}
.top .voice .link {
  text-align: right;
  margin-top: 8px;
  width: 900px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .top .voice .link {
    width: calc(100% - 6.66vw);
    margin-top: 2vw;
  }
}
.top .voice .link a {
  font-size: 18px;
  display: inline-block;
}
@media (max-width: 750px) {
  .top .voice .link a {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .top .voice .link a {
    transition: 0.3s;
  }
  .top .voice .link a:hover {
    opacity: 0.7;
  }
}
.top .voice .link a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background-image: url(../images/common/arrow.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 12px;
}
.top .example {
  background-image: url(../images/common/bg-blue.png);
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 750px) {
  .top .example {
    padding-top: calc(75 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .example {
    padding-bottom: calc(75 / 750 * 100 * 1vw);
  }
}
.top .example ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1024px;
}
@media (max-width: 750px) {
  .top .example ul {
    width: 100%;
  }
}
.top .example ul li {
  width: 330px;
  margin-left: 17px;
  background: #fff;
  border-radius: 20px;
  padding: 60px 30px 30px;
  margin-top: 90px;
  position: relative;
}
@media (max-width: 750px) {
  .top .example ul li {
    padding-left: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .example ul li {
    padding-right: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .example ul li {
    padding-top: calc(36 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .example ul li {
    padding-bottom: calc(36 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .example ul li {
    margin-top: calc(35 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .example ul li {
    margin-left: calc(0 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .example ul li {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.top .example ul li:first-of-type, .top .example ul li:nth-of-type(4) {
  margin-left: 0;
}
.top .example ul li:nth-of-type(1) > img {
  width: 110px;
}
@media (max-width: 750px) {
  .top .example ul li:nth-of-type(1) > div {
    padding-right: calc(40 / 750 * 100 * 1vw);
  }
}
.top .example ul li:nth-of-type(2) > img {
  width: 110px;
}
@media (max-width: 750px) {
  .top .example ul li:nth-of-type(2) > div {
    padding-right: calc(40 / 750 * 100 * 1vw);
  }
}
.top .example ul li:nth-of-type(3) > img {
  width: 119px;
  left: calc(50% - 9px);
}
@media (max-width: 750px) {
  .top .example ul li:nth-of-type(3) > img {
    left: calc(0 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .example ul li:nth-of-type(3) > div {
    padding-right: calc(40 / 750 * 100 * 1vw);
  }
}
.top .example ul li:nth-of-type(4) > img {
  width: 142px;
  left: calc(50% - 32px);
}
@media (max-width: 750px) {
  .top .example ul li:nth-of-type(4) > img {
    left: calc(0 / 750 * 100 * 1vw);
  }
}
.top .example ul li:nth-of-type(5) > img {
  width: 110px;
  top: -11px;
}
@media (max-width: 750px) {
  .top .example ul li:nth-of-type(5) > img {
    top: calc(0 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .example ul li:nth-of-type(5) > div {
    padding-right: calc(40 / 750 * 100 * 1vw);
  }
}
.top .example ul li > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  .top .example ul li > img {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
  }
}
.top .example ul li .title {
  text-align: center;
  position: relative;
}
.top .example ul li .title span {
  background: #fff;
  color: #1e82c8;
  position: relative;
  display: inline-block;
  padding: 10px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 750px) {
  .top .example ul li .title span {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
.top .example ul li .title:before {
  width: 100%;
  height: 2px;
  background: #1e82c8;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.top .example ul li .summary {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .top .example ul li .summary {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.top .price {
  padding-top: 70px;
  padding-bottom: 240px;
}
@media (max-width: 750px) {
  .top .price {
    padding-top: calc(75 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .price {
    padding-bottom: calc(410 / 750 * 100 * 1vw);
  }
}
.top .price h2 + img {
  margin-top: 40px;
}
.top .price h2 + img + p {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  font-size: 16px;
}
@media (max-width: 750px) {
  .top .price h2 + img + p {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .price h2 + img + p {
    width: 100%;
    margin-top: 2vw;
  }
  .top .price h2 + img + p span {
    text-indent: -1em;
    display: inline-block;
    padding-left: 1em;
  }
}
.top .price h3 {
  margin-top: 76px;
}
@media (max-width: 750px) {
  .top .price h3 {
    margin-top: 8vw;
  }
}
.top .price ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
}
.top .price ul li {
  width: 481px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .top .price ul li {
    width: 100%;
  }
}
.top .price ul li img {
  margin-right: 36px;
  width: 72px;
}
.top .price ul li .type {
  font-size: 26px;
  font-weight: 900;
}
@media (max-width: 750px) {
  .top .price ul li .type {
    font-size: calc(35 / 750 * 100 * 1vw);
  }
}
.top .price ul li .txt-price {
  margin-left: auto;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .top .price ul li .txt-price {
    font-size: calc(35 / 750 * 100 * 1vw);
  }
}
.top .price ul li .txt-price span {
  font-size: 45px;
  font-weight: 700;
  color: #c85000;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 750px) {
  .top .price ul li .txt-price span {
    font-size: calc(60 / 750 * 100 * 1vw);
  }
}
.top .pay {
  padding-top: 110px;
}
@media (max-width: 750px) {
  .top .pay {
    padding-top: calc(70 / 750 * 100 * 1vw);
  }
}
.top .pay h2 + img {
  margin-top: 40px;
}
@media (max-width: 750px) {
  .top .pay h2 + img {
    margin-top: 5vw;
  }
}
.top .area {
  padding-top: 80px;
  padding-bottom: 70px;
  background-image: url(../images/common/bg-top.png);
}
@media (max-width: 750px) {
  .top .area {
    padding-top: calc(75 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .area {
    padding-bottom: calc(75 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .area {
    background-size: 2vw;
  }
}
@media (max-width: 750px) {
  .top .area .container {
    padding-inline: 3.87vw;
  }
}
.top .area .title-area {
  position: relative;
}
.top .area .title-area .chara-01 {
  width: 258px;
  position: absolute;
  left: 50%;
  transform: translate(calc(-50% - 300px), 0);
  bottom: -30px;
}
@media (max-width: 750px) {
  .top .area .title-area .chara-01 {
    width: calc(222 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .area .title-area .chara-01 {
    bottom: 0;
    left: -6.66vw;
    transform: initial;
  }
}
.top .area .title-area .chara-02 {
  width: 206px;
  position: absolute;
  right: 50%;
  transform: translate(calc(50% + 300px), 0);
  bottom: -30px;
}
@media (max-width: 750px) {
  .top .area .title-area .chara-02 {
    width: calc(195 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .area .title-area .chara-02 {
    bottom: 0;
    right: -6.66vw;
    transform: initial;
  }
}
.top .area .title-area + dl {
  margin-top: 84px;
}
@media (max-width: 750px) {
  .top .area .title-area + dl {
    margin-top: calc(90 / 750 * 100 * 1vw);
  }
}
.top .area dl dt {
  font-size: 28px;
  padding-left: 40px;
  padding-bottom: 23px;
  padding-top: 23px;
  border-bottom: 1px solid #c2c2c2;
  font-weight: 700;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
@media (max-width: 750px) {
  .top .area dl dt {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .area dl dt {
    padding-left: calc(26 / 750 * 100 * 1vw);
  }
}
.top .area dl dd {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.8125;
}
@media (max-width: 750px) {
  .top .area dl dd {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.top .process {
  background: #fff9e3;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 750px) {
  .top .process {
    padding-top: calc(75 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .process {
    padding-bottom: calc(75 / 750 * 100 * 1vw);
  }
}
.top .process .title-area {
  display: flex;
  align-items: flex-end;
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.top .process .title-area .title {
  margin-right: 0;
}
@media (max-width: 750px) {
  .top .process .title-area .title {
    text-align: center;
    width: initial;
  }
}
.top .process .title-area img {
  width: 85px;
  margin-left: 20px;
}
@media (max-width: 750px) {
  .top .process .title-area img {
    width: calc(104 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .process .title-area img {
    position: absolute;
    right: -10vw;
    bottom: 10vw;
    margin-left: 0;
  }
}
.top .process ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 64px;
}
@media (max-width: 750px) {
  .top .process ul {
    margin-top: calc(70 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .process ul {
    display: block;
  }
}
.top .process ul li {
  width: 170px;
  position: relative;
}
@media (max-width: 750px) {
  .top .process ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-inline: 3.87vw;
  }
}
@media (max-width: 750px) {
  .top .process ul li {
    margin-top: calc(120 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .process ul li:first-of-type {
    margin-top: calc(0 / 750 * 100 * 1vw);
  }
}
.top .process ul li:after {
  content: "";
  width: 15px;
  height: 30px;
  display: block;
  background-image: url(../images/common/arrow-process.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 55px;
  right: -30px;
}
@media (max-width: 750px) {
  .top .process ul li:after {
    transform: translate(-50%, 0) rotate(90deg);
    right: initial;
    left: 50%;
    top: initial;
    bottom: -12vw;
  }
}
@media (max-width: 750px) {
  .top .process ul li:after {
    width: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .process ul li:after {
    height: calc(60 / 750 * 100 * 1vw);
  }
}
.top .process ul li:last-of-type:after {
  content: none;
}
@media (max-width: 750px) {
  .top .process ul li img {
    width: calc(240 / 750 * 100 * 1vw);
  }
}
.top .process ul li > div {
  z-index: 2;
}
@media (max-width: 750px) {
  .top .process ul li > div {
    padding-left: calc(37 / 750 * 100 * 1vw);
  }
}
.top .process ul li .num {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  color: #ffe9a3;
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (max-width: 750px) {
  .top .process ul li .num {
    font-size: calc(122 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .process ul li .num {
    right: 0;
    left: initial;
    top: 0;
    transform: initial;
    line-height: 1;
  }
}
.top .process ul li .title {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #1e82c8;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .top .process ul li .title {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .process ul li .title {
    height: initial;
    width: initial;
    display: block;
    text-align: left;
  }
}
.top .process ul li .title + p {
  line-height: 1.6666666667;
}
@media (max-width: 750px) {
  .top .process ul li .title + p {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.top .faq {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 750px) {
  .top .faq {
    padding-top: calc(75 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .faq {
    padding-bottom: calc(0 / 750 * 100 * 1vw);
  }
}
.top .faq dl {
  margin-top: 30px;
}
@media (max-width: 750px) {
  .top .faq dl {
    margin-top: calc(30 / 750 * 100 * 1vw);
  }
}
.top .faq dl dt {
  font-size: 20px;
  color: #1e82c8;
  border-bottom: 2px solid #c2c2c2;
  font-weight: 700;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .top .faq dl dt {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .faq dl dt {
    padding-right: 10vw;
    text-indent: -1.1rem;
    padding-left: 10vw;
    line-height: 1.3;
  }
}
.top .faq dl dt:before {
  content: "Q";
  display: inline-block;
  font-size: 24px;
  color: #1e82c8;
  margin-right: 8px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 750px) {
  .top .faq dl dt:before {
    font-size: calc(35 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .faq dl dt .toggle {
    top: 0;
    transform: translate(0, 0);
  }
}
.top .faq dl dd {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 36px;
  background-color: #f7e5d8;
  padding-left: 55px;
  padding-right: 25px;
  position: relative;
}
@media (max-width: 750px) {
  .top .faq dl dd {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.top .faq dl dd:before {
  content: "A";
  display: inline-block;
  font-size: 24px;
  color: #c85000;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: 400;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 750px) {
  .top .faq dl dd:before {
    font-size: calc(35 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .faq dl dd:before {
    font-size: 4.6666666667vw;
    left: 7vw;
    top: 3.5vw;
    transform: translate(0, 0);
  }
}
.top .faq dl dd:last-of-type {
  margin-bottom: 0;
}
.top .staff {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url(../images/common/bg-top.png);
}
@media (max-width: 750px) {
  .top .staff {
    padding-top: calc(75 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .staff {
    padding-bottom: calc(75 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .staff {
    background-size: 2vw;
  }
}
@media (max-width: 750px) {
  .top .staff .container {
    width: calc(100% - 14.66vw);
  }
}
.top .staff ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .top .staff ul {
    margin-top: 0;
  }
}
.top .staff ul li {
  width: 492px;
  background-image: url(../images/common/dashed.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  padding-bottom: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .top .staff ul li {
    width: 100%;
    background-size: 3vw;
  }
}
.top .staff ul li img {
  width: 161px;
}
@media (max-width: 750px) {
  .top .staff ul li img {
    width: calc(230 / 750 * 100 * 1vw);
  }
}
.top .staff ul li > div {
  width: 313px;
}
@media (max-width: 750px) {
  .top .staff ul li > div {
    width: calc(408 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .staff ul li > div {
    padding-right: 4vw;
  }
}
.top .staff ul li .label {
  width: 98px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c85000;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .top .staff ul li .label {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .staff ul li .label {
    width: calc(122 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .staff ul li .label {
    height: calc(35 / 750 * 100 * 1vw);
  }
}
.top .staff ul li .label.long {
  width: 187px;
}
@media (max-width: 750px) {
  .top .staff ul li .label.long {
    width: calc(244 / 750 * 100 * 1vw);
  }
}
.top .staff ul li p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .top .staff ul li p {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .staff ul li p {
    margin-top: calc(15 / 750 * 100 * 1vw);
  }
}
.top .staff ul li .name {
  width: 100%;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .top .staff ul li .name {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .staff ul li .name {
    margin-top: 3vw;
  }
}
.top .staff ul li .name span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 12px;
}
@media (max-width: 750px) {
  .top .staff ul li .name span {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
.top .company {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f7e5d8;
}
@media (max-width: 750px) {
  .top .company {
    padding-top: calc(75 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .company {
    padding-bottom: calc(0 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .company .container {
    width: calc(100% - 14.66vw);
  }
}
.top .company .company-col2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .top .company .company-col2 {
    display: block;
  }
}
.top .company .company-col2 > div {
  padding-right: 50px;
}
@media (max-width: 750px) {
  .top .company .company-col2 > div {
    padding-right: 0;
  }
}
.top .company dl {
  border-bottom: 1px solid #c85000;
  padding-bottom: 16px;
  padding-top: 16px;
  display: flex;
  width: 532px;
}
.top .company dl:first-of-type {
  margin-top: 16px;
}
@media (max-width: 750px) {
  .top .company dl:first-of-type {
    margin-top: 4vw;
  }
}
@media (max-width: 750px) {
  .top .company dl {
    width: 100%;
  }
}
.top .company dl dt {
  font-weight: 700;
  width: 158px;
  border-right: 1px solid #c85000;
  font-size: 18px;
}
@media (max-width: 750px) {
  .top .company dl dt {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .company dl dt {
    width: calc(231 / 750 * 100 * 1vw);
  }
}
.top .company dl dd {
  font-size: 18px;
  padding-left: 38px;
  width: 378px;
}
@media (max-width: 750px) {
  .top .company dl dd {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .company dl dd {
    width: calc(409 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .company dl dd {
    padding-left: 5vw;
  }
}
.top .company img {
  width: 424px;
}
@media (max-width: 750px) {
  .top .company img {
    width: calc(530 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .company img {
    margin-top: 5vw;
    margin-inline: auto;
    display: block;
  }
}
.top .form {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f7e5d8;
}
@media (max-width: 750px) {
  .top .form {
    padding-top: calc(75 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .form {
    padding-bottom: calc(75 / 750 * 100 * 1vw);
  }
}

main.voice-single {
  background-image: url(../images/common/bg-top.png);
}
main.voice-single .container {
  padding-top: 70px;
}
@media (max-width: 750px) {
  main.voice-single .container {
    width: calc(100% - 14.66vw);
    padding-top: 0;
  }
}
main.voice-single .container h1 {
  font-size: 24px;
  padding: 4px 12px;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.8;
}
@media (max-width: 750px) {
  main.voice-single .container h1 {
    padding: 0;
  }
}
main.voice-single .container h1 span {
  color: #c85000;
  background: #ffeeb4;
  font-weight: 900;
}
@media (max-width: 750px) {
  main.voice-single .container h1 {
    width: 100%;
  }
}
main.voice-single .container .meta {
  margin-top: 30px;
  font-size: 18px;
}
@media (max-width: 750px) {
  main.voice-single .container .meta {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.voice-single .container .meta {
    margin-top: 1vw;
  }
}
main.voice-single .container .meta span {
  font-weight: 700;
}
main.voice-single .container .target {
  margin-top: 10px;
  color: #1e82c8;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.voice-single .container .target {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.voice-single .container .target {
    display: flex;
    align-items: center;
    line-height: 1;
  }
}
main.voice-single .container .target .label {
  width: -moz-max-content;
  width: max-content;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1e82c8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-inline: 8px;
  margin-right: 10px;
}
main.voice-single .container .note {
  font-size: 15px;
  margin-top: 30px;
  font-weight: 700;
  color: #c85000;
}
@media (max-width: 750px) {
  main.voice-single .container .note {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.voice-single .container .note {
    margin-top: 2vw;
    margin-bottom: 1vw;
  }
}
main.voice-single .container .photo-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
main.voice-single .container .photo-wrapper a {
  display: block;
  aspect-ratio: 500/344;
  background-size: cover;
  background-position: center;
  width: 500px;
  margin-left: 24px;
  margin-top: 24px;
  position: relative;
}
@media (max-width: 750px) {
  main.voice-single .container .photo-wrapper a {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  main.voice-single .container .photo-wrapper a {
    margin-top: calc(40 / 750 * 100 * 1vw);
  }
}
main.voice-single .container .photo-wrapper a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-image: url(../images/common/sizeup.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
main.voice-single .container .photo-wrapper a:nth-of-type(1) {
  margin-top: 0;
}
main.voice-single .container .photo-wrapper a:nth-of-type(2) {
  margin-top: 0;
}
@media (max-width: 750px) {
  main.voice-single .container .photo-wrapper a:nth-of-type(2) {
    margin-top: calc(40 / 750 * 100 * 1vw);
  }
}
main.voice-single .container .photo-wrapper a:nth-of-type(2n-1) {
  margin-left: 0;
}
main.voice-single .container dl {
  margin-top: 30px;
}
@media (max-width: 750px) {
  main.voice-single .container dl {
    margin-top: calc(0 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.voice-single .container dl:first-of-type {
    margin-top: calc(30 / 750 * 100 * 1vw);
  }
}
main.voice-single .container dl dt {
  font-size: 20px;
  color: #1e82c8;
  background-image: url(../images/common/dashed.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 750px) {
  main.voice-single .container dl dt {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.voice-single .container dl dt {
    margin-bottom: 0;
    padding-bottom: 1.5vw;
    background-size: 3vw;
  }
}
main.voice-single .container dl dt:before {
  content: "Q";
  display: inline-block;
  font-size: 24px;
  color: #1e82c8;
  margin-right: 8px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 750px) {
  main.voice-single .container dl dt:before {
    font-size: calc(35 / 750 * 100 * 1vw);
  }
}
main.voice-single .container dl dd {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 36px;
  padding-left: 30px;
  padding-right: 25px;
  position: relative;
}
main.voice-single .container dl dd:before {
  content: "A";
  display: inline-block;
  font-size: 24px;
  color: #c85000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: 700;
}
main.voice-single .container dl dd:last-of-type {
  margin-bottom: 0;
}
main.voice-single .container .back {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 750px) {
  main.voice-single .container .back {
    margin-top: calc(40 / 750 * 100 * 1vw);
  }
}
main.voice-single .container .back a {
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
main.voice-single .container .back a img {
  margin-right: 10px;
  width: 22px;
}

main.voice {
  background-image: url(../images/common/bg-top.png);
  padding-bottom: 70px;
}
@media (max-width: 750px) {
  main.voice {
    padding-top: calc(75 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.voice {
    padding-bottom: calc(75 / 750 * 100 * 1vw);
  }
}
main.voice .container {
  padding-top: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  main.voice .container {
    width: calc(100% - 14.66vw);
    padding-top: 0;
  }
}
main.voice .container .post {
  width: 460px;
  background: #fff9e3;
  padding: 28px;
  margin-bottom: 30px;
  border-radius: 15px;
}
@media (max-width: 750px) {
  main.voice .container .post {
    padding-top: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.voice .container .post {
    padding-bottom: calc(49 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.voice .container .post {
    padding-left: calc(38 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.voice .container .post {
    padding-right: calc(38 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.voice .container .post {
    border-radius: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.voice .container .post {
    width: 100%;
    margin-bottom: 4vw;
  }
}
main.voice .container .post .post-title {
  color: #c85000;
  line-height: 1.3913043478;
  font-size: 23px;
  font-weight: 900;
}
@media (max-width: 750px) {
  main.voice .container .post .post-title {
    font-size: calc(32 / 750 * 100 * 1vw);
  }
}
main.voice .container .post .post-title + div {
  display: flex;
  margin-top: 18px;
}
main.voice .container .post .post-title + div p {
  font-size: 17px;
  line-height: 1.4;
}
@media (max-width: 750px) {
  main.voice .container .post .post-title + div p {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
main.voice .container .post .post-title + div p span {
  font-weight: 700;
}
main.voice .container .post .post-title + div .target {
  color: #1e82c8;
  font-size: 24px;
  font-weight: 900;
}
@media (max-width: 750px) {
  main.voice .container .post .post-title + div .target {
    font-size: calc(35 / 750 * 100 * 1vw);
  }
}
main.voice .container .post .post-title + div .btn {
  margin-top: 16px;
  width: 184px;
}
@media (max-width: 750px) {
  main.voice .container .post .post-title + div .btn {
    width: calc(256 / 750 * 100 * 1vw);
  }
}
main.voice .container .post .image {
  margin-right: 14px;
  display: block;
  aspect-ratio: 208/143;
  background-size: cover;
  background-position: center;
  width: 208px;
}
@media (max-width: 750px) {
  main.voice .container .post .image {
    width: calc(290 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.voice .container .post .image {
    aspect-ratio: 290/200;
  }
}
@media (max-width: 750px) {
  main.voice .contact .container {
    width: calc(100% - 6.66vw);
  }
}

main.works-single {
  background: #fff9e3;
}
main.works-single .container {
  padding-top: 70px;
}
@media (max-width: 750px) {
  main.works-single .container {
    width: calc(100% - 6.66vw);
    padding-top: 0;
  }
}
main.works-single .container .information {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  background-image: url(../images/common/dashed.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}
@media (max-width: 750px) {
  main.works-single .container .information {
    display: block;
    padding-inline: 3.6vw;
    background-size: 3vw;
  }
}
main.works-single .container h1 {
  font-size: 24px;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.8;
}
@media (max-width: 750px) {
  main.works-single .container h1 {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works-single .container h1 {
    padding: 0;
  }
}
main.works-single .container h1 span {
  color: #c85000;
  background: #ffeeb4;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.works-single .container h1 {
    width: 100%;
  }
}
main.works-single .container h2.title {
  color: #1e82c8;
}
main.works-single .container p {
  line-height: 1.5;
}
main.works-single .container .meta {
  margin-top: 30px;
  font-size: 18px;
}
@media (max-width: 750px) {
  main.works-single .container .meta {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works-single .container .meta {
    margin-top: calc(0 / 750 * 100 * 1vw);
  }
}
main.works-single .container .meta span {
  font-weight: 700;
}
@media (max-width: 750px) {
  main.works-single .container .date {
    margin-top: 4vw;
  }
}
main.works-single .container .date p {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.works-single .container .date p {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
main.works-single .container .date p .label {
  width: 85px;
  height: 25px;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  margin-left: 32px;
}
@media (max-width: 750px) {
  main.works-single .container .date p .label {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works-single .container .date p .label {
    margin-right: 3vw;
    margin-left: 6vw;
  }
}
@media (max-width: 750px) {
  main.works-single .container .date p .label:first-of-type {
    margin-left: calc(0 / 750 * 100 * 1vw);
  }
}
main.works-single .container .target {
  font-size: 30px;
  color: #1e82c8;
  margin-top: 10px;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.works-single .container .target {
    font-size: calc(50 / 750 * 100 * 1vw);
  }
}
main.works-single .container .problem {
  margin-top: 10px;
  color: #1e82c8;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 750px) {
  main.works-single .container .problem {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
main.works-single .container .problem .label {
  width: -moz-max-content;
  width: max-content;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1e82c8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-inline: 8px;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  main.works-single .container .problem .label {
    height: calc(36 / 750 * 100 * 1vw);
  }
}
main.works-single .container .note {
  font-size: 15px;
  margin-top: 30px;
  font-weight: 700;
  color: #c85000;
}
main.works-single .container .photos {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.works-single .container .photos .photo {
  width: 480px;
  position: relative;
  width: 880px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  main.works-single .container .photos .photo {
    width: 100%;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  main.works-single .container .photos .photo + .photo {
    margin-top: calc(141 / 750 * 100 * 1vw);
  }
}
main.works-single .container .photos .photo:before {
  content: "";
  display: block;
  width: 30px;
  height: 59px;
  background-image: url(../images/works/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: -48px;
  top: 140px;
}
@media (max-width: 750px) {
  main.works-single .container .photos .photo:before {
    transform: translate(-50%, 0) rotate(90deg);
    right: initial;
    left: 50%;
    top: initial;
    bottom: -17vw;
  }
}
@media (max-width: 750px) {
  main.works-single .container .photos .photo:before {
    width: calc(62 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works-single .container .photos .photo:before {
    height: calc(120 / 750 * 100 * 1vw);
  }
}
main.works-single .container .photos .photo:last-of-type:before {
  content: none;
}
main.works-single .container .photos .photo .label {
  position: absolute;
  width: 120px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 750px) {
  main.works-single .container .photos .photo .label {
    width: calc(160 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works-single .container .photos .photo .label {
    height: calc(45 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works-single .container .photos .photo .label {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works-single .container .photos .photo .label {
    top: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works-single .container .photos .photo .label {
    left: calc(20 / 750 * 100 * 1vw);
  }
}
main.works-single .container .photos .photo .label.before {
  background: #1e82c8;
}
main.works-single .container .photos .photo .label.after {
  background: #c85000;
}
main.works-single .container .photos + .bg-white {
  margin-top: 40px;
}
@media (max-width: 750px) {
  main.works-single .container .photos + .bg-white {
    margin-top: 8vw;
  }
}
main.works-single .container .bg-white {
  margin-top: 28px;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
}
@media (max-width: 750px) {
  main.works-single .container .bg-white {
    border-radius: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works-single .container .bg-white {
    padding: 6.53vw 7.33vw 5.86vw;
    margin-top: 4vw;
  }
}
main.works-single .container .bg-white p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8125;
}
@media (max-width: 750px) {
  main.works-single .container .bg-white p {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works-single .container .bg-white p {
    margin-top: 3.2vw;
  }
}
main.works-single .container .photo-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
main.works-single .container .photo-wrapper a {
  display: block;
  aspect-ratio: 500/344;
  background-size: cover;
  background-position: center;
  width: 205px;
  margin-left: 20px;
  margin-top: 24px;
  position: relative;
}
@media (max-width: 750px) {
  main.works-single .container .photo-wrapper a {
    width: calc(340 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works-single .container .photo-wrapper a {
    margin-left: 2.6749vw;
    margin-top: 2.6749vw;
  }
}
main.works-single .container .photo-wrapper a:nth-of-type(1) {
  margin-top: 0;
  width: 100%;
  margin-left: 0;
}
@media (max-width: 750px) {
  main.works-single .container .photo-wrapper a:nth-of-type(2n) {
    margin-left: 0;
  }
}
main.works-single .container .photo-wrapper a:nth-of-type(4n - 2) {
  margin-left: 0;
}
main.works-single .container dl {
  margin-top: 30px;
}
main.works-single .container dl dt {
  font-size: 20px;
  color: #1e82c8;
  background-image: url(../images/common/dashed.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 750px) {
  main.works-single .container dl dt {
    background-size: 3vw;
  }
}
main.works-single .container dl dt:before {
  content: "Q";
  display: inline-block;
  font-size: 24px;
  color: #1e82c8;
  margin-right: 8px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
main.works-single .container dl dd {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 36px;
  padding-left: 55px;
  padding-right: 25px;
  position: relative;
}
main.works-single .container dl dd:before {
  content: "A";
  display: inline-block;
  font-size: 24px;
  color: #c85000;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
main.works-single .container dl dd:last-of-type {
  margin-bottom: 0;
}
main.works-single .container .back {
  text-align: center;
  margin-top: 50px;
}
main.works-single .container .back a {
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  main.works-single .container .back a {
    font-size: calc(27 / 750 * 100 * 1vw);
  }
}
main.works-single .container .back a img {
  margin-right: 10px;
  width: 22px;
}
@media (max-width: 750px) {
  main.works-single .container .back a img {
    width: calc(37 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works-single .container .back a img {
    margin-right: 2vw;
  }
}

main.works {
  background: #fff9e3;
  padding-bottom: 70px;
}
@media (max-width: 750px) {
  main.works {
    padding-top: calc(75 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works {
    padding-bottom: calc(75 / 750 * 100 * 1vw);
  }
}
main.works .container {
  padding-top: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  main.works .container {
    width: calc(100% - 14.66vw);
    padding-top: 0;
  }
}
main.works .container .post {
  width: 350px;
  background: #fff;
  padding: 28px;
  margin-bottom: 30px;
  border-radius: 15px;
}
@media (max-width: 750px) {
  main.works .container .post {
    padding-top: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works .container .post {
    padding-bottom: calc(49 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works .container .post {
    padding-left: calc(38 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works .container .post {
    padding-right: calc(38 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works .container .post {
    border-radius: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works .container .post {
    width: 100%;
    margin-bottom: 4vw;
  }
}
main.works .container .post .meta {
  margin-top: 10px;
}
@media (max-width: 750px) {
  main.works .container .post .meta {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
main.works .container .post .target {
  font-size: 27px;
  font-weight: 900;
  color: #1e82c8;
  background-image: url(../images/common/dashed.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  margin-bottom: 16px;
  padding-bottom: 16px;
  margin-top: 10px;
  line-height: 1;
}
@media (max-width: 750px) {
  main.works .container .post .target {
    font-size: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works .container .post .target {
    background-size: 3vw;
  }
}
main.works .container .post .post-title {
  color: #1e82c8;
  line-height: 1.3913043478;
  font-size: 17px;
  font-weight: 900;
}
@media (max-width: 750px) {
  main.works .container .post .post-title {
    font-size: calc(32 / 750 * 100 * 1vw);
  }
}
main.works .container .post .image {
  display: block;
  aspect-ratio: 208/143;
  background-size: cover;
  background-position: center;
  width: 100%;
}
main.works .container .post .btn {
  width: 140px;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-top: 3.4vw;
}
@media (max-width: 750px) {
  main.works .container .post .btn {
    width: calc(256 / 750 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works .container {
    width: calc(100% - 6.66vw);
  }
}

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

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

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

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

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

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

#historyback {
  text-align: center;
}
#historyback a {
  color: #808080;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  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 */