/* -------------------------

common

---------------------------- */
* {
  max-height: 999999px;
}

html {
  font-size: 62.5%;
}

body,
input,
textarea {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  font-family: "メイリオ", "Meiryo", "游ゴシック体", YuGothic,
  "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
  sans-serif;
  color: #1a1a1a;
}

body {
  margin: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
  "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
}

p {
  margin: 0;
  line-height: 1.8;
}

p + p {
  margin-top: 1em;
}

img,
iframe {
  max-width: 100%;
}

/* = reset element style
-------------------------------------------------------------- */
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* = Anchor
-------------------------------------------------------------- */
a {
  transition: opacity ease 0.2s;
}
a:focus {
  outline: none;
}
a:link,
a:visited {
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a.underline {
  text-decoration: underline;
}

a.img-box {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  transition: 0.35s opacity;
  transition: opacity ease 0.2s;
}

a.tel,
.tel a {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  a.tel,
  .tel a {
    pointer-events: none;
  }
}

/* = Table
-------------------------------------------------------------- */
table {
  width: 100%;
  margin: 20px 0;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  border-top: 1px solid #dcdddd;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #dcdddd;
}
td,
th {
  padding: 10px;
  border-top: none;
  border-right: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  border-left: none;
}
th {
  background: #efefef;
}
figure {
  margin: 0;
}

/* = Input
-------------------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  background: #f6f6f6;
  border: 1px solid #cccccc;
}

input:hover,
input:focus,
textarea {
  outline: none;
}
input[type="radio"]:hover,
input[type="submit"]:hover {
  cursor: pointer;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand {
  display: none;
}

.img-box {
  font-size: 0;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

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

.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .left,
  .right {
    float: none;
  }
}

#wrapper {
  min-width: 1140px;
  overflow: hidden;
}

.sec-inner {
  padding: 100px 0;
}

.sec-ttl-box {
  position: relative;
  margin-bottom: 65px;
  padding-bottom: 25px;
  line-height: 1.2;
  text-align: center;
}

.sec-ttl-box::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 60px;
  height: 3px;
  margin: auto;
  background: url(../images/icon_underline_01.png) no-repeat;
  background-size: contain;
}

.sec-sub-ttl {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.2em;
}

.sec-ttl {
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0.2em;
}

.content-width {
  position: relative;
  box-sizing: border-box;
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1040px) {
  .content-width {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #wrapper {
    min-width: 0;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(30, 30, 30, 0.3);
  }
  .sec-inner {
    padding: 11% 0;
  }
  .content-width {
    width: 100%;
  }
  .sec-ttl-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 400px) {
  .sec-ttl {
    font-size: 6.8vw;
  }
}

/* -------------------------

class

---------------------------- */
.bg-cover {
  position: relative;
}

.bg-cover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.scroll-box {
  height: 200px;
  padding: 20px;
  overflow-y: scroll;
  border: solid 1px #eeeeee;
}

.bubble {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  z-index: 10;
  width: fit-content;
  margin: auto;
  padding: 4px 18px 3px;
  font-weight: 600;
  font-size: 1.6rem;
  background-color: #ffffff;
  border: solid 2px #333333;
  border-radius: 30px;
}

.bubble::before,
.bubble::after {
  content: "";
  position: absolute;
}

.bubble:before {
  bottom: -8px;
  left: 50%;
  z-index: 1;
  display: block;
  border-width: 10px 10px 0 0;
  border-style: solid;
  border-color: #ffffff transparent;
}

.bubble:after {
  bottom: -12px;
  left: 50%;
  z-index: 0;
  display: block;
  margin-left: -2px;
  border-width: 12px 12px 0 0;
  border-style: solid;
  border-color: #333333 transparent;
}

.border-white span {
  display: inline-block;
  padding: 5px 10px 2px 12px;
  background-color: rgba(255, 255, 255, 0.8);
}

.border-white + .border-white {
  margin-top: 5px;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro",
  "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
}

.meiryo {
  font-family: "メイリオ", "Meiryo", sans-serif;
}

.lead-txt {
  margin-bottom: 60px;
  text-align: center;
}

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

.left-center {
  text-align: left !important;
}

.center-left {
  text-align: center !important;
}

.bg-brown {
  background-color: #f3f2e6;
}

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

.underline-orange {
  background: linear-gradient(
  transparent 65%,
  #ffeec6 65%,
  #ffeec6 85%,
  transparent 85%
  );
}

.dot-txt {
  position: relative;
}

.dot-txt::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 50%;
}

@media screen and (max-width: 1040px) {
  .btn-box {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .left-center {
    text-align: center !important;
  }
  .center-left {
    text-align: left !important;
  }
  .lead-txt {
    margin-bottom: 30px;
    text-align: left;
  }
}

.btn-box {
  position: relative;
  margin-top: 60px;
}

.btn {
  transition: all 0.3s ease;
}

.btn-rectangle {
  display: inline-block;
  width: 450px;
  padding: 25px 0;
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.12em;
  background: url(../images/icon_arrow_white.png) center right 40px / 11px
  no-repeat,
  #ef7804;
  border-radius: 5px;
}

.btn-submit {
  width: 250px;
  padding: 14px 0;
  color: #ffffff;
  background-color: #1a1a1a;
  border: none;
  border-radius: 5px;

  -webkit-appearance: none;
}

.btn:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .btn-rectangle {
    width: 100%;
    max-width: 450px;
    font-size: 1.8rem;
    background: url(../images/icon_arrow_white.png) center right 10px / 11px
    no-repeat,
    #ef7804;
  }
}

/* swiper */
.swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  background: #ffffff;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px !important;
}

.swiper-button-prev {
  left: -25px !important;
  background: url(../images/icon_cicle-arrow_left_black.png) center / contain
  no-repeat !important;
}

.swiper-button-next {
  right: -25px !important;
  background: url(../images/icon_cicle-arrow_right_black.png) center / contain
  no-repeat !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.swiper-pagination {
  bottom: -38px !important;
  text-align: left;
}

.swiper-pagination-bullet-active {
  background: #333333 !important;
}

.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: none;
  border: solid 1px #333333;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev {
    background: url(../images/icon_cicle-arrow_left_black.png) center / 30px
    no-repeat !important;
  }
  .swiper-button-next {
    background: url(../images/icon_cicle-arrow_right_black.png) center / 30px
    no-repeat !important;
  }
}

/* -------------------------

module

---------------------------- */
/* header */
#header {
  position: absolute;
  z-index: 99;
  width: 100%;
}

#header .h-info-area {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 15px;
}

#header .h-info-area .name-box {
  margin-top: 14px;
  margin-left: 10px;
  margin-left: 15px;
}

#header .h-info-area .name {
  font-size: 2.2rem;
  line-height: 1.2;
}

#header .h-info-area .name-en {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.22em;
}

@media screen and (max-width: 767px) {
  #header .h-info-area .logo-box {
    width: 100px;
  }
  #header .h-info-area .name {
    font-size: 2rem;
    letter-spacing: 0.11em;
  }
}

/* footer */
#footer .copyright {
  padding: 0 0 100px;
  font-size: 1.1rem;
  text-align: center;
  color: #333333;
  letter-spacing: 0.13em;
}

/* cta-sec */
.cta-sec {
  background: url(../images/bg_cross_01.jpg) center / contain repeat;
}

.cta-sec .sec-inner {
  padding: 40px 0 30px;
}

.cta-sec .sec-sub-ttl {
  padding-left: 20px;
}

.cta-sec .m-img-txt-box {
  flex-direction: row-reverse;
  align-items: center;
}

.cta-sec .m-img-txt-box .img-area {
  width: 520px;
}

.cta-sec .m-img-txt-box .txt-area {
  width: 450px;
}

.cta-sec .txt-area .sec-ttl {
  font-size: 3rem;
  letter-spacing: 0;
}

.cta-sec .txt-area .txt {
  width: 110%;
  margin: 15px 0;
}

.cta-sec .txt-area .btn-box {
  position: relative;
  margin-top: 50px;
}

@media screen and (max-width: 1040px) {
  .cta-sec .m-img-txt-box .img-area {
    width: 100%;
  }
  .cta-sec .m-img-txt-box .txt-area {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .cta-sec .txt-area .txt {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cta-sec .txt-area .sec-ttl {
    font-size: 2.4rem;
  }
}

/* m-catalog-container */
.m-catalog-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -60px;
}

.m-catalog-container .item-box {
  margin-left: 60px;
  text-align: center;
}

.m-catalog-container .item-box .message span {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
}

.m-catalog-container .item-box .message span::before,
.m-catalog-container .item-box .message span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #333333;
}

.m-catalog-container .item-box .message span::before {
  bottom: 15px;
  left: -35px;
  transform: rotate(60deg);
}

.m-catalog-container .item-box .message span::after {
  right: -35px;
  bottom: 15px;
  transform: rotate(-60deg);
}

.m-catalog-container .item-box .name {
  margin: 15px 0 20px;
  font-size: 2rem;
}

.m-catalog-container .item-box .img-area {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .m-catalog-container .item-box {
    width: 100%;
  }
  .m-catalog-container .item-box + .item-box {
    margin-top: 60px;
  }
  .m-catalog-container .item-box .name {
    margin: 3% 0;
  }
}

/* m-feature-container */
.m-feature-container .item-box + .item-box {
  margin-top: 100px;
}

.m-feature-container .item-box:last-child {
  align-items: center;
}

.m-feature-container .item-box:last-child .txt-area {
  width: 390px;
}

.m-feature-container .item-box:last-child .img-area {
  width: 560px;
}

@media screen and (max-width: 1040px) {
  .m-feature-container .item-box:last-child .txt-area {
    width: 100%;
  }
  .m-feature-container .item-box:last-child .img-area {
    width: 100%;
  }
}

/* m-img-broder-container */
.m-img-broder-container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .m-img-broder-container {
    flex-wrap: wrap;
  }
  .m-img-broder-container .item-box {
    width: 50%;
  }
}

/* m-example-container */
.m-example-container .item-box {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
}

.m-example-container .item-box::before,
.m-example-container .item-box::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.m-example-container .item-box::before {
  top: -2px;
  right: -2px;
  background: url(../images/triangle_01.png) no-repeat;
}

.m-example-container .item-box::after {
  bottom: -2px;
  left: -2px;
  background: url(../images/triangle_02.png) no-repeat;
}

.m-example-container .item-box + .item-box {
  margin-top: 60px;
}

.m-example-container .item-box .ttl-box {
  margin-bottom: 30px;
}

.m-example-container .item-box .name {
  margin-bottom: 10px;
  font-size: 2rem;
}

.m-example-container .item-box .img-area {
  width: 480px;
}

.m-example-container .item-box .img-area .swiper-container {
  position: relative;
}

.m-example-container .item-box .ttl {
  font-size: 3rem;
}

.m-example-container .item-box .address {
  font-size: 2.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro",
  "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
}

.m-example-container .item-box .area {
  margin: 30px 0;
}

@media screen and (max-width: 1040px) {
  .m-example-container .item-box + .item-box {
    margin-top: 8%;
  }
  .m-example-container .item-box .img-area {
    width: 100%;
  }
  .m-example-container .item-box .txt-area {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-example-container .item-box {
    padding: 30px 20px;
  }
  .m-example-container .item-box .ttl {
    font-size: 2.4rem;
  }
  .m-example-container .item-box .address {
    font-size: 2rem;
  }
  .m-example-container .item-box .area {
    margin: 3% 0;
  }
}

/* m-img-txt-box */
.m-img-txt-container .item-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.m-img-txt-container .item-box:nth-child(even) {
  flex-direction: row-reverse;
}

.m-img-txt-container .item-box + .item-box {
  margin-top: 80px;
}

.m-img-txt-container .item-box .img-area {
  width: 500px;
}

.m-img-txt-container .item-box .txt-area {
  width: 440px;
}

.m-img-txt-container .item-box .ttl {
  position: relative;
  font-size: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro",
  "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
}

.m-img-txt-container .item-box .txt {
  margin-top: 30px;
}

@media screen and (max-width: 1040px) {
  .m-img-txt-container .item-box {
    max-width: 500px;
    margin: auto;
  }
  .m-img-txt-container .item-box .img-area {
    width: 100%;
  }
  .m-img-txt-container .item-box .txt-area {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-img-txt-container .item-box .txt-area {
    margin-top: 40px;
  }
  .m-img-txt-container .item-box .ttl {
    font-size: 2.4rem;
  }
  .m-img-txt-container .item-box .txt {
    margin-top: 20px;
  }
}

/* m-img-txt-box */
.m-img-txt-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-img-txt-box .img-area {
  width: 400px;
}

.m-img-txt-box .txt-area {
  width: 400px;
}

@media screen and (max-width: 1040px) {
  .m-img-txt-box .img-area {
    width: 100%;
  }
  .m-img-txt-box .txt-area {
    width: 100%;
  }
}

/* m-dl-box */
.m-dl-box {
  background-color: #ffffff;
}

.m-dl-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0;
  padding: 30px;
}

.m-dl-box dl + dl {
  border-top: 1px solid #eeeeee;
}

.m-dl-box dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  width: 330px;
  padding-right: 40px;
  font-size: 1.8rem;
}

.m-dl-box dt .required {
  padding: 2px 6px;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #d83b1b;
  border-radius: 30px;
}

.m-dl-box dt .optional {
  background-color: #666666;
}

.m-dl-box dd {
  box-sizing: border-box;
  width: calc(100% - 330px);
  margin: 0;
}

@media screen and (max-width: 1040px) {
  .m-dl-box dt,
  .m-dl-box dd {
    width: 100%;
  }
  .m-dl-box dt {
    padding: 0;
  }
  .m-dl-box dd {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-dl-box dl {
    padding: 20px;
  }
}

form ::placeholder {
  font-size: 1.6rem;
  color: #aaaaaa;
}

form .notice-box {
  margin-top: 10px;
}

form .notice {
  padding-left: 17px;
  font-size: 1.2rem;
  text-indent: -15px;
}

form .scroll-box {
  margin-bottom: 15px;
}

form label {
  display: block;
  cursor: pointer;
}

form input[type="radio"],
form input[type="checkbox"] {
  position: absolute;

/* display: none; */
  opacity: 0;
}

form input[type="radio"] + span {
  position: relative;
  padding-left: 26px;
}

form input[type="radio"] + span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 1px solid #969696;
  border-radius: 50%;
  cursor: pointer;
}

form input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #333333;
  border-radius: 50%;
  cursor: pointer;
}

form input[type="checkbox"] + span {
  position: relative;
  padding-left: 32px;
}

form input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #969696;
  cursor: pointer;
}

form input[type="checkbox"]:checked + span::after {
  content: "\2713";
  position: absolute;
  top: 4px;
  left: 2px;
  display: block;
  font-size: 2rem;
  line-height: 1;
  color: #000000;
  cursor: pointer;
}

form .error {
  font-size: 1.4rem;
  color: #cd2300;
}

form label .error-message.is-show {
  display: none;
}

form label:last-child .error-message.is-show {
  display: block;
}

form .error-message {
  display: none;
}

form .error-message.is-show {
  display: block;
  font-size: 1.4rem;
  color: #cd2300;
}

form .zip-code-area {
	max-width: 250px;
}

form .zip-code-area {
	max-width: 250px;
}

form .address-area {
	margin-top: 20px;
	margin-left: auto;
}

/* -------------------------

section

---------------------------- */
#mv .mv-inner {
  background: url(../images/mv_01.jpg) center / cover no-repeat;
}

#mv .content-width {
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 700px;
}

#mv .mv-txt-area {
  position: relative;
}

#mv .ttl {
  padding-right: 2px;
  font-size: 5rem;
  letter-spacing: 0.25em;

  font-feature-settings: "palt" 1;
}

#mv .ttl span {
  padding: 2px 0 2px 12px;
}

#mv .sub-ttl {
  margin-top: 20px;
  font-size: 2rem;
  letter-spacing: 0.12em;
}

#mv .cta-box {
  position: absolute;
  bottom: -100px;
  box-sizing: border-box;
  width: calc(100% - 40px);
  padding: 40px 40px 45px;
  background: linear-gradient(to top, #ffffff 0%, #ffffff 100%);
  background-color: #ffffff;
}

#mv .cta-box .btn-box {
  margin-top: 50px;
}

#mv .cta-box .img-area {
  position: absolute;
  top: -92px;
  right: 20px;
  width: 460px;
}

#mv .cta-box .txt-area {
  width: 450px;
}

#mv .cta-box .txt-area .txt {
  width: 110%;
}

@media screen and (max-width: 1040px) {
  #mv .content-width {
    height: 80vh;
    min-height: 860px;
  }
  #mv .cta-box {
    bottom: -280px;
    padding: 40px;
    background: linear-gradient(
    to top,
    #ffffff 0%,
    #ffffff 70%,
    transparent 70%
    );
  }
  #mv .cta-box .img-area {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #mv .cta-box .txt-area {
    width: 100%;
  }
  #mv .cta-box .txt-area .txt {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #mv .content-width {
    height: 70vh;
    min-height: 600px;
  }
  #mv .mv-txt-area {
    top: -30px;
  }
  #mv .ttl {
    font-size: 3.6rem;
  }
  #mv .cta-box {
    padding: 20px;
  }
  #mv .cta-box .img-area {
    width: 100%;
    max-width: 340px;
  }
}

@media screen and (max-width: 400px) {
  #mv .content-width {
    height: 60vh;
    min-height: 500px;
  }
  #mv .mv-txt-area {
    top: -60px;
  }
  #mv .cta-box {
    bottom: -200px;
  }
  #mv .cta-box .img-area {
    max-width: 240px;
  }
  #mv .ttl {
    font-size: 3.2rem;
  }
  #mv .sub-ttl {
    margin-top: 15px;
    font-size: 1.6rem;
  }
}

#spirit-sec {
  background: url(../images/bg_01.jpg) center / cover no-repeat;
}

#spirit-sec .sec-inner {
  padding-top: 200px;
}

@media screen and (max-width: 1040px) {
  #spirit-sec .sec-inner {
    padding-top: 360px;
  }
}

@media screen and (max-width: 400px) {
  #spirit-sec .sec-inner {
    padding-top: 260px;
  }
}

#works-sec .item-box {
  padding-bottom: 60px;
}

#works-sec .item-box .txt-area {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  #works-sec .item-box {
    padding-bottom: 20px;
  }
}

#reason-sec .item-box .ttl::before {
  content: "";
  position: absolute;
  top: -55px;
  left: -30px;
  display: inline-block;
  width: 104px;
  height: 45px;
  background-image: url(../images/illust_point_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#reason-sec .item-box .txt-area {
  padding-top: 20px;
}

#reason-sec .item-box:nth-child(1) .img-area {
  width: 700px;
  transform: translateX(-200px);
}

#reason-sec .item-box:nth-child(1) .txt-area {
  position: absolute;
  left: 50%;
  padding-left: 60px;
}

#reason-sec .item-box:nth-child(1) .ttl::before {
  background-image: url(../images/illust_point_01.png);
}

#reason-sec .item-box:nth-child(2) .ttl::before {
  background-image: url(../images/illust_point_02.png);
}

#reason-sec .item-box:nth-child(3) .ttl::before {
  background-image: url(../images/illust_point_03.png);
}

#reason-sec .item-box:nth-child(4) .ttl::before {
  background-image: url(../images/illust_point_04.png);
}

#reason-sec .item-box:nth-child(5) .ttl::before {
  background-image: url(../images/illust_point_05.png);
}

@media screen and (max-width: 1040px) {
  #reason-sec .item-box:nth-child(1) .img-area {
    width: 100%;
    transform: translateX(0);
  }
  #reason-sec .item-box:nth-child(1) .txt-area {
    position: relative;
    left: 0;
    padding-left: 0;
  }
  #reason-sec .item-box .txt-area {
    padding-top: 70px;
  }
  #reason-sec .item-box .ttl::before {
    top: -45px;
    left: -15px;
  }
}

@media screen and (max-width: 767px) {
  #reason-sec .item-box .ttl::before {
    top: -45px;
    left: -5px;
    width: 80px;
    height: 36px;
  }
  .m-img-txt-container .item-box + .item-box {
    margin-top: 40px;
  }
  #reason-sec .item-box .txt-area {
    padding-top: 20px;
  }
}

#voice-sec .m-example-container .item-box .ttl-box {
  position: relative;
  padding-left: 40px;
}

#voice-sec .m-example-container .item-box .ttl-box::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../images/icon_quotation_01.png) no-repeat;
  background-size: contain;
}

#voice-sec .m-example-container .item-box .ttl {
  position: relative;
}

#voice-sec .m-example-container .item-box .name {
  margin: 20px 0 0 0;
  font-size: 1.6rem;
}

#voice-sec .m-example-container .item-box .txt-box {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  #voice-sec .m-example-container .item-box .ttl-box {
    padding-top: 30px;
    padding-left: 0;
  }
  #voice-sec .m-example-container .item-box .ttl-box::before {
    top: 0;
    left: 0;
  }
  #voice-sec .m-example-container .item-box .ttl {
    font-size: 2rem;
  }
}
/* -------------------------

thanks

---------------------------- */
#thanks #main {
  padding-top: 118px;
}

#thanks #mv {
  text-align: center;
  background: url(../images/mv_01.jpg) center / cover no-repeat;
}

#thanks #mv .mv-inner {
  padding: 100px 0;
}

#thanks #mv .mv-txt-area {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #thanks #main {
    padding-top: 83px;
  }
}
