@charset "UTF-8";
/* reset
----------------------------*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.clearfix {
  display: inline-block;
}

/* Hides from IE-Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #404040;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
main {
  position: relative;
  display: block;
  padding-top: 120px;
  overflow: hidden;
}

@media screen and (max-width: 1195px) {
  main {
    padding-top: 50px;
  }
}
/*******************************
* common   
********************************/
/* コンテンツ幅 */
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1195px;
}

@media screen and (max-width: 1195px) {
  .inner {
    padding: 0 6.5%;
    width: 100%;
    max-width: 100%;
  }
}
.c-ttl01 {
  position: relative;
  text-align: center;
  padding: 140px 0 70px;
  color: #C00000;
}
.c-ttl01:before, .c-ttl01:after {
  content: "";
  position: absolute;
  top: calc(50% + 35px);
  display: inline-block;
  width: 30%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-animation: stroke-width 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
          animation: stroke-width 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.c-ttl01:before {
  left: 0;
}
.c-ttl01:after {
  right: 0;
}
.c-ttl01 .u-en {
  position: relative;
  display: block;
  padding: 0 1em;
  font-size: 36px;
}
.c-ttl01 .u-en-txt {
  display: inline-block;
  white-space: nowrap;
}
.c-ttl01 .u-ja {
  display: block;
  text-align: center;
  font-size: 16px;
}

@-webkit-keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 30%;
    opacity: 1;
  }
}

@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 30%;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl01 {
    padding: 70px 0 35px;
  }
  .c-ttl01 .u-en {
    padding: 0 30px;
    font-size: 32px;
    line-height: 1.2;
  }
  .c-ttl01 .u-ja {
    font-size: 12px;
  }
}
.c-sec {
  padding: 0 0 140px;
}
.c-sec:nth-child(odd) {
  background-color: #F8F9FC;
}
@media screen and (max-width: 768px) {
  .c-sec {
    padding: 0 0 70px;
  }
}

.c-list01 {
  counter-reset: list;
  list-style-type: none;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  padding: 0;
}

.c-list01 li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0.5em 0;
}

.c-list01 li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #C00000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-list01 li:after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-ttl03 {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-ttl03 span {
  position: relative;
  display: block;
  padding: 0.5em 0 0.5em;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #50524B;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-ttl03 span {
    font-size: 18px;
  }
}
.c-ttl03 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #50524B;
  width: 100%;
  height: 1px;
}
.c-ttl03 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #50524B;
  width: 100%;
  height: 1px;
}
.c-ttl03::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  background-color: #50524B;
  width: 100%;
  height: 1px;
}
.c-ttl03::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  display: block;
  background-color: #50524B;
  width: 100%;
  height: 1px;
}

.c-ttl02 {
  position: relative;
  display: block;
  padding: 1em 0;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #C00000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-ttl02 {
    font-size: 16px;
  }
}
.c-ttl02::before {
  content: "■";
  display: inline-block;
  margin-left: 0.5em;
}

.c-subttl01 {
  padding: 0.5em 0;
  font-weight: 700;
}

* + .c-subttl01 {
  margin-top: 40px;
}

/*******************************
*　utility
********************************/
.u-keycolor {
  color: #C00000;
}

.u-bg-keycolor {
  background-color: #C00000;
}

.u-subcolor1 {
  color: #F8F9FC;
}

.u-bg-subcolor1 {
  background-color: #F8F9FC;
}

.u-subcolor2 {
  color: #DE3C3C;
}

.u-bg-subcolor2 {
  background-color: #DE3C3C;
}

.u-subcolor3 {
  color: #F7B32D;
}

.u-bg-subcolor3 {
  background-color: #F7B32D;
}

.u-bg-white {
  background-color: #fff;
}

.u-red {
  color: #C00000;
}

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

.u-tar {
  text-align: right;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.u-en {
  font-family: "Sigmar One", cursive;
}

.u-min {
  font-family: "Shippori Mincho B1", serif;
}

.u-marugo {
  font-family: "Zen Maru Gothic", sans-serif;
}

.u-gothic {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
/*******************************
* header
********************************/
.header {
  position: fixed;
  background: #C00000;
  width: 100%;
  height: 120px;
  z-index: 100;
}
@media screen and (max-width: 1195px) {
  .header {
    width: 100%;
    height: 64px;
  }
}
.header .inner {
  position: relative;
  height: 100%;
}

.header .sns-list {
  position: absolute;
  top: 25px;
  right: 0;
  display: flex;
}
@media screen and (max-width: 1195px) {
  .header .sns-list {
    justify-content: flex-end;
    top: 10px;
    right: 4%;
  }
}
.header .sns-list li {
  width: 20px;
  height: 20px;
}
.header .sns-list li:not(:first-child) {
  margin-left: 15px;
}

.c-menu-pc {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #404040;
  height: 100%;
}
.c-menu-pc .menu-list {
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-menu-pc .menu-list > li {
  color: #fff;
  width: 150px;
  margin-left: 2.5em;
  text-align: center;
}
.c-menu-pc .menu-list > li a {
  display: inline-block;
  white-space: nowrap;
  color: inherit;
}
.c-menu-pc .menu-list > li .u-ja {
  display: none;
}
.c-menu-pc .menu-list > li:nth-child(1) {
  width: 100px;
  order: 2;
}
.c-menu-pc .menu-list > li:nth-child(2) {
  margin-left: 0;
  order: 1;
}
.c-menu-pc .menu-list > li:nth-child(3) {
  order: 3;
}

.c-menu-sp {
  display: none;
}

@media screen and (max-width: 1195px) {
  .header {
    position: fixed;
    top: 0%;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0px;
    height: 50px;
    -webkit-backface-visibility: hidden;
  }

  .c-menu-pc {
    display: none;
  }

  .c-menu-sp {
    display: block;
    padding-bottom: 100px;
    color: #fff;
    background-color: #000;
  }
}
@media screen and (max-width: 1195px) and (max-width: 1195px) {
  .c-menu-sp .c-logo {
    margin: 60px auto 0;
    width: 100px;
  }
}
@media screen and (max-width: 1195px) {
  .c-menu-sp .sns-list {
    position: static;
    margin-top: 40px;
    justify-content: center;
  }
}
@media screen and (max-width: 1195px) {
  .header .bg-overlay {
    display: block;
    visibility: hidden;
    background-color: transparent;
    transition: background-color 0.5s ease-in-out;
    transition-property: background-color, visibility;
  }
}
@media screen and (max-width: 1195px) {
  .header.open .bg-overlay {
    display: block;
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(192, 0, 0, 0.42);
    width: 100vw;
    height: 100vh;
  }
}
@media screen and (max-width: 1195px) {
  .header .c-menu-sp {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 100;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header .c-menu-sp .menu-list li {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }
  .header .c-menu-sp .menu-list li:nth-child(2) {
    transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }
  .header .c-menu-sp .menu-list li:nth-child(3) {
    transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }
  .header .c-menu-sp .menu-list li:nth-child(4) {
    transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.8s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }
  .header .c-menu-sp .menu-list li:nth-child(5) {
    transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1) 1s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }
}
@media screen and (max-width: 1195px) {
  .header.open .c-menu-sp {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header.open .c-menu-sp .menu-list li {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-menu-sp .menu-list {
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  height: auto;
}
.c-menu-sp .menu-list li {
  position: relative;
  margin-left: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.c-menu-sp .menu-list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.c-menu-sp .menu-list li:not(:first-child) {
  margin-left: 0;
}
.c-menu-sp .menu-list li:nth-child(2) {
  margin-right: 0;
}
.c-menu-sp .menu-list li:nth-child(3) {
  margin-left: 0;
}
.c-menu-sp .menu-list li a {
  position: relative;
  display: block;
  padding: 4% 4.3%;
  color: #fff;
}
.c-menu-sp .menu-list li a:active, .c-menu-sp .menu-list li a:focus, .c-menu-sp .menu-list li a:hover {
  opacity: 0.5;
}
.c-menu-sp .menu-list li .u-en {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-menu-sp .menu-list li .u-en {
    font-size: 5vw;
  }
}
.c-menu-sp .menu-list li .u-ja {
  display: block;
  font-size: 11px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-menu-sp .menu-list li .u-ja {
    font-size: 3.43vw;
  }
}

/* ハンバーガーメニュー */
.nav-toggle {
  display: none;
}

@media screen and (max-width: 1195px) {
  .nav-toggle {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 102;
    border-color: transparent;
    background-color: transparent;
    -webkit-appearance: button;
    transition: 0.5s ease-in-out;
    transition-property: bottom;
  }
  .nav-toggle::after {
    content: "MENU";
    display: block;
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 46px;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .nav-toggle .c-btn-menu {
    position: relative;
  }
  .nav-toggle .bar {
    display: block;
    height: 2px;
    position: absolute;
    width: 30px;
    left: 7px;
    transition: all 0.5s;
    background: #fff;
  }
  .nav-toggle .bar:nth-child(1) {
    top: 8px;
  }
  .nav-toggle .bar:nth-child(2) {
    top: 16px;
    width: 20px;
  }

  .open .nav-toggle {
    position: fixed;
  }
  .open .nav-toggle::after {
    content: "CLOSE";
  }
  .open .nav-toggle .bar:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
  .open .nav-toggle .bar:nth-child(2) {
    top: 18px;
    width: 30px;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}
/******************************
* footer
*******************************/
.footer {
  padding-top: 30px;
  background-color: #C00000;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 4%;
  }
}
.footer .inner {
  padding: 18px 0 24px;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    padding: 0 0 3.75%;
  }
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-r {
  display: flex;
  align-items: center;
}

.footer .sns-list {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .footer .sns-list {
    margin-top: 3.43%;
  }
}
.footer .sns-list li {
  width: 28px;
  height: 28px;
}
.footer .sns-list li:not(:first-child) {
  margin-left: 15px;
}

.footer-logo {
  margin: 24px auto 0;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    margin-top: 20px;
    width: 70px;
  }
}

.c-copy {
  margin-top: 20px;
  text-align: center;
  font-size: 11px;
  color: #b4b4b4;
}

/*******************************
* animation
********************************/
.js-animated {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.js-animated.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

/*******************************
* mv
********************************/
.mv-wrap {
  position: relative;
  margin: 0 auto;
  height: 1000px;
  width: 100%;
  background: url(../img/mv.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv-wrap {
    padding-bottom: 58.4375%;
    height: 0;
  }
}

.mv-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 17.1428571429%;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .mv-ttl {
    width: 23.43%;
  }
}

/*****************************
* introduction
*******************************/
.sec-intro {
  padding: 80px 0 140px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-intro {
    padding: 40px 4% 70px;
  }
}
.sec-intro .ttl-intro {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec-intro .ttl-intro {
    font-size: 16px;
  }
}
.sec-intro .intro-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sec-intro .intro-wrap {
    margin-top: 30px;
  }
}
.sec-intro .img-wrap {
  display: flex;
  flex-direction: column;
}
.sec-intro .img-wrap .img {
  margin-top: 40px;
  width: 46%;
  height: 250px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-intro .img-wrap .img {
    width: 60%;
    height: auto;
  }
}
.sec-intro .img-wrap .img:nth-child(odd) {
  margin-left: auto;
}
.sec-intro .img-wrap .img:nth-child(even) {
  margin-right: auto;
}

.setting-details {
  padding: 0 0 2em;
}

.c-flow01 {
  margin: 0 auto;
  width: 800px;
  text-align: center;
  counter-reset: number 0;
}
.c-flow01 li {
  position: relative;
  padding: 30px;
  background-color: #fff;
}
.c-flow01 li:not(:first-child) {
  margin-top: 80px;
}
.c-flow01 li::before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number);
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #C00000;
  background-image: linear-gradient(90deg, #C00000, #fedc40);
  color: #fff;
  font-size: 24px;
}
.c-flow01 li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 15px 0 15px;
  border-color: #808080 transparent transparent transparent;
}
.c-flow01 .ttl {
  margin-bottom: 10px;
  color: #C00000;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .c-flow01 {
    width: 100%;
  }
  .c-flow01 li {
    padding: 30px;
  }
  .c-flow01 li:not(:first-child) {
    margin-top: 80px;
  }
  .c-flow01 li::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 19px;
  }
  .c-flow01 li::after {
    bottom: 2em;
    border-width: 25px 17px 0 17px;
  }
  .c-flow01 .ttl {
    margin-bottom: 1em;
  }
}
.c-dtlist02 {
  margin: 40px auto 0;
  padding: 0;
  width: 800px;
}
@media screen and (max-width: 768px) {
  .c-dtlist02 {
    margin-top: 40px;
    width: 100%;
  }
}
.c-dtlist02 dt {
  position: relative;
  padding: 1.5em 1em;
  border-top: 1px solid #b4b4b4;
}
.c-dtlist02 dt:after {
  content: "〉";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
  display: inline-block;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.c-dtlist02 dt.is-active:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.c-dtlist02 dt:last-of-type {
  border-bottom: 1px solid #b4b4b4;
}
.c-dtlist02 dt time {
  display: inline-block;
  margin-right: 1.5em;
  letter-spacing: 0.1em;
}
.c-dtlist02 dd:last-of-type {
  border-bottom: 1px solid #b4b4b4;
}
.c-dtlist02 .accordion-trigger.is-active + .accordion-detail {
  padding: 1.5em 1.5em;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.c-dtlist02 .accordion-detail {
  padding: 0 1.5em 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition-property: visibility, opacity, height, padding;
}

/*******************************
* button
*********************************/
.c-btn-tel a {
  display: flex;
  align-items: center;
  margin-top: 0.5em;
  padding: 1em 2em;
  width: 256px;
  height: 50px;
  background: #C00000;
  background-image: linear-gradient(90deg, #C00000, #fedc40);
  border-radius: 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-btn-tel a {
    padding: 1.5em 2em;
    width: 100%;
    max-width: 250px;
  }
}
.c-btn-tel a:active, .c-btn-tel a:focus, .c-btn-tel a:hover {
  opacity: 0.2;
}

/*********************
* contactform
**********************/
.form-wrap {
  padding: 65px 60px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .form-wrap {
    padding: 30px;
  }
}

.contactform {
  width: 100%;
}
.contactform th {
  padding: 1em 1.2em 1em 0;
  vertical-align: middle;
  text-align: right;
  font-size: 1.6rem;
  width: auto;
}
.contactform th.lbl-top {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .contactform th.lbl-top {
    vertical-align: middle;
  }
}
.contactform td {
  padding: 1em 0;
  vertical-align: middle;
  background-color: #fff;
  font-size: 1.6rem;
  width: calc(740 / 1200 * 100%);
  max-width: 740px;
}
@media screen and (min-width: 769px) and (max-width: 1195px) {
  .contactform th {
    text-align: left;
    width: 250px;
  }
  .contactform td {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 768px) {
  .contactform th,
.contactform td {
    display: block;
    width: 100%;
  }
  .contactform th {
    padding: 1em 0 0;
    text-align: left;
    font-size: 1.4rem;
    border-right: none;
  }
  .contactform td {
    padding: 1em 0;
    font-size: 1.6rem;
  }
}

.contactform .required {
  display: inline-block;
  margin-left: 1em;
  padding: 0.25em 0.5em;
  color: #fff;
  background-color: #ff8880;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .contactform .required {
    font-size: 1rem;
  }
}

.contactform input[type=text],
.contactform input[type=email],
.contactform input[type=tel],
.contactform select,
.contactform textarea {
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  padding: 0.5em 1.5em;
  border: 1px solid #c4c4c4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .contactform input[type=text],
.contactform input[type=email],
.contactform input[type=tel],
.contactform select,
.contactform textarea {
    font-size: 1.6rem;
  }
}

.contactform select::-ms-expand {
  display: none;
}
.contactform select option:first-child {
  text-align: center;
}

.contactform .timezone-wrap {
  position: relative;
  max-width: 540px;
}
.contactform .timezone-wrap::after {
  content: "▲";
  display: block;
  position: absolute;
  top: calc(50% - 1em);
  right: 1em;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  -webkit-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  pointer-events: none;
}

.contactform td.form-privacy {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contactform td.form-privacy {
    font-size: 1.4rem;
  }
}
.contactform td.form-privacy label {
  display: flex;
  align-items: center;
}
.contactform td.form-privacy label .lbl-privacy {
  margin-left: 0.5em;
  display: inline-block;
}

.contactform input[type=checkbox] {
  background-color: #fff;
  padding: 0.5em 0.5em;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #221815;
}
.contactform .btn-area {
  margin: 74px auto 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contactform .btn-area {
    flex-direction: column;
    align-items: center;
  }
}
.contactform .btn-area .c-btn02 {
  margin: 0 auto;
}

.c-btn01 {
  display: inline-block;
  margin: 30px auto 0;
  padding: 1em 1.5em;
  text-align: center;
  background-color: #C00000;
  color: #fff;
  font-weight: 600;
  transition: border-image 0.3s ease-out;
  transition: border-image 0.3s ease-out, -o-border-image 0.3s ease-out;
  border: 1px solid #C00000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-btn01:hover {
  background-color: #fff;
  color: #C00000;
}

.c-btn01[data-color=gray] {
  display: inline-block;
  margin: 30px auto 0;
  padding: 1em 1.5em;
  text-align: center;
  background-color: #b4b4b4;
  color: #fff;
  font-weight: 600;
  transition: border-image 0.3s ease-out;
  transition: border-image 0.3s ease-out, -o-border-image 0.3s ease-out;
  border: 1px solid #b4b4b4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-btn01[data-color=gray]:hover {
  background-color: #fff;
  color: #b4b4b4;
}

.c-btn02 {
  display: block;
  margin: 30px auto 0;
  padding: 1em 0.5em;
  -o-border-image: linear-gradient(0.25turn, #3bade3, #fefeb3) 1/4px;
     border-image: linear-gradient(0.25turn, #3bade3, #fefeb3) 1/4px;
  border-style: solid;
  width: 200px;
  text-align: center;
  background-color: #fff;
  color: #424242;
  font-weight: 600;
  transition: border-image 0.3s ease-out;
  transition: border-image 0.3s ease-out, -o-border-image 0.3s ease-out;
}
.c-btn02:hover {
  -o-border-image: linear-gradient(0.25turn, #3bade3, #fefeb3) 1/8px;
     border-image: linear-gradient(0.25turn, #3bade3, #fefeb3) 1/8px;
}

.thanks-message {
  margin-top: 40px;
}

.formTable + p {
  margin-top: 40px;
}

.btn-top_wrap {
  margin-bottom: 40px;
}

.col-item .detail {
  margin-top: 1em;
  padding-bottom: 2em;
}

.c-col2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2% -2%;
}
.c-col2 .col-item {
  margin: 0 2% 2%;
  width: 48%;
}
.c-col3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2% -2%;
}
.c-col3 .col-item {
  margin: 0 2% 2%;
  width: 29.3%;
}

.c-col4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2% -2%;
}
.c-col4 .col-item {
  margin: 0 2% 2%;
  width: 21%;
}

.df-setting {
  padding: 0.5em 1em;
  margin-bottom: 1em;
  display: inline-block;
  text-align: center;
  font-size: 80%;
  background-color: #b4b4b4;
  color: #fff;
  border-radius: 20px;
}

.intro-ttl {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .intro-ttl {
    font-size: 20px;
  }
}
.setting-thumb {
  margin-top: 30px;
}