@charset "UTF-8";
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/****Webフォント************/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
/* ************************************************ 
 *	base
 * ************************************************ */
html,
html *,
body,
header,
footer {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Helvetica Neue", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Arial, Meiryo, sans-serif;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  background: #FFF;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media print, screen and (min-width: 768px) {
  body {
    line-height: 2;
  }
}

.content_block {
  padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .content_block {
    padding-top: 70px;
  }
}

.inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

h2.block_title {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  h2.block_title {
    font-size: 30px;
  }
}
h2.block_title.white {
  color: #fff;
}
h2.block_title.center {
  text-align: center;
  margin-bottom: 30px;
}
h2.block_title.border {
  position: relative;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  h2.block_title.border {
    margin-bottom: 60px;
  }
}
h2.block_title.border::after {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 70px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #09174e;
}
@media print, screen and (min-width: 768px) {
  h2.block_title.border::after {
    bottom: -20px;
  }
}
h2.block_title.border.white::after {
  background-color: #fff;
}
h2.block_title .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  h2.block_title .sub {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
}

@media print, screen and (min-width: 1024px) {
  .tab_br {
    display: none;
  }
}

@media print, screen and (min-width: 1024px) {
  a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
}

/* ************************************************ 
 *	ヘッダー
 * ************************************************ */
/* 共通
----------------------------------------------*/
@media print, screen and (min-width: 1024px) {
  header {
    height: 768px;
    background: url(./images/mv.png) no-repeat;
    background-position: top center;
  }
}

h1.logo {
  background: #09174e;
  line-height: 1;
  padding: 0 0 0 15px;
}
@media print, screen and (min-width: 768px) {
  h1.logo {
    padding: 5px 0 0 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  h1.logo {
    background: none;
  }
}
h1.logo img {
  max-width: 150px;
  vertical-align: middle;
}
@media print, screen and (min-width: 1024px) {
  h1.logo img {
    max-width: 100%;
  }
}

.header_txt {
  background: #09174e;
  color: #fff;
  text-align: center;
  padding: 40px 0 80px;
}
@media print, screen and (min-width: 768px) {
  .header_txt {
    padding: 60px 0 120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header_txt {
    background: none;
    text-align: left;
    padding: 0 20px;
    margin-top: 200px;
  }
}
.header_txt h2 {
  font-size: 30px;
}
@media print, screen and (min-width: 768px) {
  .header_txt h2 {
    font-size: 40px;
  }
}
.header_txt p {
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  .header_txt p {
    font-size: 18px;
  }
}
.header_txt a {
  display: block;
  width: 250px;
  background-color: #d9ae51;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 12px 0;
  margin: 20px auto 0;
}
@media print, screen and (min-width: 768px) {
  .header_txt a {
    width: 400px;
    font-size: 24px;
    padding: 18px 0;
    margin: 40px auto 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .header_txt a {
    margin: 40px 0 0;
  }
}

.mv_sp {
  margin-top: -5.5%;
}
@media print, screen and (min-width: 1024px) {
  .mv_sp {
    display: none;
  }
}
.mv_sp img {
  width: 100%;
}

/* ************************************************ 
 *	コンテンツ
 * ************************************************ */
/* リード
----------------------------------------*/
#lead h2.block_title {
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  #lead h2.block_title {
    font-size: 30px;
  }
}
#lead p {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  #lead p {
    line-height: 2.2;
  }
}

/* 特長
----------------------------------------*/
#feature {
  margin-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  #feature {
    margin-top: 0;
  }
}

.feature_block {
  margin-bottom: 80px;
}
@media print, screen and (min-width: 1024px) {
  .feature_block {
    background: url(./images/feature_bg.png) no-repeat;
    background-position: center 50px;
  }
}
.feature_block:nth-child(1) .feature_img {
  background: url(./images/feature-img01.png) no-repeat;
}
.feature_block:nth-child(2) .feature_img {
  background: url(./images/feature-img02.png) no-repeat;
}
.feature_block:nth-child(3) .feature_img {
  background: url(./images/feature-img03.png) no-repeat;
}
.feature_block:nth-child(4) .feature_img {
  background: url(./images/feature-img04.png) no-repeat;
}
.feature_block:nth-child(odd) .feature_img {
  background-position: top left;
  background-size: 90% auto;
}
@media print, screen and (min-width: 1024px) {
  .feature_block:nth-child(odd) .feature_img {
    background-size: unset;
  }
}
.feature_block:nth-child(even) .feature_img {
  background-position: top right;
  background-size: 90% auto;
}
@media print, screen and (min-width: 1024px) {
  .feature_block:nth-child(even) .feature_img {
    background-size: unset;
  }
}
.feature_block .inner {
  display: flex;
}
.feature_block:nth-child(odd) .inner {
  justify-content: right;
}

.feature_txt {
  width: 90%;
  background-color: #fff;
  font-size: 16px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 25px 20px;
  margin-top: 40vw;
}
@media print, screen and (min-width: 768px) {
  .feature_txt {
    width: 600px;
    font-size: 18px;
    padding: 50px 55px;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature_txt {
    margin-top: 180px;
  }
}

.special_print_img {
  text-align: center;
  margin-top: 1.5em;
}
.special_print_img p {
  line-height: 1.5;
  margin-top: 15px;
}

/* アッセンブリ
----------------------------------------*/
#assembly {
  background: #eff2f5 url(./images/assembly-bottom-bg.png) no-repeat;
  background-size: auto 110px;
  background-position: bottom center;
  padding: 40px 0 140px;
}
@media print, screen and (min-width: 768px) {
  #assembly {
    background-size: auto 150px;
    padding: 60px 0 200px;
  }
}
@media print, screen and (min-width: 1024px) {
  #assembly {
    background-size: unset;
    padding: 80px 0 270px;
  }
}

ul.assembly_img {
  padding-top: 50px;
}
@media print, screen and (min-width: 768px) {
  ul.assembly_img {
    display: flex;
    justify-content: space-between;
  }
}
ul.assembly_img li {
  position: relative;
  color: #09174e;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  ul.assembly_img li {
    width: 20%;
  }
}
ul.assembly_img li img {
  display: block;
  width: 200px;
  margin: 0 auto 10px;
}
@media print, screen and (min-width: 768px) {
  ul.assembly_img li img {
    width: 100%;
  }
}
ul.assembly_img li:not(:last-child) {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  ul.assembly_img li:not(:last-child) {
    margin-bottom: 0;
  }
}
ul.assembly_img li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: calc(50% - 10px);
  bottom: -45px;
  display: inline-block;
  width: 20px;
  height: 40px;
  background-image: url(./images/caret_right.png);
  background-size: contain;
  transition: all 0.3s;
  transform: rotate(90deg);
}
@media print, screen and (min-width: 768px) {
  ul.assembly_img li:not(:last-child)::after {
    top: calc(50% - 40px);
    right: -23%;
    bottom: unset;
    transform: unset;
  }
}

/* グランフィールについて
----------------------------------------*/
#about_granphyr {
  background: url(./images/about-granphyr-bg.jpg) no-repeat;
  background-size: auto 100%;
  background-position: top center;
  padding: 40px 0;
}
@media print, screen and (min-width: 768px) {
  #about_granphyr {
    background-size: unset;
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  #about_granphyr {
    padding: 80px 0;
  }
}
#about_granphyr p {
  color: #fff;
}

.about_granphyr_table {
  font-size: 16px;
  border: 1px solid #cccccc;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .about_granphyr_table {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .about_granphyr_table dl {
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .about_granphyr_table dl:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
}
.about_granphyr_table dt {
  width: 100%;
  background-color: #09174e;
  color: #fff;
  border-right: 1px solid #cccccc;
  padding: 10px 15px;
}
@media print, screen and (min-width: 768px) {
  .about_granphyr_table dt {
    width: 30%;
    padding: 15px;
  }
}
.about_granphyr_table dd {
  width: 100%;
  background-color: #fff;
  padding: 10px 15px;
}
@media print, screen and (min-width: 768px) {
  .about_granphyr_table dd {
    padding: 15px;
    width: 70%;
  }
}

.granphyr_link {
  text-align: center;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .granphyr_link {
    margin-top: 60px;
  }
}
.granphyr_link a {
  display: inline-block;
  background-color: #09174e;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 1em 2em;
}
@media print, screen and (min-width: 768px) {
  .granphyr_link a {
    font-size: 20px;
    padding: 1em 4em;
  }
}

/* よくあるご質問
----------------------------------------*/
.faq {
  font-size: 16px;
  border-bottom: 1px solid #222222;
  padding-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .faq {
    font-size: 18px;
  }
}

.toggle {
  display: none;
}

.qa {
  position: relative;
  line-height: 1.8;
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.content p {
  background: url(./images/a-icon.png) no-repeat;
  background-size: 30px auto;
  background-position: 5px 2px;
  margin: 0;
  padding: 0 40px 15px 45px;
}
@media print, screen and (min-width: 768px) {
  .content p {
    background-size: 40px auto;
    background-position: 15px 0;
    padding: 3px 30px 25px 70px;
  }
}

.title {
  border-top: solid 1px #000;
  display: block;
  color: #333;
  background: url(./images/q-icon.png) no-repeat;
  background-size: 30px auto;
  background-position: 5px 15px;
  padding: 15px 40px 15px 45px;
}
@media print, screen and (min-width: 768px) {
  .title {
    background-size: 40px auto;
    background-position: 15px 22px;
    padding: 25px 30px 25px 70px;
  }
}
.title:hover {
  cursor: pointer;
}
.title::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(./images/open.png);
  background-size: contain;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .title::after {
    right: 20px;
    top: 22px;
    width: 40px;
    height: 40px;
  }
}

.toggle:checked + .title + .content {
  max-height: 300px;
  transition: all 2s;
}

.toggle:checked + .title::after {
  background-image: url(./images/close.png);
}

/* ************************************************ 
 *	form
 * ************************************************ */
#form {
  background-color: #eff2f5;
  padding: 40px 0;
  margin-top: 80px;
}
@media print, screen and (min-width: 768px) {
  #form {
    padding: 80px 0;
    margin-top: 100px;
  }
}

form#form-contact {
  margin-top: 40px;
}
form#form-contact dl {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  form#form-contact dl {
    display: flex;
    justify-content: space-between;
  }
}
form#form-contact dt {
  font-size: 16px;
  padding: 10px 0;
}
@media print, screen and (min-width: 1024px) {
  form#form-contact dt {
    width: 300px;
    font-size: 18px;
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  form#form-contact dd {
    width: calc(100% - 350px);
  }
}
form#form-contact input, form#form-contact textarea {
  width: 100%;
  font-size: 16px;
  border: 1px solid #cccccc;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  form#form-contact input, form#form-contact textarea {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1024px) {
  form#form-contact input, form#form-contact textarea {
    padding: 15px 10px;
  }
}

.required,
.optional {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 3px 14px;
  margin-right: 1.2em;
}
@media print, screen and (min-width: 1024px) {
  .required,
.optional {
    font-size: 16px;
  }
}

.required {
  background-color: #09174e;
}

.optional {
  background-color: #6a79b1;
}

::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

::placeholder {
  color: #cccccc;
  opacity: 1;
}

button.contact-submit {
  display: block;
  width: 280px;
  background-color: #09174e;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border: none;
  padding: 15px 0;
  margin: 20px auto;
}
@media print, screen and (min-width: 768px) {
  button.contact-submit {
    width: 400px;
    font-size: 20px;
    padding: 20px 0;
    margin: 30px auto;
  }
}
@media print, screen and (min-width: 1024px) {
  button.contact-submit:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.5s;
  }
}

/* ************************************************ 
 *	フッター
 * ************************************************ */
/* 共通
----------------------------------------*/
footer {
  background-color: #09174e;
  color: #fff;
  padding: 30px 0;
}

.footer_block {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .footer_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* フッターリンク
----------------------------------------*/
ul.footer_link {
  display: flex;
  justify-content: center;
  line-height: 1;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  ul.footer_link {
    justify-content: unset;
    margin-bottom: 0;
  }
}
ul.footer_link li {
  padding-left: 1.5em;
}
ul.footer_link li:first-child {
  border-right: 1px solid #fff;
  padding-left: 0;
  padding-right: 1.5em;
}
ul.footer_link a {
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 0 0 1px;
}

/* コピーライト
----------------------------------------*/
.copyright {
  display: block;
  line-height: 1;
  text-align: center;
}

/* ************************************************ 
 *	thanksページ
 * ************************************************ */
.thanks_header {
  height: auto;
  background: #09174e;
  padding-bottom: 20px;
}

.thanks_wrap {
  text-align: center;
  padding: 120px 0;
}
@media print, screen and (min-width: 768px) {
  .thanks_wrap {
    padding: 260px 0;
  }
}
.thanks_wrap h2 {
  font-size: 22px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .thanks_wrap h2 {
    font-size: 28px;
  }
}
.thanks_wrap a {
  display: inline-block;
  background-color: #d9ae51;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 1em 1.5em;
  margin-top: 70px;
}
@media print, screen and (min-width: 768px) {
  .thanks_wrap a {
    font-size: 20px;
    padding: 1em 3em;
  }
}/*# sourceMappingURL=style.css.map */