@charset "UTF-8";
/*@font-face {
  font-family: 'CaptureIt';
  src: url("../font/Capture it.ttf"); }

@font-face {
  font-family: 'CaptureIt';
  src: url("../font/captureit.eot"); }*/

.font_en {
}
.font_ja {
  font-weight: 400;
  font-style: normal;
}

/*==================================================
    Base Layout
    Header Area
    Fix cv
    Global Navigation
    Contents Area
    Main Area
    Aside Area
    Footer Area

    color
    red #9d2328
    deep_gray #3f3a39
    light_gray #faf8f5
==================================================*/
body {
  letter-spacing: .1em;
  line-height: 1.8;
}
img {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
/*--------------------------------------------------
    Base Layout
--------------------------------------------------*/
#container {
  font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #3f3a39;
  font-size: 14px;
}

#container .cap {
  font-weight: 600;
}

.inner {
  width: 83.33%;
  max-width: 1000px;
  margin: 0 auto;
}

.inner02 {
  width: 63.33%;
  max-width: 760px;
  margin: 0 auto;
}

.sub_inner {
  width: 76.67%;
  max-width: 920px;
  margin: 0 auto;
}

.wide_inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.red {
  color: #9d2328;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
}

/*--------------------------------------------------
    Header Area
--------------------------------------------------*/
#header {
	height: 120px;
	position: absolute;
	margin: -20px 0px -120px 0px;
  padding: 40px 50px;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header.add_bg {
  /*background: rgba(255,255,255,.8);
  position: fixed;
  top: 0;*/
}
#header .logo {
  max-width: 216px;
  z-index: 100;
}
#header .logo img {
  width: 100%;
  display: none;
}
#header .logo img.active {
  display: block;
}

#header .nav img {
  width: 40px;
}
#header .nav > .menu {
  display: inline-block;
  margin-left: 10px;
}

#header .nav_wrap {
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.nav01 .sub_menu,
.nav02 .sub_menu {
  line-height: 2;
  margin-top: 20px;
}

.nav01 .txt_sub_ttl:before,
.nav02 .txt_sub_ttl:before {
  content: "-";
  margin-right: 10px;
}
.nav01 .txt_sub_ttl:before {
  color: #3f3a39;
}
.nav02 .txt_sub_ttl:before {
  color: #fff;
}

.nav01 .txt_indent {
  text-indent: .85em;
}
.nav02 .txt_indent {
  text-indent: .5em;
}


.nav01 ul {
  color: #3f3a39;
  display: flex;
  position: relative;
}
.nav01.chan ul {
  color: #fff;
}
.nav01 li {
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}

.nav01 .child_menu_wrap {
  display: none;
  position: absolute;
  top: 2em;
  left: 0;
  width: 100px;
  background: rgba(255,255,255,.94);
  width: 300px;
}
.nav01 .item08 .child_menu_wrap {
  left: -100px;
}
.nav01 .child_menu_wrap.active {
  display: block;
}

.nav01 .child_menu_wrap .menu_ttl {
  color: #fff;
  background: #3f3a39;
  padding: 10px;
}
.nav01 .child_menu_wrap .menu_ttl span {
  margin-right: 10px;
}

.nav01 .child_menu_wrap .sub_menu {
  color: #3f3a39;
  display: block;
  padding: 0px 16px;
}
.nav01 .child_menu_wrap .sub_menu:last-of-type {
  padding-bottom: 20px;
}

.nav01 .sub_menu li {
  margin-right: 0;
}

#menu_btn, #close_btn {
  cursor: pointer;
}

#menu_btn img {
  display: none;
}
#menu_btn img.active {
  display: inline-block;
}

#close_btn {
  position: absolute;
  top: 50px;
  right: 50px;
}

.nav02 {
  display: none;
  position: fixed;
  background: #3f3a39;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 120px 0 80px;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: scroll !important;
}

.nav02 .nav_inner {
  max-width: 1200px;
  min-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.nav_inner .row_wrap {
  width: 30%;
}

.nav02 .nav_inner li {
  color: #fff;
  display: inline-block;
  letter-spacing: .1em;
  width: 100%;
}

.nav02 .font_en {
  font-weight: 600;
}

.nav02 .nav_inner a {
  display: inline-block;
  width: 100%;
}

.nav02 .nav_inner .txt_main {
  border-bottom: 1px solid #fff;
  font-size: 24px;
  line-height: 1;
  padding: 0 1% 10px;
  margin-top: 30px;
}

.nav02 .nav_inner .txt_sm {
  font-size: 14px;
  margin-left: 1em;
}

.nav02 .btns_contact {
  margin-top: 40px;
}
.nav02 .btns_contact li {
  background: #fff;
  color: #3f3a39;
  font-weight: 700;
  width: 220px;
  height: 64px;
  text-align: center;
  margin-top: 10px;
}
.nav02 .btns_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  padding-left: 15px;
}
.nav02 .btns_contact .icon {
  position: absolute;
  left: 20px;
}

@media screen and (max-width: 1190px) {
  #header .nav01 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #header {
    padding: 10px 20px;
  }
  #header .logo {
    width: 36%;
  }
  #menu_btn, #close_btn {
    width: 40px;
  }
  .nav02 {
    padding: 50px 0;
  }
  .nav02 .nav_inner {
    flex-direction: column;
    min-width: inherit;
  }
  .nav_inner .row_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .nav02 .nav_inner .txt_main {
    font-size: 18px;
  }
  #close_btn {
    top: 20px;
    right: 20px;
  }
}

/*--------------------------------------------------
    Fix cv
--------------------------------------------------*/
.cv_fix_btns {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 1;
}
.cv_fix_btns li {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  writing-mode: vertical-rl;
  height: 160px;
  width: 50px;
  line-height: 50px;
}
.cv_fix_btns li a {
  background: #3f3a39;
  height: 100%;
  color: #ffffff;
}
.cv_fix_btns .icon {
  width: 50%;
  position: relative;
  left: -12px;
  top: 20px;
}
.cv_fix_btns .txt {
  padding: 34px 0 0;
}
.cv_fix_btns li.btn01 a {
  background: #9d2328;
}
.cv_fix_btns .btn03 .icon {
  top: 10px;
}
.cv_fix_btns .btn03 .txt {
  padding: 24px 0 0;
}

@media screen and (max-width: 767px) {
  .cv_fix_btns {
    top: inherit;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .cv_fix_btns li {
    font-size: 12px;
    margin-top: 0;
    writing-mode: inherit;
    height: 60px;
    width: 50%;
    line-height: 1.2;
    text-align: center;
    position: relative;
  }
  .cv_fix_btns .icon {
    width: 24px;
    left: 0;
    top: 10px;
  }
  .cv_fix_btns .btn02 .icon {
    width: 22px;
    top: 8px;
  }
  .cv_fix_btns .btn03 .icon {
    top: 8px;
  }
  .cv_fix_btns .txt {
    display: block;
    padding: 5px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
    width: 100%;
  }
  .cv_fix_btns .btn03 .txt {
    padding: 5px 0 0;
  }
}

/*--------------------------------------------------
    Contents Area
--------------------------------------------------*/
/*.ttl {
  font-size: 42px;
  letter-spacing: 2px;
  line-height: 1;
}

.ttl .ja {
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 1px;
}*/

.btn {
  text-align: center;
  color: #ffffff;
}
.btn .fancy {
  background-color: #3f3a39;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  width: 200px;
  height: 54px;
  line-height: 54px;
  transition: all .3s;
/*  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, #fff 50%, #786f57 50%);
  background-image: linear-gradient(to right, #fff 50%, #786f57 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
*/
}
.btn .fancy:hover,
.btn .fancy.hover {
  opacity: .7;
/*  color: #fff;
  background-color: #fff;
  background-position: -100% 100%;*/
}

.btn .square {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #3f3a39;
  width: 380px;
  height: 60px;
  line-height: 60px;
}

.btn .external{
  position: relative;
}
.btn .external:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  content: " ";
  width: 14px;
  height: 14px;
  background: url(../../images/common/icon_link_off.png) center center / contain no-repeat;
  transition: all 0.3s;
}
.btn .external:hover:after {
  background-image: url(../../images/common/icon_link_on.png);
}

@media screen and (max-width: 767px) {
  .btn .fancy {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
  }

  .btn .square {
    font-size: 14px;
    line-height: 40px;
    width: 260px;
    height: 40px;
  }

  .btn .external:after {
    width: 10px;
    height: 10px;
    right: 10px;
    margin-top: -5px;
    background-image: url(../images/common/icon_link_sp.png);
  }
  .btn .map {
    display: inline-block;
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    font-weight: bold;
    color: #383635;
    background: #b8b9b4;
  }
  .btn .map span {
    margin-right: 15px;
  }
}

.bg_gray {
  background: #ededec;
}

.contents {
	position: relative;
}

.contents:before {
  content: '';
  width: 100%;
  height: 530px;
  display: block;
  background: url(../img/bg_pattern-01.png);
  background-size: contain;
  position: absolute;
  top: 0;
  z-index: -2;
}
.top.contents:before {
  content: none;
}

.page_ttl_box {
  width: 100%;
  height: 460px;
  padding: 200px 0 0;
  overflow: hidden;
}
.page_ttl {
  text-align: center;
  position: relative;
}
.page_ttl .en {
  font-size: 70px;
  font-weight: 700;
  display: block;
  line-height: 1.2;
  letter-spacing: 0;
}
.page_ttl .en.big {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  line-height: 1;
  z-index: -1;
  font-size: 160px;
  top: -45px;
  width: 100%;
}
.page_ttl .ja {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .contents:before {
    height: 260px;
  }
  .page_ttl_box {
    height: 260px;
    padding: 100px 0 0;
    margin-bottom: 50px;
  }
  .page_ttl .en {
    font-size: 35px;
  }
  .page_ttl .en.big {
    font-size: 50px;
    top: -4px;
  }
  .page_ttl .ja {
    font-size: 14px;
  }
}

.bread_crumb {
  line-height: 1;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 25px 100px;
  text-align: right;
  margin-bottom: 100px;
}
.bread_crumb li {
  font-size: 10px;
  display: inline-block;
}
.bread_crumb li:after {
  content: " / ";
  color: #3f3a39;
  vertical-align: top;
  margin: 0 5px;
}
.bread_crumb li:last-child:after {
  display: none;
}
.bread_crumb li a {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.center_ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.center_ttl .en {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 2px;
}

.center_ttl .ja {
  display: block;
  font-size: 14px;
  margin-top: 12px;
}

.center_ttl:after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background: #3f3a39;
  margin: 25px auto 35px;
}

@media screen and (max-width: 767px) {
  .center_ttl {
    font-size: 20px;
    line-height: 1.2;
  }
  .center_ttl:after {
    margin: 15px auto 20px;
  }
  .center_ttl .ja {
    margin-top: 0;
  }
}

/*.left_line:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 25%;
  height: 4px;
  margin-top: -2px;
  background: #83847b;
}*/

.left_ttl {
  position: relative;
  line-height: 1;
  background: #fff;
  letter-spacing: 2px;
}

.left_ttl.cap {
  font-size: 42px;
}

/*.left_ttl:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1em;
  background: #fff;
  left: -20px;
}*/

.left_ttl .ja {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
}

.lead_txt {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}

/*.marker {
  position: relative;
  display: inline-block;
  height: 1em;
}
.marker:before {
  content: "";
  display: block;
  width: 90%;
  height: 0.8em;
  position: absolute;
  top: 0.1em;
  left: 5%;
  z-index: -1;
  background-color: #9d2328;
}
*/
.bg_wall, .bg_paper {
  background: url(../../images/common/bg_pattern-01.png);
}

/* プルダウン中央寄せ */
.triger {
  text-align: right;
  font-weight: bold;
}

.btn_select {
  width: 210px;
  position: relative;
  background: #9d2328;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin: 0 0 80px 10px;
}

.btn_select .label {
  color: #fff;
  position: absolute;
  width: 100%;
  z-index: 1;
  line-height: 40px;
  text-indent: -10px;
}

.select {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 40px;
  opacity: 0;
  position: relative;
  z-index: 2;
}

.btn_select:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -6px;
}

.select:focus {
  z-index: -1;
}

@media screen and (max-width: 767px) {
/*  .line {
    position: relative;
  }
  .line:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.3em;
    width: 100vw;
    height: 4px;
    background: #83847b;
    z-index: -1;
  }*/

  .left_ttl.cap {
    font-size: 30px;
  }
  .left_ttl .ja {
    font-size: 10px;
  }

  .lead_txt {
    font-size: 12px;
    margin-bottom: 25px;
  }

  .triger {
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    width: initial;
  }

  .btn_select {
    width: 180px;
    margin: 0 0 40px 10px;
  }
  .btn_select:after {
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-width: 2px;
  }
  .btn_select .label {
    line-height: 30px;
  }
  .select {
    height: 30px;
  }

  .img_full {
    width: 100%;
  }
  .txt {
    font-size: 12px;
  }
}

/* 一覧ページネーション */
.page_nav {
  max-width: 840px;
  width: 70%;
  margin: 0 auto 170px;
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

.page_nav li {
  display: inline-block;
}

.page_nav .page-numbers {
  width: 40px;
  height: 36px;
  margin: 0 5px;
  line-height: 37px;
  display: inline-block;
  border-bottom: 4px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.page_nav .page-numbers:hover {
  border-bottom: 4px solid #9d2328;
}

.page_nav .current {
  background: #9d2328;
  color: #fff;
}

.page_nav .page-numbers.prev,
.page_nav .page-numbers.next {
  width: auto;
  height: auto;
  font-size: 18px;
  position: absolute;
  line-height: 36px;
  top: 0;
  margin: 0;
  border-bottom: 4px solid;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.page_nav .prev:hover,
.page_nav .next:hover {
  border-color: #9d2328;
}
.page_nav .prev {
  left: 0;
}
.page_nav .next {
  right: 0;
}

/* 詳細ページネーション */
.single_nav {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 170px;
}

.single_nav li {
  display: inline-block;
  line-height: 1;
}

.single_nav .prev,
.single_nav .next {
  position: absolute;
}
.single_nav .prev {
  left: 0;
}
.single_nav .next {
  right: 0;
}

.single_nav .nolink{
  display: none;
  color: #dcdcd9;
  z-index: -1;
}

.single_nav li a {
  border-bottom: 4px solid;
  padding-bottom: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single_nav li a:hover {
  border-color: #9d2328;
}


@media screen and (max-width: 767px) {
  .page_nav {
    width: 90%;
    margin: 0 auto 100px;
  }
  .page_nav .page-numbers {
    width: 34px;
    height: 34px;
    margin: 0 3px;
  }
  .page_nav .page-numbers.prev, .page_nav .page-numbers.next {
    font-size: 15px;
  }

  .single_nav {
    font-size: 14px;
    border-top: 2px solid #dcdcd9;
    border-bottom: 2px solid #dcdcd9;
    line-height: 32px;
    margin-bottom: 100px;
  }
  .single_nav .prev,
  .single_nav .next {
    width: 26.5%;
  }
  .single_nav .all {
    width: 45%;
    border-left: 2px solid #dcdcd9;
    border-right: 2px solid #dcdcd9;
  }
  .single_nav .nolink {
    display: inline-block
  }
  .single_nav li a {
    border-bottom: none;
    padding-bottom: 0;
    line-height: 38px;
  }
}

.c_link_menu {
  background: url(../img/bg_pattern-01.png);
}

.c_link_menu .list_wrap {
  display: flex;
  justify-content: center;
  width: 64%;
  max-width: 760px;
  min-width: 450px;
  margin: 0 auto;
  padding: 80px 0;
}

.c_link_menu .list_wrap li {
  color: #3f3a39;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #3f3a39;
  box-sizing: border-box;
  width: 31.33%;
  margin-right: 3%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.c_link_menu .list_wrap li:last-child {
  margin-right: 0;
}
.c_link_menu .list_wrap li a {
  width: 100%;
  height: 56px;
  display: inline-block;
  line-height: 56px;
}
.c_link_menu .list_wrap li a:hover {
  background: #3f3a39;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .c_link_menu .list_wrap {
    flex-direction: column;
    min-width: initial;
    width: 70%;
    padding: 30px 0 10px;
  }
  .c_link_menu .list_wrap li {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 14px;
    width: 100%;
  }
  .c_link_menu .list_wrap li a {
    height: 36px;
    line-height: 36px;
  }
}


/*--------------------------------------------------
    Main Area
--------------------------------------------------*/
/* rakurashie */
.rakurashie .col_01 {
  margin-bottom: 100px; }

.rakurashie .col_01 .img_full {
  margin-top: 25px;
  width: 100%; }

.rakurashie .col_02 {
  margin-bottom: 100px; }

.rakurashie .col_02 .box:first-child {
  margin-bottom: 75px; }

.rakurashie .col_02 .txt_box {
  width: 48%; }

.rakurashie .col_02 img {
  width: 48%; }

.rakurashie .col_02 .sub_ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px; }

.rakurashie .col_03 {
  background: -webkit-linear-gradient(top, #fff 70%, #ededec 30%);
  background: linear-gradient(to bottom, #fff 70%, #ededec 30%);
  padding-bottom: 40px;
  margin-bottom: 100px; }

.rakurashie .col_03 .left_ttl {
  margin-bottom: 50px; }

.rakurashie .col_03 .event_box{
  width: 80%;
  max-width: 960px;
  margin: 0 auto; }

.rakurashie .col_03 .event_list_item{
  float: left;
  width: 31.25%;
  border: 4px solid #dcdcd9;
  background: #fff;
  padding: 16px 1.6%;
  margin-right: 3.125%;
  box-sizing: border-box;
}

.rakurashie .col_03 .event_list_item:nth-child(3n){
  margin-right: 0
}

.rakurashie .col_03 .img_box{
  width: 100%;
  height: 12.5vw;
  max-height: 210px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px; }

.rakurashie .col_03 .img_box img{
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.rakurashie .col_03 .meta{
  color: #383635;
  font-size: 12px; }

.rakurashie .col_03 .cat{
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #9d2328;
  margin: 0 10px 10px 0;
  padding: 7px 14px ;}

.rakurashie .col_03 .post_ttl{
  font-size: 16px;
  color: #383635;
  font-weight: bold;
  height: 3em; }

.rakurashie .col_03 .btn {
  margin-top: 35px; }

.rakurashie .col_04 .box {
  border: 4px solid #ededec;
  box-sizing: border-box;
  padding-top: 36px; }

.rakurashie .col_04 .inner_box {
  width: 92%;
  margin: 0 auto; }

.rakurashie .col_04 .box img {
  width: 32.8%;
  margin-bottom: 36px; }

.rakurashie .col_04 .sub_ttl {
  width: 63%;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 25px;
  color: #383635; }

.rakurashie .col_04 .step {
  background: #9d2328;
  color: #fff;
  font-size: 16px;
  width: 100px;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 1em;
  margin-bottom: 20px; }

.rakurashie .col_04 .box .txt {
  width: 63%;
  margin-bottom: 40px; }

.rakurashie .col_04 .arrow {
  display: block;
  margin: 20px auto; }

.rakurashie .col_04 .bg_gray {
  width: 63.33%;
  max-width: 760px;
  margin: 60px auto 100px;
  padding: 40px 5% 30px;
  box-sizing: border-box;
  position: relative; }

.rakurashie .col_04 .bg_yellow {
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 0.5em 0.2em 0.2em; }

.rakurashie .col_04 .bg_gray .txt {
  width: 64%; }

.rakurashie .col_04 .bg_gray .txt span {
  color: #ae4d50;
  font-weight: bold; }

.rakurashie .col_04 .img {
  position: absolute;
  bottom: 25px;
  right: 5%;
  width: 26.31%; }

#map_rakurashie {
  height: 480px;
  width: 100%; }

.rakurashie .col_05 {
  text-align: center;
  margin-bottom: 130px; }

.rakurashie .col_05 .sub_ttl {
  margin: 60px 0 36px;
  font-weight: 900;
  color: #888686; }

.rakurashie .col_05 .sub_ttl .en {
  display: block;
  color: #9d2328;
  font-size: 24px; }

.page_renova .info {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .rakurashie .col_01 {
    margin-bottom: 50px; }
  .rakurashie .col_01 .img_full {
    margin-top: 15px; }
  .rakurashie .col_02 {
    width: initial;
    margin-bottom: 60px; }
  .rakurashie .col_02 .box:first-child {
    margin-bottom: 50px; }
  .rakurashie .col_02 .txt_box {
    float: none;
    width: 80%;
    margin: 0 auto 30px; }
  .rakurashie .col_02 .sub_ttl {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px; }
  .rakurashie .col_02 img {
    width: 100%; }
  .rakurashie .col_03 {
    background: -webkit-linear-gradient(top, #fff 40%, #ededec 0%);
    background: linear-gradient(to bottom, #fff 40%, #ededec 0%);
    padding-bottom: 20px;
    margin-bottom: 60px; }
  .rakurashie .col_03 .left_ttl {
    margin-bottom: 20px; }
  .rakurashie .col_03 .event_box {
    width: 90%; }
  .rakurashie .col_03 .event_list_item,
  .rakurashie .col_03 .event_list_item:nth-child(3n) {
    width: 47.5%;
    margin-right: 5%;
    padding: 10px 2.5%;
    margin-bottom: 15px; }
  .rakurashie .col_03 .event_list_item:nth-child(2n) {
    margin-right: 0; }
  .rakurashie .col_03 .img_box {
    height: 25vw; }
  .rakurashie .col_03 .meta {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 10px; }
  .rakurashie .col_03 .cat {
    font-size: 10px;
    margin-bottom: 5px;
    padding: 2px 7px; }
  .rakurashie .col_03 .day {
    display: block;
    letter-spacing: -0.4px; }
  .rakurashie .col_03 .post_ttl {
    font-size: 10px; }
  .rakurashie .col_03 .btn {
    margin-top: 15px; }
  .rakurashie .col_04 .box {
    padding: 20px 0; }
  .rakurashie .col_04 .sub_ttl {
    font-size: 13px;
    width: 55%;
    line-height: 1.5; }
  .rakurashie .col_04 .step {
    font-size: 10px;
    width: 60px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px; }
  .rakurashie .col_04 .inner_box {
    width: 90%; }
  .rakurashie .col_04 .box img {
    width: 40%;
    margin-bottom: 20px; }
  .rakurashie .col_04 .box .txt {
    float: none;
    width: initial;
    clear: both;
    margin-bottom: 0; }
  .rakurashie .col_04 .arrow {
    margin: 10px auto;
    width: 17px; }
  .rakurashie .col_04 .bg_gray {
    width: 80%;
    min-width: 290px;
    margin: 45px auto 80px;
    padding: 25px 0 130px; }
  .rakurashie .col_04 .bg_gray .sub_ttl {
    width: initial;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px; }
  .rakurashie .col_04 .bg_yellow {
    padding-right: 0.2em;
    letter-spacing: .01em;
  }
  .rakurashie .col_04 .bg_gray .txt {
    width: 80%;
    margin: 0 auto;
  }
  .rakurashie .col_04 .img {
    width: 42%;
    max-width: 160px;
    right: 50%;
    margin-right: -21%;
    bottom: 20px; }
  #map_rakurashie_sp {
    height: 240px; }
  .rakurashie .col_05 {
    margin-bottom: 80px; }
  .rakurashie .col_05 .sub_ttl {
    margin: 30px 0 25px;
    font-size: 10px; }
  .rakurashie .col_05 .sub_ttl .en {
    font-size: 18px; }
  .rakurashie .col_05 .info {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .page_renova .info {
    margin-top: 40px;
    margin-bottom: 20px; }
}

/* business */
.business .col_01 {
  margin-bottom: 80px;
}

.business .box {
  padding: 60px 0;
}

.business .box img {
  width: 48%;
}
.business .box .txt_box {
  width: 48%;
}

.business .box .sub_ttl {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
}
.business .box .sub_ttl span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}

.business .box .txt {
  margin-bottom: 35px; }

.business .col_06 .txt {
  margin-bottom: 55px;
}

.business .bnr {
  display: block;
  margin: 100px auto;
  width: 400px;
}
.business .bnr img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .business .col_01 {
    margin-bottom: 40px;
  }
  .business .col_02 {
    margin-top: 40px;
    background: none;
  }
  .business .box {
    width: initial;
    padding: 0;
  }
  .business .box img {
    width: 100%;
    float: none;
  }
  .business .box .txt_box {
    float: none;
    width: 80%;
    margin: 30px auto 50px;
  }
  .business .box .sub_ttl {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .business .col_04,
  .business .col_06 {
    background: none;
  }
  .business .bnr {
    width: 80%;
    max-width: 400px;
    margin: 40px auto 80px;
  }
}

/* all in one */
.all_in .lead_txt:last-child {
  margin-bottom: 60px;
}

.all_in .col_02 {
  margin-top: 70px; }

.all_in .col_02 .box {
  margin-bottom: 60px; }

.all_in .col_02 .box.left {
  width: 43.2%; }

.all_in .col_02 .box.right {
  width: 46%; }

.all_in .col_02 .box .sub_ttl {
  text-align: center;
  margin-bottom: 50px; }

.all_in .col_02 .box.left .sub_ttl span {
  font-size: 16px;
  color: #383635;
  font-weight: bold;
  border-bottom: 2px dashed #ccc;
  padding-bottom: 10px;
  margin-top: 15px;
  display: inline-block; }

.all_in .col_02 .box.right .sub_ttl span {
  font-size: 18px;
  color: #fff;
  background: #605e5d;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  width: 280px;
  border-radius: 2em;
  position: relative; }

.all_in .col_02 .box.right .sub_ttl span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #605e5d transparent transparent transparent; }

.all_in .col_02 .box .img {
  width: 100%;
  margin-bottom: 45px; }

.all_in .col_02 .sub_ttl .icon {
  width: 30px;
  vertical-align: sub;
  margin-right: 20px; }

.all_in .col_02 ul {
  height: 120px;
  padding: 20px 5%;
  box-sizing: border-box;
  line-height: 28px; }

.all_in .col_02 .left ul {
  background: #e2e1dc;
  min-width: 310px;
}

.all_in .col_02 .left li {
  background: url(../../images/allin/all_in_icon_01.png) no-repeat;
  background-size: 12px;
  background-position: 0% 50%;
  letter-spacing: .05em;
  padding-left: 25px;
}

.all_in .col_02 .left ul span {
  font-weight: bold; }

.all_in .col_02 .right ul {
  background: #f1c40f;
  width: 94%;
  min-width: 360px;
  margin-left: 6%;
  font-size: 16px;
  font-weight: bold;
  color: #fff; }

.all_in .col_02 .right li {
  background: url(../../images/allin/all_in_icon_02.png) no-repeat;
  background-size: 18px;
  letter-spacing: .05em;
  padding-left: 30px;
}

.all_in .col_02 .right ul span {
  color: #383635; }

.all_in .col_02 .right .btn {
  margin-top: 30px; }

.all_in .col_03 {
  padding: 80px 0; }

.all_in .col_03 .box {
  margin-bottom: 55px; }

.all_in .col_03 .box:last-child {
  margin-bottom: 0; }

.all_in .col_03 img {
  width: 48%; }

.all_in .col_03 .txt_box {
  width: 48%; }

.all_in .col_03 .sub_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #383635; }

@media screen and (max-width: 1280px) {
  .all_in .col_02 .right ul {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1140px) {
  .all_in .col_02 .box.left,
  .all_in .col_02 .box.right {
    float: none;
    margin: 0 auto 40px;
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .all_in .col_02 {
    margin-top: 20px; }
  .all_in .col_02 .sub_inner {
    width: initial; }
  .all_in .col_02 .box .sub_ttl {
    margin-bottom: 30px; }
  .all_in .col_02 .box.left .sub_ttl span {
    font-size: 14px; }
  .all_in .col_02 .box.left,
  .all_in .col_02 .box.right {
    width: initial;
  }
  .all_in .col_02 .box.right {
    margin-bottom: 45px; }
  .all_in .col_02 .box .img {
    width: 80%;
    display: block;
    margin: 0 auto 15px; }
  .all_in .col_02 .left ul,
  .all_in .col_02 .right ul {
    width: 80%;
    min-width: 280px;
    font-size: 12px;
    margin: 0 auto; }
  .all_in .col_02 .left li {
    font-size: 11px;
  }
  .all_in .col_02 .box.right .sub_ttl span {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 200px; }
  .all_in .col_02 .box.right .sub_ttl span:after {
    margin-left: -7px; }
  .all_in .col_02 .sub_ttl .icon {
    margin-right: 10px; }
  .all_in .col_03 {
    padding: 0; }
  .all_in .col_03 .box {
    margin-bottom: 0; }
  .all_in .col_03 img {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
  .all_in .col_03 .txt_box {
    float: none;
    width: 80%;
    margin: 0 auto; }
  .all_in .col_03 .sub_ttl {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px; }
  .all_in_sldr_sp .slick-dots {
    background: url(../images/common/bg_pattern-01.png);
    border-top: 1px solid #d8d8d8;
    position: relative;
    height: 50px; }
  .all_in_sldr_sp .slick-dots:after {
    content: "/4";
    font-size: 15px;
    color: #786f57;
    position: absolute;
    top: 1em;
    left: 50%;
    margin-left: -0.25em;
    letter-spacing: 0.2em; }
  .all_in_sldr_sp .slick-dots li {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin-left: -1.5em;
    margin-top: -0.4em; }
  .all_in_sldr_sp .slick-dots li button {
    opacity: 0;
    font-size: 15px;
    color: #786f57;
    width: 1em;
    height: 1em;
    padding: 0; }
  .all_in_sldr_sp .slick-dots .slick-active button {
    opacity: 1; }
  .all_in_sldr_sp .slick-dots li button:before {
    display: none; }
  .all_in_sldr_sp .slick-prev:before, .all_in_sldr_sp .slick-next:before {
    display: none; }
  .all_in_sldr_sp .slick-prev, .all_in_sldr_sp .slick-next {
    width: 20px;
    height: 12.5px;
    top: auto;
    bottom: -12.5px;
    z-index: 1; }
  .all_in_sldr_sp .slick-prev {
    left: 5%;
    background: url(../images/common/arrow_prev_gray02.png) no-repeat center/contain; }
  .all_in_sldr_sp .slick-next {
    right: 5%;
    background: url(../images/common/arrow_next_gray02.png) no-repeat center/contain;
  }
}

/* hospitality */
.hospitality .col_02 {
  background: -webkit-linear-gradient(top, #ededec 88%, #fff 12%);
  background: linear-gradient(to bottom, #ededec 88%, #fff 12%);
  position: relative;
  overflow: hidden;
  height: 600px;
  padding-top: 80px;
  margin-bottom: 130px;
}

.hospitality .col_02 img {
  position: absolute;
  left: 15%;
}

.hospitality .col_02 .sub_ttl {
  position: absolute;
  top: 50%;
  left: 5%;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  z-index: 2;
  background: #9d2328;
  padding: 35px 3%;
  height: 160px;
  line-height: 1.4;
}

.hospitality .col_03 .box {
  position: relative;
  margin-bottom: 135px; }

.hospitality .col_03 .sub_ttl {
  position: absolute;
  top: -50px;
  font-size: 22px;
  font-weight: bold;
  background: url(../../images/common/bg_pattern-01.png);
  width: 46%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  z-index: -1; }

.hospitality .col_03 .box:nth-child(odd) .sub_ttl {
  right: -4%; }

.hospitality .col_03 .box:nth-child(even) .sub_ttl {
  left: -4%; }

.hospitality .col_03 img {
  width: 60%; }

.hospitality .col_03 .txt_box {
  width: 35%;
  margin-top: 40px; }

.hospitality .col_03 .mini_ttl {
  color: #9d2328;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 4px solid #dcdcd9;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.hospitality .col_03 .txt {
  letter-spacing: 1px; }

.hospitality .col_04 {
  margin-bottom: 90px; }

.hospitality .col_04 .left_ttl {
  margin-bottom: 50px; }

.hospitality .col_04 .bg_gray {
  margin-top: -63px;
  padding: 95px 0 50px; }

@media screen and (max-width: 767px) {
  .hospitality .col_02 {
    padding-top: 0;
    height: auto;
    margin-bottom: 40px; }
  .hospitality .col_02 img {
    width: 100%;
    position: static; }
  .hospitality .col_02 .sub_ttl {
    font-size: 20px;
    text-align: center;
    padding: 20px 0 20px 3%;
    width: 70%;
    height: auto;
    left: 50%;
    margin-left: -35%;
    margin-top: -59px;
    line-height: 1.3; }
  .hospitality .col_03 {
    width: initial; }
  .hospitality .col_03 .box {
    position: static;
    margin-bottom: 50px; }
  .hospitality .col_03 .sub_ttl {
    position: static;
    width: 73.33%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 20px; }
  .hospitality .col_03 .txt_box {
    float: none;
    width: initial;
    margin-top: 0; }
  .hospitality .col_03 .mini_ttl {
    font-size: 14px;
    border-bottom: none;
    padding-bottom: 0;
    text-align: center; }
  .hospitality .col_03 .txt {
    width: 80%;
    margin: 0 auto 20px; }
  .hospitality .col_03 img {
    float: none;
    width: 100%; }
  .hospitality .col_04 {
    margin-top: 60px; }
  .hospitality .col_04 .left_ttl {
    margin-bottom: 20px; }
  .hospitality .top_sldr_gallary .slick-slide{
    height: 33.4vw; }
  .hospitality .col_04 .bg_gray {
    padding: 85px 0 40px;
  }
}

/* quality */
.quality .col_02 {
  margin: 80px 0 75px; }

.quality .col_02 .txt_box {
  width: 48%;
  padding-right: 1%;
  box-sizing: border-box; }

.quality .col_02 .sub_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #383635;
  margin-bottom: 20px;
  line-height: 1; }

.quality .col_02 .txt {
  letter-spacing: 1px;
  line-height: 1.6; }

.quality .col_02 img {
  width: 48%; }

.quality .col_03 {
  padding: 60px 0 80px;
  margin-bottom: 80px; }

.quality .col_03 .box {
  float: left;
  width: 31.33%;
  margin-right: 3%; }

.quality .col_03 .box:last-child {
  margin-right: 0; }

.quality .col_03 img {
  width: 100%;
  margin-bottom: 30px; }

.quality .col_03 .sub_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-top: 2px dotted #9d2328;
  border-bottom: 2px dotted #9d2328;
  line-height: 1;
  padding: 10px 0;
  width: 48%;
  min-width: 130px;
  margin: 0 auto 20px; }

.quality .col_03 .txt {
  width: 87.5%;
  margin: 0 auto; }

.quality .col_04 {
  margin-bottom: 140px; }

.quality .col_04 .box {
  margin-bottom: 100px; }

.quality .col_04 .txt_box {
  width: 50%; }

.quality .col_04 .sub_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #383635;
  line-height: 1;
  margin-bottom: 20px; }

.quality .col_04 img.left {
  width: 35%;
  margin-left: 4%; }

.quality .col_04 img.right {
  width: 40%; }

.quality .col_05 {
  padding: 60px 0 20px; }

.quality .col_05 .center_ttl:after {
  margin-bottom: 70px; }

.quality .col_05 .box_wrap {
  width: 70%;
  max-width: 840px;
  margin: 0px auto; }

.quality .col_05 .box {
  float: left;
  width: 30%;
  margin: 0 1.5% 60px;
  text-align: center; }

.quality .col_05 .img_box {
  margin-bottom: 25px;
  height: 13vw;
  max-height: 180px;
  position: relative; }

.quality .col_05 .box img {
  width: 70%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.quality .col_05 .sub_ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px; }

.quality .col_05 .txt {
  text-align: left;
  width: 80%;
  margin: 0 auto; }

.quality .col_06 {
  padding-top: 130px;
  text-align: right;
  margin-bottom: 330px; }

.quality .col_06 .box {
  position: relative; }

.quality .col_06 .ttl {
  position: absolute;
  top: 39%;
  text-align: left;
  font-size: 50px;
  line-height: 1;
  width: 100%;
}

.quality .col_06 .ttl span {
  display: block;
}

.quality .col_06 .box_wrap {
  width: 100%;
  position: absolute;
  top: 60%;
  text-align: left;
  color: #fff; }

.quality .col_06 .txt_box {
  width: 50%;
  background: rgba(120, 111, 87, 0.7);
  padding: 40px 4%;
  box-sizing: border-box; }

.quality .col_06 .sub_ttl {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold; }

.quality .col_06 .txt {
  color: #ebeae8;
  margin-bottom: 40px; }

.quality .col_06 .btn a {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
  border: 2px solid #fff;
  height: 36px;
  width: 48%;
  -webkit-transition: all .3s;
  transition: all .3s; }

.quality .col_06 .btn a:hover {
  background: #fff;
  color: #786f57;
  text-shadow: -1px 0px 0px #c7c4bd; }

.quality .col_06 img {
  max-width: 100%; }

@media screen and (max-width: 767px) {
  .quality .col_02 {
    margin: 50px 0 0; }
  .quality .col_02 .box {
    width: initial; }
  .quality .col_02 .txt_box {
    width: initial;
    padding-right: 0; }
  .quality .col_02 .sub_ttl {
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px; }
  .quality .col_02 .txt {
    width: 80%;
    margin: 0 auto 40px; }
  .quality .col_02 img {
    float: none;
    width: 100%; }
  .quality .col_03 {
    padding: 50px 0 0; }
  .quality .col_03 .all_in_sldr_sp {
    width: initial; }
  .quality .col_03 .box {
    margin: 0 auto; }
  .quality .col_03 img {
    width: 80%;
    margin: 0 auto 20px; }
  .quality .col_03 .sub_ttl {
    font-size: 15px; }
  .quality .col_03 .txt {
    width: 68%; }
  .quality .all_in_sldr_sp .slick-dots:after {
    content: "/3"; }
  .quality .col_04 {
    margin-bottom: 50px; }
  .quality .col_04 .box {
    width: 80%;
    margin-bottom: 60px; }
  .quality .col_04 .txt_box {
    float: none;
    width: initial; }
  .quality .col_04 .sub_ttl {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px; }
  .quality .col_04 .txt {
    margin-bottom: 30px; }
  .quality .col_04 img.left {
    float: none;
    margin-left: 0;
    width: 86%;
    padding-left: 5%; }
  .quality .col_04 img.right {
    float: none;
    width: 86%;
    margin: 0 auto;
    display: block; }
  .quality .col_05 {
    padding: 50px 0 0; }
  .quality .col_05 .center_ttl:after {
    margin-bottom: 30px; }
  .quality .col_05 .box_wrap {
    width: 80%; }
  .quality .col_05 .box {
    float: none;
    width: initial;
    margin: 0 0 40px; }
  .quality .col_05 .img_box {
    height: auto;
    max-height: none;
    margin-bottom: 0;
    position: static;
    width: 33%; }
  .quality .col_05 .box img {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%; }
  .quality .col_05 .box:nth-child(odd) .img_box {
    float: left; }
  .quality .col_05 .box:nth-child(odd) .sub_ttl,
  .quality .col_05 .box:nth-child(odd) .txt {
    float: right; }
  .quality .col_05 .box:nth-child(even) .img_box {
    float: right; }
  .quality .col_05 .box:nth-child(even) .sub_ttl,
  .quality .col_05 .box:nth-child(even) .txt {
    float: left; }
  .quality .col_05 .sub_ttl,
  .quality .col_05 .txt {
    text-align: left;
    width: 60%; }
  .quality .col_06 {
    padding-top: 90px;
    margin-bottom: 380px; }
  .quality .col_06 .ttl {
    font-size: 35px;
    top: -1.3em; }
  .quality .col_06 .ttl span {
    width: initial; }
  .quality .col_06 .box_wrap {
    top: 90%; }
  .quality .col_06 .txt_box {
    width: initial;
    padding: 30px 5%; }
  .quality .col_06 .sub_ttl {
    font-size: 16px;
    text-align: center; }
  .quality .col_06 .txt {
    margin-bottom: 30px; }
  .quality .col_06 .btn a {
    font-size: 14px;
    width: 90%; } }

/* support */
.support .col_02 {
  margin: 80px 0; }

.support .col_02 .box {
  margin-bottom: 80px; }

.support .col_02 .txt_box {
  width: 48%; }

.support .col_02 .sub_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #383635;
  line-height: 1;
  margin-bottom: 20px; }

.support .col_02 .box img {
  width: 48%; }

.support .col_02 .bg_gray {
  padding: 60px 0; }

.support .col_02 .bg_gray img.sp_none {
  display: block; }

.support .col_03 .center_ttl:after {
  margin-bottom: 70px; }

.support .col_03 .box_wrap {
  width: 70%;
  max-width: 840px;
  margin: 0 auto 80px; }

.support .col_03 .box {
  float: left;
  width: 30%;
  margin-right: 5%;
  text-align: center; }

.support .col_03 .box:last-child {
  margin-right: 0; }

.support .col_03 .box img {
  margin-bottom: 40px;
  max-width: 100%; }

.support .col_03 .sub_ttl {
  font-size: 16px;
  font-weight: bold;
  color: #383635;
  margin-bottom: 20px; }

.support .col_03 .txt {
  text-align: left; }

.support .col_03 .box_good {
  width: 70%;
  max-width: 940px;
  margin: 0 auto 80px;
  border: 4px solid #ededec;
  box-sizing: border-box;
  padding: 30px 3.3% 40px; }

.support .col_03 .box_good .sub_ttl {
  color: #fff;
  background: #9d2328;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 52%;
  min-width: 330px;
  margin: 0 auto 40px;
  height: 40px;
  line-height: 40px;
}

.support .col_03 .img_full {
  width: 100%;
}

.support .col_04 {
  padding: 80px 0;
  margin-bottom: 100px;
}

.support .col_04 .box {
  width: 70%;
  max-height: 840px;
  margin: 0 auto; }

.support .col_04 .q {
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #383635;
  padding: 10px 2% 0; }

.support .col_04 .q span {
  font-size: 36px;
  color: #829198;
  margin-right: 15px;
  vertical-align: sub; }

.support .col_04 .a {
  background: #fff;
  margin-bottom: 20px;
  padding: 30px 2% 35px; }

.support .col_04 .a span {
  position: relative;
  font-size: 50px;
  color: #9d2328;
  display: block;
  line-height: 1;
  margin: -20px 15px 50px 0;
  float: left;
  padding-left: 40px;
}

.support .col_04 .a span:before {
  position: absolute;
  left: 8px;
  content: "";
  width: 16px;
  height: 16px;
  border-left: 4px solid #ececeb;
  border-bottom: 4px solid #ececeb; }

@media screen and (max-width: 767px) {
  .support .col_02 {
    margin: 50px 0 40px; }
  .support .col_02 .box {
    width: initial;
    margin: 0; }
  .support .col_02 .txt_box {
    float: none;
    width: initial; }
  .support .col_02 .sub_ttl {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px; }
  .support .col_02 .txt {
    width: 80%;
    margin: 0 auto 30px; }
  .support .col_02 .box img {
    width: 100%;
    float: none; }
  .support .col_02 .bg_gray {
    padding: 30px 0; }
  .support .col_02 .bg_gray img.sp_none {
    display: none; }
  .support .col_03 .center_ttl:after {
    margin-bottom: 30px; }
  .support .col_03 .box_wrap {
    width: 85%;
    margin-bottom: 10px; }
  .support .col_03 .box {
    float: none;
    width: initial;
    margin: 0 0 35px; }
  .support .col_03 .box img {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 0; }
  .support .col_03 .sub_ttl {
    float: left;
    width: 60%;
    text-align: left;
    font-size: 13px;
    margin-bottom: 10px; }
  .support .col_03 .txt {
    float: left;
    width: 60%; }
  .support .col_03 .box_good {
    width: 90%;
    padding: 20px 5% 25px;
    margin-bottom: 40px; }
  .support .col_03 .box_good .sub_ttl {
    font-size: 14px;
    width: 95%;
    min-width: auto;
    min-width: initial;
    float: none;
    height: 30px;
    line-height: 30px;
    margin-bottom: 25px; }
  .support .col_03 .box_good .txt {
    float: none;
    width: initial;
    text-align: justify;
    margin-bottom: 25px; }
  .support .col_03 .sign {
    text-align: right;
    font-size: 12px; }
  .support .col_04 {
    padding: 40px 0 20px;
    margin-bottom: 90px; }
  .support .col_04 .box {
    width: 90%; }
  .support .col_04 .q {
    font-size: 12px;
    padding: 10px 5%; }
  .support .col_04 .q:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #ececeb;
    display: block;
    margin-top: 2px; }
  .support .col_04 .q span {
    font-size: 25px; }
  .support .col_04 .a span:before {
    display: none; }
  .support .col_04 .a {
    padding: 0 5% 20px; }
  .support .col_04 .a span {
    font-size: 30px;
    padding-left: 0;
    margin: 0 15px 115px 0; } }

/* howto */
.howto .lead_txt:last-child {
  margin-bottom: 60px; }

.howto .col_02 {
  padding-top: 100px;
  margin-bottom: 130px; }

.howto .col_02 .box {
  float: left;
  width: 45.75%;
  margin-right: 8.5%;
  margin-bottom: 80px; }

.howto .col_02 .box:nth-child(2n) {
  margin-right: 0; }

.howto .col_02 .sub_ttl {
  text-align: center;
  font-size: 20px;
  color: #383635;
  font-weight: bold;
  margin-bottom: 35px; }

.howto .col_02 .sub_ttl .tri_line:after {
  background: url(../../images/common/bg_wall.jpg); }

.howto .col_02 .img_full {
  width: 100%;
  margin-bottom: 20px; }

.howto .col_02 .txt {
  margin-bottom: 40px; }

.howto .col_02 .fancy {
  font-size: 14px;
  width: auto;
  min-width: 180px;
  padding: 0 7%; }

.howto .col_02 .fancy br {
  display: none; }

.howto .col_02 .box:nth-child(3) .fancy:first-child {
  margin-right: 3%; }

@media screen and (max-width: 1260px) {
  .howto .col_02 .box:nth-child(3) .btn {
    width: 200px;
    margin: 0 auto; }
  .howto .col_02 .box:nth-child(3) .fancy:first-child {
    margin-right: 0px;
    margin-bottom: 20px; } }

@media screen and (max-width: 1050px) {
  .howto .col_02 .box {
    float: none;
    margin: 0 auto 80px;
    width: 75%; }
  .howto .col_02 .box:nth-child(2n) {
    margin-right: auto; } }

@media screen and (max-width: 767px) {
  .howto .lead_txt:last-child {
    margin-bottom: 40px; }
  .howto .col_02 {
    padding-top: 0;
    margin-bottom: 60px;
    background: none; }
  .howto .col_02 .sub_inner {
    width: initial; }
  .howto .col_02 .box {
    width: initial;
    padding: 40px 0 30px;
    margin-bottom: 0; }
  .howto .col_02 .box:nth-child(odd) {
    background: url(../images/common/bg_pattern-01.png); }
  .howto .col_02 .sub_ttl {
    font-size: 15px;
    margin-bottom: 30px; }
  .howto .col_02 .box:nth-child(even) .sub_ttl span:after {
    background: #fff; }
  .howto .col_02 .txt {
    width: 80%;
    margin: 0 auto 30px; }
  .howto .col_02 .fancy {
    font-size: 12px;
    min-width: 130px;
    padding: 0 4%; }
  .howto .col_02 .box:nth-child(3) .btn {
    width: initial; }
  .howto .col_02 .box:nth-child(3) .fancy:first-child {
    margin-bottom: 0;
    margin-right: 10px; } }

/* flow共通 */
.flow .link_bg {
  background: #717369;
}
.flow .link_list {
  width: 76.66%;
  max-width: 920px;
  margin: 0 auto 60px;
  padding: 40px 0; }

.flow .link_list li {
  float: left;
  color: #383635;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  border: 2px solid #4e5043;
  box-sizing: border-box;
  width: 23.5%;
  margin-right: 2%;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 160px;
  position: relative;
  padding: 0 3%;
  background: #fff; }

.flow .link_list li:last-child {
  margin-right: 0; }

.flow .link_list li:hover {
  background: #fff;
  color: #786f57; }

.flow .link_list li a {
  letter-spacing: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0; }

.flow .link_list li a:hover {
  opacity: 0.7; }

.flow .link_list li a span {
  position: absolute;
  width: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.flow .col_02 {
  margin-top: 80px;
  text-align: center; }

.flow .col_02 .sub_ttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px; }

.flow .col_02 .img_full {
  width: 83.33%;
  max-width: 1000px;
  margin-bottom: 40px; }

.flow .col_02 .txt {
  margin-bottom: 30px;
  line-height: 1.7; }

.flow .col_02 .bg_tile {
  margin-top: 70px;
  background: url(../../images/common/bg_tile.jpg);
  padding: 80px 0; }

.flow .col_02 .box_wrap {
  width: 76.66%;
  max-width: 920px;
  margin: 0 auto; }

.flow .col_02 .box {
  width: 18.5%;
  margin-right: 8.666%; }

.flow .col_02 .box:last-child {
  margin-right: 0; }

.flow .col_02 .box .ill {
  max-width: 100%;
  margin-bottom: 20px; }

.flow .col_02 .box .txt {
  margin-bottom: 0;
  font-weight: bold;
  color: #6c6d6d;
  letter-spacing: .01em;
}

.flow .col_03 {
  padding: 60px 0 85px;
  margin-bottom: 0; }

.flow .col_03 .center_ttl:after {
  margin-bottom: 60px; }

.flow .col_03 .step_ttl {
  border: 2px solid #dddddb;
  background: url(../../images/howto/flow_arrow_down.png) no-repeat 98% center/15px #fff;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  height: 60px;
  line-height: 58px;
  padding: 0 4.5%;
  margin-top: 5px; }

.flow .col_03 .step {
  font-size: 12px;
  font-weight: normal;
  color: #786f57;
  border: 1px solid #786f57;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  width: 70px;
  text-align: center;
  vertical-align: baseline;
  margin-right: 4.5%;
  box-sizing: border-box; }

.flow .col_03 .step span {
  margin-right: 5px; }

.flow .col_03 .step_ttl.open {
  color: #fff;
  background: url(../../images/howto/flow_arrow_up.png) no-repeat 98% center/15px #717369;
  border: 2px solid #717369; }

.flow .col_03 .open .step {
  color: #fff;
  border-color: #fff; }

.flow .col_03 .box {
  background: #fff;
  border: 2px solid #dddddb;
  padding: 40px 4.5% 45px;
  display: none; }

.flow .col_03 .box.open{
  display: block;}

.flow .col_03 .img {
  float: left;
  width: 53%; }

.flow .col_03 .txt {
  float: right;
  width: 44%;
  line-height: 1.6;
}

.flow .col_03 .btn {
  margin-top: 60px; }

.flow .col_03 .box .btn {
  float: right;
  width: 44%;
  margin-top: 30px; }

.flow .col_03 .box .btn a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  width: 150px;
  background: url(../../images/common/icon_hatena.svg) no-repeat 4% 50%/15px #9d2328;
  height: 30px;
  line-height: 30px;
  text-indent: 1em;
}

.etc .col_02 .box_wrap {
  max-width: 670px;
  width: 55.83%; }

.etc .col_02 .box {
  width: 25.5%;
  margin-right: 11.75%; }

@media screen and (max-width: 1152px) {
  .flow .col_03 .box .btn {
    float: none;
    width: initial;
    clear: both;
    padding-top: 30px; } }

@media screen and (max-width: 820px) {
  .flow .col_03 .sub_inner,
  .flow .col_02 .box_wrap {
    width: 85%; }
  .flow .col_02 .txt {
    width: 83.33%;
    margin: 0 auto 40px; }
  .flow .col_02 .box .txt {
    width: initial; } }

@media screen and (max-width: 767px) {
  .flow .link_list {
    margin-bottom: 100px;
    width: 86%;
    padding: 40px 0 20px; }
  .flow .link_list li {
    font-size: 12px;
    width: 46%;
    margin: 0 0 8%;
    height: 100px; }
  .flow .link_list li:nth-child(2n) {
    margin-left: 8%;
  }
  .flow .link_list li a span {
    width: 95%;
    letter-spacing: 0;
  }
  .flow .col_02 {
    margin-top: 40px; }
  .flow .col_02 .sub_ttl {
    font-size: 18px;
    margin-bottom: 35px; }
  .flow .col_02 .img_full {
    width: 100%;
    margin-bottom: 30px; }
  .flow .col_02 .txt {
    margin-bottom: 20px; }
  .flow .col_02 .bg_tile {
    margin-top: 50px;
    padding: 40px 0 10px; }
  .flow .col_02 .box_wrap {
    width: 85%; }
  .flow .col_02 .box {
    width: 46%;
    margin: 0 8% 30px 0; }
  .flow .col_02 .box:nth-child(2n) {
    margin-right: 0; }
  .flow .col_03 {
    padding: 40px 0 50px; }
  .flow .col_03 .center_ttl .en {
    font-size: 30px; }
  .flow .col_03 .center_ttl .ja {
    font-size: 10px; }
  .flow .col_03 .center_ttl:after {
    margin-bottom: 30px; }
  .flow .col_03 .sub_inner {
    width: 90%; }
  .flow .col_03 .step_ttl {
    font-size: 12px;
    height: 40px;
    line-height: 36px; }
  .flow .col_03 .step {
    font-size: 11px;
    width: 20px; }
  .flow .col_03 .box {
    padding: 30px 5% 40px; }
  .flow .col_03 .img {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
  .flow .col_03 .txt {
    float: none;
    width: initial; }
  .flow .col_03 .btn {
    margin-top: 30px; }
  .flow .col_03 .box .btn {
    padding-top: 0;
    margin-top: 25px; }
  .etc .col_02 .box:last-child {
    clear: both;
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}

/* plan */
.plan .col_01 .inner {
  margin: 60px auto 160px;
  position: relative;
  height: 500px; }

.plan .col_01 .img {
  width: 75%; }

.plan .col_01 .txt_box {
  position: absolute;
  right: 0;
  bottom: -60px;
  width: 50%;
  padding: 30px 4%;
  box-sizing: border-box;
  background: rgba(120, 111, 87, 0.9);
  color: #fff; }

.plan .col_01 .sub_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px; }

.plan .col_02 .box_wrap {
  width: 66.66%;
  max-width: 800px;
  margin: 60px auto 80px; }

.plan .col_02 {
  margin-bottom: 100px; }

.plan .col_02 .box {
  float: left;
  width: 33.33%;
  text-align: center; }

.plan .col_02 .box:first-child {
  text-align: left; }

.plan .col_02 .baloon {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #888686;
  border-radius: 2em;
  height: 40px;
  line-height: 40px;
  padding: 0 1em;
  position: relative;
  margin-bottom: 60px; }

.plan .col_02 .box:nth-child(2) .baloon {
  margin-bottom: 50px; }

.plan .col_02 .baloon:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid #888686;
  border-right: 5px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 5px solid transparent;
  bottom: -30px;
  left: calc(50% - 5px); }

.plan .col_02 .img.sp_none {
  display: block;
  margin: 0 auto; }

.plan .col_02 .txt_box {
  width: 63.33%;
  max-width: 760px;
  margin: 0 auto;
  border: 4px solid #ededec;
  box-sizing: border-box;
  padding: 40px 3%; }

.plan .col_02 .sub_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #383635;
  background: url(../../images/plan/plan_icon_excla.png) no-repeat left center/50px;
  padding-left: 80px;
  margin-bottom: 30px; }

.plan .col_02 .txt_box .txt {
  letter-spacing: -0.9px; }

.plan .col_03 {
  padding: 60px 0 30px;
  margin-bottom: 100px; }

.plan .col_03 .sub_ttl {
  text-align: center; }

.plan .col_03 .center_ttl {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1.6; }


.plan .col_03 .box_wrap {
  width: 66.66%;
  max-width: 800px;
  margin: 0 auto; }

.plan .col_03 .box {
  float: left;
  width: 25%;
  margin: 0 12.5% 60px 0; }

.plan .col_03 .box:nth-child(3n) {
  margin-right: 0; }

.plan .col_03 .img {
  max-width: 100%;
  display: block;
  margin: 0 auto 30px; }

.plan .col_03 .box .sub_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px; }

.plan .col_04 .box {
  border: 4px solid #ededec;
  box-sizing: border-box;
  padding-top: 36px; }

.plan .col_04 .inner_box {
  width: 92%;
  margin: 0 auto; }

.plan .col_04 .box img {
  width: 32.8%;
  margin-bottom: 36px; }

.plan .col_04 .box .sub_ttl {
  width: 63%;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 25px;
}

.plan .col_04 .step {
  background: #9d2328;
  color: #fff;
  font-size: 16px;
  width: 100px;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 1em;
  margin-bottom: 20px; }

.plan .col_04 .box .txt {
  width: 63%;
  margin-bottom: 40px; }

.plan .col_04 .arrow {
  display: block;
  margin: 20px auto; }

.plan .col_04 .txt_box {
  width: 63.33%;
  max-width: 760px;
  margin: 40px auto 110px;
  background: #a6a7a1;
  color: #fff;
  box-sizing: border-box;
  padding: 30px 4% 40px; }

.plan .col_04 .txt_box .sub_ttl {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px; }

.plan .col_05 {
  padding: 80px 0;
  margin-bottom: 150px; }

.plan .col_05 .box {
  width: 56.66%;
  max-width: 680px;
  margin: 0 auto 60px; }

.plan .col_05 .sub_ttl,
.plan .col_05 .txt {
  float: left;
  width: 47%; }

.plan .col_05 .sub_ttl {
  margin-bottom: 20px; }

.plan .col_05 .bg_yellow {
  font-size: 20px;
  color: #383635;
  font-weight: bold;
  letter-spacing: -1px;
  display: inline-block;
  background: -webkit-linear-gradient(transparent 60%, #9d2328 60%);
  background: linear-gradient(transparent 60%, #9d2328 60%);
  margin-bottom: 10px; }

.plan .col_05 .img {
  float: right;
  width: 50%; }

.plan .col_05 .txt {
  letter-spacing: -0.6px; }

@media screen and (max-width: 1342px) {
  .plan .col_05 .box {
    width: 70%; } }

@media screen and (max-width: 1280px) {
  .plan .col_03 .box_wrap,
  .plan .col_02 .box_wrap,
  .plan .col_02 .txt_box {
    width: 80%; } }

@media screen and (max-width: 1124px) {
  .plan .col_05 .box {
    width: 80%; } }

@media screen and (max-width: 1100px) {
  .plan .col_02 .box {
    width: 50%;
    margin-bottom: 40px; }
  .plan .col_02 .box:first-child {
    text-align: center; }
  .plan .col_02 .box:last-child {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto; }
  .plan .col_03 .box_wrap {
    width: 70%; }
  .plan .col_03 .box {
    width: 45%;
    margin-right: 10%; }
  .plan .col_03 .box:nth-child(3n) {
    margin-right: 10%; }
  .plan .col_03 .box:nth-child(2n) {
    margin-right: 0; } }

@media screen and (max-width: 1009px) {
  .plan .col_05 .sub_ttl,
  .plan .col_05 .txt,
  .plan .col_05 .img {
    float: none;
    width: initial; }
  .plan .col_05 .sub_ttl {
    text-align: center; }
  .plan .col_05 .img {
    display: block;
    margin: 0 auto 30px; } }

@media screen and (max-width: 810px) {
  .plan .col_02 .box {
    float: none;
    display: block;
    margin: 0 auto 40px;
    width: initial; }
  .plan .col_03 .box_wrap {
    width: 80%; } }

@media screen and (max-width: 767px) {
  .plan .col_01 .inner {
    width: initial;
    height: calc( 59vw + 268px);
    margin-bottom: 50px; }
  .plan .col_01 .img {
    width: 100%; }
  .plan .col_01 .txt_box {
    width: 90%;
    right: 5%;
    bottom: 0px;
    padding: 20px 5% 40px; }
  .plan .col_01 .sub_ttl {
    text-align: center;
    font-size: 17px; }
  .plan .col_02 {
    margin-bottom: 50px; }
  .plan .col_02 .box_wrap {
    width: 70%;
    margin: 60px auto 45px; }
  .plan .col_02 .box {
    margin-bottom: 0px; }
  .plan .col_02 .box:nth-child(2) {
    margin: 70px 0 60px; }
  .plan .col_02 .baloon,
  .plan .col_02 .box:nth-child(2) .baloon {
    font-size: 12px;
    height: auto;
    line-height: 1.2;
    padding: 15px 1em;
    margin-bottom: 0;
    width: 45%;
    min-width: 120px;
    box-sizing: border-box; }
  .plan .col_02 .box:nth-child(even) .img,
  .plan .col_02 .box:nth-child(odd) .baloon {
    float: left; }
  .plan .col_02 .box:nth-child(odd) .baloon:after {
    bottom: calc( 50% - 7.5px);
    left: calc( 100% - 3px);
    border-top: 7.5px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 15px solid #888686; }
  .plan .col_02 .box:nth-child(even) .baloon:after {
    bottom: calc( 50% - 7.5px);
    left: calc( 0% - 27px);
    border-top: 7.5px solid transparent;
    border-right: 15px solid #888686;
    border-bottom: 7.5px solid transparent;
    border-left: 15px solid transparent; }
  .plan .col_02 .box:nth-child(odd) .img,
  .plan .col_02 .box:nth-child(even) .baloon {
    float: right; }
  .plan .col_02 .img.sp_none {
    display: none; }
  .plan .col_02 .img {
    width: 45%;
    margin-top: -25px; }
  .plan .col_02 .txt_box {
    width: 90%;
    padding: 15px 4.5% 30px; }
  .plan .col_02 .sub_ttl {
    font-size: 14px;
    padding-left: 0;
    text-align: center;
    background-size: 40px;
    background-position: center top;
    padding-top: 60px;
    margin-bottom: 20px; }
  .plan .col_03 {
    padding: 40px 0 50px;
    margin-bottom: 50px; }
  .plan .col_03 .tri_line {
    font-size: 18px;
    margin-bottom: 40px; }
  .plan .col_03 .box_wrap {
    width: 85%; }
  .plan .col_03 .box {
    width: initial;
    float: none;
    margin: 0 0 30px; }
  .plan .col_03 .box .img {
    width: 35%;
    margin: 0; }
  .plan .col_03 .box .txt_box {
    width: 60%;
    padding-top: 5%; }
  .plan .col_03 .box:nth-child(odd) .img,
  .plan .col_03 .box:nth-child(even) .txt_box {
    float: left; }
  .plan .col_03 .box:nth-child(even) .img,
  .plan .col_03 .box:nth-child(odd) .txt_box {
    float: right; }
  .plan .col_03 .box .sub_ttl {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px; }
  .plan .col_04 .box {
    padding: 20px 0; }
  .plan .col_04 .inner_box {
    width: 90%; }
  .plan .col_04 .box img {
    width: 40%;
    margin-bottom: 20px; }
  .plan .col_04 .box .sub_ttl {
    font-size: 13px;
    width: 55%;
    line-height: 1.5; }
  .plan .col_04 .step {
    font-size: 10px;
    width: 60px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px; }
  .plan .col_04 .box .txt {
    float: none;
    width: initial;
    clear: both;
    margin-bottom: 0; }
  .plan .col_04 .arrow {
    margin: 10px auto;
    width: 17px; }
  .plan .col_04 .txt_box {
    width: 90%;
    margin: 30px auto 50px; }
  .plan .col_04 .txt_box .sub_ttl {
    font-size: 14px;
    margin-bottom: 10px; }
  .plan .col_05 {
    padding: 40px 0 35px;
    margin-bottom: 80px; }
  .plan .col_05 .box {
    width: initial;
    margin-bottom: 35px; }
  .plan .col_05 .sub_ttl {
    float: none;
    width: initial;
    margin-bottom: 30px; }
  .plan .col_05 .bg_yellow {
    font-size: 16px;
    margin-bottom: 0; }
  .plan .col_05 .img {
    width: 53.33%;
    margin-bottom: 10px; }
  .plan .col_05 .txt {
    width: 68%;
    margin: 0 auto;
  }
}

/* renovation */
.renova_feature li {
  position: relative;
  margin-top: 80px;
}
.renova_feature .main_img {
  display: block;
}

.renova_feature .txt_area .num {
  color: #9d2328;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
}
.renova_feature .ttl_wrap .ttl_txt {
  padding: 10px 0 26px;
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 1.3;
  border-bottom: 1px solid #3f3a39;
}
.renova_feature .ttl_wrap .en  {
  font-weight: 600;
  font-size: 56px;
}
.renova_feature .ttl_wrap .ja {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .renova_feature .main_img {
    width: 90%;
    max-width: 900px;
  }
  .renova_feature li:nth-of-type(even) .main_img {
    margin-left: auto;
  }
  .renova_feature li .txt_area {
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: inherit;
    padding: 50px 0 50px 100px;
    text-align: center;
    max-width: 400px;
  }
  .renova_feature li:nth-of-type(even) .txt_area {
    right: inherit;
    left: 0;
    padding: 50px 100px 50px 0;
  }
}

@media screen and (max-width: 900px) {
  .renova_feature li .txt_area {
    padding: 30px 0 30px 60px;
  }
  .renova_feature li:nth-of-type(even) .txt_area {
    padding: 30px 60px 30px 0;
  }
}

.page_renova .bet_img_wrap {
  margin: 140px 0;
}
.page_renova .area_price_list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.page_renova .area_price_list li {
  width: calc(100% / 5.5);
}
.area_price_list .floor_size {
  background: url(../renovation_kodate/img/shape_house.png) no-repeat;
  background-size: contain;
  background-position: center;
  color: #fff;
  font-size: 20px;
  width: 100%;
  max-height: 182px;
  height: 16vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area_price_list .floor_size .txt_wrap {
  padding-top: 20px;
}
.area_price_list .floor_size .num {
  font-weight: 600;
  font-size: 40px;
}

.area_price_list .area_price {
  font-size: 24px;
  text-align: center;
  line-height: 1.1;
  border-bottom: 2px solid #3f3a39;
  margin-top: 14px;
}
.area_price_list .area_price .num {
  font-weight: 600;
  font-size: 56px;
}

.area_price_list + .price_note {
  font-size: 12px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .area_price_list .area_price {
    margin-top: 6px;
  }
  .area_price_list .area_price {
    font-size: 18px;
  }
  .area_price_list .area_price .num {
    font-size: 36px;
  }
}

.page_renova .standard_spec {
  margin: 120px auto 0;
}
.page_renova .standard_spec .sub_ttl {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}

.page_renova .standard_spec .list_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page_renova .standard_spec .list_wrap .img_item {
  width: 32%;
  margin-top: 20px;
}
.page_renova .standard_spec .spec_name {
  background: #1a1311;
  color: #fff;
  line-height: 1.5;
  padding: 6px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.page_renova .item_all {
  margin-top: 20px;
}

.page_renova .item_all .list_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page_renova .item_all .bg_item {
  background: linear-gradient(-135deg, rgb(63,58,57) 0%, rgb(75,68,68) 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: .15em;
  height: 100px;
  text-align: center;
  position: relative;
}
.page_renova .item_all .col03 .bg_item {
  width: 33.33%;
}

.page_renova .item_all .note_num {
  position: absolute;
  top: 5px;
  right: 5px;
  letter-spacing: .01em;
}

.item_all_note {
  text-align: center;
  margin-top: 50px;
}
.item_all_note li {
  margin-bottom: 6px;
}

.page_renova .example_work {
  margin: 120px auto;
}
.page_renova .example_work .works_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page_renova .example_work .works_img::after {
  content: '';
  width: 32%;
  display: block;
}
.page_renova .example_work .works_img li {
  width: 32%;
  margin-top: 20px;
}

.works_img_note {
  font-size: 10px;
  margin-top: 20px;
  text-align: right;
}

.page_renova .service_link {
  margin-bottom: 120px;
}
.service_link .link_list {
  display: flex;
  justify-content: center;
}
.service_link .link_list .item {
  background: linear-gradient(-135deg, rgb(63,58,57) 0%, rgb(75,68,68) 100%);
  color: #fff;
  width: 50%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.service_link .link_list .item .lg {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0;
}
.service_link .link_list .item .sm {
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .renova_feature li {
    margin-top: 40px;
  }
  .renova_feature li .txt_area {
    font-size: 12px;
  }
  .renova_feature .txt_area .num {
    font-size: 24px;
  }
  .renova_feature .ttl_wrap .en {
    font-size: 28px;
  }
  .renova_feature .ttl_wrap .ttl_txt {
    font-size: 14px;
    padding: 6px 0 13px;
    margin-bottom: 13px;
  }
  .renova_feature li .txt_area,
  .renova_feature li:nth-of-type(even) .txt_area {
    padding: 20px 10px;
  }

  .page_renova .bet_img_wrap {
    margin: 60px 0;
  }

  .area_price_list .floor_size {
    font-size: 18px;
    height: 24vw;
  }
  .area_price_list .floor_size .num {
    font-size: 28px;
  }
  .page_renova .area_price_list {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .page_renova .area_price_list li {
    width: calc(100% / 3.5);
    margin: 10px;
  }
  .page_renova .area_price_list li:first-of-type {
    margin-left: 0;
  }
  .page_renova .area_price_list li:nth-of-type(3) {
    margin-right: 0;
  }
  .area_price_list .area_price {
    font-size: 15px;
  }
  .area_price_list .area_price .num {
    font-size: 28px;
  }

  .page_renova .standard_spec {
    margin: 60px auto 0;
  }
  .page_renova .standard_spec .sub_ttl {
    font-size: 18px;
  }
  .page_renova .standard_spec .spec_name {
    font-size: 12px;
    line-height: 1.2;
  }
  .page_renova .standard_spec .list_wrap .img_item {
    width: 48%;
  }

  .page_renova .item_all .bg_item {
    font-size: 12px;
    line-height: 1.4;
    height: 80px;
  }
  .page_renova .item_all .col03 .bg_item {
    width: 50%;
  }
  .page_renova .item_all .note_num {
    font-size: 10px;
  }

  .page_renova .example_work {
    margin: 80px auto;
  }
  .page_renova .example_work .works_img::after {
    width: 49%;
  }
  .page_renova .example_work .works_img li {
    width: 49%;
    margin-top: 10px;
  }

  .page_renova .service_link {
    margin-bottom: 80px;
  }
  .service_link .link_list {
    flex-direction: column;
  }
  .service_link .link_list .item {
    width: 100%;
  }
}

/* about */
.about .link_list {
  width: 41.66%;
  max-width: 500px;
  min-width: 450px;
  margin: 80px auto 0;
  padding: 80px 0;
}

.about .link_list li {
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #fff;
  width: 47.5%;
  margin-right: 5%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.about .link_list li:last-child {
  margin-right: 0;
}

.about .link_list li:hover {
  background: #fff;
  color: #786f57;
}

.about .link_list li a {
  width: 100%;
  height: 56px;
  display: inline-block;
  line-height: 56px;
}

@media screen and (max-width: 767px) {
  .about .link_list {
    min-width: initial;
    width: 70%;
    padding: 55px 0 30px;
    margin: 40px auto 0; }
  .about .link_list li {
    float: none;
    width: initial;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 14px; }
  .about .link_list li a {
    height: 36px;
    line-height: 36px; } }

/* us */
.us .box {
  width: 80%;
  max-width: 760px;
  margin: 80px auto;
}

.us .sub_ttl {
  float: left;
  width: 47%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.us .bg_yellow {
  display: inline-block;
  margin-bottom: 5px; }

.us .float_img {
  float: right;
  width: 50%;
  margin: 0 0 20px 3%; }

.us .txt {
  margin-bottom: 30px;
}

.us .bnr {
  text-align: center;
  margin-bottom: 140px; }

.us .bnr .link {
  max-width: 400px; }

.us .bnr img {
  width: 100%; }


@media screen and (max-width: 1070px) {
  .us .box .sub_ttl {
    float: none;
    width: initial;
    width: auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .us .float_img {
    float: none;
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .us .box {
    margin: 45px auto 40px;
  }
  .us .box .sub_ttl {
    font-size: 17px;
  }
  .us .box .txt {
    margin-bottom: 0;
    line-height: 1.6;
  }
  .us .bnr {
    width: 80%;
    margin: 0 auto 80px;
  }
}


/* company */
.company .table {
  width: 70%;
  max-width: 840px;
  margin: 60px auto 150px;
  border-collapse: collapse; }

.company .table tr {
  border-bottom: 10px solid #fff; }

.company .item {
  font-weight: bold;
  color: #383635;
  background: #f6f6f5;
  width: 26%;
  vertical-align: top;
  padding: 14px 5%;
  box-sizing: border-box; }

.company .cotent {
  width: 74%;
  background: #f6f6f5;
  padding: 16px 5% 16px 0;
  line-height: 1.3;
}

.company .cotent li.place {
  margin-bottom: 30px;
  line-height: 1.6; }

.company .cotent li.place:last-child {
  margin-bottom: 10px; }

.company .place .heading {
  display: block;
  line-height: 1;
  margin-bottom: 10px; }

.company .place .heading:before,
.company .place .heading:after {
  content: "||";
  vertical-align: top; }

.company .place .heading:before {
  margin-right: 10px; }

.company .place .heading:after {
  margin-left: 10px; }

.company .place .addr {
  position: relative;
  display: inline-block;
  width: 100%;
  letter-spacing: .05em;
}

.company .place .map_btn {
  position: absolute;
  left: 24em;
  bottom: 0;
  text-align: center; }

.company .place .map_btn .link {
  background: url(../../images/about/company_icon_map.png) no-repeat 9px center/10px #9d2328;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  width: 80px;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  letter-spacing: .01em;
}

.company .project {
  line-height: 1;
  margin-bottom: 15px;
  list-style-type: decimal;
  list-style-position: inside; }

.company .cotent li {
  line-height: 1;
  margin-bottom: 15px; }

.company .cotent li:last-child {
  margin-bottom: 0;
}

.company .comment {
  display: block;
  font-size: 12px;
  margin-top: 15px; }

.company .multi {
  line-height: 1.6; }

@media screen and (max-width: 1061px) {
  .company .table {
    width: 82%; }
  .company .item {
    padding: 14px 3%; }
  .company .cotent {
    padding-right: 3%; }
  .company .place .map_btn .link {
    text-indent: 100%;
    overflow: hidden;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .company .table {
    width: 90%;
    margin: 30px auto 60px; }
  .company .table tr {
    border-bottom: none;
    font-size: 12px; }
  .company .item {
    display: block;
    width: initial;
    text-align: center;
    height: 30px;
    padding: 0;
    line-height: 30px; }
  .company .cotent {
    display: block;
    width: initial;
    padding: 20px 5%;
    background: none; }
  .company .company_name .cotent {
    text-align: center; }
  .company .project {
    line-height: 1.6;
    margin-bottom: 10px;
    list-style-position: outside;
    padding-left: 0;
    margin-left: 5%;
  }
  .company .place .addr {
    letter-spacing: .02em;
  }
}

.recruit .col_02 .inner {
  margin: 80px auto;
  position: relative; }

.recruit .col_02 .img_full {
  width: 100%; }

.recruit .col_02 .sub_ttl,
.recruit .col_02 .txt {
  position: absolute;
  background: #9d2328;
  color: #fff;
  width: 48%;
  left: 26%;
  text-align: center;
  padding: 0 3%;
  line-height: 1.5;}

.recruit .col_02 .sub_ttl {
  font-weight: bold;
  font-size: 30px;
  top: calc( 50% - 140px);
  padding-top: 35px; }

.recruit .col_02 .txt {
  font-size: 16px;
  top: calc( 50% - 15px);
  padding: 20px 3% 40px; }

.recruit .col_03 {
  margin-bottom: 100px; }

.recruit .col_03 .sub_ttl,
.recruit .col_05 .sub_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #383635;
  margin-bottom: 70px; }

.recruit .col_03 .box {
  float: left;
  width: 20%;
  margin-right: 6.66%;
  text-align: center; }

.recruit .col_03 .box:last-child {
  margin-right: 0; }

.recruit .col_03 .icon {
  width: 27.77%; }

.recruit .col_03 .mini_ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 45px 0 30px; }

.recruit .col_03 .box:first-child .mini_ttl {
  margin: 33px 0 15px; }

.recruit .col_03 .marker {
  line-height: 1;
  display: inline-block; }

.recruit .col_03 .marker:before{
  width: 105%;
  height: 0.5em;
  top: 0.6em;
  left: -2.5%;
}

.recruit .col_03 .box:first-child .marker:first-child {
  margin-left: 1em; }

.recruit .col_03 .box:first-child .marker:first-child:before{
  width: 95%;
}

.recruit .col_03 .txt {
  text-align: left; }

.recruit .col_04 {
  padding: 60px 0 70px; }

.recruit .col_04 .table {
  width: 70%;
  max-width: 840px;
  margin: 55px auto 0;
  border-collapse: collapse; }

.recruit .col_04 tr {
  border-bottom: 10px solid #ededec; }

.recruit .col_04 .item {
  font-weight: bold;
  color: #383635;
  width: 26%;
  padding: 2px 4.5%;
  background: #fff;
  box-sizing: border-box; }

.recruit .col_04 .content {
  width: 74%;
  padding: 2px 4.5% 0 0;
  height: 50px;
  background: #fff;
  box-sizing: border-box; }

.recruit .col_05 {
  padding-top: 80px;
  margin-bottom: 135px; }

.recruit .col_05 .box {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 200px;
  height: 200px;
  background: #9d2328;
  margin: 0 30px;
  line-height: 200px; }

@media screen and (max-width: 1252px) {
  .recruit .col_02 .sub_ttl,
  .recruit .col_02 .txt {
    min-width: 422px;
    left: calc( 50% - 211px); }
  .recruit .col_02 .sub_ttl {
    padding-top: 20px;
    top: calc( 50% - 113px); }
  .recruit .col_02 .txt {
    padding: 0 3% 20px;
    top: calc( 50% - 3px); }
  .recruit .col_03 .sub_inner {
    width: 85%; }
  .recruit .col_03 .box {
    width: 23.5%;
    margin-right: 2%; } }

@media screen and (max-width: 1195px) {
  .recruit .col_04 .table {
    width: 80%; } }

@media screen and (max-width: 1069px) {
  .recruit .col_04 .holiday .content {
    height: 80px; }
  .recruit .col_02 .inner {
    width: initial; } }

@media screen and (max-width: 830px) {
  .recruit .col_03 {
    margin-bottom: 60px; }
  .recruit .col_03 .sub_inner {
    width: 80%; }
  .recruit .col_03 .box {
    width: 45%;
    margin: 0 10% 40px 0; }
  .recruit .col_03 .box:nth-child(2n) {
    margin-right: 0; } }

@media screen and (max-width: 767px) {
  .recruit .col_02 .inner {
    margin: 0 auto 50px; }
  .recruit .col_02 .sub_ttl {
    font-size: 18px;
    min-width: auto;
    min-width: initial;
    width: 57.33%;
    left: 21.33%;
    top: calc( 50% - 52px);
    padding: 25px 0; }
  .recruit .col_02 .txt {
    position: static;
    background: none;
    color: #5d5b59;
    font-size: 12px;
    min-width: auto;
    min-width: initial;
    width: 80%;
    margin: 30px auto 0;
    border-bottom: 2px solid #ededec;
    padding: 0 0 45px; }
  .recruit .col_03 {
    margin-bottom: 10px; }
  .recruit .col_03 .sub_ttl,
  .recruit .col_05 .sub_ttl {
    font-size: 18px;
    margin-bottom: 45px; }
  .recruit .col_03 .icon {
    width: 33.33%; }
  .recruit .col_03 .mini_ttl {
    font-size: 15px;
    margin: 30px 0 25px; }
  .recruit .col_03 .box:first-child .mini_ttl {
    margin: 20px 0 12px; }
  .recruit .col_04 {
    padding: 40px 0 30px; }
  .recruit .col_04 .table {
    margin-top: 30px;
    width: 90%;
    font-size: 12px; }
  .recruit .col_04 tr {
    border-bottom: none; }
  .recruit .col_04 .item {
    display: block;
    width: initial;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0; }
  .recruit .col_04 .content {
    display: block;
    width: initial;
    background: none;
    padding: 15px 5% 20px; }
  .recruit .col_05 {
    padding-top: 40px;
    margin-bottom: 80px; }
  .recruit .col_05 .sub_ttl {
    margin-bottom: 30px; }
  .recruit .col_05 .btn {
    width: 68%;
    margin: 0 auto; }
  .recruit .col_05 .box {
    float: left;
    width: 45%;
    height: 30.6vw;
    line-height: 30.6vw;
    margin: 0 10% 0 0;
    font-size: 14px; }
  .recruit .col_05 .box:last-child {
    margin-right: 0; } }

/* faq */
.faq .col_02 {
  padding: 50px 0 80px;
  margin-bottom: 100px;
}

.faq .col_02 .box {
  width: 80%;
  max-width: 840px;
  margin: 0 auto;
}

.faq .col_02 .q {
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  padding: 18px 5% 18px 3%;
  position: relative;
  margin-top: 20px;
  cursor: pointer;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.faq .col_02 .q:after {
  content: "+";
  position: absolute;
  top: calc( 50% - 27px);
  right: 2.5%;
  color: #9d2328;
  font-size: 36px;
  line-height: 1.2;
}

.faq .col_02 .q.open:after {
  content: "ー";
  top: calc( 50% - 15px);
  font-size: 20px;
  font-weight: 600;
}

.faq .col_02 .q .cap {
  font-size: 36px;
  color: #576d78;
  margin-right: 15px;
  vertical-align: middle;
}

.faq .col_02 .a {
  background: #fff;
  padding: 0px 5% 35px;
  display: none;
}

.faq .col_02 .a.open{
  display: block;
}
.faq .a_inner {
  display: flex;
}

.faq .col_02 .a .cap {
  position: relative;
  font-size: 50px;
  color: #9d2328;
  display: block;
  line-height: 1;
  margin: 0 15px 0 0;
  padding-left: 30px;
}
.faq .col_02 .a .cap:before {
  position: absolute;
  left: 0px;
  content: "";
  width: 16px;
  height: 16px;
  border-left: 4px solid #ececeb;
  border-bottom: 4px solid #ececeb;
}

.faq .col_02 .a .content {
  width: calc( 100% - 100px);
  margin-top: 10px; }

.faq .col_02 .merit_list {
  margin-left: 1em; }

.faq .col_02 .merit {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1em; }

.faq .col_02 .btn {
  clear: both;
  padding-top: 30px; }

.faq .col_03 {
  position: relative;
  margin-bottom: 220px; }

.faq .col_03 .img {
  width: 75%; }

.faq .col_03 .txt_box {
  position: absolute;
  right: 0;
  top: 60%;
  width: 50%;
  background: rgba(120, 111, 87, 0.9);
  padding: 40px 5% 50px;
  color: #fff;
  min-width: 450px;
}

.faq .col_03 .btn a {
  font-weight: bold;
  border: 2px solid #fff;
  height: 40px;
  line-height: 36px;
  width: 70%;
  min-width: 260px;
  margin-top: 30px;
}

@media screen and (max-width: 990px) {
  .faq .col_03 {
    margin-bottom: 300px;
  }
  .faq .col_03 .txt_box {
    width: 90%;
    top: calc(100% - 60px);
  }
}

@media screen and (max-width: 767px) {
  .faq .col_02 {
    padding: 15px 0 40px;
    margin-bottom: 0; }
  .faq .col_02 .box {
    width: 90%; }
  .faq .col_02 .q {
    margin-top: 15px;
    font-size: 12px;
    padding: 21px 3%; }
  .faq .col_02 .q .cap {
    font-size: 25px;
    margin-top: -0.2em; }
  .faq .col_02 .multi .cap {
    margin-top: 0; }
  .faq .col_02 .q:after {
    font-size: 25px;
    top: calc( 50% - 19px); }
  .faq .col_02 .q.open:after {
    font-size: 15px;
    top: calc( 50% - 11.5px); }
  .faq .col_02 .a {
    padding: 0 3% 30px;
    font-size: 12px;
  }
  .faq .col_02 .a .cap:before {
    display: none; }
  .faq .col_02 .a .cap {
    padding-left: 0;
    font-size: 25px;
    margin-top: 0; }
  .faq .col_02 .a .content {
    margin-top: 0;
    width: calc( 95% - 32px); }
  .faq .col_03 .txt_box {
    padding: 30px 5%;
    right: 5%;
    min-width: inherit;
  }
  .faq .col_03 .img {
    width: 100%;
  }
}

/* privacy*/
.privacy .col_01 {
  margin: 0 auto 150px;
}
.privacy .lead_txt {
  margin-bottom: 100px;
}
.privacy .sub_ttl {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  padding-left: 22px;
  margin: 60px 0 30px;
}
.privacy .sub_ttl:before {
  content: "";
  width: 10px;
  height: 8px;
  background: #9d2328;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}
.privacy ol {
  list-style: decimal;
  padding-left: 1.2em;
}
.privacy .txt {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .privacy .col_01 {
    width: 90%;
    margin-bottom: 100px;
  }
  .privacy .lead_txt {
    margin-bottom: 65px;
  }
  .privacy .sub_ttl {
    font-size: 14px;
    margin: 50px 0 20px;
  }
  .privacy .sub_ttl:before {
    height: 5px;
  }
  .privacy .txt {
    padding: 0 22px;
  }
  .privacy ol {
    font-size: 12px;
    padding: 0 5%;
    padding-left: 3.4em;
  }
}

/* sitemap */
.sitemap .bg_gray {
  padding: 60px 0;
  margin-bottom: 110px; }

.sitemap .wrap {
  background: #fff;
  width: 70%;
  max-width: 840px;
  margin: 0 auto;
  padding: 60px 0 30px; }

.sitemap .menu {
  float: left;
  width: 50%;
  padding: 0 5%;
  box-sizing: border-box;
  line-height: 1; }

.sitemap .menu > li {
  font-weight: bold;
  color: #383635;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px; }

.sitemap .menu > li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 3px solid #9d2328;
  border-right: 3px solid #9d2328;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0.2em; }

.sitemap .sub_menu {
  margin: 20px 0 40px; }

.sitemap .sub_menu > li {
  font-weight: normal;
  color: #4e5043;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px; }

.sitemap .sub_menu > li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-left: 2px solid #ededec;
  border-bottom: 2px solid #ededec;
  position: absolute;
  left: 0.5em;
  top: 0; }

.sitemap .menu a {
  width: initial; }

.sitemap .crowd > li {
  margin-bottom: 20px; }

.sitemap .crowd > li:nth-child(4),
.sitemap .crowd > li:nth-child(7),
.sitemap .crowd > li:nth-child(11),
.sitemap .crowd > li:nth-child(12) {
  margin-bottom: 40px; }

@media screen and (max-width: 980px) {
  .sitemap .menu {
    float: none;
    width: initial; } }

@media screen and (max-width: 767px) {
  .sitemap .bg_gray {
    padding: 30px 0;
    margin-bottom: 75px; }
  .sitemap .wrap {
    width: 90%;
    padding: 30px 0 20px;
    font-size: 12px; }
  .sitemap .menu > li {
    margin-bottom: 40px; }
  .sitemap .sub_menu {
    margin: 25px 0 40px; }
  .sitemap .sub_menu > li {
    margin-bottom: 25px; }
  .sitemap .crowd > li {
    margin-bottom: 20px; }
  .sitemap .center_ttl:after {
    margin-bottom: 40px;
  }
}

/* contacts共通部分 */
.contacts .phase_list {
  width: 70%;
  max-width: 840px;
  margin: 0 auto;
  padding: 30px 0;
  font-weight: bold; }

.contacts .phase {
  float: left;
  color: #fff;
  text-align: center;
  width: 21.5%;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 2em;
  height: 40px;
  box-sizing: border-box;
  line-height: 39px;
  margin-right: 4.66%;
  position: relative; }

.contacts .phase:last-child {
  margin-right: 0; }

.contacts .phase:after {
  content: "";
  position: absolute;
  color: #fff;
  right: -14%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -4px; }

.contacts .phase:last-child:after {
  border: none; }

.contacts .current {
  background: #fff;
  color: #786f57; }

/* contact一覧 */
.contact .lead_txt.red {
  margin: 60px 0 40px;
  font-size: 16px; }

.contact .bg_paper,
.contacts .bg_paper {
  background: #3f3a39;
}

.contact .box_wrap {
  width: 70%;
  max-width: 840px;
  margin: 0 auto 120px;
}

.contact .box {
  width: 47.5%;
  padding: 30px 3.5% 15px;
  box-sizing: border-box;
  margin: 0 5% 40px 0; }

.contact .box:nth-child(2n) {
  margin-right: 0; }

.contact .sub_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  width: 65%;
  float: left; }

.contact .bg_yellow {
  position: relative;
  display: inline-block;
  z-index: 3; }

/*.contact .bg_yellow:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0.4em;
  height: 1.0em;
  background: #9d2328;
  display: inline-block;
  z-index: -1; }*/

.contact .col_01 .txt {
  width: 55%;
  float: left; }

.contact .ill {
  float: right;
  width: 35%;
  margin-top: -8%; }

@media screen and (max-width: 1275px) {
  .contact .sub_ttl {
    width: 100%; } }

@media screen and (max-width: 1200px) {
  .contact .box {
    height: 17.5vw; } }

@media screen and (max-width: 1100px) {
  .contacts .phase_list,
  .contact .box_wrap {
    width: 80%; }
  .contact .box {
    height: auto; }
  .contact .col_01 .txt {
    width: 60%; }
  .contact .ill {
    margin-top: 0; } }

@media screen and (max-width: 960px) {
  .contacts .phase_list {
    font-size: 12px; }
  .contacts .phase_list,
  .contact .box_wrap {
    width: 90%; } }

@media screen and (max-width: 780px) {
  .contacts .phase_list {
    width: 95%; } }

@media screen and (max-width: 767px) {
  .contact .center_ttl:after {
    margin-bottom: 30px; }
  .contacts .phase_list {
    width: 92%;
    padding: 15px 0;
    text-align: center; }
  .contacts .phase {
    height: 13.33vw;
    width: 13.33vw;
    line-height: calc(13.33vw - 4px);
    margin-right: 7.5vw;
    border-radius: 5em;
    float: none;
    display: inline-block; }
  .contacts .phase:after {
    right: -5.5vw; }
  .contact .lead_txt {
    font-size: 13px;
    margin: 40px auto 25px; }
  .contact .box_wrap {
    width: 85%;
    margin-bottom: 60px; }
  .contact .box {
    float: none;
    width: initial;
    margin: 0 0 20px;
    padding: 20px 10%; }
  .contact .sub_ttl {
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px; }
  .contact .ill {
    margin-top: -5px; } }

/* 入力画面 */
.input .explanation_list {
  width: 63.33%;
  max-width: 760px;
  margin: 60px auto 40px; }

.input .explanation {
  list-style-type: disc; }

.input .explanation .link {
  width: auto;
  border-bottom: 1px solid; }

/* フォーム部分 */
#form {
  width: 70%;
  max-width: 840px;
  margin: 0 auto; }

.input .col_01 {
  margin-bottom: 150px; }

.input .form_bg {
  background: #ededec;
  margin: 0px 0px 40px 0px;
  padding: 40px 5% 20px; }

.input .question {
  font-weight: bold;
  color: #383635;
  height: 50px;
  line-height: 50px;
  position: relative; }

.input .required:after {
  content: "＊";
  color: #9d2328;
  position: absolute;
  top: -5px;
  margin-left: 5px; }

.input .common .question {
  float: left;
  width: 26%;
  margin-bottom: 20px; }

.input .common .answer {
  position: relative;
  float: right;
  width: 74%;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 20px; }

.input .common .zip {
  width: 24%;
  float: left;
  padding: 0 3%; }

.input .common .answer.zip input {
  padding: 0; }

.input .common #zip_btn {
  float: left;
  width: 50px;
  height: 50px; }

.input .common #zip_btn + .question {
  clear: both; }

.input .common .answer input {
  width: 100%;
  height: 50px;
  font-size: 14px;
  padding: 0 3%;
  box-sizing: border-box; }

.input .common .answer textarea {
  width: 100%;
  padding: 15px 3%;
  resize: none;
  font-size: 14px;
  height: 144px;
  box-sizing: border-box; }

.input .catalog {
  margin-bottom: 40px;
  padding: 20px 5%; }

.input .catalog .subjects {
  width: 100%;
  border-collapse: collapse; }

.input .catalog .answer label {
  background: #fff;
  float: left;
  width: 31.33%;
  margin: 0 3% 20px 0;
  position: relative;
  padding-top: 2px;
  color: #383635;
  padding-left: 5.5%;
  box-sizing: border-box; }

.input .checkbox {
  position: relative; }

.input .checkbox label,
.input .gender + .answer label {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

.input .checkbox label:hover,
.input .gender + .answer label:hover {
  opacity: 0.6; }

.input .checkbox label:before,
.input .gender + .answer label:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #b8b9b4;
  top: 50%;
  left: 6%;
  margin-top: -10px;
  -webkit-transition: all .3s;
  transition: all .3s; }

.input .checkbox label.selected:before,
.input .gender + .answer label.selected:before {
  background: #9d2328;
  border-color: #9d2328; }

.input .checkbox label.selected:after,
.input .gender + .answer label.selected:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6%;
  width: 3px;
  height: 10px;
  margin-left: 7px;
  margin-top: -7px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff; }

.input .checkbox span:nth-of-type(3n) label {
  margin-right: 0; }

.input .checkbox input {
  vertical-align: middle;
  margin-right: 0;
  opacity: 0;
  height: 48px; }

.input .ssl_box {
  border: 4px solid #ededec;
  margin: 40px 0 60px;
  padding: 30px 5% 20px; }

.input .ssl_box img {
  width: 18.8%;
  margin-right: 10.7%; }

.input .ssl_box small {
  vertical-align: top;
  font-size: 12px;
  color: #383635;
  float: left;
  width: 70.5%; }

.input .btn .square {
  width: 42.5%;
  -webkit-transition: all .3s;
  transition: all .3s; }

.input .btn .square:hover {
  opacity: 0.6; }

.input .date {
  margin-bottom: 40px; }

.input .date .subjects {
  width: 100%; }

.input .date .question {
  width: 26%;
  padding-bottom: 20px; }

.input .date .answer {
  position: relative;
  width: 74%;
  padding-bottom: 20px; }

.input .date .day,
.input .date .time {
  display: inline-block;
  background: #fff;
  width: 36%;
  margin: 0 2% 0 7%;
  position: relative; }

.input .date .day:before,
.input .date .time:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(../contact/img/contact_icon_calander.png) no-repeat center/contain;
  left: -17%;
  top: 50%;
  margin-top: -10px; }

.input .date .day:before {
  left: -20%; }

.input .date .time {
  width: 43%;
  margin: 0  0 0 10%;
  background: -webkit-linear-gradient(left, #fff 92%, #95968e 8%);
  background: linear-gradient(to right, #fff 92%, #95968e 8%); }

.input .date .time:before {
  background: url(../contact/img/contact_icon_clock.png) no-repeat center/contain; }

.input .date .time:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-right: 4px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 50%;
  right: 2%;
  margin-top: -4px; }

.input .date .day input,
.input .date .time select {
  width: 100%;
  height: 50px;
  font-size: 14px;
  padding: 0 10%;
  box-sizing: border-box; }

.input .date .time select {
  /*color: #c5c4c4;*/ }

.input .today {
  font-size: 14px;
  text-align: right;
  display: block;
  color: #383635;
  margin-top: 10px; }

.input .today .red {
  color: #9d2328; }

.input .purposes {
  margin-bottom: 40px;
  padding-bottom: 40px; }

.input .purposes .question {
  width: 26%;
  vertical-align: top; }

.input .purposes .answer {
  width: 74%;
  padding: 10px 0;
  background: #fff; }

.input .purposes label {
  position: relative;
  background: #fff;
  width: 100%;
  padding-left: 10%;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold; }

.input .purposes label input {
  height: 40px; }

.input .purposes label:before {
  left: 3%;
  margin-top: -11px; }

.input .purposes label.selected:after {
  left: 3%;
  margin-top: -8px; }

.input .common .file {
  background: -webkit-linear-gradient(left, #fff 96%, #95968e 4%);
  background: linear-gradient(to right, #fff 96%, #95968e 4%);
  position: relative; }

.input .common .file:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-right: 4px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -4px; }

.input .common .file input {
  opacity: 0; }

.input .common .file_name {
  position: absolute;
  display: block;
  top: 50%;
  left: 3%;
  margin-top: -0.5em;
  color: #c5c4c4; }

.input .date .text .question {
  padding-bottom: 0;
  border-bottom: 20px solid transparent; }

.input .date .text .answer {
  background: #fff;
  padding-bottom: 0;
  border-bottom: 20px solid #ededec; }

.input .date .text .answer input {
  width: 100%;
  height: 50px;
  font-size: 14px;
  padding: 0 3%;
  box-sizing: border-box; }

.input .date .adult,
.input .date .child {
  background: #fff;
  display: inline-block;
  width: 15%;
  margin: 0 2%; }

.input .date .many {
  font-weight: bold;
  color: #383635; }

.input .date .many label:first-child {
  margin-right: 8%; }

.input .date .adult input,
.input .date .child input {
  width: 100%;
  height: 50px;
  font-size: 14px;
  padding: 0 15%; }

.input .age + .answer {
  float: left;
  background: none;
  font-weight: bold;
  color: #383635; }

.input .age + .answer label {
  background: #fff;
  display: inline-block;
  width: 15%;
  margin-right: 5%; }

.input .age + .answer input {
  padding: 0 15%; }

.input .gender + .answer label {
  float: left;
  width: 20%;
  display: inline-block;
  height: 50px;
  position: relative;
  margin: 0 2%;
  font-weight: bold;
  color: #383635;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.input .gender + .answer input {
  width: 50%;
  opacity: 0; }

.mwform-file-delete{
  display: none; }

.input .mw-wp-form_file{
  position: absolute;
  left: 3%;
  top: calc( 50% - 0.5em );
}

.input .mw_wp_form .error{
  position: absolute;
  left: 0;
  font-weight: normal;}

.input .mw_wp_form .checkbox .error {
  bottom: 0;
}
.input .mw_wp_form .purposes .checkbox .error {
 bottom: -1.8em; }

@media screen and (max-width: 1240px) {
  .input .explanation_list {
    width: 80%; }
  #form {
    width: 80%; } }

@media screen and (max-width: 1110px) {
  .input .catalog .answer label,
  .input .catalog .answer span:nth-child(3n) label {
    width: 47.5%;
    margin-right: 5%;
    padding-left: 10%; }
  .input .catalog .answer span:nth-child(2n) label{
    margin-right: 0; } }

@media screen and (max-width: 1077px) {
  .input .date .question {
    vertical-align: top; }
  .input .date .day,
  .input .date .time {
    display: block;
    width: 90%;
    margin: 0 0 20px 10%; }
  .input .date .day:before, .input .date .time:before {
    left: -10%; }
  .input .date .time:after {
    right: 3%; } }

@media screen and (max-width: 1048px) {
  .input .common .question {
    float: none;
    width: 100%;
    height: auto;
    line-height: initial;
    margin-bottom: 10px; }
  .input .common .answer {
    float: none;
    width: 100%; }
  .input .common .zip {
    width: 50%;
    float: left; } }

@media screen and (max-width: 850px) {
  .input .date .question {
    width: 100%;
    display: block;
    padding-bottom: 0; }
  .input .date .answer {
    width: 100%;
    display: block; }
  .input .purposes .question {
    width: 100%;
    display: block; }
  .input .purposes .answer {
    width: 100%;
    display: block; } }

@media screen and (max-width: 805px) {
  .input .catalog .answer label,
  .input .catalog .answer span:nth-child(3n) label {
    width: 100%;
    margin-right: 0; }
  .input .checkbox label:before {
    left: 5%; }
  .input .checkbox label.selected:after {
    left: 5%; }
  .input .checkbox input {
    padding-left: 5%; }
  .input .ssl_box img {
    float: none;
    width: 35%;
    display: block;
    margin: 0 auto 20px; }
  .input .ssl_box small {
    float: none;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .input .explanation_list {
    margin: 40px auto 30px;
    font-size: 12px; }
  .input .col_01 {
    margin-bottom: 100px; }
  #form {
    width: 90%; }
  .input .question {
    height: initial;
    line-height: initial;
    font-size: 12px; }
  .input .answer {
    font-size: 12px; }
  .input .catalog {
    margin-bottom: 30px;
    padding-bottom: 15px; }
  .input .catalog .question {
    text-align: center;
    padding-bottom: 10px; }
  .input .catalog .answer label,
  .input .catalog .answer span:nth-child(3n) label {
    margin-bottom: 15px;
    padding-top: 4px;
    padding-left: 0; }
  .input .checkbox input {
    height: 36px;
    padding-left: 15%; }
  .input .checkbox label:before,
  .input .gender + .answer label:before {
    width: 11px;
    height: 11px;
    margin-top: -7.5px; }
  .input .checkbox label.selected:after,
  .input .gender + .answer label.selected:after {
    height: 7px;
    margin-top: -5px;
    margin-left: 5px; }
  .input .common {
    padding: 25px 5% 15px; }
  .input .common .question {
    padding-left: 5%;
    box-sizing: border-box; }
  .input .common .answer {
    margin-bottom: 25px; }
  .input .common .answer input {
    font-size: 12px;
    height: 40px;
    padding: 0 5%;
    box-sizing: border-box; }
  .input .common .zip {
    padding: 0 5%; }
  .input .common #zip_btn {
    width: 40px;
    height: 40px; }
  .input .common .answer textarea {
    font-size: 12px;
    height: 116px; }
  .input .ssl_box {
    padding: 20px 5%;
    margin: 30px auto; }
  .input .ssl_box small {
    font-size: 10px; }
  .input .btn .square {
    width: 68vw;
    display: inline-block; }
  .input .date {
    padding: 25px 5%;
    margin-bottom: 30px; }
  .input .date .question {
    text-align: center;
    margin-bottom: 10px; }
  .input .date .day input, .input .date .time select {
    height: 40px;
    font-size: 12px;
    padding: 0 5%; }
  .input .date .answer {
    padding-bottom: 15px; }
  .input .today {
    font-size: 12px;
    text-align: left;
    margin-top: -5px; }
  .input .purposes {
    padding: 20px 5% 25px;
    margin-bottom: 30px; }
  .input .purposes .question {
    text-align: center;
    margin-bottom: 10px; }
  .input .purposes .answer {
    background: none;
    padding: 0; }
  .input .purposes label {
    margin-bottom: 15px;
    padding-left: 0;
    line-height: 1.2;
    box-sizing: border-box;
    padding-top: 3px; }
  .input .purposes label input {
    height: 37px; }
  .input .event_reserv .date .question {
    text-align: left; }
  .input .date .text .question {
    border-bottom: none; }
  .input .date .text .answer {
    border-bottom: none;
    display: block;
    margin-bottom: 30px; }
  .input .date .text .answer input {
    height: 40px;
    font-size: 12px;
    padding: 0 5%; }
  .input .date .many label {
    font-size: 12px; }
  .input .date .adult, .input .date .child {
    width: 20%;
    margin: 0 5%; }
  .input .date .adult input, .input .date .child input {
    height: 40px;
    font-size: 12px; }
  .input .age + .answer label {
    width: 20%; }
  .input .age + .answer input {
    padding: 0 20%; }
  .input .gender + .answer label {
    width: 30%; }
  .input .date .time:after {
    right: calc(2% + 1px ); }
  .input .common .file {
    background: -webkit-linear-gradient(left, #fff calc( 100% - 20px ), #95968e 20px);
    background: linear-gradient(to right, #fff calc( 100% - 20px ), #95968e 20px);
    }
  .input .mw_wp_form .purposes .checkbox .error {
    bottom: -0.5em; } }

/* 確認 */
.confirm .lead {
  font-size: 16px;
  width: 63.33%;
  max-width: 760px;
  margin: 60px auto 40px; }

.confirm #form {
  border-top: 2px solid #ededec; }

.confirm .subjects {
  border-bottom: 2px solid #ededec;
  width: 100%; }

.confirm .subjects tr {
  float: left;
  width: 62%;
  padding: 30px 0 10px; }

.confirm .subjects tr:first-child {
  width: 33%;
  padding-left: 5%;
  vertical-align: top; }

.confirm .answer {
  font-weight: bold;
  color: #383635;
  font-size: 14px;
  padding-right: 5%; }

.confirm .checkbox{
  width: 95%;
  display: inline-block; }

.confirm .checkbox > * {
  display: block; }

.confirm .common{
  border-bottom: 2px solid #ededec;
  padding-bottom: 25px; }

.confirm .common .question {
  float: left;
  width: 33%;
  padding-left: 5%;
  border-bottom: 2px solid #ededec;
  min-height: 45px;
  padding-top: 25px; }

.confirm .common .answer {
  float: left;
  width: 57%;
  border-bottom: 2px solid #ededec;
  min-height: 45px;
  padding-top: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #383635; }

.confirm .common .question:last-of-type,
.confirm .common .answer:last-of-type{
  border-bottom: none;
}
 .confirm .common .answer input,
.confirm .common .answer textarea {
  font-size: 14px;
  font-weight: bold;
  color: #383635;
  resize: none;
  width: 90%; }

.confirm #zip_btn,
.confirm .ssl_box,
.confirm .foot_contact {
  display: none; }

.confirm .btn {
  margin: 80px auto 140px; }

.confirm .btn .square {
  width: 42.5%;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer; }

.confirm .btn .square:hover {
  opacity: 0.6; }

.confirm .btn .square[name="submitBack"] {
  margin-right: 5%;
  background: #c9c5bc; }

.confirm .date {
  padding-top: 20px; }

.confirm .event_reserv .date{
  padding-top: 0;
}

.confirm .date tr {
  float: none;
  width: initial; }

.confirm .date .question {
  width: 38%;
  padding-left: 5%;
  padding-bottom: 20px; }

.confirm .date .answer {
  width: 62%;
  padding-bottom: 20px; }

.confirm .date .answer * {
  font-size: 14px;
  font-weight: bold; }

.confirm .date .today {
  display: none; }

.confirm .purposes .subjects tr,
.confirm .date .subjects tr {
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  float: none; }

.confirm .purposes .subjects {
  padding: 20px 0; }

.confirm .purposes .question {
  width: 38%;
  padding-left: 5%;
  vertical-align: top; }

.confirm .common .file_name {
  display: none; }

.confirm .date .subjects {
  border-collapse: collapse; }

.confirm .date .text .question,
.confirm .date .text .answer {
  padding-top: 20px;
  border-bottom: 2px solid #ededec; }

.confirm .date .answer .adult,
.confirm .date .answer .child {
  display: inline-block;
  width: 5%; }

.confirm .date .answer .adult input,
.confirm .date .answer .child input {
  width: 100%;
  text-align: right; }

.confirm .date .text + tr .question,
.confirm .date .text + tr .answer {
  padding-top: 30px; }

.confirm .age + .answer input {
  width: 3em; }

.confirm .gender + .answer input {
  display: block; }

@media screen and (max-width: 767px) {
  .confirm .lead {
    width: 80%;
    margin: 40px auto;
    font-size: 13px; }
  .confirm .subjects {
    padding: 20px 7.5% 10px; }
  .confirm .subjects tr:first-child,
  .confirm .subjects tr {
    float: none;
    padding: 0;
    width: initial; }
  .confirm .question {
    margin-bottom: 20px;
    display: block;
    font-size: 12px; }
  .confirm .subjects .answer {
    font-size: 12px; }
  .confirm .common{
    padding-bottom: 0; }
  .confirm .common .question {
    float: none;
    width: initial;
    border-bottom: none;
    padding: 20px 7.5% 0;
    min-height: auto; }
  .confirm .common .answer {
    float: none;
    width: initial;
    min-height: auto;
    height: auto;
    padding: 0 7.5% 20px;
    font-size: 12px; }
  .confirm .common .answer input, .confirm .common .answer textarea {
    font-size: 12px;
    height: auto; }
  .confirm .btn {
    margin: 40px auto 80px; }
  .confirm .btn .square {
    width: 37.5%; }
  .confirm .date .subjects {
    padding-bottom: 20px; }
  .confirm .date .question {
    box-sizing: border-box;
    padding: 20px 7.5% 0;
    width: 100%;
    display: block; }
  .confirm .date .answer {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 7.5% 10px; }
  .confirm .date tr:last-child .answer {
    padding-bottom: 30px; }
  .confirm .purposes .question {
    width: 100%;
    padding: 0;
    display: block; }
  .confirm .purposes .answer {
    width: 100%;
    display: block;
    padding-bottom: 30px; }
  .confirm .date .answer * {
    font-size: 12px; }
  .confirm .purposes .subjects {
    padding: 20px 7.5% 10px; }
  .confirm .purposes .checkbox > * {
    margin-bottom: 20px; }
  .confirm .purposes .answer {
    padding-bottom: 0; }
  .confirm .date .text .question {
    border-bottom: none;
    padding: 20px 7.5% 0;
    box-sizing: border-box;
    margin-bottom: 0; }
  .confirm .date .text .answer {
    padding: 20px 7.5%;
    box-sizing: border-box; }
  .confirm .date .text + tr .question {
    padding: 20px 7.5% 0;
    box-sizing: border-box; }
  .confirm .date .text + tr .answer {
    padding: 0 7.5%; }
  .confirm .date .many {
    border-top: 2px solid #ededec; }
  .confirm .date .day02 .answer {
    padding-bottom: 30px; }
  .confirm .date tr.many .answer {
    padding-bottom: 20px; } }

/* 完了 */
.thanks .lead {
  font-size: 20px;
  text-align: center;
  margin: 60px 0 30px; }

.thanks .btn {
  margin: 80px auto 150px; }

.thanks .btn .square {
  width: 42.5%;
  max-width: 360px; }

@media screen and (max-width: 767px) {
  .thanks .lead {
    font-size: 15px;
    margin-top: 40px; }
  .thanks .lead_txt {
    width: 80%;
    margin: 0 auto;
    text-align: left; }
  .thanks .btn {
    margin: 40px auto 80px; }
  .thanks .btn .square {
    width: 70%; } }

/*--------------------------------------------------
    Footer Area
--------------------------------------------------*/
.foot_contact {
  background: url('../img/bg_contact.jpg') center center / cover no-repeat;
  color: #fff;
  letter-spacing: .05em;
  padding: 100px 0;
}

.foot_contact .c_ttl {
  color: #fff;
  text-align: center;
}
.foot_contact .c_ttl span {
  display: block;
  font-weight: 600;
}
.foot_contact .c_ttl .lg {
  font-size: 56px;
  letter-spacing: 0;
}

.foot_contact .footer_box_wrap {
  margin-top: 80px;
}

.foot_contact .footer_box {
  padding: 40px;
}
.foot_contact .footer_box .sm {
  font-size: 12px;
}

.foot_contact .btn_item {
  font-weight: bold;
  height: 52px;
  line-height: 52px;
  max-width: 235px;
  position: relative;
}
.foot_contact .btn_item a {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  text-indent: 1.5em;
}

.foot_contact .tel {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 20px;
}
.foot_contact .tel img {
  width: 1em;
  margin-right: 10px;
}

.foot_contact .box_emph {
  background: rgba(157, 35, 40, .7);
}

.box_emph .tag {
  background: #fff;
  border-radius: 3em;
  color: #9d2328;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 0 10px;
}

.foot_contact .txt_emph {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 20px;
}
.foot_contact .txt_emph + p {
  font-size: 16px;
  margin: 30px 0;
}

.foot_contact .box_emph .contact_list {
  margin-bottom: 40px;
}

.foot_contact .btn_item img {
  width: 20px;
  position: absolute;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
}

.foot_contact .contact_type .ttl {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 18px;
}
.foot_contact .contact_type .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.contact_type .btn_item:last-of-type {
  margin-top: 10px;
}

/* /aboutus/company/ページにてスタイルが上書きされるため修正用 */
.foot_contact .contact_type .item {
  width: 100%;
  background: transparent;
  color: #fff;
  padding: 0;
  height: auto;
  line-height: 1.8;
}

.foot_contact .contact_type .item:last-of-type {
  margin-top: 60px;
}

@media screen and (min-width: 1100px) {
  .foot_contact .footer_box_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .foot_contact .footer_box {
    width: 49%;
  }
}

@media screen and (min-width: 768px) {
  .foot_contact .box_emph .contact_list {
    display: flex;
    justify-content: space-between;
  }

  .box_emph .btn_item {
    width: 48%;
  }
  .box_emph .btn_item:last-child {
    margin-left: 1%;
  }
  .foot_contact .contact_type .contact_list {
    width: 46%;
  }
}

@media screen and (min-width: 598px) and (max-width: 1099px) {
  .foot_contact .box_emph .contact_list {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .foot_contact {
    padding: 60px 0;
  }
  .foot_contact .footer_box {
    padding: 20px;
    text-align: center;
  }
  .foot_contact .btn_item {
    margin: 10px auto;
    max-width: 500px;
  }
  .foot_contact .txt_emph {
    font-size: 18px;
  }
  .foot_contact .txt_emph + p {
    font-size: 14px;
  }
  .foot_contact .contact_type .flex {
    flex-direction: column;
  }
}

#btn_top {
  text-align: center;
}
#btn_top .link {
  background: #3f3a39;
}
#btn_top img {
  width: 28px;
  padding-top: 20px;
}

#footer {
  padding: 30px 0 100px;
}

#footer .foot_menu {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: right;
}

#footer .foot_menu li {
  display: inline-block;
}
#footer .foot_menu li:first-child {
  border-right: 1px solid #b8b9b4;
  padding-right: 20px;
  margin-right: 18px;
}

#footer .logo {
  display: block;
  max-width: 216px;
}

#footer .copy {
  color: #383635;;
  display: block;
  font-size: 12px;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  #footer .foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer .copy {
    width: 20%;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  #btn_top img {
    width: 20px;
  }
  #footer {
    padding: 30px 0 80px;
  }
  #footer .foot_menu {
    font-size: 10px;
    margin-bottom: 40px;
    text-align: center;
  }
  #footer .logo {
    width: 80%;
    margin: 0 auto;
  }
  #footer .copy {
    text-align: center;
    margin-top: 20px;
  }
}

/* 休暇の文言 */
.holiday_option {
  color: #9d2328;
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .holiday_option {
    font-size: 12px;
    text-align: left;
    width: 90%;
    margin: 0 auto 20px;
  }
}


.c_cv_area {
  background-color: rgba(157, 35, 40, 1);
  color: #fff;
  text-align: center;
  padding: 40px;
  margin: 80px 0;
}

.c_cv_area .inner {
  padding: 40px 0;
}

.c_cv_area .contact_list {
  display: flex;
  justify-content: center;
  max-width: 760px;
  margin: 0 auto 40px;
}

.c_cv_area .txt_emph {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 20px;
}
.c_cv_area .txt_emph + p {
  font-size: 16px;
  margin: 30px 0 20px;
}

.c_cv_area .btn_item {
  font-weight: bold;
  height: 52px;
  line-height: 52px;
  position: relative;
  width: 48%;
  max-width: 300px;
  margin: 10px 10px 0;
}
.c_cv_area .btn_item a {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  text-indent: 1.5em;
}
.c_cv_area .btn_item img {
  width: 20px;
  position: absolute;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
}

.c_cv_area .tel {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 20px;
}
.c_cv_area .tel img {
  width: 1em;
  margin-right: 10px;
}

.c_cv_area .tag {
  background: #fff;
  border-radius: 3em;
  color: #9d2328;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .c_cv_area {
    padding: 20px;
  }
  .c_cv_area .inner {
    width: 100%;
  }
  .c_cv_area .txt_emph {
    font-size: 23px;
  }
  .c_cv_area .txt_emph + p {
    font-size: 14px;
  }
  .c_cv_area .contact_list {
    flex-direction: column;
  }
  .c_cv_area .btn_item {
    width: 100%;
    margin: 10px auto 0;
  }
}
