@charset "UTF-8";
/*
Theme Name: 株式会社eccasa
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins,
kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, 　td, article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  font-weight: 500;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
}

section, article, aside, main, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

* {
  box-sizing: border-box;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select::-ms-expand {
  display: none;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="radio"], input[type="submit"], button, textarea, select {
  font-family: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:after, *:before {
  font-family: inherit;
  color: inherit;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.wrap_original {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

.inner {
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 750px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sp {
  display: block;
}

@media (max-width: 750px) {
  .sp {
    display: none;
  }
}

.pc_br {
  display: block;
}

@media (max-width: 576px) {
  .pc_br {
    display: none;
  }
}

header {
  display: flex;
  justify-content: space-between;
}

header .left_txt {
  padding: 20px 0 0 20px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 750px) {
  header .left_txt {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  header .left_txt {
    padding: 10px 15px 20px;
    text-align: center;
    width: 100%;
  }
}

header .left_txt figure {
  margin-top: 10px;
}

@media (max-width: 576px) {
  header .left_txt figure {
    width: 40%;
    margin: auto;
  }
}

header .left_txt h1 {
  padding-top: 10px;
  color: #707070;
  margin-left: 20px;
}

@media (max-width: 576px) {
  header .left_txt h1 {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}

header .left_txt p {
  font-size: 1.4rem;
  padding-top: 10px;
  color: #707070;
  margin-left: 20px;
}

@media (max-width: 576px) {
  header .left_txt p {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  header .right_box {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }
}

@media screen and (max-width: 750px) and (max-width: 750px) {
  header .right_box {
    padding-bottom: 0px;
  }
}

header .right_box a {
  padding: 30px 50px;
  width: 100%;
  height: 100%;
  background-color: #956304;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 750px) {
  header .right_box a {
    padding: 10px 50px;
  }
}

.mv {
  background-image: url(../img/mv.jpg);
  background-size: cover;
  display: flex;
  padding: 20px 0;
  justify-content: space-between;
}

.mv .left_box {
  padding: 30px;
  width: 40%;
}

@media (max-width: 576px) {
  .mv .left_box {
    padding: 30px 15px;
    width: 100%;
  }
}

.mv .left_box .mv_list {
  display: flex;
}

.mv .left_box .mv_list li {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0;
  width: 130px;
  color: #fff;
  padding: 5px 0;
}

.mv .left_box .mv_list li:nth-child(1) {
  margin-right: 10px;
}

.mv .left_box .mv_list li::before {
  transform: skewX(-45deg);
  content: "";
  position: absolute;
  padding: 10px 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #956304;
}

.mv .left_box h2 {
  font-size: 2.4rem;
  color: #fff;
  margin-top: 20px;
}

@media (max-width: 750px) {
  .mv .left_box h2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 576px) {
  .mv .left_box h2 {
    font-size: 1.8rem;
    line-height: 1.7;
    text-align: center;
  }
}

.mv .left_box h3 {
  font-size: 8rem;
  color: #fff;
  margin-top: 0;
}

@media (max-width: 750px) {
  .mv .left_box h3 {
    font-size: 6.4rem;
  }
}

@media (max-width: 576px) {
  .mv .left_box h3 {
    font-size: 4.0rem;
    margin-top: 20px;
    text-align: center;
  }
}

.mv .left_box .txt {
  font-size: 3rem;
  text-align: center;
  color: #fff;
  margin: 50px 0;
}

@media (max-width: 750px) {
  .mv .left_box .txt {
    font-size: 2.4rem;
    text-align: left;
  }
}

@media (max-width: 576px) {
  .mv .left_box .txt {
    font-size: 1.8rem;
    line-height: 1.7;
    margin: 40px 0;
    text-align: center;
  }
}

.mv .left_box .mv_cicon {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.mv .left_box .mv_cicon li {
  width: 31%;
}

.mv .right_box {
  display: flex;
  width: 60%;
}

@media screen and (max-width: 750px) {
  .mv .right_box {
    display: none;
  }
}

.sub_title {
  text-align: center;
  font-size: 3.6rem;
}

@media (max-width: 750px) {
  .sub_title {
    font-size: 2.4rem;
  }
}

@media (max-width: 576px) {
  .sub_title {
    font-size: 1.8rem;
  }
}

.sub_title::after {
  content: "";
  display: block;
  max-width: 595px;
  height: 1px;
  background-color: #946304;
  margin: 10px auto 0;
}

.sub_txt {
  text-align: center;
  color: #956304;
  font-size: 2.1rem;
}

.box01 {
  padding-top: 100px;
  background-color: #F5F5F5;
}

@media (max-width: 750px) {
  .box01 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.box01 .point_list {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media (max-width: 750px) {
  .box01 .point_list {
    display: block;
  }
}

.box01 .point_list li {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 30px;
}

@media (max-width: 750px) {
  .box01 .point_list li {
    margin: 40px auto 0;
  }
}

.box01 .point_list li:last-child {
  margin-right: 0;
}

@media (max-width: 750px) {
  .box01 .point_list li:last-child {
    margin: 40px auto 0;
  }
}

.box01 .point_list li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -100px;
  left: 50%;
  height: 100px;
  width: 2px;
  background-color: #956304;
  transform: translateX(-50%);
}

.box01 .point_list li .nonber {
  font-size: 4rem;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  border-bottom: 1px solid #956304;
  color: #956304;
  padding-bottom: 5px;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .box01 .point_list li .nonber {
    font-size: 3.2rem;
  }
}

@media (max-width: 576px) {
  .box01 .point_list li .nonber {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

.box01 .point_list li h3 {
  font-size: 2.1rem;
  color: #333;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .box01 .point_list li h3 {
    font-size: 1.8rem;
  }
}

.box01 .point_list li .en_txt {
  text-align: center;
  color: #956304;
  font-size: 1.4rem;
}

.box01 .point_title {
  max-width: 1000px;
  margin: 100px auto 0;
  background-color: #956304;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  padding: 20px 0;
}

@media (max-width: 750px) {
  .box01 .point_title {
    font-size: 2.4rem;
  }
}

@media (max-width: 576px) {
  .box01 .point_title {
    font-size: 1.8rem;
    margin: 80px auto 0;
    border-radius: 50px;
  }
}

.box01 .point_list02 {
  max-width: 1200px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 750px) {
  .box01 .point_list02 {
    display: block;
  }
}

@media (max-width: 576px) {
  .box01 .point_list02 {
    margin: 40px auto 0;
  }
}

.box01 .point_list02 li {
  width: 32%;
  background-color: #fff;
  box-shadow: 0 0 6px #ccc;
  padding: 0 0 20px 0;
}

@media (max-width: 750px) {
  .box01 .point_list02 li {
    width: 100%;
    padding: 0 0 40px 0;
  }
}

.box01 .point_list02 li .title {
  text-align: center;
  color: #956304;
  margin-top: 20px;
  font-size: 2.4rem;
}

@media (max-width: 576px) {
  .box01 .point_list02 li .title {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}

.box01 .point_list02 li .txt {
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.4rem;
}

@media (max-width: 750px) {
  .box01 .point_list02 li .txt {
    line-height: 1.7;
  }
}

.box03 {
  margin-top: 100px;
  background-image: url(../img/box03img.jpg);
  background-size: cover;
  padding: 300px 0 0;
}

@media (max-width: 750px) {
  .box03 {
    padding-left: 15px;
    padding-right: 15px;
    background-position: center;
  }
}

@media (max-width: 576px) {
  .box03 {
    padding: 120px 0 30px;
    background-position: center,left;
    margin-top: 0px;
  }
}

.box03 .inner {
  display: flex;
  align-items: flex-end;
}

.box03 .inner .txt_box {
  margin-bottom: 100px;
}

@media (max-width: 576px) {
  .box03 .inner .txt_box {
    margin-bottom: 10px;
  }
}

.box03 .inner .txt_box h2 {
  font-size: 3.6rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .box03 .inner .txt_box h2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 576px) {
  .box03 .inner .txt_box h2 {
    font-size: 1.8rem;
  }
}

.box03 .inner .txt_box p {
  font-size: 2.4rem;
  line-height: 2;
}

@media (max-width: 750px) {
  .box03 .inner .txt_box p {
    font-size: 2.0rem;
    line-height: 1.7;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .box03 .inner .txt_box p {
    font-size: 1.6rem;
    padding: 0 20px 0;
  }
}

.box04 {
  margin-top: 100px;
}

@media (max-width: 576px) {
  .box04 {
    margin-top: 80px;
  }
}

.box04 .menu_list01 li {
  display: flex;
  align-items: center;
  margin-top: 100px;
}

@media (max-width: 750px) {
  .box04 .menu_list01 li {
    flex-direction: column-reverse;
    align-items: start;
  }
}

@media (max-width: 576px) {
  .box04 .menu_list01 li {
    margin-top: 60px;
  }
}

.box04 .menu_list01 li .left_box {
  background-image: url(../img/box04bkimg01.jpg);
  background-position: center;
  background-size: cover;
  width: 70%;
  margin-right: -20%;
  padding: 100px 300px 100px 150px;
}

@media (max-width: 750px) {
  .box04 .menu_list01 li .left_box {
    padding: 100px 15px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .box04 .menu_list01 li .left_box {
    padding: 40px 15px;
  }
}

.box04 .menu_list01 li .left_box.non02 {
  background-image: url(../img/box04bkimg02.jpg);
}

.box04 .menu_list01 li .left_box.non03 {
  background-image: url(../img/box04bkimg03.jpg);
}

.box04 .menu_list01 li .left_box.non04 {
  background-image: url(../img/box04bkimg04.jpg);
}

.box04 .menu_list01 li .left_box h3 {
  font-size: 2.4rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .box04 .menu_list01 li .left_box h3 {
    font-size: 1.8rem;
  }
}

.box04 .menu_list01 li .left_box p {
  color: #fff;
}

@media (max-width: 576px) {
  .box04 .menu_list01 li .left_box p {
    font-size: 1.4rem;
    text-align: center;
    line-height: 2;
  }
}

.box04 .menu_list01 li .left_box dl {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  margin-top: 30px;
}

.box04 .menu_list01 li .left_box dl dt {
  width: 100%;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .box04 .menu_list01 li .left_box dl dt {
    font-size: 1.4rem;
    text-align: center;
    line-height: 2;
  }
}

.box04 .menu_list01 li .left_box dl dd {
  width: 30%;
  text-align: right;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

@media (max-width: 576px) {
  .box04 .menu_list01 li .left_box dl dd {
    font-size: 1.4rem;
  }
}

.box04 .menu_list01 li .right_box {
  width: 40%;
  margin-left: auto;
}

@media (max-width: 750px) {
  .box04 .menu_list01 li .right_box {
    width: 100%;
  }
}

.box04 .menu_list01 li .right_box figure {
  padding: 0;
  margin: 0;
}

@media (max-width: 750px) {
  .box04 .menu_list01 li .right_box figure {
    line-height: 0;
  }
}

.box04 .menu_list01 li.reverse {
  flex-direction: row-reverse;
}

@media (max-width: 750px) {
  .box04 .menu_list01 li.reverse {
    flex-direction: column-reverse;
  }
}

.box04 .menu_list01 li.reverse .left_box {
  width: 70%;
  margin-left: -20%;
  margin-right: 0;
  padding: 100px 150px 100px 300px;
}

@media (max-width: 750px) {
  .box04 .menu_list01 li.reverse .left_box {
    margin-left: 0;
    padding: 100px 15px;
    width: 100%;
  }
}

.box04 .menu_list01 li.reverse .right_box {
  width: 40%;
  margin-right: auto;
  margin-left: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 750px) {
  .box04 .menu_list01 li.reverse .right_box {
    width: 100%;
  }
}

.box05 {
  margin-top: 100px;
}

@media (max-width: 576px) {
  .box05 {
    margin-top: 80px;
  }
}

.box05 .fllow_list {
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .box05 .fllow_list {
    max-width: 100%;
  }
}

.box05 .fllow_list li {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}

@media (max-width: 576px) {
  .box05 .fllow_list li {
    margin-top: 30px;
    flex-direction: column;
    justify-content: center;
  }
}

.box05 .fllow_list li .left_box {
  width: 20%;
  display: flex;
  align-items: baseline;
  position: relative;
}

@media (max-width: 750px) {
  .box05 .fllow_list li .left_box {
    width: 60%;
  }
}

@media (max-width: 576px) {
  .box05 .fllow_list li .left_box {
    width: 100%;
  }
}

.box05 .fllow_list li .left_box::after {
  content: "";
  width: 2px;
  height: 100px;
  background-color: #956304;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: rotateX(-50%);
}

@media (max-width: 576px) {
  .box05 .fllow_list li .left_box::after {
    display: none;
  }
}

.box05 .fllow_list li .left_box .step {
  font-size: 2.4rem;
  color: #333;
  text-transform: uppercase;
}

.box05 .fllow_list li .left_box .nonver {
  font-size: 10rem;
  color: #956304;
}

@media (max-width: 750px) {
  .box05 .fllow_list li .left_box .nonver {
    font-size: 8rem;
  }
}

.box05 .fllow_list li .right_box {
  width: 80%;
  padding-top: 80px;
  margin-left: 30px;
}

@media (max-width: 576px) {
  .box05 .fllow_list li .right_box {
    padding-top: 20px;
    margin-left: 0;
    width: 100%;
  }
}

.box05 .fllow_list li .right_box h3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  color: #956304;
  border-bottom: 1px solid #956304;
}

.box05 .fllow_list li:last-child .left_box::after {
  display: none;
}

.faq {
  margin-top: 100px;
  background-color: #e5e5e5;
  padding: 100px 0;
  /*=========
  accordion
  =========*/
  /*=========
  faq
  =========*/
}

.faq .accordion_area {
  margin-top: 50px;
}

.faq .accordion_area .accordion_one .ac_header {
  background-color: #956304;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  color: #fff;
  cursor: pointer;
  transition: .2s;
  margin-top: 30px;
}

.faq .accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.faq .accordion_area .accordion_one .ac_header .i_box:before, .faq .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.faq .accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #fff;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.faq .accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #fff;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}

.faq .accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.faq .accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 736px) {
  .faq .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }
  .faq .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .faq .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .faq .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .faq .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}

.faq .p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.faq .p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.faq .p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
}

@media screen and (max-width: 736px) {
  .faq .p-faq__headinner {
    padding-left: 25px;
  }
  .faq .p-faq__headinner::before {
    font-size: 14px;
  }
  .faq .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}

.faq .p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.faq .p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #956304;
  font-size: 20px;
  font-weight: bold;
}

.faq .p-faq__bodyinner p.p-faq__a-txt {
  font-size: 1.6rem;
}

@media screen and (max-width: 736px) {
  .faq .p-faq__bodyinner {
    padding-left: 25px;
  }
  .faq .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .faq .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}

.company {
  margin-top: 100px;
  display: flex;
}

@media (max-width: 750px) {
  .company {
    flex-direction: column;
  }
}

.company .left_box {
  width: 50%;
  padding: 30px 100px;
  box-sizing: border-box;
  background-image: url(../img/company.jpg);
  background-size: cover;
}

@media (max-width: 750px) {
  .company .left_box {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .company .left_box {
    padding: 20px 15px;
  }
}

.company .left_box h3 {
  text-align: center;
  font-size: 3.5rem;
  border-bottom: 1px solid #946304;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (max-width: 750px) {
  .company .left_box h3 {
    font-size: 2.4rem;
  }
}

.company .left_box .sub_txt {
  color: #946304;
}

.company .left_box ul {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
}

.company .left_box li {
  margin-bottom: 10px;
  line-height: 2;
}

.company .left_box .fl_le {
  float: left;
  width: 20%;
  list-style: none;
}

.company .right_box {
  width: 50%;
  background-color: #F5F5F5;
  padding: 30px 100px;
  box-sizing: border-box;
  background-image: url(../img/company02.jpg);
  background-size: cover;
}

@media (max-width: 750px) {
  .company .right_box {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .company .right_box {
    padding: 20px 15px;
  }
}

.company .right_box h3 {
  text-align: center;
  font-size: 3.5rem;
  border-bottom: 1px solid #946304;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (max-width: 750px) {
  .company .right_box h3 {
    font-size: 2.4rem;
  }
}

.company .right_box .sub_txt {
  color: #946304;
}

.company .right_box ul {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
}

.company .right_box li {
  margin-bottom: 10px;
  line-height: 2;
}

.company .right_box .fl_le {
  float: left;
  width: 20%;
}

.company.sec05 {
  margin-top: 0px;
}

footer .map {
  width: 50%;
  line-height: 0;
  position: relative;
}

@media (max-width: 576px) {
  footer .map {
    width: 100%;
  }
}

footer .map .map_txt {
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (max-width: 576px) {
  footer .map .map_txt {
    display: none;
  }
}

footer .map .map_txt p {
  color: #fff;
  background-color: #946304;
  padding: 15px;
}

footer .map iframe {
  width: 100%;
  height: 400px;
}

footer .copy {
  background-color: #956304;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

@media (max-width: 576px) {
  footer .copy {
    padding-bottom: 100px;
  }
}

footer .copy .footer_link {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

footer .copy .footer_link li {
  margin-right: 10px;
}

footer .copy .footer_link li:last-child {
  margin-right: 0;
}

footer .copy .footer_link li a {
  color: #fff;
}

.contact {
  margin-top: 100px;
}

table.contacttable {
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 576px) {
  table.contacttable {
    width: 100%;
  }
}

table.contacttable th {
  text-align: right;
  font-size: 1.6rem;
  padding: 20px;
}

@media (max-width: 576px) {
  table.contacttable th {
    float: left;
    width: 100%;
    padding: 20px 0 30px 0;
    box-sizing: border-box;
    text-align: left;
  }
}

table.contacttable td {
  vertical-align: top;
  padding: 20px;
}

@media (max-width: 576px) {
  table.contacttable td {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 20px 0;
  }
}

table.contacttable td input {
  border: 1px solid #ccc;
  padding: 10px;
}

@media (max-width: 576px) {
  table.contacttable td input {
    width: 100%;
  }
}

table.contacttable td textarea {
  border: 1px solid #ccc;
  padding: 10px;
}

@media (max-width: 576px) {
  table.contacttable td textarea {
    width: 100%;
  }
}

.submit {
  text-align: center;
  margin-top: 40px;
}

.submit input {
  background-color: #946304;
  color: #fff;
  padding: 10px 150px;
}

.pc_hide {
  display: none !important;
}

@media (max-width: 750px) {
  .pc_hide {
    display: initial !important;
  }
}

@media (max-width: 750px) {
  .sp_hide {
    display: none !important;
  }
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein {
  opacity: 0;
  transition: all 1000ms;
}

.fadein.scrollin {
  opacity: 1;
}

#loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CCC5C1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  z-index: 9999;
}

.completed {
  opacity: 0;
  visibility: hidden;
}

.loader {
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.map_wapper {
  display: flex;
}


.thanks_box{
  margin-top: 50px;
  padding-bottom: 100px;
}
.thanks_txt{
  text-align: center;
  margin-top: 30px;
}


.fllow{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.fllow a{
  background-color: #956304;
  padding: 10px;
  color: #fff;
  display: block;
}
.fllow a i{
  margin-bottom: 10px;
}
