@charset "UTF-8";
/* reset.scss ====================================== */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  /*	outline: 0;*/
}

html {
  font-size: 75%;
  -webkit-text-size-adjust: none;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

a {
  -webkit-tap-highlight-color: transparent;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  /*	border-collapse: separate;*/
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

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

blockquote, q {
  quotes: "" "";
}

a:focus {
  /*\*/
  overflow: hidden;
  /**/
}

option {
  padding-right: 10px;
}

/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header, article, aside, section, footer,
nav, menu, details, hgroup, summary {
  display: block;
}

a:link {
  text-decoration: none;
  color: #333;
}

a:visited {
  text-decoration: none;
  color: #333;
}

a:active {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #333;
}

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

.clearfix {
  display: block;
}

/* =======================================

        CommonElements

======================================= */
/* break-pc: 769px;/ break1: 1280px; / break2: 1040px;
break-sp: 768px; ================================= */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html.jiasuru {
  font-size: 62.5% !important;
}

body#jiasuru {
  font-size: 62.5%;
  background-color: #fff;
}

.common_inner {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .common_inner {
    width: 92%;
  }
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-desktop {
  display: block;
}

.u-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .u-desktop {
    display: none;
  }
  .u-mobile {
    display: block;
  }
}

/*********************
 color
*********************/
.color-red {
  color: #A10D07;
}

.color-blue {
  color: #3b86fc;
}

/*********************
 font
*********************/
/* 共通 */
.sectionTitle {
  padding: 92px 0;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  color: #fff;
  line-height: 1;
}

.sectionTitle .jp {
  margin-bottom: 11px;
  display: block;
  font-size: 4.5rem;
  letter-spacing: 0.2em;
}

.sectionTitle .en {
  display: block;
  font-size: 3rem;
  letter-spacing: 0.1em;
}

@media (max-width: 1024px) {
  .sectionTitle {
    padding: 46px 0;
  }
  .sectionTitle .jp {
    margin-bottom: 8px;
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .sectionTitle .en {
    font-size: 1.8rem;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(40%, transparent), color-stop(40%, #ffff66), color-stop(85%, #ffff66), color-stop(85%, transparent), to(transparent));
  background: linear-gradient(transparent 0, transparent 40%, #ffff66 40%, #ffff66 85%, transparent 85%, transparent 100%);
}

.movie {
  width: 425px;
  height: 286px;
  position: relative;
}

.movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .movie {
    width: 92%;
    height: 0;
    padding-top: 61.7%;
  }
}

.section__heading {
  padding: 0 10px 5px;
  margin: 0 auto;
  display: inline-block;
  border-bottom: 4px solid #A10D07;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media (max-width: 1024px) {
  .section__heading {
    padding: 0 10px 5px;
    font-size: 2.4rem;
  }
}

body#jiasuru {
  position: relative;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 900;
}

/* header */
.header {
  width: 100%;
  padding: 15px 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 999;
}

.header .header__logo .logo {
  width: 167px;
  display: block;
}

.header .header__nav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.header .header__nav .nav__list .list__item .item__link {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}

.header .header__nav .nav__list .list__item .item__link::after {
  width: 0;
  height: 2px;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}

.header .header__nav .nav__list .list__item .item__link:hover::after {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.header .header__nav .nav__list .list__item--contact .item__link {
  padding: 10px 15px;
  border-radius: 30px;
  background-color: #000;
}

.header .header__nav .nav__list .list__item--contact .item__link::after {
  display: none;
}

.header .header__nav .nav__list .list__item--contact .item__link:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.header.fixed {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .5s;
  transition: .5s;
}

.header.fixed .header__logo .logo {
  width: 100px;
  -webkit-transition: .5s;
  transition: .5s;
}

.header.fixed .header__nav .nav__list .list__item .item__link {
  color: #000;
}

.header.fixed .header__nav .nav__list .list__item .item__link::after {
  background-color: #000;
}

.header.fixed .header__nav .nav__list .list__item--contact .item__link {
  background-color: #000;
  color: #fff;
}

.header.fixed .header__nav .nav__list .list__item--contact .item__link:hover {
  background-color: #fff;
  color: #000;
}

.burger-btn {
  display: none;
}

/* グローバルメニュー */
.globalMenu__wrapper {
  display: none;
}

@media (max-width: 1280px) {
  .header {
    padding: 15px;
  }
  .header .header__logo .logo {
    width: 130px;
  }
  .header .header__nav .nav__list {
    gap: 20px;
  }
  .header .header__nav .nav__list .list__item .item__link {
    font-size: 1.4rem;
  }
  .header .header__nav .nav__list .list__item--contact .item__link {
    padding: 10px 15px;
  }
  .header.fixed .header__logo .logo {
    width: 100px;
  }
}

@media (max-width: 1024px) {
  .header {
    padding: 5px 10px;
  }
  .header .header__logo .logo {
    width: 60px;
  }
  .header .header__nav {
    display: none;
  }
  .header .header__nav .nav__list .list__item .item__link {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
  }
  .header .header__nav .nav__list .list__item .item__link::after {
    width: 0;
    height: 2px;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
  }
  .header .header__nav .nav__list .list__item .item__link:hover::after {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .header .header__nav .nav__list .list__item--contact .item__link {
    padding: 10px 15px;
    border-radius: 30px;
    background-color: #000;
  }
  .header .header__nav .nav__list .list__item--contact .item__link::after {
    display: none;
  }
  .header .header__nav .nav__list .list__item--contact .item__link:hover {
    background-color: #fff;
    color: #000;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .header.fixed .header__logo .logo {
    width: 60px;
  }
  .header.fixed .bar {
    background-color: #000;
  }
  .burger-btn {
    width: 30px;
    height: 30px;
    position: relative;
    border: none;
    display: block;
    z-index: 3;
  }
  .bar {
    width: 30px;
    height: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    background-color: #fff;
  }
  .bar-top {
    top: 3px;
  }
  .bar-mid {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .bar-bottom {
    bottom: 3px;
  }
  .burger-btn.open .bar {
    background-color: #000;
  }
  .burger-btn.open .bar-top {
    top: 5px;
    -webkit-transform: translate(-50%, 10px) rotate(45deg);
            transform: translate(-50%, 10px) rotate(45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .burger-btn.open .bar-mid {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .burger-btn.open .bar-bottom {
    bottom: 5px;
    -webkit-transform: translate(-50%, -8px) rotate(-45deg);
            transform: translate(-50%, -8px) rotate(-45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  body.noscroll {
    overflow: hidden;
  }
  .globalMenu__wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    display: block;
    z-index: 900;
  }
  .globalMenu__wrapper.open {
    top: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .globalMenu {
    width: 100%;
  }
  .globalMenu .nav__list {
    border-top: 1px solid #A10D07;
  }
  .globalMenu .nav__list .list__item {
    border-bottom: 1px solid #A10D07;
  }
  .globalMenu .nav__list .list__item .item__link {
    padding: 12px 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

/* cta */
.cta {
  width: 262px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-transform: translateX(calc(100% + 20px));
          transform: translateX(calc(100% + 20px));
  z-index: 999;
  -webkit-transition: .5s;
  transition: .5s;
}

.cta.on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.cta .cta__link {
  display: block;
}

.cta .cta__link img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta__closeBtn {
  width: 26px;
  height: 26px;
  position: fixed;
  bottom: 287px;
  right: 20px;
  -webkit-transform: translateX(calc(100% + 20px));
          transform: translateX(calc(100% + 20px));
  border-radius: 50%;
  border: 2px solid #DDD;
  z-index: 999;
  -webkit-transition: .5s;
  transition: .5s;
}

.cta__closeBtn.on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.cta__closeBtn span {
  width: 16px;
  height: 2px;
  background-color: #DDD;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.cta__closeBtn span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

@media (max-width: 1024px) {
  .cta {
    display: none;
  }
}

/* fv */
.fv h1 {
  width: 100%;
  display: block;
}

/* sec01 */
.sec01 .sectionTitle {
  background-image: url(../img/sec01-bg.jpg);
}

.sec01 .section__content {
  padding: 90px 0 150px;
}

.sec01 .section__content .movie {
  width: 953px;
  height: 640px;
  margin: 0 auto 44px;
}

.sec01 .section__content .sec01__txt01 {
  max-width: 710px;
  margin: 0 auto 15px;
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.sec01 .section__content .sec01__txt01 .txt-small {
  font-size: 3rem;
}

.sec01 .section__content .sec01__txt02 {
  width: 922px;
  margin: 0 auto 66px;
}

.sec01 .section__content .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
}

.sec01 .section__content .section__txt {
  max-width: 440px;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  line-height: 1.74;
}

.sec01 .section__content .section__img {
  max-width: 508px;
  -webkit-box-shadow: 18px 18px 0 #A10D07;
          box-shadow: 18px 18px 0 #A10D07;
}

@media (max-width: 1024px) {
  .sec01 .section__content {
    max-width: 500px;
    padding: 45px 0 75px;
    margin: 0 auto;
  }
  .sec01 .section__content .movie {
    width: 92%;
    height: 0;
    padding-top: 61.7%;
    margin: 0 auto 22px;
  }
  .sec01 .section__content .sec01__txt01 {
    width: 92%;
    max-width: 360px;
    margin: 0 auto 15px;
    font-size: 2.2rem;
  }
  .sec01 .section__content .sec01__txt01 .txt-small {
    font-size: 1.6rem;
  }
  .sec01 .section__content .sec01__txt02 {
    width: 92%;
    max-width: 345px;
    margin: 0 auto 30px;
  }
  .sec01 .section__content .flex {
    gap: 13px;
  }
  .sec01 .section__content .section__txt {
    width: 92%;
    max-width: inherit;
    font-size: 1.4rem;
  }
  .sec01 .section__content .section__img {
    width: 80%;
    max-width: inherit;
    -webkit-box-shadow: 12px 12px 0 #A10D07;
            box-shadow: 12px 12px 0 #A10D07;
  }
}

/* sec02 */
.sec02 .sectionTitle {
  background-image: url(../img/sec02-bg.jpg);
}

.sec02 .section__content {
  max-width: 920px;
  padding: 100px 0 114px;
  margin: 0 auto;
}

.sec02 .section__content .flex {
  gap: 44px 68px;
}

.sec02 .section__content .movie__wrapper {
  text-align: center;
}

.sec02 .section__content .movie__wrapper .movie {
  margin-bottom: 16px;
}

.sec02 .section__content .movie__wrapper .txt {
  font-size: 2rem;
  letter-spacing: 0.1em;
}

@media (max-width: 1024px) {
  .sec02 .section__content {
    max-width: 500px;
    padding: 50px 0 57px;
  }
  .sec02 .section__content .flex {
    gap: 20px;
  }
  .sec02 .section__content .movie__wrapper {
    width: 100%;
  }
  .sec02 .section__content .movie__wrapper .movie {
    margin: 0 auto 12px;
  }
  .sec02 .section__content .movie__wrapper .txt {
    font-size: 1.3rem;
  }
}

/* sec03 */
.sec03 .sectionTitle {
  background-image: url(../img/sec03-bg.jpg);
}

.sec03 .section__content {
  padding: 72px 0 132px;
}

.sec03 .section__content .section__img {
  max-width: 939px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .sec03 .section__content {
    max-width: 500px;
    padding: 36px 0 66px;
    margin: 0 auto;
  }
  .sec03 .section__content .section__img {
    width: 92%;
    max-width: inherit;
  }
}

/* sec04 */
.sec04 .sectionTitle {
  background-image: url(../img/sec04-bg.jpg);
}

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

.sec04 .section__content .block {
  padding: 84px 0 90px;
}

.sec04 .section__content .block .section__heading {
  margin-bottom: 28px;
}

.sec04 .section__content .block .content__txt {
  margin-bottom: 34px;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1.65;
}

.sec04 .section__content .block .section__img {
  margin: 0 auto;
}

.sec04 .section__content .block01 {
  background-color: #E2E8EA;
}

.sec04 .section__content .block01 .section__img {
  max-width: 890px;
}

.sec04 .section__content .block02 .section__img {
  max-width: 821px;
}

.sec04 .section__content .block03 {
  padding-bottom: 0;
  background-color: #E2E8EA;
}

.sec04 .section__content .block03 .content__txt {
  margin-bottom: 0;
}

.sec04 .section__content .block03 .section__img {
  max-width: 882px;
}

.sec04 .section__content .block04 {
  padding: 124px 0 110px;
}

.sec04 .section__content .block04 .flex {
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec04 .section__content .block04 .card {
  max-width: 274px;
  text-align: center;
}

.sec04 .section__content .block04 .card .card__img {
  margin-bottom: 15px;
  display: block;
}

.sec04 .section__content .block04 .card .card__txt {
  font-size: 2.7rem;
  letter-spacing: 0.1em;
}

.sec04 .section__content .block04 .section__txt {
  margin-top: 40px;
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.17em;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .sec04 .section__content .block {
    padding: 42px 0 45px;
  }
  .sec04 .section__content .block .section__heading {
    margin-bottom: 14px;
  }
  .sec04 .section__content .block .content__txt {
    width: 92%;
    max-width: 500px;
    margin: 0 auto 22px;
    font-size: 1.4rem;
  }
  .sec04 .section__content .block .section__img {
    width: 92%;
    max-width: 500px;
  }
  .sec04 .section__content .block03 {
    padding-bottom: 0;
  }
  .sec04 .section__content .block04 {
    padding: 62px 0 55px;
  }
  .sec04 .section__content .block04 .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
  }
  .sec04 .section__content .block04 .card {
    width: calc(30.7% - 4px);
    max-width: inherit;
  }
  .sec04 .section__content .block04 .card .card__img {
    margin-bottom: 8px;
  }
  .sec04 .section__content .block04 .card .card__txt {
    font-size: 1.2rem;
  }
  .sec04 .section__content .block04 .section__txt {
    width: 92%;
    margin: 24px auto 0;
    font-size: 1.8rem;
  }
}

/* sec05 */
.sec05 .sectionTitle {
  background-image: url(../img/sec05-bg.jpg);
}

.sec05 .section__content {
  padding: 120px 0 127px;
}

.sec05 .section__content .section__img {
  margin: 0 auto;
}

.sec05 .section__content .section__img--01 {
  max-width: 842px;
  margin-bottom: 44px;
}

.sec05 .section__content .section__img--02 {
  max-width: 667px;
}

@media (max-width: 1024px) {
  .sec05 .section__content {
    max-width: 500px;
    padding: 60px 0 64px;
    margin: 0 auto;
  }
  .sec05 .section__content .section__img--01 {
    width: 92%;
    margin-bottom: 24px;
  }
  .sec05 .section__content .section__img--02 {
    width: 84%;
  }
}

/* sec06 */
.sec06 .sectionTitle {
  background-image: url(../img/sec06-bg.jpg);
}

.sec06 .section__content {
  padding: 100px 0 155px;
}

.sec06 .section__content .section__img {
  max-width: 849px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .sec06 .section__content {
    max-width: 500px;
    padding: 50px 0 74px;
    margin: 0 auto;
  }
  .sec06 .section__content .section__img {
    width: 92%;
  }
}

/* sec07 */
.sec07 .sectionTitle {
  background-image: url(../img/sec07-bg.jpg);
}

.sec07 .section__content {
  padding: 115px 0 128px;
  background-color: #E2E8EA;
}

.sec07 .section__content .flow__list {
  max-width: 875px;
  margin: 0 auto 94px;
}

.sec07 .section__content .flow__list .list__item {
  margin-bottom: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec07 .section__content .flow__list .list__item .item__img {
  width: 174px;
  margin-right: 20px;
  display: block;
  position: relative;
  z-index: 3;
}

.sec07 .section__content .flow__list .list__item .item__desc {
  width: calc(100% - 194px);
}

.sec07 .section__content .flow__list .list__item .item__ttl {
  margin-bottom: 20px;
  display: inline-block;
  color: #A10D07;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.sec07 .section__content .flow__list .list__item .item__txt {
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.325;
}

.sec07 .section__content .flow__list .list__item:not(:last-child) .item__img::after {
  width: 5px;
  height: 60px;
  content: '';
  position: absolute;
  bottom: -54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #A10D07;
  z-index: -1;
}

.sec07 .section__content .section__txt {
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  line-height: 1.35;
}

.sec07 .section__content .section__img {
  max-width: 841px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .sec07 .section__content {
    padding: 58px 0 64px;
  }
  .sec07 .section__content .flow__list {
    width: 92%;
    max-width: 500px;
    margin: 0 auto 46px;
  }
  .sec07 .section__content .flow__list .list__item {
    margin-bottom: 24px;
  }
  .sec07 .section__content .flow__list .list__item .item__img {
    width: 100px;
    margin-right: 10px;
  }
  .sec07 .section__content .flow__list .list__item .item__desc {
    width: calc(100% - 110px);
  }
  .sec07 .section__content .flow__list .list__item .item__ttl {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .sec07 .section__content .flow__list .list__item .item__txt {
    font-size: 1.3rem;
  }
  .sec07 .section__content .section__txt {
    width: 92%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 1.4rem;
  }
  .sec07 .section__content .section__img {
    width: 92%;
    max-width: 500px;
    margin: 0 auto;
  }
}

/* sec08 */
.sec08 {
  min-height: 387px;
  padding: 78px 0 78px 22%;
  background-image: url(../img/sec08-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

.sec08 .sec08__content {
  width: 600px;
  padding: 40px 0 44px;
  background-color: #fff;
  text-align: center;
}

.sec08 .sec08__content .top {
  margin-bottom: 15px;
  display: inline-block;
  font-size: 2.7rem;
  letter-spacing: 0.1em;
}

.sec08 .sec08__content .middle {
  margin-bottom: 10px;
  line-height: 1;
}

.sec08 .sec08__content .middle .tel {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec08 .sec08__content .middle .icon {
  width: 55px;
  height: auto;
  margin-right: 10px;
  display: block;
}

.sec08 .sec08__content .middle .number {
  display: block;
  font-size: 4.4rem;
  letter-spacing: 0.1em;
}

.sec08 .sec08__content .under {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
}

.sec08 .sec08__content .under .txt-small {
  font-size: 1.7rem;
}

@media (max-width: 1024px) {
  .sec08 {
    min-height: 226px;
    padding: 40px 0;
  }
  .sec08 .sec08__content {
    width: 92%;
    max-width: 345px;
    padding: 20px 0 24px;
    margin: 0 auto;
  }
  .sec08 .sec08__content .top {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .sec08 .sec08__content .middle {
    margin-bottom: 6px;
  }
  .sec08 .sec08__content .middle .tel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sec08 .sec08__content .middle .icon {
    width: 30px;
    margin-right: 8px;
  }
  .sec08 .sec08__content .middle .number {
    font-size: 3rem;
  }
  .sec08 .sec08__content .under {
    font-size: 1.3rem;
  }
  .sec08 .sec08__content .under .txt-small {
    font-size: 1.1rem;
  }
}

/* sec09 */
.sec09 {
  padding: 84px 0 130px;
}

.sec09 .sec09__comment {
  margin-bottom: 48px;
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
}

.sec09 .sec09__comment .txt {
  padding: 0 15px;
}

.sec09 .sec09__ttl {
  max-width: 565px;
  padding: 32px 0;
  margin: 0 auto 76px;
  display: block;
  background-color: #A10D07;
  text-align: center;
  color: #fff;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.sec09 .section__content .contactForm {
  max-width: 820px;
  margin: 0 auto;
}

.sec09 .section__content .contactForm .form__item {
  margin-bottom: 32px;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
}

.sec09 .section__content .contactForm .form__item .title {
  width: 215px;
  margin-right: 10px;
  display: block;
  text-align: right;
}

.sec09 .section__content .contactForm .form__item .title.required span {
  position: relative;
  color: #000;
}

.sec09 .section__content .contactForm .form__item .title.required span::before {
  content: '※';
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "kozuka-gothic-pr6n", sans-serif;
  color: #A10D07;
  font-size: 2.1rem;
}

.sec09 .section__content .contactForm .form__item--body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.sec09 .section__content .contactForm .form__item--body .title {
  padding-top: 20px;
}

.sec09 .section__content .contactForm .form__item--privacyPolicy {
  margin-bottom: 78px;
}

.sec09 .section__content .contactForm .form__item--privacyPolicy .title {
  width: auto;
  margin-bottom: 10px;
  text-align: center;
}

.sec09 .section__content .contactForm .form__item--privacyPolicy .form__content {
  width: auto;
  margin-bottom: 10px;
  text-align: center;
}

.sec09 .section__content .contactForm .form__item--privacyPolicy .privacy-policy__link {
  text-decoration: underline;
}

.sec09 .section__content .contactForm .form__content {
  width: calc(100% - 225px);
}

.sec09 .section__content .contactForm .form__content input,
.sec09 .section__content .contactForm .form__content textarea {
  width: 100%;
  background-color: #F5F5F5;
  color: #000;
  border: none;
  font-size: 2.1rem;
}

.sec09 .section__content .contactForm .form__content input {
  height: 70px;
}

.sec09 .section__content .contactForm .form__content textarea {
  height: 315px;
}

.sec09 .section__content .contactForm .send {
  width: 442px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 10px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 10px 3px rgba(0, 0, 0, 0.2));
}

.sec09 .section__content .contactForm .send input {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  border: none;
  border-radius: 49px;
  background-color: #A10D07;
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}

@media (max-width: 1024px) {
  .sec09 {
    padding: 42px 0 65px;
  }
  .sec09 .sec09__comment {
    width: 92%;
    margin: 0 auto 24px;
    text-align: center;
    font-size: 2.4rem;
  }
  .sec09 .sec09__comment .txt {
    padding: 0 10px;
  }
  .sec09 .sec09__ttl {
    width: 84%;
    padding: 20px 0;
    margin: 0 auto 38px;
    font-size: 2.2rem;
  }
  .sec09 .section__content {
    max-width: 500px;
    margin: 0 auto;
  }
  .sec09 .section__content .contactForm {
    width: 92%;
  }
  .sec09 .section__content .contactForm .form__item {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .sec09 .section__content .contactForm .form__item .title {
    width: 100%;
    padding-left: 20px;
    margin-right: 0;
    text-align: left;
  }
  .sec09 .section__content .contactForm .form__item .title.required span::before {
    left: -15px;
    font-size: 1.4rem;
  }
  .sec09 .section__content .contactForm .form__item--body .title {
    padding-top: 0;
  }
  .sec09 .section__content .contactForm .form__item--body .form__content {
    padding-left: 20px;
  }
  .sec09 .section__content .contactForm .form__item--privacyPolicy {
    margin-bottom: 36px;
  }
  .sec09 .section__content .contactForm .form__item--privacyPolicy .title {
    width: auto;
    margin-bottom: 5px;
    text-align: center;
  }
  .sec09 .section__content .contactForm .form__item--privacyPolicy .form__content {
    width: auto;
    margin-bottom: 5px;
    text-align: center;
  }
  .sec09 .section__content .contactForm .form__item--privacyPolicy .txt {
    text-align: center;
  }
  .sec09 .section__content .contactForm .form__content {
    width: 100%;
    padding-left: 20px;
  }
  .sec09 .section__content .contactForm .form__content input {
    height: 48px;
    font-size: 1.4rem;
  }
  .sec09 .section__content .contactForm .form__content textarea {
    height: auto;
    min-height: 240px;
    font-size: 1.4rem;
  }
  .sec09 .section__content .contactForm .send {
    width: 80%;
    max-width: 276px;
  }
  .sec09 .section__content .contactForm .send input {
    padding: 15px 0;
    font-size: 2rem;
  }
}

/* footer */
.footer {
  height: 290px;
  padding: 56px 0 0;
  background-color: #000;
}

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

.footer .footer__content .txt {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.footer .footer__content .copylight {
  margin-top: 22px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

@media (max-width: 1024px) {
  .footer {
    height: 140px;
    padding: 28px 0 0;
  }
  .footer .footer__content .txt {
    font-size: 1.4rem;
  }
  .footer .footer__content .copylight {
    margin-top: 10px;
    font-size: 1.1rem;
  }
}
/*# sourceMappingURL=style.css.map */