﻿@charset "UTF-8";
/*! http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, main {
  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, main {
  display: block;
}

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

input, button, textarea, select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}

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

variable

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

primary style

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

html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.75;
  text-align: left;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

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

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

media query

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

mixin

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

parts

----------------------------------------------------------------------- */
.header {
  width: 100%;
  color: #fff;
  z-index: 3;
  position: absolute;
  top: 0;
  padding: 15px;
  height: 50px;
}

.header__button {
  position: fixed;
  right: 25px;
  top: 17px;
  background-image: url("../images/index/icon_arrow1.png");
  background-repeat: no-repeat;
  background-position: left top 2px;
  background-size: 15px;
  line-height: 1.5;
  padding-left: 22px;
}

.header__button:nth-of-type(2) {
  right: 140px;
}

.header__button.js-color1 {
  background-image: url("../images/index/icon_arrow1_on.png");
}

.header__button--back {
  position: absolute;
  color: #fff;
  left: 25px;
  top: 17px;
  line-height: 1.5;
}

.header__banner {
  display: none;
}

.header__nav {
  position: fixed;
  right: 25px;
  top: 17px;
}

.header__nav li {
  display: inline-block;
  margin-left: 15px;
}

.header__nav li a {
  display: block;
}

.header__nav .header__button {
  position: static;
}

.logo {
  width: 32.7vw;
  max-width: 210px;
  height: auto;
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
}

.main {
  background-image: url("../images/index/bg1.png");
  background-repeat: repeat;
  background-size: 100% auto;
}

.modal {
  color: #fff;
  width: 100%;
  padding: 25px;
}

.modal img {
  width: 100%;
  height: auto;
}

.modal h4 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 15px;
}

.modal p {
  letter-spacing: 0.1em;
}

.footer {
  border-top: #bca476 1px solid;
  padding: 15px;
  background-color: #000000;
  text-align: center;
}

.footer__logo {
  line-height: 1;
  margin-bottom: 10px;
}

.footer__logo img {
  width: 111px;
  height: auto;
}

.footer small {
  display: block;
  color: #9fa0a0;
  font-size: 10px;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .logo {
    margin-top: 70px;
  }
  .main {
    background-image: url("../images/pc/index/bg1.png");
    background-size: auto;
  }
  .header__banner {
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header__banner:hover {
    opacity: .7;
  }
  .footer {
    height: 64px;
    position: relative;
  }
  .footer__logo {
    position: absolute;
    top: 23px;
    line-height: 1;
    margin-bottom: 0;
  }
  .footer__logo img {
    width: 111px;
    height: 13px;
  }
  .footer small {
    position: absolute;
    top: 25px;
    right: 15px;
    color: #9fa0a0;
    font-size: 10px;
    line-height: 1;
  }
}

path {
  pointer-events: all;
}

/* もしくは */
path {
  fill: transparent;
  /* fill: none; の代わり */
}

.st0 {
  fill: #949595;
  stroke: #FFFFFF;
  stroke-width: 0.1417;
  stroke-miterlimit: 10;
}

.st1 {
  fill: none;
  stroke: #949595;
  stroke-width: 2.5512;
  stroke-miterlimit: 10;
}

.st2 {
  fill: #949595;
}

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

section

----------------------------------------------------------------------- */
.section__inner {
  width: 100%;
  padding: 0 25px;
}

.section--1 {
  color: #fff;
  background: -webkit-linear-gradient(#222222, #000000);
  background: linear-gradient(#222222, #000000);
}

.section--1 .section__inner {
  padding: 0;
}

.section--2 .section__inner {
  padding-top: 40px;
  padding-bottom: 5px;
}

.section--2 .section__title img {
  width: 149px;
  height: auto;
}

.section--3 .section__inner {
  padding-top: 40px;
  padding-bottom: 5px;
}

.section--3 .section__title img {
  width: 238px;
  height: auto;
}

.section--4 .section__inner {
  padding-top: 20px;
}

.section--4 .section__title img {
  width: 126px;
  height: auto;
}

.section--5 {
  display: none;
}

.section--6 {
  background-size: 100% auto;
}

.section--6 .section__inner {
  padding-top: 50px;
  padding-bottom: 60px;
}

.section__title {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 27px;
  line-height: 1;
  display: block;
}

.section__description {
  font-size: 1.8rem;
  line-height: 1.6;
}

.section__description--2 {
  font-size: 1.4rem;
  line-height: 1;
}

.section .box::after {
  clear: both;
  content: '';
  display: block;
}

.section .box--type1 .box__item {
  display: table;
  width: 100%;
  margin-top: 30px;
}

.section .box--type1 .box__item__image {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.section .box--type1 .box__item__image img {
  width: 100%;
}

.section .box--type1 .box__item__list {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.section .box--type1 .box__item__list dt {
  text-align: center;
  font-size: 1.3rem;
}

.section .box--type1 .box__item__note {
  font-size: 1.1rem;
  line-height: 1.72;
  margin-top: 30px;
}

.section .box--type1 .box__item:nth-of-type(3) dd {
  text-align: center;
}

.section .box--type1_sp {
  display: table;
}

.section .box--type2 .box__item {
  width: 100%;
  margin-bottom: 20px;
}

.section .box--type2 .box__item:nth-of-type(2) {
  margin-bottom: 25px;
}

.section .box--type2 .box__item__button {
  width: 33.3%;
  text-align: center;
}

.section .box--type2 .box__item__button:not(:last-child) {
  margin-right: 15px;
}

.section .box--type2 .box__item__button--1 a {
  padding: 10% 15% 10% 15%;
}

.section .box--type2 .box__item__button--2 a {
  padding: 10% 10% 10% 12%;
}

.section .box--type2 .box__item__button--3 a {
  padding: 10% 15% 10% 15%;
}

.section .box--type2 .box__item__button--4 a {
  padding: 10% 23.5% 10% 23%;
}

.section .box--type2 .box__item__button--5 a {
  padding: 17% 14% 18% 15%;
}

.section .box--type2 .box__item__button--6 a {
  padding: 10% 26% 10% 26%;
}

.section .box--type2 .box__item__button a {
  background-color: #dcdddd;
  border: solid 1px #949595;
  display: block;
}

.section .box--type2 .box__item__button img {
  width: 100%;
  height: auto;
}

.section .box--type2 .box__item__button p {
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}

.section .box--type2 .box__item--sp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.section .box--type2 .box__item--pc {
  display: none;
}

.section .box--type2 .box__detail {
  display: none;
}

.section .box--type3 {
  margin-top: 30px;
}

.section .box--type3 .box__item {
  padding-right: 10px;
  padding-left: 10px;
  display: block;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.section .box--type3 .box__item--inline {
  width: 33.3%;
}

.section .box--type3 .box__item--inline:not(:last-child) {
  margin-right: 20px;
}

.section .box--type3 .box__item--inline p {
  margin-top: 20px;
  line-height: 1;
  text-align: center;
}

.section .box--type3 .box__item--inline img {
  width: 100%;
  height: auto;
}

.section .box--type3 .box__item__note {
  text-align: center;
  line-height: 1;
  margin-top: 15px;
}

.section .box--type3 .box__item__list {
  margin-top: 20px;
}

.section .box--type3 .box__item__list li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.75;
}

.section .secondary__item {
  margin-bottom: 40px;
}

.section .secondary__item:not(:first-child) {
  margin-top: 50px;
}

.section .secondary__item__title {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 1;
  display: block;
}

.section .secondary__item__box__text {
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.visual {
  width: 100%;
  height: 100vh;
}

.visual__inner {
  padding: 0 25px;
  height: 100vh;
}

.visual__inner__title {
  text-align: center;
}

.visual__inner__title img {
  width: 100%;
  height: auto;
}

.visual__inner__banner {
  display: block;
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 70%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.visual__inner__banner img {
  width: 100%;
  height: auto;
}

.visual__wrapper {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}

.visual__description {
  margin-top: 20px;
  line-height: 2.5;
}

.visual__description__item {
  display: block;
  font-size: 3.5vw;
  letter-spacing: 0.1em;
}

.visual__image {
  width: 100%;
  margin-top: 20px;
}

.visual--1 {
  background-image: url("../images/index/visual_bg1.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.visual--1 .visual__inner {
  padding: 0 33px;
  padding-top: 127px;
}

.visual--1 .visual__wrapper {
  background-color: transparent;
}

.visual--2 {
  background-image: url("../images/index/bg2.png");
  background-repeat: repeat;
}

.visual--2 .visual__inner {
  background-image: url("../images/index/visual_bg_item2.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-top: 111px;
}

.visual--3 {
  background-image: url("../images/index/bg2.png");
  background-repeat: repeat;
}

.visual--3 .visual__inner {
  background-image: url("../images/index/visual_bg_item3.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-top: 72px;
}

.contact, .faq {
  background-image: url("../images/index/bg2.png");
  background-size: 100% 100%;
  color: #fff;
}

.contact__top {
  border-top: 1px solid #bca476;
  border-bottom: 1px solid #bca476;
  background-color: #000000;
  padding: 20px;
  line-height: 1;
  text-align: right;
}

.contact__inner, .faq__inner {
  padding: 66px 25px;
}

.contact__inner.contact__inner--end, .contact__inner--end.faq__inner {
  height: 100vh;
}

.contact__inner.contact__inner--end div, .contact__inner--end.faq__inner div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}

.contact__title {
  text-align: center;
  line-height: 1;
}

.contact__title img {
  width: 129px;
  height: auto;
}

.contact__description {
  margin-top: 22px;
  margin-bottom: 22px;
  text-align: center;
  line-height: 1.75;
}

.contact__description span {
  display: block;
}

.contact__box__item {
  background-color: #000000;
  border: #bca476 1px solid;
  padding: 20px;
}

.contact__box__item:nth-of-type(1) {
  margin-bottom: 25px;
}

.contact__box__item:nth-of-type(1) dt {
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}

.contact__box__item:nth-of-type(1) dt img {
  width: 200px;
  height: 16px;
}

.contact__box__item:nth-of-type(1) dd {
  text-align: center;
}

.contact__box__item:nth-of-type(1) dd img {
  width: 200px;
  height: 37px;
}

.contact__box__item:nth-of-type(2) dt {
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}

.contact__box__item:nth-of-type(2) dt img {
  width: 200px;
  height: 15px;
}

.contact__box__item:nth-of-type(2) dd {
  text-align: center;
}

.contact__box__item:nth-of-type(2) dd a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact__box__item:nth-of-type(2) dd a:hover {
  opacity: .7;
}

.contact__box__item:nth-of-type(2) dd img {
  width: 160px;
  height: 36px;
}

.contact__button {
  text-align: center;
}

.contact__button--info {
  margin-top: 30px;
  margin-bottom: 45px;
}

.contact__button--info a {
  display: inline-block;
  line-height: 1;
  background-image: url("../svg/index/icon_arrow2.svg");
  background-repeat: no-repeat;
  padding-left: 15px;
}

.contact__button--dl {
  margin-top: 30px;
}

.contact__button--dl a {
  display: inline-block;
  line-height: 1.2;
  background-image: url("../svg/index/icon_download.svg");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 27px;
}

.contact__info {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #bca476;
  padding: 20px;
}

.contact__info dt {
  font-size: 1.4rem;
  text-align: center;
}

.contact__info dd {
  text-indent: -1.3em;
  padding-left: 1.3em;
  letter-spacing: .15em;
}

.contact__info dd:not(first-child) {
  margin-top: 10px;
}

.form {
  width: 100%;
  margin: 0 auto;
}

.form::after {
  clear: both;
  content: '';
  display: block;
}

.form__item dt {
  font-size: 1.4rem;
  margin-top: 25px;
  line-height: 1;
  margin-bottom: 10px;
}

.form__item span {
  color: #ff0000;
}

.form__item input[type="text"], .form__item textarea {
  border: 1px solid #bca476;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
  padding: 7px 5px;
}

.form__item input[type="text"]:focus, .form__item textarea:focus {
  box-shadow: 0 0 5px #bca476;
  border: 1px solid #bca476;
}

.form__item .input1 {
  width: 100%;
}

.form__item .input2 {
  width: 100%;
}

.form__item textarea {
  width: 100%;
  height: 195px;
}

.form__item input[type="radio"],
.form__item input[type="checkbox"] {
  display: none;
}

.form__item--1 {
  line-height: 1;
}

.form__item--1 li {
  display: inline-block;
  font-size: 0;
}

.form__item--1 .radio + label {
  padding-right: 25px;
  position: relative;
  margin-right: 20px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  display: block;
}

.form__item--1 .radio + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #bca476;
  border-radius: 50%;
}

.form__item--1 .radio:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  width: 8px;
  height: 8px;
  background: #bca476;
  border-radius: 50%;
}

.form__item--2 {
  width: 100%;
  vertical-align: top;
}

.form__item--3 {
  width: 100%;
  vertical-align: top;
}

.form button[type="submit"] {
  display: block;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  width: 213px;
  height: 40px;
  margin: 0 auto;
  color: #fff;
  background-color: #988053;
  background-image: url(../images/contact/arrow.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 1.6rem;
  border-radius: 5px;
  margin-top: 35px;
}

.form button[type="submit"]:hover {
  opacity: .7;
}

.faq__title {
  text-align: left;
  border-bottom: 1px solid #bca476;
  padding-bottom: 10px;
}

.faq__title img {
  width: 60px;
  height: auto;
}

.faq__list {
  margin-top: 30px;
}

.faq__list__heading, .faq__list__text {
  font-size: 1.4rem;
  position: relative;
  padding-left: 30px;
}

.faq__list__heading::before, .faq__list__text::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("../svg/faq/icon_q.svg");
  background-repeat: no-repeat;
  display: inline-block;
  background-position: left;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.faq__list__text:not(:last-child) {
  margin-bottom: 20px;
}

.faq__list__text::before {
  background-image: url("../svg/faq/icon_a.svg");
}

.info .header {
  color: #333333;
}

.info .header__button {
  background-image: url("../images/index/icon_arrow1_on.png");
}

.info .header__button--back {
  color: #333333;
}

.info .section__logo img {
  display: block;
  margin: 0 auto;
}

.info .section .box {
  width: 100%;
}

.info .section .box__item {
  margin-bottom: 20px;
}

.info .section .box__item__title {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.info .section .box__item__title img {
  width: 100%;
}

.info .section .box__item__text {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.info .section .box__item__image {
  margin-bottom: 20px;
}

.info .section .box__item--contact__text {
  margin-top: 20px;
  margin-bottom: 5px;
}

.info .section .box__item--contact dl {
  border: 1px solid #000000;
  padding: 0 15px 15px;
  text-align: center;
}

.info .section .box__item--contact dl dt {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 15px;
}

.info .section .box__item--contact dl dt span {
  display: block;
  line-height: 1;
}

.info .section .box__item--contact dl dd {
  line-height: 1;
  margin-top: 10px;
}

.info .section .box__item--contact dl dd span {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}

.info .section .box__item--contact dl dd a img {
  width: 65%;
  height: auto;
}

.info.page1 .box__item--1 {
  background-image: url("../images/info/page1/bg_img02.png");
  background-repeat: no-repeat;
  background-position: right top 40px;
  padding-bottom: 14%;
}

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

tablet

----------------------------------------------------------------------- */
@media only screen and (min-width: 600px) {
  .visual__description__item {
    display: block;
    font-size: 3.20vw;
    letter-spacing: 0.1em;
  }
}

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

pc

----------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .wrapper {
    min-width: 1040px;
    margin: 0 auto;
  }
  .section {
    min-width: 1000px;
  }
  .section__inner {
    padding: 0;
  }
  .section--1 {
    background: -webkit-linear-gradient(#222222, #000000);
    background: linear-gradient(#222222, #000000);
    color: #fff;
  }
  .section--1 .section__inner {
    background-image: url("../images/pc/index/bg2.png");
    background-repeat: repeat;
  }
  .section--2 .section__inner {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 1000px;
    margin: 0 auto;
  }
  .section--2 .section__title img {
    width: 209px;
    height: auto;
  }
  .section--3 .section__inner {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 1000px;
    margin: 0 auto;
  }
  .section--3 .section__title img {
    width: 340px;
    height: auto;
  }
  .section--4 {
    background-size: 100% auto;
  }
  .section--4 .section__inner {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 1000px;
    margin: 0 auto;
  }
  .section--4 .section__title img {
    width: 170px;
    height: auto;
  }
  .section--5 {
    display: block;
    background-size: 100% auto;
  }
  .section--5 .section__inner {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 1000px;
    margin: 0 auto;
  }
  .section--5 .section__title img {
    width: 105px;
    height: auto;
  }
  .section--6 {
    background-size: 100% auto;
  }
  .section--6 .section__inner {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .section__title {
    margin-bottom: 40px;
  }
  .section__description {
    font-size: 2.2rem;
    line-height: 1;
  }
  .section__description--2 {
    font-size: 1.7rem;
  }
  .section .box--type1 {
    width: 800px;
    margin: 40px auto 0;
  }
  .section .box--type1::after {
    clear: both;
    content: '';
    display: block;
  }
  .section .box--type1 .box__item {
    display: block;
    width: 200px;
    margin-top: 0;
    float: left;
  }
  .section .box--type1 .box__item:not(:first-child) {
    margin-left: 100px;
  }
  .section .box--type1 .box__item__image {
    display: block;
    width: 200px;
    padding-right: 0;
    padding-left: 0;
  }
  .section .box--type1 .box__item__image img {
    width: 100%;
  }
  .section .box--type1 .box__item__list {
    display: block;
    width: 100%;
  }
  .section .box--type1 .box__item__list dt {
    text-align: center;
    font-size: 1.5rem;
  }
  .section .box--type1 .box__item__list dd {
    font-size: 1.4rem;
  }
  .section .box--type1 .box__item__note {
    clear: both;
    padding-top: 20px;
    font-size: 1.2rem;
    text-align: right;
  }
  .section .box--type1 .box__item:nth-of-type(3) {
    position: relative;
    padding-top: 345px;
  }
  .section .box--type1 .box__item:nth-of-type(3) dt {
    position: absolute;
    bottom: 120px;
  }
  .section .box--type1 .box__item:nth-of-type(3) dd {
    text-align: center;
    margin-top: 10px;
  }
  .section .box--type1 .box__item_sp {
    display: none;
  }
  .section .box--type2 {
    width: 800px;
    height: 430px;
    margin: 60px auto 0;
  }
  .section .box--type2 .box::after {
    clear: both;
    content: '';
    display: block;
  }
  .section .box--type2 .box__item {
    width: 310px;
    margin-top: 70px;
    margin-bottom: 20px;
    float: left;
  }
  .section .box--type2 .box__item__button {
    width: 85px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .section .box--type2 .box__item__button:not(:last-child) {
    margin-right: 21px;
  }
  .section .box--type2 .box__item__button:nth-of-type(3), .section .box--type2 .box__item__button:nth-of-type(6) {
    margin-right: 0;
  }
  .section .box--type2 .box__item__button a {
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    visibility: visibility;
    height: 86px;
    padding: 10px;
    background-size: 57px 66px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .section .box--type2 .box__item__button a:hover {
    background-color: #585657;
    border: solid 1px #fff;
  }
  .section .box--type2 .box__item__button.active a {
    background-color: #585657;
    border: solid 1px #fff;
  }
  .section .box--type2 .box__item__button--1 a {
    background-image: url(../svg/index/btn_icon1.svg);
  }
  .section .box--type2 .box__item__button--1 a:hover {
    background-image: url(../svg/index/btn_icon1_on.svg);
  }
  .section .box--type2 .box__item__button--1.active a {
    background-image: url(../svg/index/btn_icon1_on.svg);
  }
  .section .box--type2 .box__item__button--2 a {
    background-image: url(../svg/index/btn_icon2.svg);
  }
  .section .box--type2 .box__item__button--2 a:hover {
    background-image: url(../svg/index/btn_icon2_on.svg);
  }
  .section .box--type2 .box__item__button--2.active a {
    background-image: url(../svg/index/btn_icon2_on.svg);
  }
  .section .box--type2 .box__item__button--3 a {
    background-image: url(../svg/index/btn_icon3.svg);
  }
  .section .box--type2 .box__item__button--3 a:hover {
    background-image: url(../svg/index/btn_icon3_on.svg);
  }
  .section .box--type2 .box__item__button--3.active a {
    background-image: url(../svg/index/btn_icon3_on.svg);
  }
  .section .box--type2 .box__item__button--4 a {
    background-image: url(../svg/index/btn_icon4.svg);
  }
  .section .box--type2 .box__item__button--4 a:hover {
    background-image: url(../svg/index/btn_icon4_on.svg);
  }
  .section .box--type2 .box__item__button--4.active a {
    background-image: url(../svg/index/btn_icon4_on.svg);
  }
  .section .box--type2 .box__item__button--5 a {
    background-image: url(../svg/index/btn_icon5.svg);
  }
  .section .box--type2 .box__item__button--5 a:hover {
    background-image: url(../svg/index/btn_icon5_on.svg);
  }
  .section .box--type2 .box__item__button--5.active a {
    background-image: url(../svg/index/btn_icon5_on.svg);
  }
  .section .box--type2 .box__item__button--6 a {
    background-image: url(../svg/index/btn_icon6.svg);
  }
  .section .box--type2 .box__item__button--6 a:hover {
    background-image: url(../svg/index/btn_icon6_on.svg);
  }
  .section .box--type2 .box__item__button--6.active a {
    background-image: url(../svg/index/btn_icon6_on.svg);
  }
  .section .box--type2 .box__item__button p {
    text-align: center;
    line-height: 1.5;
    margin-top: 10px;
  }
  .section .box--type2 .box__item--sp {
    display: none;
  }
  .section .box--type2 .box__item--pc {
    display: block;
  }
  .section .box--type2 .box__detail {
    float: right;
    width: 380px;
    text-align: center;
    display: block;
  }
  .section .box--type2 .box__detail__inner {
    display: none;
  }
  .section .box--type2 .box__detail__inner:not(:first-child) {
    margin-top: 70px;
  }
  .section .box--type2 .box__detail__inner:not(:first-child) img {
    width: 380px;
  }
  .section .box--type2 .box__detail__inner__heading {
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .section .box--type2 .box__detail__inner__text {
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .section .box--type3 {
    width: 800px;
    margin: 30px auto 0;
    position: relative;
  }
  .section .box--type3 .box__item {
    display: block;
    width: 310px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 0;
    padding-left: 0;
  }
  .section .box--type3 .box__item--inline {
    width: 76px;
  }
  .section .box--type3 .box__item--inline:not(:last-child) {
    margin-right: 40px;
  }
  .section .box--type3 .box__item--inline p {
    margin-top: 20px;
    line-height: 1;
    text-align: center;
  }
  .section .box--type3 .box__item--inline img {
    width: 100%;
    height: auto;
  }
  .section .box--type3 .box__item__note {
    text-align: left;
    margin-left: 115px;
    line-height: 1;
    margin-top: 15px;
  }
  .section .box--type3 .box__item__list {
    position: absolute;
    bottom: 186px;
    right: 0;
    margin-top: 20px;
  }
  .section .box--type3 .box__item__list li {
    line-height: 1.75;
  }
  .section .secondary::after {
    clear: both;
    content: '';
    display: block;
  }
  .section .secondary__item {
    width: 450px;
    height: 215px;
    float: left;
  }
  .section .secondary__item:not(:first-child) {
    margin-top: 0;
  }
  .section .secondary__item:nth-child(even) {
    float: right;
  }
  .section .secondary__item__title {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .section .secondary__item__box__text {
    margin-bottom: 18px;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
  .section .table {
    width: 481px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
  }
  .section .table--1 {
    margin-left: 15px;
    margin-right: 10px;
  }
  .section .table__item {
    border-bottom: 1px solid #000000;
  }
  .section .table__item__heading {
    width: 155px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #d9d9d9;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.15em;
    padding: 10px 10px;
  }
  .section .table__item__text {
    width: 320px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.15em;
    position: relative;
  }
  .section .table__item__text span {
    width: 35px;
    position: absolute;
    right: 10px;
  }
  .section .table__detail {
    margin-top: 15px;
    padding-left: 15px;
  }
  .section .table__detail li {
    padding-left: 2.5em;
    text-indent: -2.5em;
    letter-spacing: 0.2em;
  }
  .visual__inner {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .visual__inner__banner {
    display: none;
  }
  .visual__description {
    margin-top: 20px;
    line-height: 2.2;
  }
  .visual__description__item {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
  .visual__image {
    margin-top: 50px;
    width: 96%;
  }
  .visual__wrapper {
    height: auto;
    background-color: transparent;
  }
  .visual--1 {
    background-image: url("../images/pc/index/visual_bg1.png");
  }
  .visual--1 .visual__inner {
    padding: 0;
  }
  .visual--1 .visual__inner__item {
    position: absolute;
    width: 417px;
    top: 22%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .visual--1 .visual__inner__title img {
    max-width: 436px;
    height: auto;
  }
  .visual--2 {
    background-image: none;
    height: 615px;
  }
  .visual--2 .visual__inner {
    height: 615px;
    background-image: url("../images/pc/index/visual_bg_item2.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-top: 0;
  }
  .visual--2 .visual__inner__item {
    position: absolute;
    width: 335px;
    top: 21%;
    right: 10%;
  }
  .visual--2 .visual__inner__title {
    text-align: left;
  }
  .visual--2 .visual__inner__title img {
    max-width: 259px;
    height: 26px;
  }
  .visual--3 {
    background-image: none;
    height: 670px;
  }
  .visual--3 .visual__inner {
    height: 615px;
    padding-top: 0;
    background-image: url("../images/pc/index/visual_bg_item3.png");
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .visual--3 .visual__inner__item {
    position: absolute;
    width: 350px;
    top: 15%;
    left: 10%;
  }
  .visual--3 .visual__inner__title {
    text-align: left;
  }
  .visual--3 .visual__inner__title img {
    max-width: 250px;
    height: 17px;
  }
  .contact, .faq {
    background-image: url("../images/pc/index/bg2.png");
    background-size: auto;
    min-width: 1000px;
    background-color: #000000;
  }
  .contact__bg {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), #2f3031);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), #2f3031);
  }
  .contact__top {
    padding: 20px;
  }
  .contact__inner, .faq__inner {
    padding: 100px 0;
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
  }
  .contact__title img {
    width: 180px;
    height: auto;
  }
  .contact__description {
    margin-top: 22px;
    margin-bottom: 35px;
    font-size: 1.4rem;
  }
  .contact__description span {
    display: inline;
  }
  .contact__box__item {
    width: 480px;
    margin: 0 auto;
    line-height: 37px;
  }
  .contact__box__item:nth-of-type(1) dt {
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .contact__box__item:nth-of-type(1) dd {
    text-align: center;
    display: inline-block;
  }
  .contact__box__item:nth-of-type(2) dt {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 45px;
  }
  .contact__box__item:nth-of-type(2) dd {
    text-align: center;
    display: inline-block;
  }
  .contact__button {
    text-align: center;
  }
  .contact__button--info {
    margin-top: 30px;
    margin-bottom: 45px;
  }
  .contact__button--dl {
    margin-top: 30px;
  }
  .contact__info {
    width: 860px;
  }
  .contact__info dt {
    font-size: 1.6rem;
  }
  .form {
    width: 860px;
  }
  .form__item dt {
    font-size: 1.6rem;
  }
  .form__item input[type="text"] label, .form__item textarea label {
    font-size: 2.0rem;
  }
  .form__item .input1 {
    width: 240px;
  }
  .form__item .input2 {
    width: 400px;
  }
  .form__item textarea {
    width: 400px;
  }
  .form__item--1 .radio + label {
    font-size: 1.6rem;
  }
  .form__item--1 .radio + label::before {
    top: -2px;
  }
  .form__item--1 .radio:checked + label::after {
    top: 2px;
    right: 4px;
  }
  .form__item--2 {
    width: 400px;
    display: inline-block;
  }
  .form__item--3 {
    width: 400px;
    display: inline-block;
    margin-left: 50px;
  }
  .faq__title img {
    width: 80px;
    height: 30px;
  }
  .faq__list {
    margin-top: 40px;
  }
  .faq__list__heading, .faq__list__text {
    font-size: 1.6rem;
  }
  .faq__list__heading::before, .faq__list__text::before {
    content: "";
    top: 3px;
  }
  .info .section {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  .info .section__inner {
    padding: 100px 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .info .section__logo img {
    text-align: left;
    display: inline;
  }
  .info .section .box__item {
    width: 58%;
  }
  .info .section .box__item__text {
    letter-spacing: 0.2em;
  }
  .info .section .box__item__text span {
    display: block;
  }
  .info .section .box__item__image {
    margin-bottom: 20px;
  }
  .info .section .box__item--contact__text {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .info .section .box__item--contact dl {
    padding-top: 10px;
    text-align: left;
  }
  .info .section .box__item--contact dl dt {
    line-height: 1;
    font-size: 1.5rem;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 178px;
  }
  .info .section .box__item--contact dl dt span {
    display: block;
  }
  .info .section .box__item--contact dl dd {
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .info .section .box__item--contact dl dd span {
    display: inline-block;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
  }
  .info .section .box__item--contact dl dd a {
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .info .section .box__item--contact dl dd a:hover {
    opacity: .7;
  }
  .info .section .box__item--contact dl dd a img {
    width: 140px;
    height: 31px;
  }
  .info.page1 .box {
    background: url("../images/info/page1/bg_img01.png") right top no-repeat, url("../images/info/page1/bg_img02.png") left 320px top 60px no-repeat;
  }
  .info.page1 .box__item--1 {
    background-image: none;
    padding-bottom: 0;
  }
  .info.page1 .box__item--1 .box__item__title img {
    width: 461px;
    height: 58px;
  }
  .info.page1 .box__item--2 .box__item__title img {
    width: 260px;
    height: 31px;
  }
  .info.page2 .box {
    background: url("../images/info/page2/img01.png") right top no-repeat;
  }
  .info.page2 .box__item {
    background-image: none;
    padding-bottom: 0;
  }
  .info.page2 .box__item .box__item__title img {
    width: 461px;
    height: 58px;
  }
}

/* スマホの横向き - ブラウザ幅が最大750pxで高さよりも大きい場合 */
@media (max-width: 736px) and (orientation: landscape) {
  .js-landscape .header__banner {
    display: block;
  }
  .js-landscape .header__banner img {
    width: 30%;
  }
  .js-landscape .logo {
    width: 144px;
    max-width: 144px;
    margin-top: 30px;
  }
  .js-landscape .visual__inner {
    width: 100%;
    min-width: 100%;
    position: relative;
  }
  .js-landscape .visual__inner__banner {
    display: none;
  }
  .js-landscape .visual__description {
    margin-top: 20px;
    line-height: 2.2;
  }
  .js-landscape .visual__description__item {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
  .js-landscape .visual__image {
    margin-top: 50px;
    width: 96%;
  }
  .js-landscape .visual__wrapper {
    height: auto;
    background-color: transparent;
  }
  .js-landscape .visual--1 {
    background-image: url("../images/index/visual_bg1.png");
  }
  .js-landscape .visual--1 .visual__inner__item {
    position: absolute;
    width: 300px;
    top: 22%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .js-landscape .visual--1 .visual__inner__title img {
    max-width: 300px;
    height: auto;
  }
  .js-landscape .visual--2 {
    background-image: none;
    height: 615px;
  }
  .js-landscape .visual--2 .visual__inner {
    height: 615px;
    background-image: url("../images/index/visual_bg_item2.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-top: 0;
  }
  .js-landscape .visual--2 .visual__inner__item {
    position: absolute;
    width: 335px;
    top: 21%;
    right: 10%;
  }
  .js-landscape .visual--2 .visual__inner__title {
    text-align: left;
  }
  .js-landscape .visual--2 .visual__inner__title img {
    max-width: 259px;
    height: 26px;
  }
  .js-landscape .visual--3 {
    background-image: none;
    height: 670px;
  }
  .js-landscape .visual--3 .visual__inner {
    height: 615px;
    padding-top: 0;
    background-image: url("../images/index/visual_bg_item3.png");
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .js-landscape .visual--3 .visual__inner__item {
    position: absolute;
    width: 350px;
    top: 15%;
    left: 10%;
  }
  .js-landscape .visual--3 .visual__inner__title {
    text-align: left;
  }
  .js-landscape .visual--3 .visual__inner__title img {
    max-width: 250px;
    height: 17px;
  }
}
