@charset "UTF-8";
/*-----------------reset---------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a, img {
  color: #000;
  border-width: 0px;
  border-style: none;
  background: transparent;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

body {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

img {
  width: 100%;
  vertical-align: top;
}

p {
  letter-spacing: 0;
  line-height: 1.5em;
}

.content_w700 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.content_w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.content_w900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.content_w1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.content_w1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.content_w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.content_w1300 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.content_w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.content_w1500 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.content_w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.ib {
  display: inline-block;
}

.rlt {
  position: relative;
}

.note {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  text-align: left;
}
.note.ab {
  position: absolute;
  padding: 5px;
  z-index: 5;
}
.note.tp {
  top: 0;
  bottom: auto;
}
.note.rt {
  right: 0;
  left: auto;
}
.notelt {
  left: 0;
  right: auto;
}
.note.bt {
  bottom: 0;
  top: auto;
}
.note.shd {
  color: #fff;
  text-shadow: 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}

.co_fff {
  color: #fff;
}

.co_000 {
  color: #000;
}

@media screen and (min-width: 769px) {
  ._sp {
    display: none;
  }
  ._pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  ._sp {
    display: block;
  }
  ._pc {
    display: none;
  }
}
/*-----------------font---------------------*/
@font-face {
  font-family: "a1_serif", serif;
  src: url(../fonts/a1_serif.otf) format("opentype");
}
body {
  font-family: "noto-sans-cjk-jp", sans-serif;
}

.a1_serif {
  font-family: "a1_serif", serif;
}

.noto {
  font-family: "noto-sans-cjk-jp", sans-serif;
}

/*-------anime0-------*/
.js-anime0 {
  opacity: 0;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.js-anime0.scrollin {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.js-anime1 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.js-anime1.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-anime2 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.js-anime2.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-anime3 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.js-anime3.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-anime4 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.js-anime4.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-anime5 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.js-anime5.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-anime6 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.js-anime6.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-anime7 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.js-anime7.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-anime8 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.js-anime8.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-anime9 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.js-anime9.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-anime10 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.js-anime10.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-anime11 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.js-anime11.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-anime12 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.js-anime12.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-anime13 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.js-anime13.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-anime14 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 3.9s;
          transition-delay: 3.9s;
}

.js-anime14.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-anime15 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 4.9s;
          transition-delay: 4.9s;
}

.js-anime15.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-anime16 {
  opacity: 0;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.js-anime16.scrollin {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.js-anime17 {
  opacity: 0;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transition: all 5s;
  transition: all 5s;
}

.js-anime17.scrollin {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

header.global_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
}
header.global_header.h-small .top_header .gtl_logo {
  max-width: 200px;
  min-width: 150px;
}
header.global_header.h-small .top_header .link_box {
  max-width: 917px;
}
header.global_header.h-small .top_header .link_box .link_01 {
  width: 33%;
  min-width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.global_header.h-small .top_header .link_box .link_01 p {
  width: 49%;
  font-size: 16px;
}
header.global_header.h-small .top_header .link_box .link_02 {
  width: 33%;
  max-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.global_header.h-small .top_header .link_box .link_02 .sns_box {
  width: 50%;
  margin: 0 auto;
}
header.global_header.h-small .top_header .link_box .link_02 .serch_box {
  width: 45%;
}
header.global_header.h-small .top_header .link_box .link_03 .cvt_btn {
  height: 50px;
}
header.global_header.h-small .bottom_header nav ul li:hover .pulldown_menu_box {
  opacity: 1;
  top: 29px;
}
header.global_header.h-small .bottom_header nav ul li p {
  padding: 5px 0;
  font-size: 12px;
}
header.global_header .top_header {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 1s;
  transition: 1s;
}
header.global_header .top_header .gtl_logo {
  width: 30%;
  max-width: 200px;
  min-width: 100px;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 0 0 0 30px;
}
header.global_header .top_header .link_box {
  width: 75%;
  max-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.global_header .top_header .link_box .link_01 {
  min-width: 220px;
}
header.global_header .top_header .link_box .link_01 p {
  color: #808080;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2em;
  text-align: center;
}
header.global_header .top_header .link_box .link_01 p .fs5 {
  font-size: 15px;
  vertical-align: bottom;
}
header.global_header .top_header .link_box .link_01 p a {
  color: #808080;
}
header.global_header .top_header .link_box .link_02 {
  max-width: 150px;
  min-width: 130px;
  margin: 0 15px;
}
header.global_header .top_header .link_box .link_02 .sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 10px;
}
header.global_header .top_header .link_box .link_02 .sns_box li {
  height: 20px;
  margin: 0 auto;
}
header.global_header .top_header .link_box .link_02 .sns_box li img {
  width: auto;
  height: 100%;
}
header.global_header .top_header .link_box .link_02 .serch_box .serch_inner {
  position: relative;
}
header.global_header .top_header .link_box .link_02 .serch_box .serch_inner input {
  width: 100%;
  border: 1px solid #333;
  border-radius: 15px;
  padding: 4px 2px;
  font-size: 12px;
  text-indent: 4px;
}
header.global_header .top_header .link_box .link_02 .serch_box .serch_btn {
  width: 15px;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  cursor: pointer;
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  display: block;
}
header.global_header .top_header .link_box .link_03 {
  width: 30%;
  min-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.global_header .top_header .link_box .link_03 .cvt_btn {
  width: 30%;
  height: 78px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header.global_header .top_header .link_box .link_03 .cvt_btn:hover {
  opacity: 0.7;
}
header.global_header .top_header .link_box .link_03 .cvt_btn.request, header.global_header .top_header .link_box .link_03 .cvt_btn.reserve {
  background: #800000;
}
header.global_header .top_header .link_box .link_03 .cvt_btn.request p, header.global_header .top_header .link_box .link_03 .cvt_btn.reserve p {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header.global_header .top_header .link_box .link_03 .cvt_btn a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
header.global_header .top_header .link_box .link_03 .cvt_btn p {
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
header.global_header .top_header .link_box .link_03 .resident {
  width: 40%;
  background: #bcad87;
}
header.global_header .top_header .link_box .link_03 .resident .flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
header.global_header .top_header .link_box .link_03 .resident .flex div:nth-of-type(1) {
  width: 13%;
  margin: 0 5px 0 0;
}
header.global_header .bottom_header {
  background: #fff;
}
header.global_header .bottom_header nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
header.global_header .bottom_header nav ul li {
  width: 16.6666666667%;
  border-right: 1px solid #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
header.global_header .bottom_header nav ul li:hover:before {
  width: 100%;
}
header.global_header .bottom_header nav ul li:hover .pulldown_menu_box {
  height: 450px;
  opacity: 1;
  top: 47px;
}
header.global_header .bottom_header nav ul li:hover div:before {
  width: 100%;
}
header.global_header .bottom_header nav ul li.js-active .inner:before {
  width: 100%;
}
header.global_header .bottom_header nav ul li:last-of-type {
  border-right: 0;
}
header.global_header .bottom_header nav ul li .pulldown_menu_box_btn:before {
  display: none;
}
header.global_header .bottom_header nav ul li .inner {
  position: relative;
}
header.global_header .bottom_header nav ul li .inner:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  left: 50%;
  bottom: 0;
  position: absolute;
  background: #800000;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header.global_header .bottom_header nav ul li div a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  opacity: 0;
}
header.global_header .bottom_header nav ul li p {
  color: #333;
  font-size: 12px;
  padding: 14px 0;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
}
header.global_header .bottom_header nav ul .pulldown_menu_box {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  padding: 0;
  left: 0;
  top: 30px;
  opacity: 0;
  z-index: -10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header.global_header .bottom_header nav ul .pulldown_menu_box .flex {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header.global_header .bottom_header nav ul .pulldown_menu_box .pulldown_menu {
  width: 100%;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid #929292;
  border-left: 1px solid #929292;
  border-right: 1px solid #929292;
  background: #fff;
}
header.global_header .bottom_header nav ul .pulldown_menu_box .pulldown_menu:hover {
  background: #800000;
}
header.global_header .bottom_header nav ul .pulldown_menu_box .pulldown_menu:hover p {
  color: #fff;
}
header.global_header .bottom_header nav ul .pulldown_menu_box .pulldown_menu a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
header.global_header .bottom_header nav ul .pulldown_menu_box .pulldown_menu .img {
  display: none !important;
}
header.global_header .bottom_header nav ul .pulldown_menu_box .pulldown_menu .text p {
  font-size: 13px;
  text-align: left;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0;
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_00 .pulldown_menu_01 .img {
  background-position: top;
  background-image: url(../img/common/nav_thumbnail/pd_00_thum_01.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_00 .pulldown_menu_02 .img {
  background-image: url(../img/common/nav_thumbnail/pd_00_thum_02.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_00 .pulldown_menu_03 .img {
  background-image: url(../img/common/nav_thumbnail/pd_00_thum_03.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_00 .pulldown_menu_04 .img {
  background-position: top;
  background-image: url(../img/common/nav_thumbnail/pd_00_thum_04.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_00 .pulldown_menu_05 .img {
  background-image: url(../img/common/nav_thumbnail/pd_00_thum_05.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_00 .pulldown_menu_06 .img {
  background-image: url(../img/common/nav_thumbnail/pd_00_thum_06.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_00 .pulldown_menu_07 .img {
  background-image: url(../img/common/nav_thumbnail/pd_00_thum_07.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_00 .pulldown_menu_08 .img {
  background-image: url(../img/common/nav_thumbnail/pd_00_thum_08.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_01 .pulldown_menu_01 .img {
  background-image: url(../img/common/nav_thumbnail/pd_01_thum_01.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_01 .pulldown_menu_02 .img {
  background-image: url(../img/common/nav_thumbnail/pd_01_thum_02.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_01 .pulldown_menu_03 .img {
  background-image: url(../img/common/nav_thumbnail/pd_01_thum_03.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_01 .pulldown_menu_04 .img {
  background-image: url(../img/common/nav_thumbnail/pd_01_thum_04.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_01 .pulldown_menu_05 .img {
  background-image: url(../img/common/nav_thumbnail/pd_01_thum_05.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_01 .pulldown_menu_06 .img {
  background-image: url(../img/common/nav_thumbnail/pd_01_thum_06.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_02 .pulldown_menu_01 .img {
  background-image: url(../img/common/nav_thumbnail/pd_02_thum_01.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_02 .pulldown_menu_02 .img {
  background-image: url(../img/common/nav_thumbnail/pd_02_thum_02.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_02 .pulldown_menu_03 .img {
  background-image: url(../img/common/nav_thumbnail/pd_02_thum_03.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_02 .pulldown_menu_04 .img {
  background-image: url(../img/common/nav_thumbnail/pd_02_thum_04.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_02 .pulldown_menu_05 .img {
  background-image: url(../img/common/nav_thumbnail/pd_02_thum_05.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_02 .pulldown_menu_06 .img {
  background-image: url(../img/common/nav_thumbnail/pd_02_thum_06.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_02 .pulldown_menu_07 .img {
  background-image: url(../img/common/nav_thumbnail/pd_02_thum_07.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_02 .pulldown_menu_08 .img {
  background-image: url(../img/common/nav_thumbnail/pd_02_thum_08.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_03 .pulldown_menu_01 .img {
  background-image: url(../img/common/nav_thumbnail/pd_03_thum_01.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_03 .pulldown_menu_02 .img {
  background-image: url(../img/common/nav_thumbnail/pd_03_thum_02.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_03 .pulldown_menu_03 .img {
  background-image: url(../img/common/nav_thumbnail/pd_03_thum_03.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_03 .pulldown_menu_04 .img {
  background-image: url(../img/common/nav_thumbnail/pd_03_thum_04.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_03 .pulldown_menu_05 .img {
  background-image: url(../img/common/nav_thumbnail/pd_03_thum_05.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_04 .pulldown_menu_01 .img {
  background-image: url(../img/common/nav_thumbnail/pd_04_thum_01.jpg);
}
header.global_header .bottom_header nav ul .pulldown_menu_box.pulldown_menu_box_04 .pulldown_menu_02 .img {
  background-image: url(../img/common/nav_thumbnail/pd_04_thum_02.jpg);
}

@media screen and (max-width: 768px) {
  header.global_header {
    background: #fff;
  }
  header.global_header.h-small .top_header .gtl_logo {
    max-width: none;
    min-width: inherit;
  }
  header.global_header.h-small .top_header .link_box {
    width: 60%;
    min-width: inherit;
  }
  header.global_header.h-small .top_header .link_box .link_01 {
    min-width: inherit;
    display: none;
  }
  header.global_header.h-small .top_header .link_box .link_02 {
    width: 50%;
  }
  header.global_header.h-small .top_header .link_box .link_02 .sns_box {
    width: 100%;
  }
  header.global_header.h-small .top_header .link_box .link_03 .cvt_btn {
    height: 50px;
  }
  header.global_header .top_header {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    z-index: 2;
    position: relative;
  }
  header.global_header .top_header .gtl_logo {
    width: 40%;
    max-width: 300px;
    min-width: inherit;
    margin: 0;
  }
  header.global_header .top_header .link_box {
    width: 60%;
  }
  header.global_header .top_header .link_box .link_01 {
    min-width: inherit;
  }
  header.global_header .top_header .link_box .link_02 {
    width: 50%;
    min-width: inherit;
    margin: 0 10px;
  }
  header.global_header .top_header .link_box .link_02 .sns_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  header.global_header .top_header .link_box .link_02 .sns_box li {
    height: 17px;
    margin: 0;
  }
  header.global_header .top_header .link_box .link_03 {
    width: 50%;
    min-width: inherit;
  }
  header.global_header .top_header .link_box .link_03 .cvt_btn {
    width: 100%;
    height: 50px;
  }
  header.global_header .top_header .link_box .link_03 .cvt_btn p {
    font-size: 2.133333328vw;
  }
  header.global_header .bottom_header {
    width: 100%;
    height: calc(100vh - 120px);
    padding: 20px 0 30px;
    background: #fff;
    position: fixed;
    top: -100%;
    left: 0;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  header.global_header .bottom_header.js-active {
    top: 70px;
    opacity: 1;
  }
  header.global_header .bottom_header nav ul {
    width: 75%;
    margin: 0 auto;
    display: block;
    border: none;
  }
  header.global_header .bottom_header nav ul li {
    width: 100%;
    border: none;
  }
  header.global_header .bottom_header nav ul li:hover .pulldown_menu_box {
    height: 0;
    opacity: 1;
    top: 0;
  }
  header.global_header .bottom_header nav ul li p {
    font-size: 4.266666656vw;
    padding: 10px 0;
    text-align: left;
  }
  header.global_header .bottom_header nav ul .pulldown_menu_box_btn {
    position: relative;
  }
  header.global_header .bottom_header nav ul .pulldown_menu_box_btn.js-active {
    height: auto;
  }
  header.global_header .bottom_header nav ul .pulldown_menu_box_btn.js-active .plus span:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  header.global_header .bottom_header nav ul .pulldown_menu_box_btn .plus {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 40%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  header.global_header .bottom_header nav ul .pulldown_menu_box_btn .plus:before {
    position: relative;
  }
  header.global_header .bottom_header nav ul .pulldown_menu_box_btn .plus span {
    width: 15px;
    height: 1px;
    background: #800000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: 1s;
    transition: 1s;
  }
  header.global_header .bottom_header nav ul .pulldown_menu_box_btn .plus span:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header.global_header .bottom_header nav ul .pulldown_menu_box_btn .plus span:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  header.global_header .bottom_header nav ul .pulldown_menu_box {
    width: 100%;
    position: static;
    padding: 0;
    left: auto;
    top: auto;
    height: 0;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
    border: none;
    visibility: hidden;
    overflow: hidden;
  }
  header.global_header .bottom_header nav ul .pulldown_menu_box.js-active {
    opacity: 1;
    height: auto !important;
    visibility: visible;
  }
  header.global_header .bottom_header nav ul .pulldown_menu_box .flex {
    display: block;
  }
  header.global_header .bottom_header nav ul .pulldown_menu_box .pulldown_menu {
    width: 100%;
    margin: 0;
    display: block;
    border: none;
    padding: 0;
  }
  header.global_header .bottom_header nav ul .pulldown_menu_box .pulldown_menu .img {
    display: none;
  }
  header.global_header .bottom_header nav ul .pulldown_menu_box .pulldown_menu .text p {
    font-size: 2.933333326vw;
    padding: 5px 0;
  }
  header.global_header .bottom_header nav ul .pulldown_menu_box .pulldown_menu .text p::before {
    display: none;
  }
  header.global_header .bottom_header .policy {
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.global_header .bottom_header .policy p {
    font-size: 10px;
    margin: 0 5px 5px 5px;
  }
  header.global_header .bottom_header .copy p {
    font-size: 10px;
    text-align: center;
  }
  .floating_menu_box {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
  }
  .floating_menu_box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
  }
  .floating_menu_box .flex .cvt_btn {
    width: 25%;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
  }
  .floating_menu_box .flex .cvt_btn p {
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 10px;
    text-align: center;
  }
  .floating_menu_box .flex .cvt_btn.request, .floating_menu_box .flex .cvt_btn.reserve {
    background: #800000;
  }
  .floating_menu_box .flex .cvt_btn.request p, .floating_menu_box .flex .cvt_btn.reserve p {
    font-size: 12px;
  }
  .floating_menu_box .flex .cvt_btn.tel {
    background: #979797;
  }
  .floating_menu_box .flex .cvt_btn.tel div {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
  }
  .floating_menu_box .flex .cvt_btn.tel div img {
    width: 30px;
  }
  .floating_menu_box .flex .cvt_btn.tel div p {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .floating_menu_box .flex .cvt_btn.g_nav {
    background: #fff;
    cursor: pointer;
  }
  .floating_menu_box .flex .cvt_btn.g_nav.js-active .hum span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .floating_menu_box .flex .cvt_btn.g_nav.js-active .hum span:nth-of-type(2) {
    opacity: 0;
  }
  .floating_menu_box .flex .cvt_btn.g_nav.js-active .hum span:nth-of-type(3) {
    bottom: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .floating_menu_box .flex .cvt_btn.g_nav .hum {
    width: 30%;
    height: 15px;
    margin: 10px auto 0;
    position: relative;
  }
  .floating_menu_box .flex .cvt_btn.g_nav .hum span {
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    left: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .floating_menu_box .flex .cvt_btn.g_nav .hum span:nth-of-type(1) {
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .floating_menu_box .flex .cvt_btn.g_nav .hum span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .floating_menu_box .flex .cvt_btn.g_nav .hum span:nth-of-type(3) {
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .floating_menu_box .flex .cvt_btn.g_nav p {
    color: #333;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .floating_menu_box .tel_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    left: 0;
    bottom: -100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
  }
  .floating_menu_box .tel_box.js-active {
    bottom: 51px;
  }
  .floating_menu_box .tel_box div {
    width: 50%;
    border: 1px solid #f4f4f4;
  }
  .floating_menu_box .tel_box div p {
    color: #333;
    font-size: 4.266666656vw;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 0.15em;
  }
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
header.header_blog {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
}
header.header_blog.h-small .top_header {
  padding: 10px 0;
}
header.header_blog.h-small .bottom_header nav ul li:hover .pulldown_menu_box {
  opacity: 1;
  top: 29px;
}
header.header_blog.h-small .bottom_header nav ul li p {
  padding: 5px 0;
  font-size: 12px;
}
header.header_blog .top_header {
  background: #fff;
  padding: 22px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 1s;
  transition: 1s;
}
header.header_blog .top_header .gtl_logo {
  width: auto;
  height: 40px;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 0 0 0 30px;
}
header.header_blog .top_header .gtl_logo img {
  width: auto;
  height: 100%;
}
header.header_blog .top_header .link_box {
  width: 75%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.header_blog .top_header .link_box .link_01 {
  min-width: 220px;
}
header.header_blog .top_header .link_box .link_01 p {
  color: #808080;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2em;
  text-align: center;
}
header.header_blog .top_header .link_box .link_01 p a {
  color: #808080;
}
header.header_blog .top_header .link_box .link_02 {
  max-width: 150px;
  min-width: inherit;
  margin: 0 15px;
}
header.header_blog .top_header .link_box .link_02 .sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
header.header_blog .top_header .link_box .link_02 .sns_box li {
  width: 12.5%;
  margin: 0 auto;
}
header.header_blog .top_header .link_box .gtl_logo {
  width: 30%;
  height: auto;
  margin: 0 auto;
  min-width: inherit;
}
header.header_blog .top_header .link_box .gtl_logo img {
  width: 100%;
  height: auto;
}
header.header_blog .bottom_header {
  background: #fff;
}
header.header_blog .bottom_header nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
header.header_blog .bottom_header nav ul li {
  width: 25%;
  border-right: 1px solid #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header.header_blog .bottom_header nav ul li:hover .pulldown_menu_box {
  opacity: 1;
  top: 47px;
}
header.header_blog .bottom_header nav ul li div {
  position: relative;
}
header.header_blog .bottom_header nav ul li p {
  color: #333;
  font-size: 12px;
  padding: 14px 0;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
}
header.header_blog .bottom_header nav ul .pulldown_menu_box {
  width: 100%;
  position: absolute;
  padding: 50px 0;
  left: 0;
  top: -245px;
  border-top: 1px solid #be6683;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  z-index: -10;
  -webkit-transition: 1s;
  transition: 1s;
}
header.header_blog .bottom_header nav ul .pulldown_menu_box .flex {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header.header_blog .bottom_header nav ul .pulldown_menu_box .pulldown_menu {
  width: 23.75%;
  margin: 0 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header.header_blog .bottom_header nav ul .pulldown_menu_box .pulldown_menu:hover {
  opacity: 0.7;
}
header.header_blog .bottom_header nav ul .pulldown_menu_box .pulldown_menu a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
header.header_blog .bottom_header nav ul .pulldown_menu_box .pulldown_menu .img {
  margin: 0 20px 0 0;
  max-width: 100px;
}
header.header_blog .bottom_header nav ul .pulldown_menu_box .pulldown_menu .text p {
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  header.header_blog {
    background: #fff;
  }
  header.header_blog.h-small .top_header .link_box {
    width: 35%;
    min-width: inherit;
  }
  header.header_blog.h-small .top_header .link_box .link_01 {
    min-width: inherit;
    display: none;
  }
  header.header_blog.h-small .top_header .link_box .link_02 {
    width: auto;
  }
  header.header_blog.h-small .top_header .link_box .link_02 .sns_box {
    width: 100%;
  }
  header.header_blog .top_header {
    width: 95%;
    margin: 0 auto;
    padding: 25px 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    z-index: 2;
    position: relative;
  }
  header.header_blog .top_header .gtl_logo {
    height: 25px;
    margin: 0;
  }
  header.header_blog .top_header .link_box {
    width: 35%;
  }
  header.header_blog .top_header .link_box .link_02 {
    width: auto;
    min-width: inherit;
    margin: 0 10px;
  }
  header.header_blog .top_header .link_box .link_02 .sns_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  header.header_blog .top_header .link_box .link_02 .sns_box li {
    width: 20%;
    margin: 0;
  }
  header.header_blog .bottom_header {
    width: 100%;
    height: calc(100vh - 120px);
    padding: 20px 0 30px;
    background: #fff;
    position: fixed;
    top: -100%;
    left: 0;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  header.header_blog .bottom_header.js-active {
    top: 70px;
    opacity: 1;
  }
  header.header_blog .bottom_header nav ul {
    width: 75%;
    margin: 0 auto;
    display: block;
    border: none;
  }
  header.header_blog .bottom_header nav ul li {
    width: 100%;
    border: none;
  }
  header.header_blog .bottom_header nav ul li p {
    font-size: 4.266666656vw;
    padding: 10px 0;
    text-align: left;
  }
  header.header_blog .bottom_header nav ul .pulldown_menu_box_btn {
    position: relative;
  }
  header.header_blog .bottom_header nav ul .pulldown_menu_box_btn.js-active .plus span:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  header.header_blog .bottom_header nav ul .pulldown_menu_box_btn .plus {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 40%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  header.header_blog .bottom_header nav ul .pulldown_menu_box_btn .plus:before {
    position: relative;
  }
  header.header_blog .bottom_header nav ul .pulldown_menu_box_btn .plus span {
    width: 15px;
    height: 1px;
    background: #800000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: 1s;
    transition: 1s;
  }
  header.header_blog .bottom_header nav ul .pulldown_menu_box_btn .plus span:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header.header_blog .bottom_header nav ul .pulldown_menu_box_btn .plus span:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  header.header_blog .bottom_header nav ul .pulldown_menu_box {
    width: 100%;
    position: static;
    padding: 0;
    left: auto;
    top: auto;
    height: 0;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
    border: none;
    visibility: hidden;
    overflow: hidden;
  }
  header.header_blog .bottom_header nav ul .pulldown_menu_box.js-active {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  header.header_blog .bottom_header nav ul .pulldown_menu_box .flex {
    display: block;
  }
  header.header_blog .bottom_header nav ul .pulldown_menu_box .pulldown_menu {
    width: 100%;
    margin: 0;
    display: block;
  }
  header.header_blog .bottom_header nav ul .pulldown_menu_box .pulldown_menu .img {
    display: none;
  }
  header.header_blog .bottom_header nav ul .pulldown_menu_box .pulldown_menu .text p {
    font-size: 2.933333326vw;
    padding: 5px 0;
  }
  header.header_blog .bottom_header .policy {
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.header_blog .bottom_header .policy p {
    font-size: 10px;
    margin: 0 5px 5px 5px;
  }
  header.header_blog .bottom_header .copy p {
    font-size: 10px;
    text-align: center;
  }
  .floating_menu_box {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
  }
  .floating_menu_box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .floating_menu_box .flex .cvt_btn {
    width: 25%;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
  }
  .floating_menu_box .flex .cvt_btn p {
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 10px;
    text-align: center;
  }
  .floating_menu_box .flex .cvt_btn.request, .floating_menu_box .flex .cvt_btn.reserve {
    background: #800000;
  }
  .floating_menu_box .flex .cvt_btn.tel {
    background: #979797;
  }
  .floating_menu_box .flex .cvt_btn.tel div {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
  }
  .floating_menu_box .flex .cvt_btn.tel div img {
    width: 30px;
  }
  .floating_menu_box .flex .cvt_btn.tel div p {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .floating_menu_box .flex .cvt_btn.g_nav {
    background: #fff;
    cursor: pointer;
  }
  .floating_menu_box .flex .cvt_btn.g_nav.js-active .hum span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .floating_menu_box .flex .cvt_btn.g_nav.js-active .hum span:nth-of-type(2) {
    opacity: 0;
  }
  .floating_menu_box .flex .cvt_btn.g_nav.js-active .hum span:nth-of-type(3) {
    bottom: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .floating_menu_box .flex .cvt_btn.g_nav .hum {
    width: 30%;
    height: 15px;
    margin: 10px auto 0;
    position: relative;
  }
  .floating_menu_box .flex .cvt_btn.g_nav .hum span {
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    left: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .floating_menu_box .flex .cvt_btn.g_nav .hum span:nth-of-type(1) {
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .floating_menu_box .flex .cvt_btn.g_nav .hum span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .floating_menu_box .flex .cvt_btn.g_nav .hum span:nth-of-type(3) {
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .floating_menu_box .flex .cvt_btn.g_nav p {
    color: #333;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
.contents_wrap {
  padding: 126px 0;
  border-bottom: 1px solid #b9baba;
}
.contents_wrap.pd_top {
  padding: 126px 0 0;
}
.contents_wrap.pd_btm {
  padding: 0 0 126px;
}
.contents_wrap.border_none {
  border: none;
}

section.lead_box {
  margin: 0 auto 50px;
}
section.lead_box p {
  font-family: "a1_serif", serif;
}
section.lead_box .lead {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
section.lead_box .lead .span1 {
  color: #800000;
  font-size: 36px;
}
section.lead_box .sub_lead {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contents_wrap {
    padding: 70px 0;
  }
  .contents_wrap.pd_top {
    padding: 70px 0 0;
  }
  .contents_wrap.pd_btm {
    padding: 0 0 70px;
  }
  section.lead_box {
    margin: 0 auto 6.66666665vw;
  }
  section.lead_box .lead {
    font-size: 6.133333318vw;
  }
  section.lead_box .lead .span1 {
    font-size: 8.266666646vw;
  }
  section.lead_box .sub_lead {
    font-size: 4.266666656vw;
  }
  /*@media screen end*/
}
.slick_arrow {
  width: 50px;
  height: 50px;
  top: 45%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #e4e4e4;
  border-radius: 100%;
  border: 1px solid #e4e4e4;
  position: absolute;
  z-index: 11;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.slick_arrow:hover {
  background: #aaaaaa;
  border: 1px solid #aaaaaa;
}
.slick_arrow:hover span {
  background: #e4e4e4;
}
.slick_arrow:before {
  position: relative;
}
.slick_arrow span {
  height: 1px;
  background: #aaaaaa;
  position: absolute;
}
.slick_arrow span:nth-of-type(1) {
  width: 15px;
}
.slick_arrow span:nth-of-type(2) {
  width: 25px;
  left: 50%;
}

.slick_prev_arrow span:nth-of-type(1),
.slick_main_prev_arrow span:nth-of-type(1) {
  top: 48%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.slick_prev_arrow span:nth-of-type(2),
.slick_main_prev_arrow span:nth-of-type(2) {
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick_next_arrow span:nth-of-type(1),
.slick_main_next_arrow span:nth-of-type(1) {
  top: 48%;
  right: 10%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.slick_next_arrow span:nth-of-type(2),
.slick_main_next_arrow span:nth-of-type(2) {
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .slick_arrow {
    width: 40px;
    height: 40px;
  }
  .slick_arrow span:nth-of-type(1) {
    width: 20px;
  }
  .slick_arrow span:nth-of-type(2) {
    width: 30px;
    left: 50%;
  }
  .slick_prev_arrow span:nth-of-type(1),
  .slick_main_prev_arrow span:nth-of-type(1) {
    top: 45%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .slick_prev_arrow span:nth-of-type(2),
  .slick_main_prev_arrow span:nth-of-type(2) {
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .slick_next_arrow span:nth-of-type(1),
  .slick_main_next_arrow span:nth-of-type(1) {
    top: 45%;
    right: -20%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .slick_next_arrow span:nth-of-type(2),
  .slick_main_next_arrow span:nth-of-type(2) {
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  /*@media screen end*/
}
.common_main_wrap {
  width: 100%;
}
.common_main_wrap .common_main {
  width: 100%;
  height: 100px;
  position: relative;
}
.common_main_wrap .common_main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.common_main_wrap .common_main .imgbox {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.common_main_wrap .common_main .common_main_text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.common_main_wrap .common_main .common_main_text .img1 {
  width: auto;
  height: 50px;
  margin: 0 auto;
}
.common_main_wrap .common_main .common_main_text .p1 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  font-family: "a1_serif", serif;
}

@media screen and (max-width: 768px) {
  .common_main_wrap .common_main {
    height: 70px;
  }
  .common_main_wrap .common_main .common_main_text .img1 {
    height: 15px;
  }
  .common_main_wrap .common_main .common_main_text .p1 {
    font-size: 3.466666658vw;
    padding: 5px 0;
  }
  /*@media screen end*/
}
.common_text_wrap {
  width: 100%;
  margin: 100px auto;
}
.common_text_wrap .common_ttl {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.common_text_wrap .common_ttl p {
  text-align: center;
  font-family: "a1_serif", serif;
}
.common_text_wrap .common_ttl .p1 {
  color: #cccdcd;
  font-size: 13px;
  text-align: center;
}
.common_text_wrap .common_ttl .p2 {
  color: #3e3a39;
  font-size: 26px;
  letter-spacing: 0.2em;
}
.common_text_wrap .common_ttl .red {
  color: #800000;
}
.common_text_wrap .common_text {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.common_text_wrap .common_text .p1 {
  color: #3e3a39;
  font-size: 16px;
  line-height: 2em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .common_text_wrap {
    margin: 13.3333333vw auto;
  }
  .common_text_wrap .common_ttl {
    margin: 0 auto 6.66666665vw;
  }
  .common_text_wrap .common_ttl .p1 {
    font-size: 2.66666666vw;
  }
  .common_text_wrap .common_ttl .p2 {
    font-size: 4.266666656vw;
  }
  .common_text_wrap .common_text .p1 {
    font-size: 3.199999992vw;
  }
  /*@media screen end*/
}
.common_top_scroll {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 10px;
  border: 1px solid #800000;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9999;
}
.common_top_scroll:hover {
  background: #800000;
}
.common_top_scroll:hover span {
  background: #fff;
}
.common_top_scroll a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
.common_top_scroll span {
  width: 25px;
  height: 1px;
  top: 50%;
  position: absolute;
  background: #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.common_top_scroll span:nth-of-type(1) {
  left: 7%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.common_top_scroll span:nth-of-type(2) {
  right: 7%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .common_top_scroll {
    width: 25px;
    height: 25px;
    margin: 5px;
    bottom: 50px;
  }
  .common_top_scroll span {
    width: 13px;
  }
  .common_top_scroll span:nth-of-type(1) {
    left: 5%;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
            transform: translate(0, -50%) rotate(-45deg);
  }
  .common_top_scroll span:nth-of-type(2) {
    right: 5%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
  }
  /*@media screen end*/
}
.common_select_box {
  margin: 0 auto;
  max-width: 1200px;
  text-align: right;
}
.common_select_box select {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #800000;
  border: 1px solid #800000;
  border-radius: 0;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .common_select_box {
    width: 90%;
    max-width: 1200px;
  }
  .common_select_box select {
    width: 100%;
    max-width: 200px;
    font-size: 2.66666666vw;
    padding: 10px 0;
  }
  /*@media screen end*/
}
.common_tab_area {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.common_tab_area .common_tab {
  width: 31.6666666667%;
  margin: 0 6px 15px 6px;
  background: #fff;
  border: 1px solid #8e0031;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.common_tab_area .common_tab:hover, .common_tab_area .common_tab.js-active {
  background: #8e0031;
}
.common_tab_area .common_tab:hover p, .common_tab_area .common_tab.js-active p {
  color: #fff;
}
.common_tab_area .common_tab p {
  color: #8e0031;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.common_tab_body {
  display: none;
}
.common_tab_body.js-active {
  display: block;
}

@media screen and (max-width: 768px) {
  .common_tab_area {
    margin: 6.66666665vw auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .common_tab_area .common_tab {
    width: 47.5%;
    margin: 0 0 10px;
  }
  .common_tab_area .common_tab p {
    font-size: 3.199999992vw;
  }
  /*@media screen end*/
}
.inc_pickup_wrap {
  margin: 0 auto;
  padding: 100px 0;
  background: #fff;
  position: relative;
  z-index: 1000;
}
.inc_pickup_wrap .inc_pickup {
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.inc_pickup_wrap .inc_pickup .slick_prev_arrow {
  left: -70px;
  top: 35%;
}
.inc_pickup_wrap .inc_pickup .slick_next_arrow {
  right: -70px;
  top: 35%;
}
.inc_pickup_wrap .inc_pickup .pickup {
  margin: 0 10px;
  height: auto;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.inc_pickup_wrap .inc_pickup .pickup:hover {
  opacity: 0.5;
}
.inc_pickup_wrap .inc_pickup .pickup a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
.inc_pickup_wrap .inc_pickup .img_area {
  width: 100%;
  height: 175px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
}
.inc_pickup_wrap .inc_pickup .img_area img {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.inc_pickup_wrap .inc_pickup .text_area {
  margin: 10px auto;
}
.inc_pickup_wrap .inc_pickup .text_area p {
  text-align: left;
}
.inc_pickup_wrap .inc_pickup .text_area .ctgry {
  max-width: 150px;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e4e4e4;
  padding: 5px 0;
}
.inc_pickup_wrap .inc_pickup .text_area .ctgry div:nth-of-type(2) {
  height: 15px;
  margin: 0 0 0 10px;
  text-align: center;
}
.inc_pickup_wrap .inc_pickup .text_area .ctgry div:nth-of-type(2) img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.inc_pickup_wrap .inc_pickup .text_area .ctgry .p1 {
  font-size: 12px;
}
.inc_pickup_wrap .inc_pickup .text_area .text .p1 {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .inc_pickup_wrap {
    margin: 0 auto 0;
    padding: 13.3333333vw 0;
  }
  .inc_pickup_wrap .inc_pickup {
    width: 75%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .inc_pickup_wrap .inc_pickup .slick_prev_arrow {
    left: -40px;
  }
  .inc_pickup_wrap .inc_pickup .slick_next_arrow {
    right: -40px;
  }
  .inc_pickup_wrap .inc_pickup .pickup {
    margin: 0 10px;
  }
  .inc_pickup_wrap .inc_pickup .img_area {
    width: 100%;
    height: 39.5vw;
  }
  .inc_pickup_wrap .inc_pickup .text_area {
    margin: 10px auto;
  }
  .inc_pickup_wrap .inc_pickup .text_area .ctgry {
    max-width: 150px;
    margin: 0 0 10px;
    padding: 5px 0;
  }
  .inc_pickup_wrap .inc_pickup .text_area .ctgry div:nth-of-type(2) {
    height: 15px;
  }
  .inc_pickup_wrap .inc_pickup .text_area .ctgry .p1 {
    font-size: 10px;
  }
  .inc_pickup_wrap .inc_pickup .text_area .text .p1 {
    font-size: 3.199999992vw;
  }
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
.top .inc_pickup_wrap {
  border: none;
  margin: 0 auto;
}
.top .top_main_wrap {
  width: 100%;
  position: relative;
}
.top .top_main_wrap .slick_main_prev_arrow {
  left: 70px;
}
.top .top_main_wrap .slick_main_next_arrow {
  right: 70px;
}
.top .top_main_wrap .ttl_box {
  width: 27vw;
  left: 150px;
  bottom: 75px;
  position: absolute;
  z-index: 11;
}
.top .top_main_wrap .ttl_box p {
  color: #fff;
  font-size: 26px;
  text-align: left;
  text-shadow: 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
  font-family: "a1_serif", serif;
}
.top .top_main_wrap .text_area {
  width: 100%;
  max-width: 300px;
  position: absolute;
  right: 230px;
  bottom: 90px;
  background: #fff;
  padding: 10px 0;
  z-index: 11;
}
.top .top_main_wrap .text_area p {
  text-align: center;
}
.top .top_main_wrap .text_area .p1 {
  font-size: 14px;
}
.top .top_main_wrap .text_area .p2 {
  font-size: 18px;
}
.top .top_main_wrap .top_main .slick-dots {
  height: 20px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .top_main_wrap .top_main .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 5px;
  border-radius: 100%;
  background: #c3c3c3;
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
}
.top .top_main_wrap .top_main .slick-dots li.slick-active {
  width: 10px;
  height: 10px;
  background: #800000;
}
.top .top_main_wrap .top_main .slick-dots li button {
  display: none;
}
.top .top_main_wrap .slide {
  height: 28vw;
  position: relative;
  overflow: hidden;
}
.top .top_main_wrap .slide:before, .top .top_main_wrap .slide:after {
  content: "";
  display: block;
  width: 150px;
  height: 100%;
  top: 0;
  position: absolute;
  -webkit-backdrop-filter: saturate(90%) blur(50px);
          backdrop-filter: saturate(90%) blur(50px);
  z-index: 10;
}
.top .top_main_wrap .slide:before {
  left: 0;
}
.top .top_main_wrap .slide:after {
  right: 0;
}
.top .top_main_wrap .slide .img_area {
  width: 100%;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.top .top_main_wrap .slide .img_area:before {
  position: relative;
}
.top .top_main_wrap .slide .img_area .note {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .top {
    /*@media screen end*/
  }
  .top .top_main_wrap .ttl_box {
    width: 55vw;
    left: 0;
    bottom: 80px;
  }
  .top .top_main_wrap .ttl_box p {
    color: #fff;
    font-size: 5.599999986vw;
  }
  .top .top_main_wrap .text_area {
    max-width: 180px;
    right: auto;
    left: 20px;
    bottom: 85px;
  }
  .top .top_main_wrap .text_area .p1 {
    font-size: 2.66666666vw;
  }
  .top .top_main_wrap .text_area .p2 {
    font-size: 3.199999992vw;
  }
  .top .top_main_wrap .top_main_arrow_box {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -50px auto 0;
  }
  .top .top_main_wrap .slick_arrow {
    top: 45%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    position: static;
  }
  .top .top_main_wrap .slick_main_prev_arrow {
    left: auto;
  }
  .top .top_main_wrap .slick_main_next_arrow {
    right: auto;
  }
  .top .top_main_wrap .top_main .slick-dots {
    margin: 20px auto;
  }
  .top .top_main_wrap .slide {
    height: 400px;
  }
  .top .top_main_wrap .slide:before, .top .top_main_wrap .slide:after {
    display: none;
  }
  .top .top_main_wrap .slide .img_area {
    width: auto;
    height: 100%;
    top: 50%;
  }
  .top .top_main_wrap .slide .img_area img {
    width: auto;
    height: 100%;
  }
}
.top .top_corona_info {
  width: 100%;
  margin: 100px auto 100px;
}
.top .top_corona_info .top_info_area {
  width: 90%;
  max-width: 990px;
  margin: 0 auto;
}
.top .top_corona_info .top_info_area .top_info {
  width: 100%;
  padding: 20px 30px;
  margin: 20px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  border: 1px solid #888;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top .top_corona_info .top_info_area .top_info:hover {
  opacity: 0.5;
}
.top .top_corona_info .top_info_area .top_info:hover .info p {
  text-decoration: underline;
}
.top .top_corona_info .top_info_area .top_info:hover .btn {
  background: #fff;
}
.top .top_corona_info .top_info_area .top_info:hover .btn span {
  background: #800000;
}
.top .top_corona_info .top_info_area .top_info .info {
  width: 100%;
}
.top .top_corona_info .top_info_area .top_info .info p {
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  text-align: center;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.top .top_corona_info .top_info_area .top_info .info .p1 {
  font-size: 16px;
}
.top .top_corona_info .top_info_area .top_info .info .p2 {
  font-size: 12px;
}
.top .top_corona_info .top_info_area .top_info .arrow_btn {
  width: 30px;
  height: 30px;
  top: 50%;
  right: 30px;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top .top_corona_info .top_info_area .top_info .arrow_btn:before {
  position: relative;
}
.top .top_corona_info .top_info_area .top_info .arrow_btn span {
  height: 1px;
  position: absolute;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top .top_corona_info .top_info_area .top_info .arrow_btn span:nth-of-type(1) {
  width: 15px;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top .top_corona_info .top_info_area .top_info .arrow_btn span:nth-of-type(2) {
  width: 10px;
  right: 6px;
  top: 40%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top .top_corona_info .top_info_area_01 {
  margin: 50px auto;
  display: none;
}
.top .top_corona_info .top_info_area_01.js-active {
  display: block;
}
.top .top_corona_info .top_info_area_01 .top_info {
  width: 100%;
  max-width: 600px;
  background: #f0f0f0;
  padding: 30px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .top_corona_info .top_info_area_01 .top_info .text_area {
  width: 60%;
  text-align: center;
}
.top .top_corona_info .top_info_area_01 .top_info .text_area p {
  color: #1a1a1a;
  display: inline-block;
}
.top .top_corona_info .top_info_area_01 .top_info .p1 {
  font-size: 14px;
  text-align: center;
  position: relative;
}
.top .top_corona_info .top_info_area_01 .top_info .p1 .date {
  font-size: 14px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
.top .top_corona_info .top_info_area_01 .top_info .btn {
  width: 30%;
  margin: 0 auto;
  position: relative;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.top .top_corona_info .top_info_area_01 .top_info .btn:hover {
  background: #fff;
}
.top .top_corona_info .top_info_area_01 .top_info .btn:hover p {
  color: #800000;
}
.top .top_corona_info .top_info_area_01 .top_info .btn a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
.top .top_corona_info .top_info_area_01 .top_info .btn p {
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: normal;
}
.top .top_corona_info .top_info_area_02 {
  display: none;
  width: 90%;
  max-width: 756px;
  margin: 50px auto;
  padding: 0 0 20px;
  background: #f0f0f0;
  position: relative;
}
.top .top_corona_info .top_info_area_02.js-active {
  display: block;
}
.top .top_corona_info .top_info_area_02 .close_btn {
  width: 30px;
  height: 30px;
  background: #666666;
  border-radius: 50%;
  right: 0;
  top: 0;
  position: absolute;
  margin: 20px;
  cursor: pointer;
}
.top .top_corona_info .top_info_area_02 .close_btn:before {
  position: relative;
}
.top .top_corona_info .top_info_area_02 .close_btn span {
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.top .top_corona_info .top_info_area_02 .close_btn span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.top .top_corona_info .top_info_area_02 .close_btn span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.top .top_corona_info .top_info_area_02 .close_btn p {
  width: 50px;
  color: #666;
  font-size: 11px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.top .top_corona_info .top_info_area_02 .txt_btn {
  width: 90%;
  max-width: 756px;
  margin: 10px auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top .top_corona_info .top_info_area_02 .txt_btn:hover {
  opacity: 0.5;
}
.top .top_corona_info .top_info_area_02 .txt_btn p {
  color: #000;
  font-size: 12px;
  text-align: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
}
.top .top_corona_info .top_info_area_02 .btn {
  max-width: 400px;
  margin: 20px auto 0;
  position: relative;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top .top_corona_info .top_info_area_02 .btn:hover {
  background: #fff;
}
.top .top_corona_info .top_info_area_02 .btn:hover p {
  color: #800000;
}
.top .top_corona_info .top_info_area_02 .btn p {
  color: #fff;
  font-size: 16px;
  padding: 15px 10px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top .top_corona_info .top_info_area_02 .info_note {
  max-width: 400px;
  margin: 20px auto 0;
}
.top .top_corona_info .top_info_area_02 .info_note p {
  font-size: 12px;
  text-align: left;
}
.top .top_corona_info .top_info_area_02 .top_info1 {
  margin: 0 auto;
  padding: 20px 0;
}
.top .top_corona_info .top_info_area_02 .top_info1 .ttl_box {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.top .top_corona_info .top_info_area_02 .top_info1 .ttl_box p {
  color: #1a1a1a;
  margin: 20px auto;
}
.top .top_corona_info .top_info_area_02 .top_info1 .ttl_box p:first-child {
  margin: 0 auto 20px;
}
.top .top_corona_info .top_info_area_02 .top_info1 .ttl_box .p1 {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info {
  width: 90%;
  max-width: 756px;
  margin: 0 auto;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-top: 1px solid #c3c3c3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info:hover {
  opacity: 0.5;
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info:hover .btn {
  background: #fff;
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info:hover .btn span {
  background: #800000;
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info:last-child {
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info .date {
  min-width: 140px;
  font-size: 14px;
  text-align: left;
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info .date .new {
  color: #fff;
  font-size: 14px;
  margin: 0 10px 0 0;
  padding: 0px 10px 2px 10px;
  background: #b8272d;
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info .info {
  width: 70%;
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info .info p {
  text-align: left;
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info .info .p1 {
  font-size: 14px;
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info .info .p1 .span1 {
  color: #4a4a4a;
  font-size: 10px;
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info .info .p2 {
  font-size: 10px;
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info .arrow_btn {
  width: 30px;
  height: 30px;
  top: 50%;
  right: 30px;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info .arrow_btn:before {
  position: relative;
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info .arrow_btn span {
  height: 1px;
  position: absolute;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info .arrow_btn span:nth-of-type(1) {
  width: 15px;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top .top_corona_info .top_info_area_02 .top_info1 .top_info .arrow_btn span:nth-of-type(2) {
  width: 10px;
  right: 6px;
  top: 40%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top .top_corona_info .top_info_area_02 .top_info2 {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
}
.top .top_corona_info .top_info_area_02 .top_info2 .flex_area {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.top .top_corona_info .top_info_area_02 .top_info2 .flex_area .ttl_box {
  width: 100%;
}
.top .top_corona_info .top_info_area_02 .top_info2 .ttl_box {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.top .top_corona_info .top_info_area_02 .top_info2 .ttl_box p {
  color: #1a1a1a;
  margin: 20px auto;
}
.top .top_corona_info .top_info_area_02 .top_info2 .ttl_box p:first-child {
  margin: 0 auto 10px;
}
.top .top_corona_info .top_info_area_02 .top_info2 .ttl_box .p1 {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.top .top_corona_info .top_info_area_02 .top_info2 .ttl_box .p2 {
  font-size: 14px;
  text-align: left;
}
.top .top_corona_info .top_info_area_02 .top_info2 .ttl_box .p2 .red {
  color: #bf272d;
}
.top .top_corona_info .top_info_area_02 .top_info2 .ttl_box .p3 {
  font-size: 11px;
  text-align: left;
}
.top .top_corona_info .top_info_area_02 .top_info2 .flex {
  width: 100%;
  max-width: 400px;
  min-width: 330px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.top .top_corona_info .top_info_area_02 .top_info2 .flex .btn {
  width: 45%;
  margin: 0 0 10px 0;
  background: #fff;
  border: none;
}
.top .top_corona_info .top_info_area_02 .top_info2 .flex .btn.step0 {
  background: #F00;
}
.top .top_corona_info .top_info_area_02 .top_info2 .flex .btn.step1 {
  background: #FF0;
}
.top .top_corona_info .top_info_area_02 .top_info2 .flex .btn.step1 p {
  color: #000;
}
.top .top_corona_info .top_info_area_02 .top_info2 .flex .btn.step2 {
  background: #0070C0;
}
.top .top_corona_info .top_info_area_02 .top_info2 .flex .btn p {
  color: #fff;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .top {
    /*@media screen end*/
  }
  .top .top_corona_info {
    margin: 13.3333333vw auto 13.3333333vw;
  }
  .top .top_corona_info .top_info_area {
    width: 90%;
    max-width: 756px;
    margin: 0 auto;
  }
  .top .top_corona_info .top_info_area .top_info {
    width: 100%;
    padding: 10px 20px;
    display: block;
  }
  .top .top_corona_info .top_info_area .top_info .info p {
    text-align: center;
  }
  .top .top_corona_info .top_info_area .top_info .info .p1 {
    font-size: 3.199999992vw;
  }
  .top .top_corona_info .top_info_area .top_info .info .p2 {
    font-size: 2.66666666vw;
  }
  .top .top_corona_info .top_info_area .top_info .arrow_btn {
    width: 20px;
    height: 20px;
    top: 50%;
    right: 20px;
  }
  .top .top_corona_info .top_info_area .top_info .arrow_btn span:nth-of-type(1) {
    width: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .top .top_corona_info .top_info_area .top_info .arrow_btn span:nth-of-type(2) {
    width: 5px;
    right: 4px;
    top: 40%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .top .top_corona_info .top_info_area_01 {
    margin: 13.3333333vw auto;
  }
  .top .top_corona_info .top_info_area_01 .top_info {
    width: 90%;
    padding: 3.99999999vw 0;
    display: block;
  }
  .top .top_corona_info .top_info_area_01 .top_info .text_area {
    width: 100%;
  }
  .top .top_corona_info .top_info_area_01 .top_info .p1 {
    font-size: 3.199999992vw;
  }
  .top .top_corona_info .top_info_area_01 .top_info .p1 .date {
    font-size: 2.66666666vw;
  }
  .top .top_corona_info .top_info_area_01 .top_info .btn {
    width: 100%;
    max-width: 150px;
    margin: 3.99999999vw auto 0;
  }
  .top .top_corona_info .top_info_area_01 .top_info .btn p {
    font-size: 2.66666666vw;
    padding: 5px 0;
  }
  .top .top_corona_info .top_info_area_02 {
    width: 100%;
    margin: 13.3333333vw auto;
  }
  .top .top_corona_info .top_info_area_02 .close_btn {
    width: 25px;
    height: 25px;
    margin: 5px;
  }
  .top .top_corona_info .top_info_area_02 .close_btn span {
    width: 10px;
  }
  .top .top_corona_info .top_info_area_02 .close_btn p {
    width: 30px;
    font-size: 10px;
    bottom: -15px;
  }
  .top .top_corona_info .top_info_area_02 .txt_btn p {
    font-size: 2.66666666vw;
  }
  .top .top_corona_info .top_info_area_02 .btn {
    max-width: 66.6666665vw;
    margin: 10px auto 0;
  }
  .top .top_corona_info .top_info_area_02 .btn p {
    font-size: 3.99999999vw;
    padding: 10px;
  }
  .top .top_corona_info .top_info_area_02 .top_info1 {
    width: 100%;
    margin: 0 auto;
  }
  .top .top_corona_info .top_info_area_02 .top_info1 .ttl_box p {
    margin: 10px auto;
  }
  .top .top_corona_info .top_info_area_02 .top_info1 .ttl_box p:first-child {
    margin: 0 auto 10px;
  }
  .top .top_corona_info .top_info_area_02 .top_info1 .ttl_box .p1 {
    font-size: 3.99999999vw;
  }
  .top .top_corona_info .top_info_area_02 .top_info1 .ttl_box .p2 {
    font-size: 3.199999992vw;
  }
  .top .top_corona_info .top_info_area_02 .top_info1 .top_info {
    width: 100%;
    padding: 10px 20px;
    display: block;
  }
  .top .top_corona_info .top_info_area_02 .top_info1 .top_info .date {
    min-width: inherit;
    font-size: 3.199999992vw;
    margin: 0 0 2.66666666vw;
  }
  .top .top_corona_info .top_info_area_02 .top_info1 .top_info .date .new {
    font-size: 3.199999992vw;
  }
  .top .top_corona_info .top_info_area_02 .top_info1 .top_info .info {
    width: 90%;
  }
  .top .top_corona_info .top_info_area_02 .top_info1 .top_info .info .p1 {
    font-size: 3.199999992vw;
  }
  .top .top_corona_info .top_info_area_02 .top_info1 .top_info .info .p2 {
    font-size: 2.66666666vw;
  }
  .top .top_corona_info .top_info_area_02 .top_info1 .top_info .arrow_btn {
    width: 20px;
    height: 20px;
    top: 50%;
    right: 20px;
  }
  .top .top_corona_info .top_info_area_02 .top_info1 .top_info .arrow_btn span:nth-of-type(1) {
    width: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .top .top_corona_info .top_info_area_02 .top_info1 .top_info .arrow_btn span:nth-of-type(2) {
    width: 5px;
    right: 4px;
    top: 40%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .top .top_corona_info .top_info_area_02 .top_info2 {
    width: 90%;
    padding: 6.66666665vw 0;
    display: block;
  }
  .top .top_corona_info .top_info_area_02 .top_info2 .flex_area {
    display: block;
  }
  .top .top_corona_info .top_info_area_02 .top_info2 .flex_area .ttl_box {
    width: 100%;
  }
  .top .top_corona_info .top_info_area_02 .top_info2 .ttl_box {
    width: 100%;
  }
  .top .top_corona_info .top_info_area_02 .top_info2 .ttl_box p {
    margin: 10px auto;
  }
  .top .top_corona_info .top_info_area_02 .top_info2 .ttl_box p:first-child {
    margin: 0 auto 10px;
  }
  .top .top_corona_info .top_info_area_02 .top_info2 .ttl_box .p1 {
    font-size: 3.99999999vw;
  }
  .top .top_corona_info .top_info_area_02 .top_info2 .ttl_box .p2 {
    font-size: 3.199999992vw;
  }
  .top .top_corona_info .top_info_area_02 .top_info2 .flex {
    width: 100%;
    min-width: inherit;
    margin: 2.66666666vw auto;
  }
  .top .top_corona_info .top_info_area_02 .top_info2 .flex .btn {
    max-width: none;
    margin: 0;
  }
  .top .top_corona_info .top_info_area_02 .top_info2 .flex .btn p {
    font-size: 3.199999992vw;
    padding: 5px 0;
  }
}
.top .top_global_info_wrap {
  margin: 30px auto;
}
.top .top_global_info_wrap .top_global_info {
  max-width: 800px;
  margin: 0 auto;
}
.top .top_global_info_wrap .top_global_info .info {
  margin: 0 auto 20px;
}
.top .top_global_info_wrap .top_global_info .info.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top .top_global_info_wrap .top_global_info .info p {
  color: #333;
  margin: 0 10px;
}
.top .top_global_info_wrap .top_global_info .info .date {
  font-size: 14px;
  text-align: left;
}
.top .top_global_info_wrap .top_global_info .info .ctgry {
  width: 130px;
  padding: 2px 0;
  background: #e4e4e4;
  color: #808080;
  font-size: 11px;
  text-align: center;
}
.top .top_global_info_wrap .top_global_info .info .text {
  width: 600px;
  font-size: 14px;
  text-align: left;
}
.top .top_global_info_wrap .top_global_info .top_global_info_archive {
  font-size: 12px;
  text-align: right;
  text-decoration: underline;
}
.top .top_global_info_wrap .top_global_info .top_global_info_archive:hover {
  opacity: 0.5;
}
.top .top_global_info_wrap .top_global_info .top_global_info_archive a {
  padding: 4px;
}
@media screen and (max-width: 768px) {
  .top {
    /*@media screen end*/
  }
  .top .top_global_info_wrap {
    margin: 13.3333333vw auto;
  }
  .top .top_global_info_wrap .top_global_info {
    width: 90%;
  }
  .top .top_global_info_wrap .top_global_info .info {
    margin: 0 auto 20px;
  }
  .top .top_global_info_wrap .top_global_info .info.flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top .top_global_info_wrap .top_global_info .info p {
    color: #333;
    margin: 0 5px;
  }
  .top .top_global_info_wrap .top_global_info .info .date {
    font-size: 3.199999992vw;
    margin: 0 5px 0 0;
    text-align: left;
  }
  .top .top_global_info_wrap .top_global_info .info .ctgry {
    width: 100px;
    padding: 3px 0;
    font-size: 10px;
  }
  .top .top_global_info_wrap .top_global_info .info .text {
    width: 100%;
    margin: 10px 0 0;
    font-size: 3.199999992vw;
  }
}
.top .top_residence_wrap {
  margin: 200px auto;
}
.top .top_residence_wrap .top_residence {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top .top_residence_wrap .top_residence .residence {
  width: 47.5%;
}
.top .top_residence_wrap .top_residence .residence:hover .btn {
  background: #fff;
}
.top .top_residence_wrap .top_residence .residence:hover .btn p {
  color: #800000;
}
.top .top_residence_wrap .top_residence .residence .img_area {
  width: 100%;
  height: 250px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
}
.top .top_residence_wrap .top_residence .residence .img_area img {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.top .top_residence_wrap .top_residence .residence .img_area .note {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
}
.top .top_residence_wrap .top_residence .residence .text_area {
  margin: 30px auto 20px;
}
.top .top_residence_wrap .top_residence .residence .text_area p {
  color: #333;
  text-align: center;
  margin: 0 auto 20px;
}
.top .top_residence_wrap .top_residence .residence .text_area .p1 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 20px;
  position: relative;
}
.top .top_residence_wrap .top_residence .residence .text_area .p1:before {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background: #333;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
}
.top .top_residence_wrap .top_residence .residence .text_area .p1 .span1 {
  font-size: 24px;
}
.top .top_residence_wrap .top_residence .residence .text_area .p2 {
  font-size: 15px;
  line-height: 2em;
}
.top .top_residence_wrap .top_residence .residence .text_area .p3 {
  font-size: 14px;
  text-align: left;
}
.top .top_residence_wrap .top_residence .residence .list {
  width: 100%;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .top_residence_wrap .top_residence .residence .list .img {
  width: 25%;
  text-align: center;
}
.top .top_residence_wrap .top_residence .residence .list .img img {
  width: auto;
  height: 50px;
  margin: 0 auto;
}
.top .top_residence_wrap .top_residence .residence .list .img p {
  color: #979797;
  font-size: 12px;
  text-align: center;
}
.top .top_residence_wrap .top_residence .residence .list ul {
  width: 70%;
}
.top .top_residence_wrap .top_residence .residence .list ul li {
  color: #808080;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.top .top_residence_wrap .top_residence .residence .list ul li .marleft {
  padding-left: 1.1em;
}
.top .top_residence_wrap .top_residence .residence .btn {
  max-width: 300px;
  margin: 50px auto 0;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.top .top_residence_wrap .top_residence .residence .btn p {
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .top {
    /*@media screen end*/
  }
  .top .top_residence_wrap {
    margin: 26.6666666vw auto;
  }
  .top .top_residence_wrap .top_residence {
    width: 90%;
    display: block;
  }
  .top .top_residence_wrap .top_residence .residence {
    width: 100%;
    margin: 0 auto 13.3333333vw;
  }
  .top .top_residence_wrap .top_residence .residence .img_area {
    height: 200px;
  }
  .top .top_residence_wrap .top_residence .residence .img_area img {
    width: auto;
    height: 100%;
  }
  .top .top_residence_wrap .top_residence .residence .text_area {
    margin: 3.99999999vw auto 2.66666666vw;
  }
  .top .top_residence_wrap .top_residence .residence .text_area p {
    margin: 0 auto 2.66666666vw;
  }
  .top .top_residence_wrap .top_residence .residence .text_area .p1 {
    font-size: 3.733333324vw;
    padding: 0 0 10px;
  }
  .top .top_residence_wrap .top_residence .residence .text_area .p1:before {
    width: 80px;
  }
  .top .top_residence_wrap .top_residence .residence .text_area .p1 .span1 {
    font-size: 5.066666654vw;
  }
  .top .top_residence_wrap .top_residence .residence .text_area .p2 {
    font-size: 3.199999992vw;
  }
  .top .top_residence_wrap .top_residence .residence .text_area .p3 {
    font-size: 2.66666666vw;
  }
  .top .top_residence_wrap .top_residence .residence .list {
    width: 100%;
    padding: 20px 10px;
  }
  .top .top_residence_wrap .top_residence .residence .list .img {
    width: 28%;
  }
  .top .top_residence_wrap .top_residence .residence .list .img img {
    height: 40px;
  }
  .top .top_residence_wrap .top_residence .residence .list .img p {
    font-size: 2.66666666vw;
  }
  .top .top_residence_wrap .top_residence .residence .list ul {
    width: 70%;
  }
  .top .top_residence_wrap .top_residence .residence .list ul li {
    font-size: 2.66666666vw;
  }
  .top .top_residence_wrap .top_residence .residence .btn {
    max-width: 200px;
    margin: 20px auto 0;
  }
  .top .top_residence_wrap .top_residence .residence .btn p {
    font-size: 12px;
    padding: 5px 0;
  }
}
.top .top_search_wrap {
  margin: 200px auto;
}
.top .top_search_wrap .top_search {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.top .top_search_wrap .top_search .search_info {
  color: #666;
  font-size: 16px;
  text-align: center;
}
.top .top_search_wrap .top_search .search_info img {
  width: 10px;
}
.top .top_search_wrap .top_search .search {
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top .top_search_wrap .top_search .search .area {
  width: 47.5%;
}
.top .top_search_wrap .top_search .search .area .ttl {
  color: #666;
  font-size: 26px;
  text-align: center;
  font-family: "a1_serif", serif;
}
.top .top_search_wrap .top_search .search .area .flex {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: space-between;*/
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top .top_search_wrap .top_search .search .area .flex.flex_re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top .top_search_wrap .top_search .search .area .flex .ancker_link {
  width: 25%;
}
.top .top_search_wrap .top_search .search .area .flex .ancker_link a:hover p {
  color: #800000;
  background: #fff;
}
.top .top_search_wrap .top_search .search .area .flex .ancker_link p {
  width: 100%;
  margin: 0 0 10px;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top .top_search_wrap .top_search .search .area .flex .area_map {
  position: relative;
}
.top .top_search_wrap .top_search .search .area .flex .area_map .pin {
  width: 10px;
  position: absolute;
  cursor: pointer;
  z-index: 11;
}
.top .top_search_wrap .top_search .search .area_01 .area_map {
  width: 65%;
}
.top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_hirosawa {
  top: 46%;
  left: 76%;
}
.top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_arisugawa {
  top: 50%;
  left: 78%;
}
.top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_senboku {
  top: 84%;
  left: 69%;
}
.top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_nakamozu {
  top: 77%;
  left: 68%;
}
.top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_osakabay {
  top: 69%;
  left: 63%;
}
.top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_senrihinata {
  top: 64%;
  left: 70%;
}
.top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_minamisenri {
  top: 63%;
  left: 67%;
}
.top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_ikeda {
  top: 58%;
  left: 64%;
}
.top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_korigaoka {
  top: 64%;
  left: 73%;
}
.top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_ono {
  top: 57%;
  left: 38%;
}
.top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_kobe {
  top: 71%;
  left: 45%;
}
.top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_mikage {
  top: 68%;
  left: 52%;
}
.top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_ekimae {
  top: 67%;
  left: 57%;
}
.top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_shintoshin {
  top: 64%;
  left: 59%;
}
.top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_takarazuka {
  top: 59%;
  left: 55%;
}
.top .top_search_wrap .top_search .search .area_02 .area_map {
  width: 75%;
}
.top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_hasuda {
  top: 20%;
  left: 44%;
}
.top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_kameido {
  top: 37%;
  left: 51%;
}
.top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_shibaura {
  top: 45%;
  left: 48%;
}
.top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_chofu {
  top: 41%;
  left: 37.5%;
}
.top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_machida {
  top: 47%;
  left: 32%;
}
.top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_shinyurigaoka {
  top: 45%;
  left: 35%;
}
.top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_centerminami {
  top: 50%;
  left: 41%;
}
.top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_tsuzuki {
  top: 53%;
  left: 38%;
}
.top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_nagatsuda {
  top: 55%;
  left: 34%;
}
.top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_nagare1 {
  top: 27%;
  left: 56%;
}
.top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_nagare2 {
  top: 31%;
  left: 59%;
}
.top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_urayasu {
  top: 40%;
  left: 56%;
}
.top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_chibaekimae {
  top: 42%;
  left: 67%;
}
.top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_chibakaigan {
  top: 47%;
  left: 66%;
}
.top .top_search_wrap .top_search .search .map_pannel {
  width: 74%;
  max-width: 264px;
  position: absolute;
  display: none;
  z-index: 12;
  display: none;
}
.top .top_search_wrap .top_search .search .map_pannel:before {
  position: relative;
}
.top .top_search_wrap .top_search .search .map_pannel.show {
  display: block;
}
.top .top_search_wrap .top_search .search .map_pannel .ab_link {
  width: 100%;
  height: 30px;
  position: absolute;
  z-index: 5;
  left: 0;
}
.top .top_search_wrap .top_search .search .map_pannel .ab_link1 {
  top: 145px;
}
.top .top_search_wrap .top_search .search .map_pannel .ab_link2 {
  bottom: 25px;
}
.top .top_search_wrap .top_search .search .map_pannel_img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.top .top_search_wrap .top_search .search .map_pannel_close {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  position: absolute;
  width: 10%;
  display: block;
  top: 0;
  right: 0;
  cursor: pointer;
}
.top .top_search_wrap .top_search .search .map_note {
  text-align: center;
}
@media (max-width: 768px) {
  .top .top_search_wrap .top_search .search .map_note {
    display: none;
  }
}
.top .top_search_wrap .top_search .search .p-hirosawa {
  top: -20%;
  left: 40%;
}
.top .top_search_wrap .top_search .search .p-arisugawa {
  top: -33%;
  left: 42%;
}
.top .top_search_wrap .top_search .search .p-senboku {
  top: 18%;
  left: 33.5%;
}
.top .top_search_wrap .top_search .search .p-nakamozu {
  top: 11%;
  left: 32%;
}
.top .top_search_wrap .top_search .search .p-osakabay {
  top: 3%;
  left: 28%;
}
.top .top_search_wrap .top_search .search .p-senrihinata {
  top: -3%;
  left: 35%;
}
.top .top_search_wrap .top_search .search .p-minamisenri {
  top: -3%;
  left: 31.5%;
}
.top .top_search_wrap .top_search .search .p-ikeda {
  top: -9%;
  left: 28%;
}
.top .top_search_wrap .top_search .search .p-korigaoka {
  top: -2%;
  left: 37.5%;
}
.top .top_search_wrap .top_search .search .p-ono {
  top: -9%;
  left: 3%;
}
.top .top_search_wrap .top_search .search .p-kobe {
  top: 5%;
  left: 9%;
}
.top .top_search_wrap .top_search .search .p-mikage {
  top: 2%;
  left: 17%;
}
.top .top_search_wrap .top_search .search .p-ekimae {
  top: 1%;
  left: 21.5%;
}
.top .top_search_wrap .top_search .search .p-shintoshin {
  top: -2%;
  left: 24%;
}
.top .top_search_wrap .top_search .search .p-takarazuka {
  top: -7%;
  left: 19%;
}
.top .top_search_wrap .top_search .search .p-hasuda {
  top: -62%;
  left: 8%;
}
.top .top_search_wrap .top_search .search .p-kameido {
  top: -45%;
  left: 15.5%;
}
.top .top_search_wrap .top_search .search .p-shibaura {
  top: -54%;
  left: 13%;
}
.top .top_search_wrap .top_search .search .p-chofu {
  top: -41%;
  left: 2%;
}
.top .top_search_wrap .top_search .search .p-machida {
  top: -34%;
  left: -3%;
}
.top .top_search_wrap .top_search .search .p-shinyurigaoka {
  top: -37%;
  left: -1.5%;
}
.top .top_search_wrap .top_search .search .p-centerminami {
  top: -44%;
  left: 6%;
}
.top .top_search_wrap .top_search .search .p-tsuzuki {
  top: -28%;
  left: 3%;
}
.top .top_search_wrap .top_search .search .p-nagatsuda {
  top: -27%;
  left: -1.5%;
}
.top .top_search_wrap .top_search .search .p-nagare1 {
  top: -55%;
  left: 20.5%;
}
.top .top_search_wrap .top_search .search .p-nagare2 {
  top: -51%;
  left: 24%;
}
.top .top_search_wrap .top_search .search .p-urayasu {
  top: -41%;
  left: 21%;
}
.top .top_search_wrap .top_search .search .p-chibaekimae {
  top: -40%;
  left: 32%;
}
.top .top_search_wrap .top_search .search .p-chibakaigan {
  top: -57%;
  left: 30%;
}
@media screen and (max-width: 768px) {
  .top {
    /*@media screen end*/
  }
  .top .top_search_wrap {
    margin: 26.6666666vw auto;
  }
  .top .top_search_wrap .top_search {
    width: 90%;
    margin: 0 auto;
  }
  .top .top_search_wrap .top_search .search_info {
    font-size: 3.199999992vw;
  }
  .top .top_search_wrap .top_search .search_info img {
    width: 10px;
  }
  .top .top_search_wrap .top_search .search {
    margin: 13.3333333vw auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top .top_search_wrap .top_search .search .area {
    width: 100%;
  }
  .top .top_search_wrap .top_search .search .area.area_01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top .top_search_wrap .top_search .search .area.area_02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top .top_search_wrap .top_search .search .area .ttl {
    font-size: 4.266666656vw;
  }
  .top .top_search_wrap .top_search .search .area .flex {
    margin: 6.66666665vw auto 0;
  }
  .top .top_search_wrap .top_search .search .area .flex .ancker_link {
    width: 30%;
  }
  .top .top_search_wrap .top_search .search .area .flex .ancker_link p {
    width: 100%;
    margin: 0 0 5px;
    padding: 10px 0;
    font-size: 3.199999992vw;
  }
  .top .top_search_wrap .top_search .search .area .flex .area_map {
    width: 70%;
  }
  .top .top_search_wrap .top_search .search .area .flex .area_map .pin {
    width: 2vw;
  }
  .top .top_search_wrap .top_search .search .area_01 .area_map {
    width: 65%;
  }
  .top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_hirosawa {
    top: 46%;
    left: 76%;
  }
  .top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_arisugawa {
    top: 50%;
    left: 78%;
  }
  .top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_senboku {
    top: 84%;
    left: 69%;
  }
  .top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_nakamozu {
    top: 77%;
    left: 68%;
  }
  .top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_osakabay {
    top: 69%;
    left: 63%;
  }
  .top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_senrihinata {
    top: 64%;
    left: 70%;
  }
  .top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_minamisenri {
    top: 63%;
    left: 67%;
  }
  .top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_ikeda {
    top: 58%;
    left: 64%;
  }
  .top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_korigaoka {
    top: 64%;
    left: 73%;
  }
  .top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_ono {
    top: 57%;
    left: 38%;
  }
  .top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_kobe {
    top: 71%;
    left: 45%;
  }
  .top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_mikage {
    top: 68%;
    left: 52%;
  }
  .top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_ekimae {
    top: 67%;
    left: 57%;
  }
  .top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_shintoshin {
    top: 64%;
    left: 59%;
  }
  .top .top_search_wrap .top_search .search .area_01 .area_map .map_pin_takarazuka {
    top: 59%;
    left: 55%;
  }
  .top .top_search_wrap .top_search .search .area_02 .area_map {
    width: 75%;
  }
  .top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_hasuda {
    top: 20%;
    left: 44%;
  }
  .top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_kameido {
    top: 37%;
    left: 51%;
  }
  .top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_shibaura {
    top: 45%;
    left: 48%;
  }
  .top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_chofu {
    top: 41%;
    left: 37.5%;
  }
  .top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_machida {
    top: 47%;
    left: 32%;
  }
  .top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_shinyurigaoka {
    top: 45%;
    left: 35%;
  }
  .top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_centerminami {
    top: 50%;
    left: 41%;
  }
  .top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_tsuzuki {
    top: 53%;
    left: 38%;
  }
  .top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_nagatsuda {
    top: 55%;
    left: 34%;
  }
  .top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_nagare1 {
    top: 27%;
    left: 56%;
  }
  .top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_nagare2 {
    top: 31%;
    left: 59%;
  }
  .top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_urayasu {
    top: 39%;
    left: 55.5%;
  }
  .top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_chibaekimae {
    top: 42%;
    left: 67%;
  }
  .top .top_search_wrap .top_search .search .area_02 .area_map .map_pin_chibakaigan {
    top: 47%;
    left: 66%;
  }
  .top .top_search_wrap .top_search .search .map_pannel .ab_link1 {
    top: 105px;
  }
  .top .top_search_wrap .top_search .search .map_pannel .ab_link2 {
    bottom: 17px;
  }
}
.top .top_guest_house_wrap {
  margin: 200px auto;
}
.top .top_guest_house_wrap .top_guest_house {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 120px;
}
.top .top_guest_house_wrap .top_guest_house .guest_ttl {
  padding: 10px 0;
  position: relative;
}
.top .top_guest_house_wrap .top_guest_house .guest_ttl:before, .top .top_guest_house_wrap .top_guest_house .guest_ttl:after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  position: absolute;
  left: 50%;
  background: #666;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.top .top_guest_house_wrap .top_guest_house .guest_ttl:before {
  top: 0;
}
.top .top_guest_house_wrap .top_guest_house .guest_ttl:after {
  bottom: 0;
}
.top .top_guest_house_wrap .top_guest_house .guest_ttl p {
  color: #666666;
  font-size: 20px;
  letter-spacing: 0.3em;
  text-align: center;
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list {
  width: 100%;
  margin: 60px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house {
  width: 22.5%;
  margin: 0 12px 50px 12px;
  position: relative;
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house:hover .text_area .btn {
  background: rgba(141, 128, 101, 0.3);
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .img_area {
  width: 100%;
  height: 115px;
  position: relative;
  overflow: hidden;
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .img_area .area_label {
  width: 100px;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #4d4d4d;
  position: absolute;
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .img_area .nursing {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: clamp(0px, 2.399999994vw, 12px);
  line-height: 1em;
  letter-spacing: 0em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #bcad87;
  border-radius: 50%;
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .img_area img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area p {
  text-align: left;
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area .house_name {
  margin: 10px 0 0;
  height: 70px;
  position: relative;
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area .house_name .p1 {
  color: #333333;
  font-size: 15px;
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area .house_name .p2 {
  color: #333333;
  font-size: 10px;
  line-height: 1.1em;
  margin: 0 0 10px;
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area .house_name .span1 {
  font-size: 10px;
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area .house_locate {
  height: 60px;
  position: relative;
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area .house_locate .p1 {
  color: #909090;
  top: 20%;
  left: 0;
  position: absolute;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  font-size: 13px;
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area .btn {
  width: 100%;
  margin: 15px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #8d8265;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area .btn a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area .btn p {
  color: #8d8265;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
}
.top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area .btn img {
  width: 14px;
  margin: 0 0 0 10px;
}
.top .top_guest_house_wrap .top_guest_house .btn_area {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .top_guest_house_wrap .top_guest_house .btn_area .btn {
  width: 47.5%;
  position: relative;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top .top_guest_house_wrap .top_guest_house .btn_area .btn:hover {
  background: #fff;
}
.top .top_guest_house_wrap .top_guest_house .btn_area .btn:hover p {
  color: #800000;
}
.top .top_guest_house_wrap .top_guest_house .btn_area .btn p {
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .top {
    /*@media screen end*/
  }
  .top .top_guest_house_wrap {
    margin: 26.6666666vw auto;
  }
  .top .top_guest_house_wrap .top_guest_house {
    width: 90%;
    margin: 0 auto 26.6666666vw;
  }
  .top .top_guest_house_wrap .top_guest_house .guest_ttl {
    padding: 5px 0;
  }
  .top .top_guest_house_wrap .top_guest_house .guest_ttl:before, .top .top_guest_house_wrap .top_guest_house .guest_ttl:after {
    width: 100px;
  }
  .top .top_guest_house_wrap .top_guest_house .guest_ttl p {
    font-size: 4.266666656vw;
  }
  .top .top_guest_house_wrap .top_guest_house .guest_house_list {
    margin: 13.3333333vw auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house {
    width: 49%;
    margin: 0 0 10.66666664vw 0;
  }
  .top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house:after {
    display: block;
    width: 49%;
  }
  .top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .img_area {
    height: 80px;
  }
  .top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .img_area .area_label {
    width: 50px;
    font-size: 3.199999992vw;
  }
  .top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .img_area .nursing {
    width: 7.99999998vw;
    height: 7.99999998vw;
  }
  .top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area {
    margin: 10px auto 0;
  }
  .top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area .house_name {
    height: 60px;
  }
  .top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area .house_name .p1 {
    font-size: 2.66666666vw;
  }
  .top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area .house_locate {
    height: 60px;
  }
  .top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area .house_locate .p1 {
    font-size: 2.66666666vw;
    top: 50%;
    left: 0;
    position: absolute;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area .btn {
    width: 100%;
    margin: 10px auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area .btn p {
    font-size: 2.933333326vw;
  }
  .top .top_guest_house_wrap .top_guest_house .guest_house_list .guest_house .text_area .btn img {
    width: 13px;
    margin: 0 5px;
  }
  .top .top_guest_house_wrap .top_guest_house .btn_area {
    width: 100%;
  }
  .top .top_guest_house_wrap .top_guest_house .btn_area .btn {
    width: 47.5%;
  }
  .top .top_guest_house_wrap .top_guest_house .btn_area .btn p {
    font-size: 3.733333324vw;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .top {
    /*@media screen end*/
  }
}

.serch_box_ttl {
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.5em;
  text-align: center;
  margin: 0 auto 50px;
}

#serchForm .common_select_box.js-hide {
  display: none;
}
#serchForm .serch_box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f0f0f0;
}
#serchForm .serch_box .ttl {
  width: 20%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px;
  background: #dfdfdf;
}
#serchForm .serch_box .ttl p {
  font-size: 20px;
  text-align: center;
}
#serchForm .serch_box .serch {
  width: 80%;
}
#serchForm .serch_box .serch .flex {
  width: 100%;
  margin: 20px auto;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#serchForm .serch_box .serch .flex .text {
  font-size: 15px;
  padding: 0 30px 0 0;
  position: relative;
}
#serchForm .serch_box .serch .flex .text p {
  line-height: 1em;
}
#serchForm .serch_box .serch .flex .text:before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  top: 50%;
  right: 0;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #cacaca;
}
#serchForm .serch_box .serch .flex .text input {
  color: #4d4d4d;
  width: 16px;
  height: 18px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
#serchForm .serch_box .serch .flex .text label {
  vertical-align: text-top;
  letter-spacing: 0.1em;
}
#serchForm .serch_box .serch .flex .check_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#serchForm .serch_box .serch .flex .check_box.check_box_locate {
  width: 70%;
  margin-left: 20px;
}
#serchForm .serch_box .serch .flex .check_box.check_box_locate .check {
  width: 21%;
}
#serchForm .serch_box .serch .flex .check_box.check_box_other .check {
  width: 33%;
  margin: 10px 0;
}
#serchForm .serch_box .serch .flex .check_box .check {
  color: #4d4d4d;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.15em;
}
#serchForm .serch_box .serch .flex .check_box .check input {
  color: #4d4d4d;
  width: 16px;
  height: 18px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
#serchForm .serch_box .serch .flex .check_box .check label {
  vertical-align: text-top;
  letter-spacing: 0.1em;
}
#serchForm .submit_box {
  margin: 50px auto 0;
}
#serchForm .submit_box .submit {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
#serchForm .submit_box .submit input {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  background: #800000;
  border: 1px solid #800000;
  text-align: center;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 1.5em;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#serchForm .submit_box .submit input:hover {
  color: #800000;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .serch_box_ttl {
    font-size: 14px;
    margin: 0 auto 20px;
  }
  #serchForm .serch_box {
    width: 90%;
    display: block;
  }
  #serchForm .serch_box .ttl {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }
  #serchForm .serch_box .ttl p {
    font-size: 4.266666656vw;
  }
  #serchForm .serch_box .serch {
    width: 100%;
    padding: 0 0 2.66666666vw;
  }
  #serchForm .serch_box .serch .flex {
    width: 95%;
    margin: 5.33333332vw auto;
    display: block;
    padding-left: 0;
  }
  #serchForm .serch_box .serch .flex .text {
    font-size: 3.199999992vw;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  #serchForm .serch_box .serch .flex .text:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: 0;
    position: absolute;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background: #cacaca;
  }
  #serchForm .serch_box .serch .flex .check_box.check_box_locate {
    width: 100%;
    margin-left: 0;
  }
  #serchForm .serch_box .serch .flex .check_box.check_box_locate .check {
    width: 50%;
    margin-bottom: 2%;
  }
  #serchForm .serch_box .serch .flex .check_box.check_box_other .check {
    width: 50%;
    margin: 0 0 10px 0;
  }
  #serchForm .serch_box .serch .flex .check_box .check {
    font-size: 2.66666666vw;
  }
  #serchForm .serch_box .serch .flex .check_box .check input {
    color: #4d4d4d;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
  }
  #serchForm .submit_box {
    margin: 6.66666665vw auto 0;
  }
  #serchForm .submit_box .submit {
    width: 90%;
    max-width: 200px;
  }
  #serchForm .submit_box .submit input {
    font-size: 3.466666658vw;
  }
  /*@media screen end*/
}
.serch.index .lead_box_wrap {
  width: 100%;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .serch.index {
    /*@media screen end*/
  }
  .serch.index .lead_box_wrap {
    margin: 13.3333333vw auto;
  }
}
.serch.index .serch_list_wrap {
  width: 100%;
  margin: 100px auto;
}
.serch.index .serch_list_wrap.js-hide {
  display: none;
}
.serch.index .serch_list_wrap.js-active {
  display: block;
}
.serch.index .serch_list_wrap .text_box {
  text-align: center;
}
.serch.index .serch_list_wrap .text_box p {
  color: #4d4d4d;
  text-align: center;
  font-size: 14px;
  padding: 10px 30px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  display: inline-block;
}
.serch.index .serch_list_wrap .guest_ttl_wrap {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}
.serch.index .serch_list_wrap .guest_ttl {
  padding: 10px 0;
  position: relative;
  display: block;
}
.serch.index .serch_list_wrap .guest_ttl:before, .serch.index .serch_list_wrap .guest_ttl:after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  position: absolute;
  left: 50%;
  background: #666;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.serch.index .serch_list_wrap .guest_ttl:before {
  top: 0;
}
.serch.index .serch_list_wrap .guest_ttl:after {
  bottom: 0;
}
.serch.index .serch_list_wrap .guest_ttl p {
  color: #666666;
  font-size: 20px;
  letter-spacing: 0.3em;
  text-align: center;
}
.serch.index .serch_list_wrap .serch_list_container {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.serch.index .serch_list_wrap .recm_list_container {
  display: none;
}
.serch.index .serch_list_wrap .recm_list_container.js-show {
  display: block;
}
.serch.index .serch_list_wrap .recm_list_container .serch_list_container {
  display: none;
}
.serch.index .serch_list_wrap .recm_list_container .serch_list_container.js-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.serch.index .serch_list_wrap .recm_list_container .error {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 50px;
}
.serch.index .serch_list_wrap .recm_list_container .recm_ttl {
  font-size: 32px;
  letter-spacing: 0.15em;
  text-align: center;
}
.serch.index .serch_list_wrap .item {
  width: 31%;
  height: 430px;
  padding: 20px 20px;
  margin: 0 1% 50px;
  border: 1px solid #979797;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: none;
}
.serch.index .serch_list_wrap .item.js-show {
  display: block;
}
.serch.index .serch_list_wrap .item.js-remove {
  display: none;
}
.serch.index .serch_list_wrap .item.js-state {
  display: none;
}
.serch.index .serch_list_wrap .item .img {
  width: 100%;
  height: 140px;
  position: relative;
  overflow: hidden;
}
.serch.index .serch_list_wrap .item .img .area_label {
  width: 100px;
  top: 0;
  left: 0;
  padding: 2px 0;
  font-size: 10px;
  color: #fff;
  text-align: center;
  background: #4d4d4d;
  position: absolute;
}
.serch.index .serch_list_wrap .item .img .nursing {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: clamp(0px, 2.399999994vw, 12px);
  line-height: 1em;
  letter-spacing: 0em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #bcad87;
  border-radius: 50%;
}
.serch.index .serch_list_wrap .item .img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.serch.index .serch_list_wrap .item .prpt {
  margin: 20px auto;
  height: 110px;
}
.serch.index .serch_list_wrap .item .prpt p {
  color: #979797;
  text-align: left;
}
.serch.index .serch_list_wrap .item .prpt .ttl {
  color: #333;
  font-size: 16px;
}
.serch.index .serch_list_wrap .item .prpt .ttl .span1 {
  font-size: 10px;
  line-height: 1.1em;
}
.serch.index .serch_list_wrap .item .prpt .p1 {
  font-size: 12px;
  margin: 10px 0;
}
.serch.index .serch_list_wrap .item .prpt .note {
  color: #333;
}
.serch.index .serch_list_wrap .item .status {
  width: 100%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cacaca;
}
.serch.index .serch_list_wrap .item .status .status_ttl {
  width: 100%;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background: #979797;
  padding: 5px 0;
}
.serch.index .serch_list_wrap .item .status div {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #cacaca;
  text-align: center;
}
.serch.index .serch_list_wrap .item .status div.grey {
  opacity: 0.3;
}
.serch.index .serch_list_wrap .item .status div.grey .status_ico {
  display: none;
}
.serch.index .serch_list_wrap .item .status div.none .status_ico:before {
  background-image: url(../img/common/common_status_ico_02.png);
}
.serch.index .serch_list_wrap .item .status div.tel .status_ico:before {
  background-image: url(../img/common/common_status_ico_03.png);
}
.serch.index .serch_list_wrap .item .status div .status_ico:before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(../img/common/common_status_ico_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.serch.index .serch_list_wrap .item .status div p {
  margin: 10px 0;
}
.serch.index .serch_list_wrap .item .pay {
  margin: 20px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cacaca;
  text-align: center;
}
.serch.index .serch_list_wrap .item .pay .p1 {
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 5px;
  background: #979797;
}
.serch.index .serch_list_wrap .item .pay .price {
  color: #979797;
  font-size: 23px;
  padding: 5px 0;
}
.serch.index .serch_list_wrap .item .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.serch.index .serch_list_wrap .item .btn_area .btn {
  width: 47.5%;
  margin: 0 0 10px;
  position: relative;
}
.serch.index .serch_list_wrap .item .btn_area .btn.req, .serch.index .serch_list_wrap .item .btn_area .btn.rev {
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.serch.index .serch_list_wrap .item .btn_area .btn.req:hover, .serch.index .serch_list_wrap .item .btn_area .btn.rev:hover {
  background: #fff;
}
.serch.index .serch_list_wrap .item .btn_area .btn.req:hover p, .serch.index .serch_list_wrap .item .btn_area .btn.rev:hover p {
  color: #800000;
}
.serch.index .serch_list_wrap .item .btn_area .btn.req p, .serch.index .serch_list_wrap .item .btn_area .btn.rev p {
  color: #fff;
  padding: 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.serch.index .serch_list_wrap .item .btn_area .btn.hp {
  width: 100%;
  border: 1px solid #d7ceb7;
  padding: 10px 0;
}
.serch.index .serch_list_wrap .item .btn_area .btn p {
  font-size: 14px;
  text-align: center;
}
.serch.index .serch_list_wrap .item .btn_area .btn img {
  width: 15px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .serch.index {
    /*@media screen end*/
  }
  .serch.index .serch_list_wrap {
    width: 100%;
    margin: 26.6666666vw auto;
  }
  .serch.index .serch_list_wrap .text_box {
    margin: 0 auto 6.66666665vw;
  }
  .serch.index .serch_list_wrap .text_box p {
    font-size: 3.199999992vw;
    padding: 10px 3.99999999vw;
  }
  .serch.index .serch_list_wrap .serch_list_container {
    width: 90%;
    margin: 13.3333333vw auto;
  }
  .serch.index .serch_list_wrap .recm_list_container .error {
    font-size: 3.199999992vw;
    padding: 0 0 6.66666665vw;
  }
  .serch.index .serch_list_wrap .recm_list_container .recm_ttl {
    font-size: 5.599999986vw;
  }
  .serch.index .serch_list_wrap .item {
    width: 85%;
    height: auto;
    padding: 16px;
    margin: 0 0 13.3333333vw;
  }
  .serch.index .serch_list_wrap .item .img .area_label {
    font-size: 3.199999992vw;
  }
  .serch.index .serch_list_wrap .item .img .nursing {
    width: 7.99999998vw;
    height: 7.99999998vw;
  }
  .serch.index .serch_list_wrap .item .prpt {
    margin: 20px auto;
    height: 33.33333325vw;
  }
  .serch.index .serch_list_wrap .item .prpt .ttl {
    font-size: 4.266666656vw;
  }
  .serch.index .serch_list_wrap .item .prpt .p1 {
    font-size: 3.199999992vw;
  }
  .serch.index .serch_list_wrap .item .status {
    width: 100%;
    margin: 2.66666666vw auto;
  }
  .serch.index .serch_list_wrap .item .status .status_ttl {
    font-size: 3.199999992vw;
    padding: 5px 0;
  }
  .serch.index .serch_list_wrap .item .status div {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #cacaca;
    text-align: center;
  }
  .serch.index .serch_list_wrap .item .status div .status_ico:before {
    font-size: 8.533333312vw;
  }
  .serch.index .serch_list_wrap .item .status div p {
    margin: 10px 0;
    font-size: 3.199999992vw;
  }
  .serch.index .serch_list_wrap .item .pay {
    margin: 10px auto;
  }
  .serch.index .serch_list_wrap .item .pay .p1 {
    font-size: 3.199999992vw;
  }
  .serch.index .serch_list_wrap .item .pay .price {
    font-size: 6.133333318vw;
  }
  .serch.index .serch_list_wrap .item .btn_area .btn {
    width: 47.5%;
  }
  .serch.index .serch_list_wrap .item .btn_area .btn p {
    font-size: 3.466666658vw;
  }
  .serch.index .serch_list_wrap .item .btn_area .btn img {
    width: 15px;
  }
}
@media screen and (max-width: 768px) {
  .serch.index {
    /*@media screen end*/
  }
}

.feature .common_main_wrap {
  position: relative;
  z-index: 101;
}
.feature .common_main_wrap .imgbox {
  background-image: url(../img/feature/feature_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .feature {
    /*@media screen end*/
  }
}
.feature .feature_ancker_wrap {
  background: #fff;
  position: relative;
  z-index: 101;
}
.feature .feature_ancker_wrap .feature_ancker {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature .feature_ancker_wrap .feature_ancker .ancker {
  width: 23.75%;
  margin: 0 0 50px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgb(153, 153, 153);
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.feature .feature_ancker_wrap .feature_ancker .ancker:hover {
  background: #e9e9e9;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(153, 153, 153, 0);
}
.feature .feature_ancker_wrap .feature_ancker .ancker:hover .img {
  opacity: 0.7;
}
.feature .feature_ancker_wrap .feature_ancker .ancker .img {
  width: 100%;
  height: 105px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.feature .feature_ancker_wrap .feature_ancker .ancker .img.border {
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
.feature .feature_ancker_wrap .feature_ancker .ancker .img img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.feature .feature_ancker_wrap .feature_ancker .ancker .text {
  padding: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.feature .feature_ancker_wrap .feature_ancker .ancker .text.arrow::after {
  content: ">>";
  display: block;
  color: #800000;
  font-size: clamp(0px, 2.66666666vw, 12px);
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature .feature_ancker_wrap .feature_ancker .ancker .text p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 10px 0 0;
}
.feature .feature_ancker_wrap .feature_ancker .ancker .text .p1 {
  color: #000;
  font-size: 15px;
  letter-spacing: 0.15em;
  text-align: center;
}
.feature .feature_ancker_wrap .feature_ancker .ancker .text .btn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.feature .feature_ancker_wrap .feature_ancker .ancker .text .btn:before {
  position: relative;
}
.feature .feature_ancker_wrap .feature_ancker .ancker .text .btn span {
  width: 15px;
  height: 1px;
  background: #aaa;
  position: absolute;
}
.feature .feature_ancker_wrap .feature_ancker .ancker .text .btn span:nth-of-type(1) {
  top: 57%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.feature .feature_ancker_wrap .feature_ancker .ancker .text .btn span:nth-of-type(2) {
  width: 5px;
  left: 71%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .feature {
    /*@media screen end*/
  }
  .feature .feature_ancker_wrap {
    margin: 13.3333333vw auto;
  }
  .feature .feature_ancker_wrap .feature_ancker {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  .feature .feature_ancker_wrap .feature_ancker .ancker {
    width: 49%;
    padding: 5px;
    margin: 0 0 6.66666665vw;
    -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  }
  .feature .feature_ancker_wrap .feature_ancker .ancker .img {
    height: 55px;
  }
  .feature .feature_ancker_wrap .feature_ancker .ancker .text {
    padding: 10px 0 5px;
  }
  .feature .feature_ancker_wrap .feature_ancker .ancker .text .arrow {
    width: 10px;
    height: 10px;
    right: 1px;
  }
  .feature .feature_ancker_wrap .feature_ancker .ancker .text .arrow span {
    height: 1px;
  }
  .feature .feature_ancker_wrap .feature_ancker .ancker .text .arrow span:nth-of-type(1) {
    top: 34%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .feature .feature_ancker_wrap .feature_ancker .ancker .text .arrow span:nth-of-type(2) {
    bottom: 34%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .feature .feature_ancker_wrap .feature_ancker .ancker .text p {
    margin: 0 5px 0 0;
  }
  .feature .feature_ancker_wrap .feature_ancker .ancker .text .p1 {
    font-size: 2.66666666vw;
  }
  .feature .feature_ancker_wrap .feature_ancker .ancker .text .btn {
    width: 15px;
    height: 15px;
  }
  .feature .feature_ancker_wrap .feature_ancker .ancker .text .btn span {
    width: 10px;
  }
  .feature .feature_ancker_wrap .feature_ancker .ancker .text .btn span:nth-of-type(2) {
    width: 3px;
  }
}
.feature .side_menu {
  height: calc(100vh - 120px);
  position: fixed;
  top: 120px;
  left: 20px;
  z-index: 100;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.feature .side_menu.js-active {
  opacity: 1;
}
.feature .side_menu section {
  background: #800000;
  border: 1px solid #800000;
  position: relative;
  margin: 0 auto 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature .side_menu section.js-active {
  background: #800000;
}
.feature .side_menu section.js-active p {
  color: #fff;
}
.feature .side_menu section p {
  color: #fff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 10px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .feature {
    /*@media screen end*/
  }
  .feature .side_menu {
    display: none;
  }
}
.feature .ancker_body {
  width: calc(100% - 300px);
  margin: 150px auto 200px;
  margin-right: 0;
}
.feature .ancker_body .main_v {
  width: 100%;
  max-width: none;
  height: 300px;
  position: relative;
}
.feature .ancker_body .main_v .imgbox {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.feature .ancker_body .main_v .note {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
}
.feature .ancker_body .main_t {
  width: 90%;
  margin: 100px auto 50px auto;
}
.feature .ancker_body .main_t p {
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.5em;
}
.feature .ancker_body .main_t .lead {
  font-size: 28px;
  color: #800000;
  position: relative;
  padding: 0 0 30px 0;
  font-family: "a1_serif", serif;
  font-weight: bold;
}
.feature .ancker_body .main_t .lead:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #aaaaaa;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
}
.feature .ancker_body .main_t .text {
  font-size: 15px;
  line-height: 2em;
  padding: 30px 0;
}
.feature .ancker_body section {
  max-width: 800px;
  margin: 0 auto;
}
.feature .ancker_body .img_area {
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
}
.feature .ancker_body .img_area .img {
  position: relative;
}
.feature .ancker_body .img_area .note {
  text-align: right;
}
.feature .ancker_body .img_area .note.ab {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
}
.feature .ancker_body .text_area p {
  letter-spacing: 0.15em;
  line-height: 2em;
}
.feature .ancker_body .text_area .p1 {
  font-size: 15px;
  text-align: left;
}
.feature .ancker_body .sec {
  margin: 50px auto;
}
.feature .ancker_body .sec .text_box {
  margin: 100px auto 50px;
  text-align: center;
}
.feature .ancker_body .sec .text_box p {
  line-height: 2em;
  letter-spacing: 0.15em;
}
.feature .ancker_body .sec .text_box .p1 {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  margin: 30px auto;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.feature .ancker_body .sec .text_box .p1 .span1 {
  font-size: 12px;
}
.feature .ancker_body .sec .text_box .p2 {
  font-size: 15px;
  text-align: left;
  margin: 30px auto;
}
.feature .ancker_body .sec .text_box .p2.center {
  text-align: center;
}
.feature .ancker_body .sec .btn {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  position: relative;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature .ancker_body .sec .btn.grey {
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
}
.feature .ancker_body .sec .btn.grey:hover p {
  color: #000;
}
.feature .ancker_body .sec .btn.grey p {
  color: #000;
}
.feature .ancker_body .sec .btn:hover {
  background: #fff;
}
.feature .ancker_body .sec .btn:hover p {
  color: #800000;
}
.feature .ancker_body .sec .btn p {
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature .ancker_body .sec .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature .ancker_body .sec .flex_01 .inner {
  width: 47.5%;
  margin: 0 0 50px;
}
.feature .ancker_body .sec .flex_01 .inner.w_calc3 {
  width: 31.6666666667%;
}
.feature .ancker_body .sec .flex_01 .inner .img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  position: relative;
}
.feature .ancker_body .sec .flex_01 .inner .img .note {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  text-shadow: 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}
.feature .ancker_body .sec .flex_01 .inner .img .note_b {
  color: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
}
.feature .ancker_body .sec .flex_01 .inner .text p {
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.feature .ancker_body .sec .flex_01 .inner .text .p1 {
  font-size: 18px;
  text-align: center;
  padding: 20px 0 10px;
}
.feature .ancker_body .sec .flex_01 .inner .text .p2 {
  font-size: 15px;
  text-align: left;
}
.feature .care_wrap .main_v .imgbox {
  background-image: url(../img/feature/feature_care_01.jpg);
}
.feature .care_wrap .img_area .img {
  width: 60%;
  margin: 0 auto;
}
.feature .care_wrap .sec.margin_50 .text_box {
  margin: 50px auto;
}
.feature .support_wrap .main_v .imgbox {
  background-image: url(../img/feature/feature_support_01.jpg);
}
.feature .support_wrap .flex_area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature .support_wrap .flex_area .flex .inner {
  width: 49.5%;
  height: 250px;
  margin: 0 0 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e9e9e9;
  padding: 0 20px 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.feature .support_wrap .flex_area .flex .inner p {
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.feature .support_wrap .flex_area .flex .inner .p1 {
  font-size: 20px;
  padding: 0 0 30px;
  text-align: center;
}
.feature .support_wrap .flex_area .flex .inner .p2 {
  font-size: 15px;
}
.feature .support_wrap .sec {
  max-width: 1000px;
  margin: 100px auto 0;
  background: #e9e9e9;
  padding: 30px 0;
}
.feature .support_wrap .sec .text_box {
  margin: 0 auto 50px;
}
.feature .support_wrap .sec .flex {
  width: 90%;
  margin: 0 auto;
}
.feature .support_wrap .sec .flex .text {
  width: 160px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background: #fff;
  border-radius: 50%;
  margin: 0 0 20px;
}
.feature .support_wrap .sec .flex .text .p1 {
  font-size: 18px;
  text-align: center;
  position: relative;
}
.feature .support_wrap .sec .flex .text .p1 .span1 {
  font-size: 70%;
}
.feature .support_wrap .sec .flex .text .p1 .furi {
  width: 100%;
  font-size: 10px;
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.feature .support_wrap .sec .notes {
  width: 90%;
  margin: 0 auto;
}
.feature .food_wrap .main_v .imgbox {
  background-image: url(../img/feature/feature_food_01.jpg);
}
.feature .everyday_wrap .main_v .imgbox {
  background-image: url(../img/feature/feature_everyday_01.jpg);
}
.feature .everyday_wrap .calendar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  border: 1px solid #8f8f8f;
}
.feature .tech_wrap .main_v .imgbox {
  background-image: url(../img/feature/feature_tech_01.jpg);
}
.feature .tech_wrap .sec {
  max-width: none;
}
.feature .tech_wrap .sec .flex_01 .inner {
  width: 45%;
}
.feature .tech_wrap .flex {
  max-width: 900px;
  margin: 0 auto;
}
.feature .tech_wrap .flex_02 {
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature .tech_wrap .flex_02 .inner_01 {
  width: 50%;
}
.feature .tech_wrap .flex_02 .inner_01 .img {
  margin: 0 auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.feature .tech_wrap .flex_02 .inner_02 {
  width: 45%;
}
.feature .tech_wrap .flex_02 .inner_02 .list {
  background: #e9e9e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px;
  margin: 0px 0px 15px 0;
}
.feature .tech_wrap .flex_02 .inner_02 .list p {
  color: #1a1a1a;
  text-align: left;
  letter-spacing: 0.15em;
  line-height: 1.5em;
}
.feature .tech_wrap .flex_02 .inner_02 .list .p1 {
  font-size: 12px;
}
.feature .tech_wrap .flex_02 .inner_02 .list .p2 {
  font-size: 18px;
}
.feature .tech_wrap .flex_02 .btn {
  width: 100%;
  max-width: 400px;
  margin: 50px auto 0;
}
.feature .tech_wrap .flex_03 {
  margin: 100px auto 0;
  max-width: none;
  background: #e9e9e9;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 100px;
}
.feature .tech_wrap .flex_03 .inner_01 {
  width: 37%;
}
.feature .tech_wrap .flex_03 .inner_01 .img {
  width: 75%;
}
.feature .tech_wrap .flex_03 .inner_02 {
  width: 55%;
}
.feature .tech_wrap .flex_03 .inner_02 .text {
  margin: 0 auto;
}
.feature .tech_wrap .flex_03 .inner_02 .text .p1 {
  line-height: 2em;
  letter-spacing: 0.15em;
  text-align: center;
}
.feature .tech_wrap .flex_03 .btn {
  width: 100%;
  max-width: 400px;
  margin: 50px auto 0;
}
.feature .prepare_wrap .main_v .imgbox {
  background-image: url(../img/feature/feature_prepare_01.jpg);
}
.feature .environment_wrap .main_v .imgbox {
  background-image: url(../img/feature/feature_environment_01.jpg);
}
.feature .environment_wrap .flex .inner .text a {
  color: #3257d3;
  text-decoration: underline;
}
.feature .group_wrap .main_v {
  height: auto;
  text-align: center;
}
.feature .group_wrap .main_v img {
  max-width: 600px;
  margin: 0 auto;
}
.feature .group_wrap .sec .img_area {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .feature {
    /*@media screen end*/
  }
  .feature .ancker_body {
    width: 100%;
    margin: 19.99999995vw auto 26.6666666vw;
  }
  .feature .ancker_body .main_v {
    width: 100%;
    height: 100px;
  }
  .feature .ancker_body .main_t {
    margin: 13.3333333vw auto;
  }
  .feature .ancker_body .main_t .lead {
    font-size: 4.266666656vw;
    padding: 0 0 3.99999999vw 0;
  }
  .feature .ancker_body .main_t .lead:before {
    width: 50px;
  }
  .feature .ancker_body .main_t .text {
    font-size: 3.199999992vw;
    padding: 3.99999999vw 0;
  }
  .feature .ancker_body section {
    width: 90%;
  }
  .feature .ancker_body .img_area {
    width: 100%;
    margin: 0 auto 6.66666665vw;
    position: relative;
  }
  .feature .ancker_body .text_area p {
    letter-spacing: 0.15em;
    line-height: 2em;
  }
  .feature .ancker_body .text_area .p1 {
    font-size: 3.199999992vw;
  }
  .feature .ancker_body .sec {
    margin: 13.3333333vw auto;
  }
  .feature .ancker_body .sec .text_box {
    margin: 13.3333333vw auto 6.66666665vw;
  }
  .feature .ancker_body .sec .text_box .p1 {
    font-size: 3.466666658vw;
    padding: 5px 3.99999999vw;
    margin: 3.99999999vw auto;
  }
  .feature .ancker_body .sec .text_box .p1 .span1 {
    font-size: 2.399999994vw;
  }
  .feature .ancker_body .sec .text_box .p2 {
    font-size: 3.199999992vw;
    margin: 3.99999999vw auto;
  }
  .feature .ancker_body .sec .btn {
    width: 100%;
  }
  .feature .ancker_body .sec .btn p {
    font-size: 3.199999992vw;
  }
  .feature .ancker_body .sec .flex_01 .inner {
    width: 100%;
    margin: 0 0 13.3333333vw;
  }
  .feature .ancker_body .sec .flex_01 .inner.w_calc3 {
    width: 100%;
  }
  .feature .ancker_body .sec .flex_01 .inner .text p {
    line-height: 1.5em;
    letter-spacing: 0.15em;
  }
  .feature .ancker_body .sec .flex_01 .inner .text .p1 {
    font-size: 3.733333324vw;
    padding: 20px 0;
  }
  .feature .ancker_body .sec .flex_01 .inner .text .p2 {
    font-size: 2.66666666vw;
  }
  .feature .care_wrap .main_v .imgbox {
    background-image: url(../img/feature/feature_care_01.jpg);
  }
  .feature .care_wrap .img_area .img {
    width: 80%;
    margin: 0 auto;
  }
  .feature .care_wrap .sec.margin_50 {
    margin: 6.66666665vw auto;
  }
  .feature .care_wrap .sec.margin_50 .text_box {
    margin: 6.66666665vw auto;
  }
  .feature .support_wrap .main_v .imgbox {
    background-image: url(../img/feature/feature_support_01.jpg);
  }
  .feature .support_wrap .flex_area .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature .support_wrap .flex_area .flex .inner {
    width: 100%;
    height: auto;
    margin: 0 0 3.99999999vw;
    padding: 20px 10px;
  }
  .feature .support_wrap .flex_area .flex .inner .p1 {
    font-size: 4.266666656vw;
    padding: 0 0 3.99999999vw;
  }
  .feature .support_wrap .flex_area .flex .inner .p2 {
    font-size: 3.199999992vw;
  }
  .feature .support_wrap .sec {
    margin: 13.3333333vw auto 0;
    padding: 10px 0;
  }
  .feature .support_wrap .sec .text_box {
    margin: 0 auto 6.66666665vw;
  }
  .feature .support_wrap .sec .flex {
    width: 90%;
    margin: 0 auto;
  }
  .feature .support_wrap .sec .flex .text {
    width: 45%;
    height: 35vw;
    margin: 0 0 20px;
  }
  .feature .support_wrap .sec .flex .text .p1 {
    font-size: 3.199999992vw;
    text-align: center;
  }
  .feature .support_wrap .sec .flex .text .p1 .furi {
    font-size: 1.866666662vw;
    top: -15px;
  }
  .feature .food_wrap .main_v .imgbox {
    background-image: url(../img/feature/feature_food_01.jpg);
  }
  .feature .everyday_wrap .main_v .imgbox {
    background-image: url(../img/feature/feature_everyday_01.jpg);
  }
  .feature .tech_wrap .main_v .imgbox {
    background-image: url(../img/feature/feature_tech_01.jpg);
  }
  .feature .tech_wrap .sec {
    max-width: none;
  }
  .feature .tech_wrap .sec .flex_01 .inner {
    width: 100% !important;
  }
  .feature .tech_wrap .flex {
    max-width: 800px;
    margin: 0 auto;
  }
  .feature .tech_wrap .flex_02 {
    display: block;
  }
  .feature .tech_wrap .flex_02 .inner_01 {
    width: 100%;
  }
  .feature .tech_wrap .flex_02 .inner_01 .img {
    margin: 0 auto 3.99999999vw;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
  .feature .tech_wrap .flex_02 .inner_02 {
    width: 100%;
  }
  .feature .tech_wrap .flex_02 .inner_02 .list {
    padding: 15px 10px;
    margin: 10px 0;
  }
  .feature .tech_wrap .flex_02 .inner_02 .list .p1 {
    font-size: 2.66666666vw;
  }
  .feature .tech_wrap .flex_02 .inner_02 .list .p2 {
    font-size: 4.799999988vw;
  }
  .feature .tech_wrap .flex_02 .btn {
    margin: 6.66666665vw auto 0;
    max-width: 200px;
  }
  .feature .tech_wrap .flex_03 {
    margin: 13.3333333vw auto 0;
    display: block;
    padding: 10px 10px;
  }
  .feature .tech_wrap .flex_03 .inner_01 {
    width: 70%;
    margin: 0 auto 10px;
  }
  .feature .tech_wrap .flex_03 .inner_01 .img {
    width: 100%;
  }
  .feature .tech_wrap .flex_03 .inner_02 {
    width: 100%;
  }
  .feature .tech_wrap .flex_03 .inner_02 .text {
    margin: 0 auto;
  }
  .feature .tech_wrap .flex_03 .inner_02 .text .p1 {
    font-size: 3.199999992vw;
  }
  .feature .tech_wrap .flex_03 .btn {
    margin: 6.66666665vw auto;
    max-width: 200px;
  }
  .feature .prepare_wrap .main_v .imgbox {
    background-image: url(../img/feature/feature_prepare_01.jpg);
  }
  .feature .environment_wrap .main_v .imgbox {
    background-image: url(../img/feature/feature_environment_01.jpg);
  }
  .feature .group_wrap .main_v {
    height: auto;
    text-align: center;
  }
  .feature .group_wrap .main_v img {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .feature {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .feature {
    /*@media screen end*/
  }
}

.living.index .common_main_wrap .imgbox {
  background-image: url(../img/living/living_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .living.index {
    /*@media screen end*/
  }
}
.living.index .living {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.living.index .living .link_btn {
  width: 230px;
  position: relative;
  margin: 0 10px 100px;
}
.living.index .living .link_btn:hover .img_area {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.living.index .living .link_btn:hover .text_area .btn {
  background: #fff;
}
.living.index .living .link_btn:hover .text_area .btn p {
  color: #800000;
}
.living.index .living .link_btn .img_area {
  width: 100%;
  height: 120px;
  position: relative;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.living.index .living .link_btn .img_area.border {
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
.living.index .living .link_btn .img_area img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.living.index .living .link_btn .text_area .p1 {
  color: #800000;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
}
.living.index .living .link_btn .text_area .btn {
  width: 100%;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.living.index .living .link_btn .text_area .btn p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .living.index {
    /*@media screen end*/
  }
  .living.index .living {
    width: 90%;
  }
  .living.index .living .link_btn {
    width: 44%;
    margin: 0 2% 13.3333333vw;
  }
  .living.index .living .link_btn .text_area .p1 {
    font-size: 3.199999992vw;
    padding: 10px 0;
  }
  .living.index .living .link_btn .text_area .btn p {
    font-size: 2.133333328vw;
    padding: 10px 0;
  }
  .living.index .living .link_btn .img_area {
    height: 60px;
  }
}
.living.index .living_wrap {
  margin: 100px auto 0;
}
.living.index .living_wrap .list_box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 150px;
}
.living.index .living_wrap .list_box .article_list_ttl {
  margin: 0 auto 50px;
  text-align: center;
}
.living.index .living_wrap .list_box .article_list_ttl img {
  width: 90%;
  max-width: 200px;
  margin: 0 auto 30px;
}
.living.index .living_wrap .list_box .article_list_ttl p {
  color: #000;
  text-align: center;
  letter-spacing: 0.15em;
}
.living.index .living_wrap .list_box .article_list_ttl .p1 {
  font-size: 24px;
}
.living.index .living_wrap .list_box .article_list_ttl .p2 {
  font-size: 16px;
}
.living.index .living_wrap .list_box .article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.living.index .living_wrap .list_box .article_list .calc_w2 {
  width: 47.5%;
}
.living.index .living_wrap .list_box .article_list .calc_w3 {
  width: 31.6666666667%;
}
.living.index .living_wrap .list_box .article_list .calc_w4 {
  width: 23.75%;
}
.living.index .living_wrap .list_box .article_list .list {
  margin: 0 auto;
}
.living.index .living_wrap .list_box .article_list .list .img {
  overflow: hidden;
  height: 180px;
}
.living.index .living_wrap .list_box .article_list .list .img--hauto {
  height: auto;
}
.living.index .living_wrap .list_box .article_list .list .lead_box {
  width: 90%;
  height: 75px;
  margin: 0 auto;
  overflow: hidden;
}
.living.index .living_wrap .list_box .article_list .list .lead_box p {
  color: #4d4d4d;
  font-size: 16px;
  padding: 0;
  text-align: left;
}
.living.index .living_wrap .list_box .article_list .list .text {
  padding: 10px 0 0;
}
.living.index .living_wrap .list_box .article_list .list .text .date {
  font-size: 14px;
}
.living.index .living_wrap .list_box .article_list .list .text .lead {
  font-size: 20px;
}
.living.index .living_wrap .list_box .article_list .list .text .text {
  font-size: 16px;
  max-height: 75px;
  overflow: hidden;
}
.living.index .living_wrap .list_box .article_list .v_list {
  background: #fff;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.living.index .living_wrap .list_box .article_list .v_list:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.living.index .living_wrap .list_box .article_list .v_list .img {
  width: 90%;
  margin: 0 auto 10px;
}
.living.index .living_wrap .list_box .article_btn {
  width: 100%;
  max-width: 500px;
  margin: 50px auto;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.living.index .living_wrap .list_box .article_btn:hover {
  background: #fff;
}
.living.index .living_wrap .list_box .article_btn:hover p {
  color: #800000;
}
.living.index .living_wrap .list_box .article_btn p {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.living.index .living_wrap .misora_list {
  max-width: 600px;
}
.living.index .living_wrap .misora_list .list .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.living.index .living_wrap .misora_list .list .article_list_ttl {
  width: 100%;
}
.living.index .living_wrap .misora_list .list .img {
  width: 40%;
}
.living.index .living_wrap .misora_list .list .text_area {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .living.index {
    /*@media screen end*/
  }
  .living.index .living_wrap {
    margin: 19.99999995vw auto 0;
  }
  .living.index .living_wrap .list_box {
    margin: 0 auto 26.6666666vw;
  }
  .living.index .living_wrap .list_box .article_list_ttl {
    margin: 0 auto 6.66666665vw;
  }
  .living.index .living_wrap .list_box .article_list_ttl img {
    max-width: 100px;
  }
  .living.index .living_wrap .list_box .article_list_ttl .p1 {
    font-size: 4.266666656vw;
  }
  .living.index .living_wrap .list_box .article_list_ttl .p2 {
    font-size: 3.199999992vw;
  }
  .living.index .living_wrap .list_box .article_list {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .living.index .living_wrap .list_box .article_list .calc_w2 {
    width: 100%;
  }
  .living.index .living_wrap .list_box .article_list .calc_w3 {
    width: 100%;
  }
  .living.index .living_wrap .list_box .article_list .calc_w4 {
    width: 100%;
  }
  .living.index .living_wrap .list_box .article_list .list {
    margin: 0 auto 6.66666665vw;
  }
  .living.index .living_wrap .list_box .article_list .list .lead_box {
    height: 10.66666664vw;
  }
  .living.index .living_wrap .list_box .article_list .list .lead_box p {
    font-size: 3.199999992vw;
  }
  .living.index .living_wrap .list_box .article_list .list .text {
    padding: 10px 0;
  }
  .living.index .living_wrap .list_box .article_list .list .text .date {
    font-size: 2.66666666vw;
  }
  .living.index .living_wrap .list_box .article_list .list .text .lead {
    font-size: 4.266666656vw;
  }
  .living.index .living_wrap .list_box .article_list .list .text .text {
    font-size: 3.199999992vw;
    height: 10.66666664vw;
  }
  .living.index .living_wrap .list_box .article_btn {
    max-width: 200px;
    margin: 0 auto;
  }
  .living.index .living_wrap .list_box .article_btn p {
    font-size: 3.733333324vw;
    padding: 10px 0;
  }
  .living.index .living_wrap .misora_list .list .flex {
    display: block;
  }
  .living.index .living_wrap .misora_list .list .article_list_ttl {
    width: 100%;
  }
  .living.index .living_wrap .misora_list .list .img {
    width: 60%;
    margin: 0 auto;
  }
  .living.index .living_wrap .misora_list .list .text_area {
    width: 100%;
  }
}
.living.index .message_list {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.living.index .message_list .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.living.index .message_list .flex .text_area {
  width: 70%;
}
.living.index .message_list .flex .text_area p {
  font-size: 16px;
  text-align: center;
}
.living.index .message_list .flex .text_area .btn {
  width: 90%;
  max-width: 200px;
  margin: 20px auto;
  border: 1px solid #333;
  cursor: pointer;
}
.living.index .message_list .flex .text_area .btn p {
  color: #333;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
}
.living.index .message_list .flex .img_area {
  width: 25%;
}
.living.index .message_list_modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: -10;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.living.index .message_list_modal.js-active {
  opacity: 1;
  z-index: 9999;
}
.living.index .message_list_modal .modal_inner {
  width: 90%;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  background-image: url(../img/living/message_modal_bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 30px;
  position: relative;
}
.living.index .message_list_modal .modal_inner .modal_inner_close {
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  position: absolute;
  border: 1px solid #333;
  cursor: pointer;
}
.living.index .message_list_modal .modal_inner .modal_inner_close:before {
  position: relative;
}
.living.index .message_list_modal .modal_inner .modal_inner_close span {
  width: 25px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #333;
}
.living.index .message_list_modal .modal_inner .modal_inner_close span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.living.index .message_list_modal .modal_inner .modal_inner_close span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.living.index .message_list_modal .modal_inner p {
  font-family: "a1_serif", serif;
}
.living.index .message_list_modal .modal_inner .img {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
.living.index .message_list_modal .modal_inner .tab_area {
  max-width: 300px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.living.index .message_list_modal .modal_inner .tab_area .tab {
  width: 45%;
  position: relative;
  background: none;
  border: none;
}
.living.index .message_list_modal .modal_inner .tab_area .tab:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #8f785a;
  left: 50%;
  bottom: 0;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 1s;
  transition: 1s;
}
.living.index .message_list_modal .modal_inner .tab_area .tab.js-active:before {
  width: 100%;
}
.living.index .message_list_modal .modal_inner .tab_area .tab p {
  color: #333;
  font-size: 16px;
  text-align: center;
}
.living.index .message_list_modal .modal_inner .tab_body {
  display: none;
}
.living.index .message_list_modal .modal_inner .tab_body.js-active {
  display: block;
}
.living.index .message_list_modal .modal_inner .body_copy {
  width: 95%;
  height: 40vh;
  margin: 0 auto;
  overflow: scroll;
  padding: 20px 0;
}
.living.index .message_list_modal .modal_inner .body_copy .lead_box {
  padding: 20px 0;
}
.living.index .message_list_modal .modal_inner .body_copy .lead_box p {
  font-size: 20px;
  text-align: center;
}
.living.index .message_list_modal .modal_inner .body_copy p {
  font-size: 14px;
  line-height: 2em;
}
.living.index .message_list_modal .modal_inner .btn {
  width: 90%;
  max-width: 200px;
  margin: 30px auto;
  border: 1px solid #333;
}
.living.index .message_list_modal .modal_inner .btn p {
  color: #333;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .living.index {
    /*@media screen end*/
  }
  .living.index .message_list {
    width: 90%;
  }
  .living.index .message_list .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .living.index .message_list .flex .text_area {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .living.index .message_list .flex .text_area p {
    font-size: 3.199999992vw;
  }
  .living.index .message_list .flex .text_area .btn {
    max-width: 200px;
    margin: 10px auto;
  }
  .living.index .message_list .flex .text_area .btn p {
    font-size: 3.466666658vw;
    padding: 10px 0;
  }
  .living.index .message_list .flex .img_area {
    width: 50%;
    margin: 0 auto 3.99999999vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .living.index .message_list_modal {
    width: 100%;
  }
  .living.index .message_list_modal .modal_inner {
    width: 90%;
    padding: 6.66666665vw 3.99999999vw;
  }
  .living.index .message_list_modal .modal_inner .modal_inner_close {
    width: 25px;
    height: 25px;
  }
  .living.index .message_list_modal .modal_inner .modal_inner_close span {
    width: 15px;
  }
  .living.index .message_list_modal .modal_inner .img {
    width: 90%;
    max-width: 200px;
    margin: 0 auto;
  }
  .living.index .message_list_modal .modal_inner .tab_area {
    max-width: 600px;
    margin: 0 auto 6.66666665vw;
  }
  .living.index .message_list_modal .modal_inner .tab_area .tab {
    width: 45%;
  }
  .living.index .message_list_modal .modal_inner .tab_area .tab p {
    color: #333;
    font-size: 3.199999992vw;
  }
  .living.index .message_list_modal .modal_inner .body_copy {
    width: 95%;
    height: 20vh;
  }
  .living.index .message_list_modal .modal_inner .body_copy .lead_box {
    padding: 2.66666666vw 0;
  }
  .living.index .message_list_modal .modal_inner .body_copy .lead_box p {
    font-size: 4.266666656vw;
  }
  .living.index .message_list_modal .modal_inner .body_copy p {
    font-size: 3.199999992vw;
  }
  .living.index .message_list_modal .modal_inner .btn {
    width: 90%;
    max-width: 200px;
    margin: 3.99999999vw auto;
  }
  .living.index .message_list_modal .modal_inner .btn p {
    font-size: 3.199999992vw;
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .living.index {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .living.index {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .living.index {
    /*@media screen end*/
  }
}

.episode .common_main_wrap .imgbox {
  background-image: url(../img/living/episode/episode_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .episode {
    /*@media screen end*/
  }
}
.episode .episode_wrap {
  width: 100%;
}
.episode .episode_wrap .episode {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.episode .episode_wrap .episode .epi {
  width: 45%;
  margin: 0 auto 50px;
  position: relative;
}
.episode .episode_wrap .episode .epi:hover .img_area img {
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
          filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
.episode .episode_wrap .episode .epi .img_area {
  width: 50%;
  margin: 0 auto 30px;
}
.episode .episode_wrap .episode .epi .img_area img {
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.episode .episode_wrap .episode .epi .text_area p {
  text-align: center;
}
.episode .episode_wrap .episode .epi .text_area .p1 {
  color: #800000;
  font-size: 22px;
  padding: 0 0 15px;
  margin: 0 0 20px;
  position: relative;
  font-weight: bold;
  font-family: "a1_serif", serif;
}
.episode .episode_wrap .episode .epi .text_area .p1:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  left: 50%;
  bottom: 0;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #a3a3a3;
}
.episode .episode_wrap .episode .epi .text_area .p2 {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .episode {
    /*@media screen end*/
  }
  .episode .episode_wrap {
    width: 100%;
  }
  .episode .episode_wrap .episode {
    width: 90%;
  }
  .episode .episode_wrap .episode .epi {
    width: 100%;
    margin: 0 auto 13.3333333vw;
  }
  .episode .episode_wrap .episode .epi .img_area {
    width: 50%;
    margin: 0 auto 3.99999999vw;
  }
  .episode .episode_wrap .episode .epi .text_area .p1 {
    font-size: 4.266666656vw;
    padding: 0 0 15px;
    margin: 0 0 20px;
  }
  .episode .episode_wrap .episode .epi .text_area .p1:before {
    width: 50px;
  }
  .episode .episode_wrap .episode .epi .text_area .p2 {
    font-size: 3.199999992vw;
  }
}
.episode .episode_article_body .sec_main_v {
  width: 100%;
  max-width: 1000px;
  margin: 100px auto 50px;
}
.episode .episode_article_body .sec_main_v .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.episode .episode_article_body .sec_main_v .flex_area .img_area_01 {
  width: 35%;
}
.episode .episode_article_body .sec_main_v .flex_area .img_area_02 {
  width: 100%;
}
.episode .episode_article_body .sec_main_v .lead_box {
  text-align: center;
  margin: 100px auto 50px;
}
.episode .episode_article_body .sec_main_v .lead_box p {
  letter-spacing: 0.15em;
  line-height: 1.5em;
  text-align: center;
  margin: 0 0 30px;
}
.episode .episode_article_body .sec_main_v .lead_box .vol {
  color: #fff;
  font-size: 14px;
  background: #800000;
  padding: 5px 10px;
  display: inline-block;
}
.episode .episode_article_body .sec_main_v .lead_box .lead {
  font-size: 25px;
  color: #800000;
}
.episode .episode_article_body .sec_main_v .lead_box .text {
  color: #666;
  font-size: 15px;
}
.episode .episode_article_body .sec {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.episode .episode_article_body .sec .inner {
  width: 80%;
  margin: 0 auto;
}
.episode .episode_article_body .sec .inner .date_box {
  margin: 0 auto 50px;
}
.episode .episode_article_body .sec .inner .date_box p {
  color: #666;
  text-align: left;
  line-height: 2em;
}
.episode .episode_article_body .sec .inner .date_box .data {
  font-size: 15px;
}
.episode .episode_article_body .sec .inner .date_box .text {
  font-size: 15px;
}
.episode .episode_article_body .sec .inner .text_area {
  margin: 0 auto 100px;
}
.episode .episode_article_body .sec .inner .text_area p {
  color: #666;
  text-align: left;
  line-height: 2em;
}
.episode .episode_article_body .sec .inner .text_area .lead {
  font-size: 25px;
  line-height: 1.5em;
  margin: 0 0 50px;
}
.episode .episode_article_body .sec .inner .text_area .text {
  font-size: 15px;
}
.episode .episode_article_body .sec .inner .img_area {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .episode {
    /*@media screen end*/
  }
  .episode .episode_article_body .sec_main_v .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .episode .episode_article_body .sec_main_v .flex_area .img_area_01 {
    width: 45%;
    margin: -13.3333333vw auto;
    margin-right: 0;
    position: relative;
    z-index: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .episode .episode_article_body .sec_main_v .flex_area .img_area_02 {
    width: 70%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .episode .episode_article_body .sec_main_v .lead_box {
    margin: 19.99999995vw auto 6.66666665vw;
  }
  .episode .episode_article_body .sec_main_v .lead_box .vol {
    font-size: 2.66666666vw;
    padding: 5px 10px;
  }
  .episode .episode_article_body .sec_main_v .lead_box p {
    margin: 0 auto 3.99999999vw;
  }
  .episode .episode_article_body .sec_main_v .lead_box .lead {
    font-size: 3.99999999vw;
  }
  .episode .episode_article_body .sec_main_v .lead_box .text {
    font-size: 2.66666666vw;
  }
  .episode .episode_article_body .sec {
    width: 90%;
    padding: 0 0;
  }
  .episode .episode_article_body .sec .inner {
    width: 90%;
  }
  .episode .episode_article_body .sec .inner .date_box {
    margin: 0 auto 6.66666665vw;
  }
  .episode .episode_article_body .sec .inner .date_box .data {
    font-size: 3.199999992vw;
  }
  .episode .episode_article_body .sec .inner .date_box .text {
    font-size: 3.199999992vw;
  }
  .episode .episode_article_body .sec .inner .text_area {
    margin: 0 auto 13.3333333vw;
  }
  .episode .episode_article_body .sec .inner .text_area .lead {
    font-size: 4.266666656vw;
    margin: 0 0 6.66666665vw;
  }
  .episode .episode_article_body .sec .inner .text_area .text {
    font-size: 3.199999992vw;
  }
  .episode .episode_article_body .sec .inner .img_area {
    margin: 0 auto 13.3333333vw;
  }
}
.episode .btn_area_00 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}
.episode .btn_area_00 .in_btnarea_00 {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .episode {
    /*@media screen end*/
  }
  .episode .btn_area_00 {
    padding: 10px 0;
  }
}
.episode .list_box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 0px;
}
.episode .list_box .article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.episode .list_box .article_list .calc_w2 {
  width: 47.5%;
}
.episode .list_box .article_list .calc_w3 {
  width: 31.6666666667%;
}
.episode .list_box .article_list .calc_w4 {
  width: 23.75%;
}
.episode .list_box .article_list .list {
  margin: 0 auto;
}
.episode .list_box .article_list .list .lead_box {
  width: 90%;
  height: 75px;
  margin: 0 auto;
  overflow: hidden;
}
.episode .list_box .article_list .list .lead_box p {
  color: #4d4d4d;
  font-size: 16px;
  padding: 0;
  text-align: left;
}
.episode .list_box .article_list .list .text {
  padding: 10px 0;
}
.episode .list_box .article_list .list .text .date {
  font-size: 14px;
}
.episode .list_box .article_list .list .text .lead {
  font-size: 20px;
}
.episode .list_box .article_list .list .text .text {
  font-size: 16px;
  height: 75px;
  overflow: hidden;
}
.episode .list_box .article_list .v_list {
  background: #fff;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.episode .list_box .article_list .v_list:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.episode .list_box .article_list .v_list .img {
  width: 90%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .episode {
    /*@media screen end*/
  }
  .episode .list_box {
    width: 70%;
  }
  .episode .list_box .article_list .list {
    width: 95%;
  }
  .episode .list_box .article_list .list .lead_box p {
    font-size: 2.133333328vw;
  }
  .episode .list_box .article_list .list .text .date {
    font-size: 2.66666666vw;
  }
  .episode .list_box .article_list .list .text .text {
    height: auto;
    font-size: 2.933333326vw;
  }
}
@media screen and (max-width: 768px) {
  .episode {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .episode {
    /*@media screen end*/
  }
}

.nurse .common_main_wrap .imgbox {
  background-image: url(../img/living/nurse/nurse_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .nurse {
    /*@media screen end*/
  }
}
.nurse .nurse_wrap {
  width: 100%;
}
.nurse .nurse_wrap .nurse {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nurse .nurse_wrap .nurse .nus {
  width: 40%;
  margin: 0 auto 50px;
  position: relative;
}
.nurse .nurse_wrap .nurse .nus .img_area {
  width: 100%;
  margin: 0 auto 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.nurse .nurse_wrap .nurse .nus .text_area p {
  text-align: center;
}
.nurse .nurse_wrap .nurse .nus .text_area .p1 {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #800000;
  font-size: 22px;
  padding: 0 0 15px;
  margin: 0 0 20px;
  position: relative;
  font-weight: bold;
  font-family: "a1_serif", serif;
}
.nurse .nurse_wrap .nurse .nus .text_area .p1:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  left: 50%;
  bottom: 0;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #a3a3a3;
}
.nurse .nurse_wrap .nurse .nus .text_area .p2 {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .nurse {
    /*@media screen end*/
  }
  .nurse .nurse_wrap {
    width: 100%;
  }
  .nurse .nurse_wrap .nurse {
    width: 90%;
  }
  .nurse .nurse_wrap .nurse .nus {
    width: 100%;
    margin: 0 auto 13.3333333vw;
  }
  .nurse .nurse_wrap .nurse .nus .img_area {
    width: 80%;
    margin: 0 auto 3.99999999vw;
  }
  .nurse .nurse_wrap .nurse .nus .text_area .p1 {
    height: auto;
    font-size: 4.266666656vw;
    padding: 0 0 15px;
    margin: 0 0 20px;
  }
  .nurse .nurse_wrap .nurse .nus .text_area .p1:before {
    width: 50px;
  }
  .nurse .nurse_wrap .nurse .nus .text_area .p2 {
    font-size: 3.199999992vw;
  }
}
.nurse .nurse_article_body .sec_main_v {
  width: 100%;
  max-width: 1000px;
  margin: 100px auto 50px;
}
.nurse .nurse_article_body .sec_main_v .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nurse .nurse_article_body .sec_main_v .flex_area .img_area_01 {
  width: 35%;
}
.nurse .nurse_article_body .sec_main_v .flex_area .img_area_02 {
  width: 100%;
}
.nurse .nurse_article_body .sec_main_v .flex2 .lead_box {
  width: 60%;
  padding-left: 25%;
}
.nurse .nurse_article_body .sec_main_v .flex2 .img_area {
  width: 25%;
}
.nurse .nurse_article_body .sec_main_v .lead_box {
  text-align: center;
  margin: 100px auto 50px;
}
.nurse .nurse_article_body .sec_main_v .lead_box p {
  letter-spacing: 0.15em;
  line-height: 1.5em;
  text-align: center;
  margin: 0 0 30px;
}
.nurse .nurse_article_body .sec_main_v .lead_box .vol {
  color: #fff;
  font-size: 14px;
  background: #800000;
  padding: 5px 10px;
  display: inline-block;
}
.nurse .nurse_article_body .sec_main_v .lead_box .lead {
  font-size: 25px;
  color: #800000;
}
.nurse .nurse_article_body .sec_main_v .lead_box .text {
  color: #666;
  font-size: 15px;
}
.nurse .nurse_article_body .sec {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.nurse .nurse_article_body .sec .inner {
  width: 80%;
  margin: 0 auto;
}
.nurse .nurse_article_body .sec .inner .date_box {
  margin: 0 auto 50px;
}
.nurse .nurse_article_body .sec .inner .date_box p {
  color: #666;
  text-align: left;
  line-height: 2em;
}
.nurse .nurse_article_body .sec .inner .date_box .data {
  font-size: 15px;
}
.nurse .nurse_article_body .sec .inner .date_box .text {
  font-size: 15px;
}
.nurse .nurse_article_body .sec .inner .text_area {
  margin: 0 auto 100px;
}
.nurse .nurse_article_body .sec .inner .text_area p {
  color: #666;
  text-align: left;
  line-height: 2em;
}
.nurse .nurse_article_body .sec .inner .text_area .lead {
  font-size: 25px;
  line-height: 1.5em;
  margin: 0 0 50px;
}
.nurse .nurse_article_body .sec .inner .text_area .text {
  font-size: 15px;
}
.nurse .nurse_article_body .sec .inner .img_area {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .nurse {
    /*@media screen end*/
  }
  .nurse .nurse_article_body .sec_main_v .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nurse .nurse_article_body .sec_main_v .flex_area .img_area_01 {
    width: 45%;
    margin: -13.3333333vw auto;
    margin-right: 0;
    position: relative;
    z-index: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .nurse .nurse_article_body .sec_main_v .flex_area .img_area_02 {
    width: 70%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .nurse .nurse_article_body .sec_main_v .flex2 .lead_box {
    width: 100%;
    padding-left: 0;
  }
  .nurse .nurse_article_body .sec_main_v .flex2 .img_area {
    width: 60%;
  }
  .nurse .nurse_article_body .sec_main_v .lead_box {
    margin: 19.99999995vw auto 6.66666665vw;
  }
  .nurse .nurse_article_body .sec_main_v .lead_box .vol {
    font-size: 2.66666666vw;
    padding: 5px 10px;
  }
  .nurse .nurse_article_body .sec_main_v .lead_box p {
    margin: 0 auto 3.99999999vw;
  }
  .nurse .nurse_article_body .sec_main_v .lead_box .lead {
    font-size: 3.99999999vw;
  }
  .nurse .nurse_article_body .sec_main_v .lead_box .text {
    font-size: 2.66666666vw;
  }
  .nurse .nurse_article_body .sec {
    width: 90%;
    padding: 0;
  }
  .nurse .nurse_article_body .sec .inner {
    width: 90%;
  }
  .nurse .nurse_article_body .sec .inner .date_box {
    margin: 0 auto 6.66666665vw;
  }
  .nurse .nurse_article_body .sec .inner .date_box .data {
    font-size: 3.199999992vw;
  }
  .nurse .nurse_article_body .sec .inner .date_box .text {
    font-size: 3.199999992vw;
  }
  .nurse .nurse_article_body .sec .inner .text_area {
    margin: 0 auto 13.3333333vw;
  }
  .nurse .nurse_article_body .sec .inner .text_area .lead {
    font-size: 4.266666656vw;
    margin: 0 0 6.66666665vw;
  }
  .nurse .nurse_article_body .sec .inner .text_area .text {
    font-size: 3.199999992vw;
  }
  .nurse .nurse_article_body .sec .inner .img_area {
    margin: 0 auto 13.3333333vw;
  }
}
.nurse .list_box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 0px;
}
.nurse .list_box .article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nurse .list_box .article_list .calc_w2 {
  width: 47.5%;
}
.nurse .list_box .article_list .calc_w3 {
  width: 31.6666666667%;
}
.nurse .list_box .article_list .calc_w4 {
  width: 23.75%;
}
.nurse .list_box .article_list .list {
  margin: 0 auto;
}
.nurse .list_box .article_list .list .lead_box {
  width: 90%;
  height: 75px;
  margin: 0 auto;
  overflow: hidden;
}
.nurse .list_box .article_list .list .lead_box p {
  color: #4d4d4d;
  font-size: 16px;
  padding: 0;
  text-align: left;
}
.nurse .list_box .article_list .list .text {
  padding: 10px 0;
}
.nurse .list_box .article_list .list .text .date {
  font-size: 14px;
}
.nurse .list_box .article_list .list .text .lead {
  font-size: 20px;
}
.nurse .list_box .article_list .list .text .text {
  font-size: 16px;
  height: 75px;
  overflow: hidden;
}
.nurse .list_box .article_list .v_list {
  background: #fff;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nurse .list_box .article_list .v_list:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nurse .list_box .article_list .v_list .img {
  width: 90%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .nurse {
    /*@media screen end*/
  }
  .nurse .list_box {
    width: 70%;
  }
  .nurse .list_box .article_list .list {
    width: 95%;
  }
  .nurse .list_box .article_list .list .lead_box p {
    font-size: 2.133333328vw;
  }
  .nurse .list_box .article_list .list .text .date {
    font-size: 2.66666666vw;
  }
  .nurse .list_box .article_list .list .text .text {
    height: auto;
    font-size: 2.933333326vw;
  }
}
@media screen and (max-width: 768px) {
  .nurse {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .nurse {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .nurse {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .nurse {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .nurse {
    /*@media screen end*/
  }
}

.survey .common_main_wrap .imgbox {
  background-image: url(../img/living/survey/survey_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .survey {
    /*@media screen end*/
  }
}
.survey .survey_notice {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  background: #e9e9e9;
}
.survey .survey_notice .notice_box {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.survey .survey_notice .notice_box .notice.flex {
  margin: 20px auto 0;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #c3c3c3;
}
.survey .survey_notice .notice_box .notice p {
  color: #333;
  letter-spacing: 0.15em;
  line-height: 1.5em;
  text-align: left;
}
.survey .survey_notice .notice_box .notice .p0 {
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: #800000;
  padding: 15px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .survey {
    /*@media screen end*/
  }
  .survey .survey_notice {
    width: 90%;
    padding: 3.99999999vw 0;
  }
  .survey .survey_notice .notice_box {
    padding: 3.99999999vw;
  }
  .survey .survey_notice .notice_box .notice.flex {
    margin: 2.66666666vw auto 0;
    padding: 2.66666666vw 0 0;
  }
  .survey .survey_notice .notice_box .notice p {
    font-size: 3.199999992vw;
  }
  .survey .survey_notice .notice_box .notice .p0 {
    display: inline-block;
    margin: 0;
    font-size: 2.66666666vw;
    padding: 10px;
    margin-right: 10px;
  }
}
.survey .topics_wrap {
  margin: 100px auto;
}
.survey .topics_wrap .text_box {
  margin: 0 auto 50px;
  text-align: center;
}
.survey .topics_wrap .text_box p {
  line-height: 2em;
  letter-spacing: 0.15em;
}
.survey .topics_wrap .text_box .p1 {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  margin: 30px auto;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.survey .topics_wrap .text_box .p1 .span1 {
  font-size: 12px;
}
.survey .topics_wrap .topics_box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.survey .topics_wrap .topics_box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.survey .topics_wrap .topics_box .d00 p {
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.survey .topics_wrap .topics_box .d00 .p1 {
  color: #1a1a1a;
  font-size: 19px;
  text-align: left;
  margin: 0 auto 20px;
}
.survey .topics_wrap .topics_box .d00 .inner {
  height: 340px;
  background: #e9e9e9;
  padding: 30px;
  margin: 0 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.survey .topics_wrap .topics_box .d00 .inner .p1 {
  color: #1a1a1a;
  font-size: 13px;
  text-align: left;
  margin: 0;
}
.survey .topics_wrap .topics_box .d00 .inner .p1 .span1 {
  color: #800000;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1em;
}
.survey .topics_wrap .topics_box .d00 .inner .p1 .span2 {
  color: #800000;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1em;
}
.survey .topics_wrap .topics_box .d04 .inner, .survey .topics_wrap .topics_box .d05 .inner {
  height: 240px;
}
.survey .topics_wrap .topics_box .d04 .inner {
  padding: 50px 90px;
}
@media screen and (max-width: 768px) {
  .survey {
    /*@media screen end*/
  }
  .survey .topics_wrap {
    margin: 13.3333333vw auto;
  }
  .survey .topics_wrap .text_box {
    margin: 0 auto 6.66666665vw;
  }
  .survey .topics_wrap .text_box .p1 {
    font-size: 3.199999992vw;
    padding: 10px 3.99999999vw;
    margin: 3.99999999vw auto;
  }
  .survey .topics_wrap .text_box .p1 .span1 {
    font-size: 2.399999994vw;
  }
  .survey .topics_wrap .topics_box {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .survey .topics_wrap .topics_box .flex {
    display: block;
  }
  .survey .topics_wrap .topics_box .d00 {
    width: 100%;
  }
  .survey .topics_wrap .topics_box .d00 .p1 {
    font-size: 3.199999992vw;
    margin: 0 auto 10px;
  }
  .survey .topics_wrap .topics_box .d00 .inner {
    height: 240px;
    padding: 2.66666666vw;
    margin: 0 0 5.33333332vw;
  }
  .survey .topics_wrap .topics_box .d00 .inner .p1 {
    font-size: 2.66666666vw;
  }
  .survey .topics_wrap .topics_box .d00 .inner .p1 .span1 {
    font-size: 10.66666664vw;
  }
  .survey .topics_wrap .topics_box .d00 .inner .p1 .span2 {
    font-size: 9.33333331vw;
  }
  .survey .topics_wrap .topics_box .d04 .inner, .survey .topics_wrap .topics_box .d05 .inner {
    height: 140px;
  }
  .survey .topics_wrap .topics_box .d04 .inner {
    padding: 6.66666665vw 11.99999997vw;
  }
}
.survey .faq_wrap {
  width: 100%;
  margin: 100px auto 0;
}
.survey .faq_wrap .faq_box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 50px;
  cursor: pointer;
}
.survey .faq_wrap .faq_box.js-show .question .arrow {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
.survey .faq_wrap .faq_box.js-show .answer {
  opacity: 1;
  height: auto;
  margin: 0 auto 100px;
}
.survey .faq_wrap .faq_box .question {
  width: 100%;
  margin: 0 auto 50px;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  position: relative;
}
.survey .faq_wrap .faq_box .question .q_txt {
  left: 0;
  top: -20%;
  position: absolute;
}
.survey .faq_wrap .faq_box .question .q_txt p {
  color: #800000;
  font-size: 72px;
  letter-spacing: 0;
  line-height: 1em;
  font-family: "a1_serif", serif;
  background: #fff;
}
.survey .faq_wrap .faq_box .question .text {
  padding: 30px 0;
  font-family: "a1_serif", serif;
}
.survey .faq_wrap .faq_box .question .text p {
  color: #1a1a1a;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.survey .faq_wrap .faq_box .question .text .p1 {
  font-size: 19px;
  font-weight: bold;
  text-align: left;
}
.survey .faq_wrap .faq_box .question .arrow {
  width: 35px;
  height: 35px;
  position: absolute;
  background: #800000;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  -webkit-transition: 1s;
  transition: 1s;
}
.survey .faq_wrap .faq_box .question .arrow:before {
  position: relative;
}
.survey .faq_wrap .faq_box .question .arrow span {
  width: 1px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.survey .faq_wrap .faq_box .question .arrow span:nth-of-type(2) {
  height: 5px;
  top: 37%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.survey .faq_wrap .faq_box .answer {
  opacity: 0;
  height: 0;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 0 auto;
}
.survey .faq_wrap .faq_box .answer .text_area {
  margin: 30px auto;
}
.survey .faq_wrap .faq_box .answer .text_area p {
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.survey .faq_wrap .faq_box .answer .text_area .p1 {
  color: #333;
  text-align: left;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .survey {
    /*@media screen end*/
  }
  .survey .faq_wrap {
    margin: 13.3333333vw auto 0;
  }
  .survey .faq_wrap .faq_box {
    width: 90%;
    margin: 0 auto 6.66666665vw;
  }
  .survey .faq_wrap .faq_box.js-show .answer {
    margin: 0 auto 13.3333333vw;
  }
  .survey .faq_wrap .faq_box .question {
    width: 100%;
    margin: 0 auto 6.66666665vw;
    padding: 0 13.3333333vw;
  }
  .survey .faq_wrap .faq_box .question .q_txt {
    left: 0;
    top: -20%;
    position: absolute;
  }
  .survey .faq_wrap .faq_box .question .q_txt p {
    font-size: 13.3333333vw;
  }
  .survey .faq_wrap .faq_box .question .text {
    padding: 6.66666665vw 0;
  }
  .survey .faq_wrap .faq_box .question .text .p1 {
    font-size: 3.199999992vw;
  }
  .survey .faq_wrap .faq_box .question .arrow {
    width: 35px;
    height: 35px;
  }
  .survey .faq_wrap .faq_box .answer {
    opacity: 0;
    height: 0;
    -webkit-transition: 1s;
    transition: 1s;
    margin: 0 auto;
  }
  .survey .faq_wrap .faq_box .answer .text_area {
    margin: 3.99999999vw auto;
  }
  .survey .faq_wrap .faq_box .answer .text_area .p1 {
    font-size: 2.66666666vw;
  }
}
.survey .question_old_wrap {
  margin: 100px auto 0;
}
.survey .question_old_wrap .question_old {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 20px;
  background: #800000;
  border: 1px solid #800000;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.survey .question_old_wrap .question_old:hover {
  background: #fff;
}
.survey .question_old_wrap .question_old:hover p {
  color: #800000;
}
.survey .question_old_wrap .question_old:hover .arrow {
  background: #fff;
}
.survey .question_old_wrap .question_old:hover .arrow span {
  background: #800000;
}
.survey .question_old_wrap .question_old a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
.survey .question_old_wrap .question_old p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.15em;
  padding: 15px 0;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.survey .question_old_wrap .question_old .arrow {
  width: 35px;
  height: 35px;
  position: absolute;
  background: #800000;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.survey .question_old_wrap .question_old .arrow:before {
  position: relative;
}
.survey .question_old_wrap .question_old .arrow span {
  width: 15px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.survey .question_old_wrap .question_old .arrow span:nth-of-type(2) {
  width: 5px;
  top: 45%;
  left: auto;
  right: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.survey .question_old_wrap .question_old .img {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .survey {
    /*@media screen end*/
  }
  .survey .question_old_wrap {
    margin: 13.3333333vw auto 0;
  }
  .survey .question_old_wrap .question_old {
    width: 90%;
    max-width: 640px;
    margin: 0 auto 10px;
  }
  .survey .question_old_wrap .question_old p {
    font-size: 3.199999992vw;
    padding: 15px 0;
  }
  .survey .question_old_wrap .question_old .img {
    width: 15px;
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .survey {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .survey {
    /*@media screen end*/
  }
}

.gtl_ch .common_main_wrap .imgbox {
  background-image: url(../img/living/gtl_ch/gtl_ch_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .gtl_ch {
    /*@media screen end*/
  }
}
.gtl_ch .gtl_ch_mov_wrap {
  width: 100%;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov {
  background: #f0f1f1;
  margin: 0 auto 100px;
  padding: 100px 0 100px;
  position: relative;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov:before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  position: absolute;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov.flex_re:before {
  right: 0;
  left: auto;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov.flex_re .text_area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .text_area {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .text_area .ttl_box {
  margin: 0 auto;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .text_area .ttl_box p {
  text-align: center;
  font-family: "a1_serif", serif;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .text_area .ttl_box .p1 {
  color: #3e3a39;
  font-size: 26px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .text_area .ttl_box .p2 {
  color: #cccdcd;
  font-size: 13px;
  padding: 20px 0 0;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .text_area .ttl_box .red {
  color: #800000;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .text_area .text_box {
  margin: 0 auto;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .text_area .text_box p {
  color: #727171;
  text-align: center;
  line-height: 2em;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .text_area .text_box .p1 {
  font-size: 16px;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .mov_list {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .mov_list .m_list {
  width: 300px;
  margin: 0 0 20px;
  position: relative;
  background: #fff;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .mov_list .m_list:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .mov_list .m_list .lead_box {
  width: 90%;
  height: 75px;
  margin: 0 auto;
  overflow: hidden;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .mov_list .m_list .lead_box p {
  color: #4d4d4d;
  font-size: 16px;
  padding: 0;
  text-align: left;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .mov_list .m_list .img {
  width: 90%;
  margin: 0 auto 10px;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .mov_list_btn {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .mov_list_btn:hover {
  background: #fff;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .mov_list_btn:hover p {
  color: #800000;
}
.gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .mov_list_btn p {
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 12px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .gtl_ch {
    /*@media screen end*/
  }
  .gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov {
    margin: 0 auto 13.3333333vw;
    padding: 13.3333333vw 0 13.3333333vw;
  }
  .gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov:before {
    display: none;
  }
  .gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .text_area {
    display: block;
    margin: 0 auto 6.66666665vw;
    z-index: 5;
  }
  .gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .text_area .ttl_box {
    margin: 0 auto 20px;
  }
  .gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .text_area .ttl_box .p1 {
    font-size: 4.799999988vw;
  }
  .gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .text_area .ttl_box .p2 {
    font-size: 3.199999992vw;
    padding: 10px 0 0;
  }
  .gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .text_area .text_box .p1 {
    font-size: 3.466666658vw;
  }
  .gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .mov_list {
    margin: 6.66666665vw auto 6.66666665vw;
  }
  .gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .mov_list .m_list {
    width: 90%;
    max-width: 93.3333331vw;
    margin: 0 0 13.3333333vw;
    padding: 5.33333332vw 0;
  }
  .gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .mov_list .m_list .lead_box {
    height: 13.3333333vw;
  }
  .gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .mov_list .m_list .lead_box p {
    font-size: 3.199999992vw;
  }
  .gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .mov_list .m_list .img {
    margin: 0 auto 10px;
  }
  .gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .mov_list_btn {
    width: 90%;
  }
  .gtl_ch .gtl_ch_mov_wrap .gtl_ch_mov .mov_list_btn p {
    font-size: 3.199999992vw;
    padding: 12px 0;
  }
}
.gtl_ch .guest_house_list_wrap .guest_house_list {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
.gtl_ch .guest_house_list_wrap .guest_house_list .guest_house {
  width: 300px;
  margin: 0 0 20px;
  position: relative;
  background: #fff;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gtl_ch .guest_house_list_wrap .guest_house_list .guest_house:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gtl_ch .guest_house_list_wrap .guest_house_list .guest_house .lead_box {
  width: 90%;
  margin: 0 auto;
}
.gtl_ch .guest_house_list_wrap .guest_house_list .guest_house .lead_box p {
  color: #4d4d4d;
  font-size: 16px;
  text-align: left;
}
.gtl_ch .guest_house_list_wrap .guest_house_list .guest_house .img {
  width: 90%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .gtl_ch {
    /*@media screen end*/
  }
  .gtl_ch .guest_house_list_wrap .guest_house_select {
    width: 90%;
    max-width: 1200px;
  }
  .gtl_ch .guest_house_list_wrap .guest_house_select select {
    width: 100%;
    max-width: 200px;
    font-size: 2.66666666vw;
    padding: 10px 0;
  }
  .gtl_ch .guest_house_list_wrap .guest_house_list {
    width: 90%;
    max-width: 1100px;
    margin: 6.66666665vw auto 6.66666665vw;
  }
  .gtl_ch .guest_house_list_wrap .guest_house_list .guest_house {
    width: 100%;
    max-width: 93.3333331vw;
    margin: 0 0 13.3333333vw;
    padding: 5.33333332vw 0;
  }
  .gtl_ch .guest_house_list_wrap .guest_house_list .guest_house .lead_box p {
    font-size: 3.199999992vw;
  }
  .gtl_ch .guest_house_list_wrap .guest_house_list .guest_house .img {
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 768px) {
  .gtl_ch {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .gtl_ch {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .gtl_ch {
    /*@media screen end*/
  }
}

.gtl_ch_top .common_main_wrap .imgbox {
  background-image: url(../img/living/gtl_ch/gtl_ch_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .gtl_ch_top {
    /*@media screen end*/
  }
}
.gtl_ch_top .gtl_ch_top_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 100px;
  position: relative;
  overflow: hidden;
}
.gtl_ch_top .gtl_ch_top_wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -150px;
  background: #f0f1f1;
  position: absolute;
}
.gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top .list {
  width: 300px;
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 0 50px;
}
.gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top .list:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top .list .inner {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 30px;
}
.gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top .list .inner .img {
  width: 100%;
}
.gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top .list .inner .text {
  width: 100%;
  height: 65px;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0 0;
}
.gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top .list .inner .text p {
  font-size: 14px;
  text-align: left;
}
.gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top_btn {
  width: 100%;
  margin: 50px auto 0;
  max-width: 638px;
  position: relative;
  border: 1px solid #800000;
  background: #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top_btn:hover {
  background: none;
}
.gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top_btn:hover p {
  color: #800000;
}
.gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top_btn p {
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .gtl_ch_top {
    /*@media screen end*/
  }
  .gtl_ch_top .gtl_ch_top_wrap {
    padding: 6.66666665vw 0 13.3333333vw;
  }
  .gtl_ch_top .gtl_ch_top_wrap:before {
    bottom: -19.99999995vw;
  }
  .gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top {
    width: 80%;
  }
  .gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top .list {
    width: 100%;
    margin: 0 0 13.3333333vw;
  }
  .gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top .list .inner {
    width: 90%;
    padding: 5.33333332vw 0;
  }
  .gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top .list .inner .text {
    width: 100%;
    height: 14.66666663vw;
  }
  .gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top .list .inner .text p {
    font-size: 3.199999992vw;
  }
  .gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top_btn {
    width: 80%;
    margin: 6.66666665vw auto 0;
  }
  .gtl_ch_top .gtl_ch_top_wrap .gtl_ch_top_btn p {
    font-size: 3.199999992vw;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .gtl_ch_top {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .gtl_ch_top {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .gtl_ch_top {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .gtl_ch_top {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .gtl_ch_top {
    /*@media screen end*/
  }
}

.company.index .common_main_wrap .imgbox {
  background-image: url(../img/company/company_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .company.index {
    /*@media screen end*/
  }
}
.company.index .company_wrap {
  margin: 100px auto 0;
}
.company.index .company_wrap .company {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company.index .company_wrap .company .link_btn {
  width: 230px;
  position: relative;
  margin: 0 10px 100px;
}
.company.index .company_wrap .company .link_btn:hover .img_area {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.company.index .company_wrap .company .link_btn:hover .text_area .btn {
  background: #fff;
}
.company.index .company_wrap .company .link_btn:hover .text_area .btn p {
  color: #800000;
}
.company.index .company_wrap .company .link_btn .img_area {
  width: 100%;
  height: 120px;
  position: relative;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.company.index .company_wrap .company .link_btn .img_area.border {
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
.company.index .company_wrap .company .link_btn .img_area img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.company.index .company_wrap .company .link_btn .text_area .p1 {
  color: #800000;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
}
.company.index .company_wrap .company .link_btn .text_area .btn {
  width: 100%;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.company.index .company_wrap .company .link_btn .text_area .btn p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .company.index {
    /*@media screen end*/
  }
  .company.index .company_wrap {
    margin: 19.99999995vw auto 0;
  }
  .company.index .company_wrap .company {
    width: 90%;
  }
  .company.index .company_wrap .company .link_btn {
    width: 44%;
    margin: 0 2% 13.3333333vw;
  }
  .company.index .company_wrap .company .link_btn .text_area .p1 {
    font-size: 3.199999992vw;
    padding: 10px 0;
  }
  .company.index .company_wrap .company .link_btn .text_area .btn p {
    font-size: 2.66666666vw;
    padding: 10px 0;
  }
  .company.index .company_wrap .company .link_btn .img_area {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .company.index {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .company.index {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .company.index {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .company.index {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .company.index {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .company.index {
    /*@media screen end*/
  }
}

.profile .common_main_wrap {
  border-bottom: 1px solid #dedede;
}
.profile .common_main_wrap .common_main:before {
  display: none;
}
.profile .common_main_wrap .imgbox {
  background-image: url(../img/company/profile/profile_main_01.jpg);
}
.profile .common_text_wrap .common_text_border {
  max-width: 260px;
  margin: 0 auto;
  padding: 10px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .profile {
    /*@media screen end*/
  }
}
.profile .profile_wrap {
  margin: 0 auto;
}
.profile .profile_wrap .profile {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.profile .profile_wrap .profile table {
  width: 100%;
}
.profile .profile_wrap .profile th, .profile .profile_wrap .profile td {
  color: #000;
  font-size: 15px;
  text-align: left;
  letter-spacing: 0.15em;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 20px;
  position: relative;
}
.profile .profile_wrap .profile th span, .profile .profile_wrap .profile td span {
  color: #000;
}
.profile .profile_wrap .profile tr {
  border-bottom: 1px solid #333;
}
.profile .profile_wrap .profile th {
  width: 20%;
  vertical-align: middle;
}
.profile .profile_wrap .profile th .square {
  color: #8e0031;
  font-size: 16px;
  line-height: 1em;
  margin-right: 10px;
}
.profile .profile_wrap .profile td {
  width: 50%;
}
.profile .profile_wrap .profile .lasttb {
  width: 80%;
}
.profile .profile_wrap .profile .btn_box {
  width: 30%;
}
.profile .profile_wrap .profile .btn {
  width: 100%;
  max-width: 200px;
  margin: 20px 0 0;
  padding: 10px 0;
  background: #8e0031;
  border: 1px solid #8e0031;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.profile .profile_wrap .profile .btn:hover {
  background: #fff;
}
.profile .profile_wrap .profile .btn:hover p {
  color: #8e0031;
}
.profile .profile_wrap .profile .btn p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .profile {
    /*@media screen end*/
  }
  .profile .profile_wrap .profile tr {
    display: block;
    padding: 6.66666665vw 0;
  }
  .profile .profile_wrap .profile th, .profile .profile_wrap .profile td {
    display: block;
    font-size: 3.199999992vw;
    padding: 2.66666666vw 2.66666666vw;
  }
  .profile .profile_wrap .profile th {
    width: 100%;
  }
  .profile .profile_wrap .profile th .square {
    font-size: 4.266666656vw;
  }
  .profile .profile_wrap .profile td {
    width: 100%;
  }
  .profile .profile_wrap .profile .lasttb {
    width: 100%;
  }
  .profile .profile_wrap .profile .btn_box {
    width: 100%;
  }
  .profile .profile_wrap .profile .btn {
    width: 100%;
    max-width: 200px;
    margin: 2.66666666vw auto 0;
    padding: 5px 0;
  }
  .profile .profile_wrap .profile .btn p {
    font-size: 2.66666666vw;
  }
}
@media screen and (max-width: 768px) {
  .profile {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .profile {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .profile {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .profile {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .profile {
    /*@media screen end*/
  }
}

.introduction .common_main_wrap .imgbox {
  background-image: url(../img/company/introduction/introduction_main_01.jpg);
}
.introduction .lead_box .lead {
  font-size: 28px;
}
.introduction .lead_box .lead .span1 {
  font-size: 28px;
}
.introduction .lead_box .sub_lead {
  color: #cccdcd;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .introduction {
    /*@media screen end*/
  }
  .introduction .lead_box .lead {
    font-size: 6.133333318vw;
  }
  .introduction .lead_box .lead .span1 {
    font-size: 6.133333318vw;
  }
  .introduction .lead_box .sub_lead {
    font-size: 10px;
  }
}
.introduction .intro_tab_wrap {
  width: 100%;
  position: relative;
}
.introduction .intro_tab_wrap .intro_tab {
  width: 90%;
  margin: 100px auto;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduction .intro_tab_wrap .intro_tab .tab {
  width: 47.5%;
  background: #fff;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.introduction .intro_tab_wrap .intro_tab .tab.js-active {
  border: 1px solid #800000;
  background: #800000;
}
.introduction .intro_tab_wrap .intro_tab .tab.js-active p {
  color: #fff;
}
.introduction .intro_tab_wrap .intro_tab .tab p {
  color: #800000;
  font-size: 15px;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .introduction {
    /*@media screen end*/
  }
  .introduction .intro_tab_wrap .intro_tab {
    width: 90%;
    margin: 13.3333333vw auto;
  }
  .introduction .intro_tab_wrap .intro_tab .tab {
    width: 47.5%;
  }
  .introduction .intro_tab_wrap .intro_tab .tab p {
    font-size: 3.199999992vw;
  }
}
.introduction .tab_body {
  margin: 100px auto 0;
}
.introduction .tab_body_01 .sec {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 100px;
}
.introduction .tab_body_01 .sec .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduction .tab_body_01 .sec .flex.flex_re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.introduction .tab_body_01 .sec .flex .img_area {
  width: 45%;
}
.introduction .tab_body_01 .sec .flex .img_area .p1 {
  margin: 0 0 50px;
  color: #800000;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  font-family: "a1_serif", serif;
}
.introduction .tab_body_01 .sec .flex .img_area .p1 .span1 {
  font-size: 22px;
}
.introduction .tab_body_01 .sec .flex .img_area .img {
  position: relative;
}
.introduction .tab_body_01 .sec .flex .img_area .note {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 9px;
}
.introduction .tab_body_01 .sec .flex .text_area {
  width: 50%;
}
.introduction .tab_body_01 .sec .flex .text_area .p1 {
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  font-family: "a1_serif", serif;
  position: relative;
}
.introduction .tab_body_01 .sec .flex .text_area .p1:before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  left: 50%;
  bottom: 0;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #aaa;
}
.introduction .tab_body_01 .sec .flex .text_area .p2 {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 1.5em;
  text-align: left;
}
.introduction .tab_body_01 .sec .btn {
  max-width: 600px;
  margin: 50px auto 0;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.introduction .tab_body_01 .sec .btn:hover {
  background: #fff;
}
.introduction .tab_body_01 .sec .btn:hover p {
  color: #800000;
}
.introduction .tab_body_01 .sec .btn p {
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.introduction .tab_body_02 {
  background: #f9f9f9;
  padding: 100px 0;
}
.introduction .tab_body_02 .anchor_box {
  width: 90%;
  max-width: 600px;
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduction .tab_body_02 .anchor_box .anchor {
  width: 47.5%;
  padding: 10px 0;
  position: relative;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  opacity: 0.3;
}
.introduction .tab_body_02 .anchor_box .anchor.active {
  opacity: 1;
}
.introduction .tab_body_02 .anchor_box .anchor a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
.introduction .tab_body_02 .anchor_box .anchor p {
  color: #666;
  font-size: 17px;
  letter-spacing: 0.15em;
  text-align: center;
}
.introduction .tab_body_02 .anchor_body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}
.introduction .tab_body_02 .anchor_body .inner {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
}
.introduction .tab_body_02 .anchor_body .inner .ttl_box {
  margin: 0 auto 50px;
}
.introduction .tab_body_02 .anchor_body .inner .ttl_box .p1 {
  color: #800000;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  font-family: "a1_serif", serif;
}
.introduction .tab_body_02 .anchor_body .inner .text_area p {
  color: #666;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.introduction .tab_body_02 .anchor_body .inner .text_area .p1 {
  font-size: 22px;
  margin: 0 auto 50px;
  text-align: center;
  font-weight: bold;
  font-family: "a1_serif", serif;
}
.introduction .tab_body_02 .anchor_body .inner .text_area .p2 {
  font-size: 15px;
}
.introduction .tab_body_02 .anchor_01_body .img_area {
  margin: 0 auto 100px;
}
.introduction .tab_body_02 .anchor_01_body .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduction .tab_body_02 .anchor_01_body .flex .img_area {
  width: 45%;
}
.introduction .tab_body_02 .anchor_01_body .flex .text_area {
  width: 50%;
}
.introduction .tab_body_02 .anchor_01_body .flex .text_area p {
  color: #666;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.introduction .tab_body_02 .anchor_01_body .flex .text_area .p1 {
  font-size: 22px;
  margin: 0 auto 50px;
  text-align: center;
  font-weight: bold;
  font-family: "a1_serif", serif;
}
.introduction .tab_body_02 .anchor_01_body .flex .text_area .p2 {
  font-size: 15px;
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_box .care_tab {
  position: relative;
  cursor: pointer;
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_box .care_tab.js-active:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #800000;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_box .care_tab p {
  color: #666;
  font-size: 14px;
  text-align: center;
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_body {
  width: 100%;
  margin: 100px auto;
  display: none;
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_body.js-active {
  display: block;
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_body .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_body .flex .img_area {
  width: 55%;
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_body .flex .text_area {
  width: 45%;
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_body .flex .text_area p {
  color: #333;
  text-align: center;
  font-family: "a1_serif", serif;
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_body .flex .text_area .p1 {
  font-size: 12px;
  margin: 0 auto 10px;
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_body .flex .text_area .p1 .span1 {
  font-size: 80px;
  line-height: 1em;
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_body .flex .text_area .p2 {
  font-size: 24px;
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_body .text_box {
  margin: 50px auto 0;
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_body .text_box .box {
  margin: 0 auto 50px;
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_body .text_box p {
  color: #666;
  text-align: left;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_body .text_box .p0 {
  font-size: 25px;
  font-weight: bold;
  font-family: "a1_serif", serif;
}
.introduction .tab_body_02 .anchor_02_body .anchor_tab_body .text_box .p1 {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .introduction {
    /*@media screen end*/
  }
  .introduction .tab_body_01 .sec {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 13.3333333vw;
  }
  .introduction .tab_body_01 .sec .flex {
    display: block;
  }
  .introduction .tab_body_01 .sec .flex .img_area {
    width: 100%;
  }
  .introduction .tab_body_01 .sec .flex .img_area .p1 {
    margin: 0 0 6.66666665vw;
    font-size: 4.266666656vw;
  }
  .introduction .tab_body_01 .sec .flex .text_area {
    width: 100%;
    margin: 6.66666665vw auto 0;
  }
  .introduction .tab_body_01 .sec .flex .text_area .p1 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 3.733333324vw;
  }
  .introduction .tab_body_01 .sec .flex .text_area .p1:before {
    width: 100px;
  }
  .introduction .tab_body_01 .sec .flex .text_area .p2 {
    font-size: 3.199999992vw;
  }
  .introduction .tab_body_01 .sec .btn {
    margin: 6.66666665vw auto 0;
  }
  .introduction .tab_body_01 .sec .btn p {
    font-size: 3.199999992vw;
    padding: 10px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .introduction .tab_body_02 {
    padding: 13.3333333vw 0;
  }
  .introduction .tab_body_02 .anchor_box {
    margin: 13.3333333vw auto;
  }
  .introduction .tab_body_02 .anchor_box .anchor p {
    font-size: 3.199999992vw;
  }
  .introduction .tab_body_02 .anchor_body {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
  }
  .introduction .tab_body_02 .anchor_body .inner {
    width: 80%;
    margin: 0 auto;
    padding: 6.66666665vw 0;
  }
  .introduction .tab_body_02 .anchor_body .inner .ttl_box {
    margin: 0 auto 6.66666665vw;
  }
  .introduction .tab_body_02 .anchor_body .inner .ttl_box .p1 {
    font-size: 3.99999999vw;
  }
  .introduction .tab_body_02 .anchor_body .inner .text_area .p1 {
    font-size: 3.99999999vw;
    margin: 0 auto 6.66666665vw;
  }
  .introduction .tab_body_02 .anchor_body .inner .text_area .p2 {
    font-size: 3.199999992vw;
  }
  .introduction .tab_body_02 .anchor_01_body .img_area {
    margin: 0 auto 13.3333333vw;
  }
  .introduction .tab_body_02 .anchor_01_body .flex {
    display: block;
    margin: 0 auto 13.3333333vw;
  }
  .introduction .tab_body_02 .anchor_01_body .flex .img_area {
    width: 100%;
    margin: 0 auto 3.99999999vw;
  }
  .introduction .tab_body_02 .anchor_01_body .flex .text_area {
    width: 100%;
  }
  .introduction .tab_body_02 .anchor_01_body .flex .text_area .p1 {
    font-size: 3.99999999vw;
    margin: 0 auto 6.66666665vw;
  }
  .introduction .tab_body_02 .anchor_01_body .flex .text_area .p2 {
    font-size: 3.199999992vw;
  }
  .introduction .tab_body_02 .anchor_02_body .anchor_tab_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .introduction .tab_body_02 .anchor_02_body .anchor_tab_box .care_tab {
    width: 47.5%;
    margin: 10px 0;
  }
  .introduction .tab_body_02 .anchor_02_body .anchor_tab_box .care_tab.js-active:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #800000;
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .introduction .tab_body_02 .anchor_02_body .anchor_tab_box .care_tab p {
    font-size: 3.199999992vw;
  }
  .introduction .tab_body_02 .anchor_02_body .anchor_tab_body {
    width: 100%;
    margin: 13.3333333vw auto;
  }
  .introduction .tab_body_02 .anchor_02_body .anchor_tab_body .flex {
    display: block;
  }
  .introduction .tab_body_02 .anchor_02_body .anchor_tab_body .flex .img_area {
    width: 100%;
    margin: 0 auto 6.66666665vw;
  }
  .introduction .tab_body_02 .anchor_02_body .anchor_tab_body .flex .text_area {
    width: 100%;
  }
  .introduction .tab_body_02 .anchor_02_body .anchor_tab_body .flex .text_area .p1 {
    font-size: 2.66666666vw;
  }
  .introduction .tab_body_02 .anchor_02_body .anchor_tab_body .flex .text_area .p1 .span1 {
    font-size: 13.3333333vw;
  }
  .introduction .tab_body_02 .anchor_02_body .anchor_tab_body .flex .text_area .p2 {
    font-size: 4.266666656vw;
  }
  .introduction .tab_body_02 .anchor_02_body .anchor_tab_body .text_box {
    margin: 6.66666665vw auto 0;
  }
  .introduction .tab_body_02 .anchor_02_body .anchor_tab_body .text_box .box {
    margin: 0 auto 6.66666665vw;
  }
  .introduction .tab_body_02 .anchor_02_body .anchor_tab_body .text_box .p0 {
    font-size: 3.199999992vw;
  }
  .introduction .tab_body_02 .anchor_02_body .anchor_tab_body .text_box .p1 {
    font-size: 2.66666666vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .introduction {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .introduction {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .introduction {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .introduction {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .introduction {
    /*@media screen end*/
  }
}

.greeting .common_main_wrap .imgbox {
  background-position: 80% 50%;
  background-image: url(../img/company/greeting/greeting_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .greeting {
    /*@media screen end*/
  }
}
.greeting .greeting_wrap .greeting {
  width: 90%;
  max-width: 1000px;
  margin: 100px auto;
}
.greeting .greeting_wrap .greeting .text_area {
  width: 100%;
}
.greeting .greeting_wrap .greeting .text_area p {
  color: #666;
  text-align: left;
  line-height: 2em;
  letter-spacing: 0.05em;
}
.greeting .greeting_wrap .greeting .text_area .p1 {
  width: 100%;
  margin: 0 auto 20px;
  font-size: clamp(0px, 3.466666658vw, 20px);
}
.greeting .greeting_wrap .greeting .text_area .p1 .span1 {
  font-size: clamp(0px, 4.266666656vw, 24px);
}
.greeting .greeting_wrap .greeting .text_area .p2 {
  font-size: clamp(0px, 3.199999992vw, 16px);
}
.greeting .greeting_wrap .greeting .text_area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.greeting .greeting_wrap .greeting .text_area .flex.flex_re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.greeting .greeting_wrap .greeting .text_area .flex .img {
  width: 25%;
}
.greeting .greeting_wrap .greeting .text_area .flex .text {
  width: 70%;
}
.greeting .greeting_wrap .greeting_top .text_area {
  width: 50%;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.greeting .greeting_wrap .greeting_top .text_area p {
  margin: 0 auto;
  text-align: center;
  font-size: clamp(0px, 2.66666666vw, 18px);
  line-height: 1.5em;
}
.greeting .greeting_wrap .greeting_top .text_area p .span1 {
  font-size: clamp(0px, 4.266666656vw, 24px);
}
@media screen and (max-width: 768px) {
  .greeting {
    /*@media screen end*/
  }
  .greeting .greeting_wrap .greeting {
    margin: 13.3333333vw auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .greeting .greeting_wrap .greeting .text_area {
    width: 100%;
  }
  .greeting .greeting_wrap .greeting .text_area p {
    letter-spacing: 0em;
  }
  .greeting .greeting_wrap .greeting .text_area .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .greeting .greeting_wrap .greeting .text_area .flex .p1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 55%;
    margin: 0 auto;
  }
  .greeting .greeting_wrap .greeting .text_area .flex .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 40%;
  }
  .greeting .greeting_wrap .greeting .text_area .flex .text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin: 6.66666665vw auto 0;
  }
  .greeting .greeting_wrap .greeting_top .text_area {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .greeting {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .greeting {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .greeting {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .greeting {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .greeting {
    /*@media screen end*/
  }
}

.history .common_main_wrap .imgbox {
  background-image: url(../img/company/history/history_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .history {
    /*@media screen end*/
  }
}
.history .history_wrap .history_tab_area {
  width: 90%;
  max-width: 600px;
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history .history_wrap .history_tab_area .tab {
  width: 47.5%;
  background: #fff;
  cursor: pointer;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.history .history_wrap .history_tab_area .tab:hover, .history .history_wrap .history_tab_area .tab.js-active {
  background: #800000;
}
.history .history_wrap .history_tab_area .tab:hover p, .history .history_wrap .history_tab_area .tab.js-active p {
  color: #fff;
}
.history .history_wrap .history_tab_area .tab p {
  color: #800000;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.history .history_wrap .history {
  display: none;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.history .history_wrap .history.js-active {
  display: block;
}
.history .history_wrap .history .history_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #666;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.history .history_wrap .history .history_txt p {
  font-size: 16px;
}
.history .history_wrap .history .history_txt .year {
  width: 10%;
  text-align: center;
}
.history .history_wrap .history .history_txt .month {
  width: 10%;
  text-align: center;
}
.history .history_wrap .history .history_txt .text {
  width: 80%;
  font-size: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .history {
    /*@media screen end*/
  }
  .history .history_wrap .history_tab_area {
    margin: 13.3333333vw auto;
  }
  .history .history_wrap .history_tab_area .tab {
    width: 47.5%;
  }
  .history .history_wrap .history_tab_area .tab p {
    font-size: 3.199999992vw;
    padding: 10px 0;
  }
  .history .history_wrap .history .history_txt {
    padding: 5.33333332vw 3.99999999vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .history .history_wrap .history .history_txt p {
    font-size: 3.199999992vw;
  }
  .history .history_wrap .history .history_txt .year {
    width: 20%;
    text-align: left;
  }
  .history .history_wrap .history .history_txt .month {
    width: 20%;
    text-align: left;
  }
  .history .history_wrap .history .history_txt .text {
    width: 100%;
    margin: 10px auto 0;
    font-size: 2.933333326vw;
  }
}
@media screen and (max-width: 768px) {
  .history {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .history {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .history {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .history {
    /*@media screen end*/
  }
}

.contents_wrap.philosophy {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contents_wrap.philosophy {
    padding-bottom: 60px;
  }
}
.contents_wrap.philosophy .common_main_wrap .imgbox {
  background-image: url(../img/company/philosophy/main.jpg);
}
.contents_wrap.philosophy .com-content {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}
.contents_wrap.philosophy span.break {
  display: inline-block;
}
.contents_wrap.philosophy .com-sup {
  font-size: 10px;
  vertical-align: top;
  position: relative;
  top: -10px;
}
.contents_wrap.philosophy .com-copy {
  text-align: center;
  padding: 5% 0 0;
  position: relative;
}
.contents_wrap.philosophy .com-copy .icon {
  width: 100px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
}
.contents_wrap.philosophy .com-copy .ttl {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #005ead;
  margin: 30px 0 0;
}
.contents_wrap.philosophy .com-copy .sub-ttl {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0 0 26px;
  margin: 5px 0 0;
  position: relative;
}
.contents_wrap.philosophy .com-copy .sub-ttl::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #005ead;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contents_wrap.philosophy .com-copy .lead {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.7;
  margin: 30px 0 0;
}
.contents_wrap.philosophy .com-copy .txt {
  font-size: 15px;
  line-height: 1.7;
  color: #666666;
  margin: 30px 0 0;
}
.contents_wrap.philosophy .com-copy .note {
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .contents_wrap.philosophy {
    /*@media screen end*/
  }
  .contents_wrap.philosophy .com-content {
    width: 90%;
  }
  .contents_wrap.philosophy span.break {
    display: inline;
  }
  .contents_wrap.philosophy .com-sup {
    top: -7px;
  }
  .contents_wrap.philosophy .com-copy {
    padding: 5% 0 0;
  }
  .contents_wrap.philosophy .com-copy .icon {
    width: 75px;
    top: -38px;
  }
  .contents_wrap.philosophy .com-copy .ttl {
    font-size: 19px;
    margin: 38px 0 0;
  }
  .contents_wrap.philosophy .com-copy .sub-ttl {
    font-size: 13px;
    padding: 0 0 26px;
    margin: 8px 0 0;
  }
  .contents_wrap.philosophy .com-copy .lead {
    font-size: 15px;
    margin: 26px 0 0;
  }
  .contents_wrap.philosophy .com-copy .txt {
    font-size: 13px;
    text-align: left;
    margin: 26px 0 0;
  }
  .contents_wrap.philosophy .com-copy .note {
    text-align: left;
    margin: 35px 0 0;
  }
}
.contents_wrap.philosophy .sec-intro {
  padding: 0 0 160px;
}
.contents_wrap.philosophy .sec-intro .intro-wrap .img-box {
  max-width: 725px;
  margin: 60px auto 0;
  position: relative;
}
.contents_wrap.philosophy .sec-intro .intro-wrap .img-box .ank {
  display: block;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  position: absolute;
}
.contents_wrap.philosophy .sec-intro .intro-wrap .img-box .ank:hover {
  opacity: 0.5;
}
.contents_wrap.philosophy .sec-intro .intro-wrap .img-box .ank_belief {
  width: 22%;
  height: 11%;
  top: 0;
  left: 11%;
}
.contents_wrap.philosophy .sec-intro .intro-wrap .img-box .ank_brand {
  width: 22%;
  height: 11%;
  top: 0;
  right: 10%;
}
.contents_wrap.philosophy .sec-intro .intro-wrap .img-box .ank_pride {
  width: 22%;
  height: 11%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contents_wrap.philosophy .sec-intro .intro-wrap .img-box .ank_purpose {
  width: 16%;
  height: 31%;
  top: 33%;
  right: 0;
}
.contents_wrap.philosophy .sec-intro .intro-wrap .img-box .ank_promise {
  width: 16%;
  height: 31%;
  top: 33%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .contents_wrap.philosophy {
    /*@media screen end*/
  }
  .contents_wrap.philosophy .sec-intro {
    padding: 0 0 100px;
  }
  .contents_wrap.philosophy .sec-intro .intro-wrap .img-box {
    max-width: none;
    margin: 40px auto 0;
  }
}
.contents_wrap.philosophy .sec-purpose {
  background: rgba(0, 94, 173, 0.1);
  padding: 0 0 60px;
}
.contents_wrap.philosophy .sec-purpose .purpose-wrap .copy-box .sup {
  top: 4px;
}
@media screen and (max-width: 768px) {
  .contents_wrap.philosophy {
    /*@media screen end*/
  }
}
.contents_wrap.philosophy .sec-promise {
  background: rgba(238, 113, 129, 0.1);
  padding: 0 0 60px;
  margin: 140px 0 0;
}
.contents_wrap.philosophy .sec-promise .promise-wrap .copy-box .ttl {
  color: #ee7181;
}
.contents_wrap.philosophy .sec-promise .promise-wrap .copy-box .sub-ttl::before {
  background: #ee7181;
}
.contents_wrap.philosophy .sec-promise .promise-wrap .list-box {
  max-width: 660px;
  margin: 60px auto 0;
}
.contents_wrap.philosophy .sec-promise .promise-wrap .list-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 0;
}
.contents_wrap.philosophy .sec-promise .promise-wrap .list-box .list-1 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  text-align: center;
  color: #fff;
  background: #ee7181;
  padding: 7px 9px;
}
.contents_wrap.philosophy .sec-promise .promise-wrap .list-box .list-2 {
  width: 86%;
}
.contents_wrap.philosophy .sec-promise .promise-wrap .list-box .list-2-1 {
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.contents_wrap.philosophy .sec-promise .promise-wrap .list-box .list-2-2 {
  font-size: 15px;
  display: block;
  margin: 10px 0 0;
}
.contents_wrap.philosophy .sec-promise .promise-wrap .list-box .note {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .contents_wrap.philosophy {
    /*@media screen end*/
  }
  .contents_wrap.philosophy .sec-promise {
    padding: 0 0 70px;
    margin: 90px 0 0;
  }
  .contents_wrap.philosophy .sec-promise .promise-wrap .list-box {
    max-width: none;
    margin: 30px auto 0;
  }
  .contents_wrap.philosophy .sec-promise .promise-wrap .list-box .list {
    margin: 20px 0 0;
  }
  .contents_wrap.philosophy .sec-promise .promise-wrap .list-box .list-1 {
    font-size: 13px;
  }
  .contents_wrap.philosophy .sec-promise .promise-wrap .list-box .list-2 {
    width: 100%;
    margin: 12px 0 0;
  }
  .contents_wrap.philosophy .sec-promise .promise-wrap .list-box .list-2-1 {
    font-size: 14px;
  }
  .contents_wrap.philosophy .sec-promise .promise-wrap .list-box .list-2-2 {
    font-size: 13px;
    margin: 0;
  }
}
.contents_wrap.philosophy .sec-belief {
  background: rgba(0, 134, 204, 0.1);
  padding: 0 0 60px;
  margin: 140px 0 0;
}
.contents_wrap.philosophy .sec-belief .belief-wrap .copy-box .ttl {
  color: #0086cc;
}
.contents_wrap.philosophy .sec-belief .belief-wrap .copy-box .sub-ttl::before {
  background: #0086cc;
}
.contents_wrap.philosophy .sec-belief .belief-wrap .copy-box .copy {
  text-align: center;
  margin: 50px 0 0;
}
.contents_wrap.philosophy .sec-belief .belief-wrap .copy-box .copy-lead {
  font-size: 18px;
  font-weight: 600;
  color: #0086cc;
}
@media screen and (max-width: 768px) {
  .contents_wrap.philosophy {
    /*@media screen end*/
  }
  .contents_wrap.philosophy .sec-belief {
    padding: 0 0 60px;
    margin: 90px 0 0;
  }
  .contents_wrap.philosophy .sec-belief .belief-wrap .copy-box .copy {
    margin: 30px 0 0;
  }
  .contents_wrap.philosophy .sec-belief .belief-wrap .copy-box .copy-lead {
    font-size: 14px;
  }
}
.contents_wrap.philosophy .sec-brand {
  background: rgba(174, 134, 187, 0.1);
  padding: 0 0 110px;
  margin: 140px 0 0;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .copy-box .ttl {
  color: #ae86bb;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .copy-box .sub-ttl::before {
  background: #ae86bb;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .cnt-box .cnt-inner {
  max-width: 750px;
  margin: 0 auto;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .cnt-box .ttl {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.7;
  text-align: center;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .cnt-box .lead {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: #ae86bb;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .cnt-box .txt {
  font-size: 15px;
  line-height: 1.7;
  color: #666666;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .list-box .ttl {
  text-align: center;
  margin: 30px 0 40px;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .list-box .list {
  margin: 30px 0 0;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .list-box .list:first-child {
  margin: 0;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .list-box .txt {
  margin: 10px 0 0;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .order-box {
  margin: 90px 0 0;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .order-box .lead {
  margin: 56px 0 36px;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .order-box .lead-2 {
  margin: 100px 0 36px;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .order-box .order-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2%;
  margin: 20px 0 0;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .order-box .img {
  width: 18%;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .order-box .copy {
  width: 77%;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .order-box .copy-lead {
  font-size: 16px;
  font-weight: 600;
  color: #666666;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .order-box .txt {
  margin: 10px 0 0;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .order-box .txt-2 {
  padding: 0 0 0 2%;
  margin: 0;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .care-box {
  margin: 100px 0 0;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .care-box .lead {
  text-align: center;
  margin: 30px 0 0;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .care-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
  margin: 40px 0 0;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .care-box .img {
  width: 27%;
}
.contents_wrap.philosophy .sec-brand .brand-wrap .care-box .txt {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .contents_wrap.philosophy {
    /*@media screen end*/
  }
  .contents_wrap.philosophy .sec-brand {
    padding: 0 0 70px;
    margin: 90px 0 0;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .cnt-box .cnt-inner {
    max-width: none;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .cnt-box .ttl {
    font-size: 15px;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .cnt-box .lead {
    font-size: 14px;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .cnt-box .txt {
    font-size: 13px;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .list-box .ttl {
    margin: 26px 0 30px;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .list-box .list {
    margin: 20px 0 0;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .list-box .txt {
    margin: 7px 0 0;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .order-box {
    margin: 50px 0 0;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .order-box .lead {
    text-align: center;
    margin: 26px 0 20px;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .order-box .lead-2 {
    margin: 60px 0 20px;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .order-box .order-flex {
    padding: 0;
    margin: 20px 0 0;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .order-box .img {
    width: 28.4%;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .order-box .copy {
    width: 67%;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .order-box .copy-lead {
    font-size: 13px;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .order-box .txt {
    margin: 7px 0 0;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .order-box .txt-2 {
    padding: 0;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .care-box {
    margin: 50px 0 0;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .care-box .lead {
    margin: 26px 0 0;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .care-box .flex {
    gap: 20px 0;
    margin: 20px 0 0;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .care-box .img {
    width: 70%;
  }
  .contents_wrap.philosophy .sec-brand .brand-wrap .care-box .txt {
    width: 100%;
  }
}
.contents_wrap.philosophy .sec-pride {
  background: rgba(74, 93, 167, 0.1);
  padding: 0 0 90px;
  margin: 140px 0 0;
}
.contents_wrap.philosophy .sec-pride .pride-wrap .copy-box .ttl {
  color: #4a5da7;
}
.contents_wrap.philosophy .sec-pride .pride-wrap .copy-box .sub-ttl::before {
  background: #4a5da7;
}
.contents_wrap.philosophy .sec-pride .pride-wrap .list-box {
  max-width: 850px;
  margin: 0 auto;
}
.contents_wrap.philosophy .sec-pride .pride-wrap .list-box .list {
  margin: 55px 0 0;
}
.contents_wrap.philosophy .sec-pride .pride-wrap .list-box .p1 {
  font-size: 18px;
  font-weight: 600;
  color: #4a5da7;
}
.contents_wrap.philosophy .sec-pride .pride-wrap .list-box .p2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  line-height: 1.7;
  color: #666666;
  margin: 15px 0 0;
}
.contents_wrap.philosophy .sec-pride .pride-wrap .list-box .p2-1 {
  width: 7%;
}
.contents_wrap.philosophy .sec-pride .pride-wrap .list-box .p2-2 {
  width: 93%;
}
@media screen and (max-width: 768px) {
  .contents_wrap.philosophy {
    /*@media screen end*/
  }
  .contents_wrap.philosophy .sec-pride {
    padding: 0 0 70px;
    margin: 90px 0 0;
  }
  .contents_wrap.philosophy .sec-pride .pride-wrap .list-box {
    max-width: none;
  }
  .contents_wrap.philosophy .sec-pride .pride-wrap .list-box .list {
    margin: 30px 0 0;
  }
  .contents_wrap.philosophy .sec-pride .pride-wrap .list-box .p1 {
    font-size: 14px;
  }
  .contents_wrap.philosophy .sec-pride .pride-wrap .list-box .p2 {
    font-size: 13px;
    margin: 10px 0 0;
  }
  .contents_wrap.philosophy .sec-pride .pride-wrap .list-box .p2-1 {
    width: 100%;
  }
  .contents_wrap.philosophy .sec-pride .pride-wrap .list-box .p2-2 {
    width: 100%;
  }
}
.contents_wrap.philosophy .sce-message .message-wrap .copy-box .ttl {
  color: #d92f0a;
}
.contents_wrap.philosophy .sce-message .message-wrap .copy-box .sub-ttl::before {
  background: #d92f0a;
}
.contents_wrap.philosophy .sce-message .message-wrap .copy-box .lead {
  font-size: 25px;
  color: #d8340a;
}
@media screen and (max-width: 768px) {
  .contents_wrap.philosophy {
    /*@media screen end*/
  }
  .contents_wrap.philosophy .sce-message .message-wrap .copy-box .lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .contents_wrap.philosophy {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .contents_wrap.philosophy {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .contents_wrap.philosophy {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .contents_wrap.philosophy {
    /*@media screen end*/
  }
}

.attempt .common_main_wrap .imgbox {
  background-image: url(../img/company/attempt/attempt_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .attempt {
    /*@media screen end*/
  }
}
.attempt .attempt_list_wrap {
  width: 100%;
  margin: 100px auto;
}
.attempt .attempt_list_wrap .attempt_list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.attempt .attempt_list_wrap .attempt_list .list {
  width: 45%;
  margin: 0 auto 50px;
}
.attempt .attempt_list_wrap .attempt_list .list.list_01 .text_area .p2, .attempt .attempt_list_wrap .attempt_list .list.list_02 .text_area .p2 {
  height: 80px;
}
.attempt .attempt_list_wrap .attempt_list .list.list_03 .text_area .p2, .attempt .attempt_list_wrap .attempt_list .list.list_04 .text_area .p2 {
  height: 100px;
}
.attempt .attempt_list_wrap .attempt_list .list .img_area {
  width: 60%;
  margin: 0 auto 50px;
  position: relative;
}
.attempt .attempt_list_wrap .attempt_list .list .text_area p {
  color: #666666;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.attempt .attempt_list_wrap .attempt_list .list .text_area .p1 {
  font-size: 16px;
  text-align: center;
  height: 100px;
  margin: 0 0 25px;
  position: relative;
  font-family: "a1_serif", serif;
  font-weight: bold;
}
.attempt .attempt_list_wrap .attempt_list .list .text_area .p1:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  left: 50%;
  bottom: 0;
  background: #aaaaaa;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  z-index: 10;
}
.attempt .attempt_list_wrap .attempt_list .list .text_area .p2 {
  height: 170px;
  font-size: 15px;
  text-align: left;
}
.attempt .attempt_list_wrap .attempt_list .list .text_area .btn {
  width: 100%;
  margin: 50px auto;
  border: 1px solid #8e0031;
  background: #8e0031;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.attempt .attempt_list_wrap .attempt_list .list .text_area .btn p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .attempt {
    /*@media screen end*/
  }
  .attempt .attempt_list_wrap {
    margin: 13.3333333vw auto;
  }
  .attempt .attempt_list_wrap .attempt_list .list {
    width: 90%;
    margin: 0 auto 6.66666665vw;
  }
  .attempt .attempt_list_wrap .attempt_list .list.list_01 .text_area .p2, .attempt .attempt_list_wrap .attempt_list .list.list_02 .text_area .p2 {
    height: auto;
  }
  .attempt .attempt_list_wrap .attempt_list .list.list_03 .text_area .p2, .attempt .attempt_list_wrap .attempt_list .list.list_04 .text_area .p2 {
    height: auto;
  }
  .attempt .attempt_list_wrap .attempt_list .list .img_area {
    margin: 0 auto 6.66666665vw;
  }
  .attempt .attempt_list_wrap .attempt_list .list .text_area .p1 {
    font-size: 3.199999992vw;
    height: auto;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  .attempt .attempt_list_wrap .attempt_list .list .text_area .p2 {
    height: auto;
    font-size: 2.66666666vw;
  }
  .attempt .attempt_list_wrap .attempt_list .list .text_area .btn {
    margin: 6.66666665vw auto;
  }
  .attempt .attempt_list_wrap .attempt_list .list .text_area .btn p {
    font-size: 2.66666666vw;
  }
}
.attempt .attempt_tab_area {
  width: 100%;
}
.attempt .attempt_tab_area .attempt_tab {
  width: 90%;
  margin: 200px auto 100px;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.attempt .attempt_tab_area .attempt_tab .tab {
  width: 31.6666666667%;
  margin: 0 6px 20px 6px;
  border: 1px solid #8e0031;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.attempt .attempt_tab_area .attempt_tab .tab.active {
  background: #8e0031;
}
.attempt .attempt_tab_area .attempt_tab .tab.active p {
  color: #fff;
}
.attempt .attempt_tab_area .attempt_tab .tab p {
  color: #8e0031;
  font-size: 16px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .attempt {
    /*@media screen end*/
  }
  .attempt .attempt_tab_area {
    width: 100%;
  }
  .attempt .attempt_tab_area .attempt_tab {
    width: 90%;
    margin: 26.6666666vw auto 13.3333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .attempt .attempt_tab_area .attempt_tab .tab {
    width: 47.5%;
    margin: 0 0.799999998vw 2.66666666vw 0.799999998vw;
  }
  .attempt .attempt_tab_area .attempt_tab .tab p {
    font-size: 3.199999992vw;
    padding: 10px 0;
  }
}
.attempt .tab_body .sec {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.attempt .tab_body .sec .text_area {
  margin: 0 auto 50px;
}
.attempt .tab_body .sec .text_area p {
  color: #666666;
  text-align: left;
  letter-spacing: 0.15em;
  line-height: 1.5em;
}
.attempt .tab_body .sec .text_area .lead {
  font-size: 25px;
  margin: 0 0 50px;
  font-family: "a1_serif", serif;
  font-weight: bold;
}
.attempt .tab_body .sec .text_area .text {
  font-size: 15px;
}
.attempt .tab_body .sec .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.attempt .tab_body .sec .btn_area .btn {
  width: 45%;
  margin: 0 auto 20px;
  background: #800000;
  border: 1px solid #800000;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.attempt .tab_body .sec .btn_area .btn:hover {
  background: #fff;
}
.attempt .tab_body .sec .btn_area .btn:hover p {
  color: #800000;
}
.attempt .tab_body .sec .btn_area .btn p {
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.attempt .tab_body .sec .btn_area .btn p img {
  width: 15px;
  margin: 0 0 0 10px;
  vertical-align: sub;
}
.attempt .tab_body .sec .img_area {
  width: 100%;
  margin: 100px auto;
}
.attempt .tab_body .sec .flex_area {
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.attempt .tab_body .sec .flex_area .inner {
  width: 23.75%;
}
.attempt .tab_body .sec .flex_area .inner p {
  font-size: 14px;
  text-align: left;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .attempt {
    /*@media screen end*/
  }
  .attempt .tab_body .sec .text_area {
    margin: 0 auto 6.66666665vw;
  }
  .attempt .tab_body .sec .text_area .lead {
    font-size: 4.266666656vw;
    margin: 0 0 6.66666665vw;
  }
  .attempt .tab_body .sec .text_area .text {
    font-size: 3.199999992vw;
  }
  .attempt .tab_body .sec .btn_area {
    display: block;
  }
  .attempt .tab_body .sec .btn_area .btn {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 20px;
  }
  .attempt .tab_body .sec .btn_area .btn p {
    font-size: 2.933333326vw;
    padding: 10px 0;
  }
  .attempt .tab_body .sec .btn_area .btn p img {
    width: 10px;
  }
  .attempt .tab_body .sec .img_area {
    width: 100%;
    margin: 13.3333333vw auto;
  }
  .attempt .tab_body .sec .flex_area {
    margin: 13.3333333vw auto;
  }
  .attempt .tab_body .sec .flex_area .inner {
    width: 47.5%;
    margin: 0 0 20px;
  }
  .attempt .tab_body .sec .flex_area .inner p {
    font-size: 3.199999992vw;
    padding: 10px 0;
  }
}
.attempt .survey_wrap .survey_notice {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  background: #e9e9e9;
}
.attempt .survey_wrap .survey_notice .notice_box {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.attempt .survey_wrap .survey_notice .notice_box .notice.flex {
  margin: 20px auto 0;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #c3c3c3;
}
.attempt .survey_wrap .survey_notice .notice_box .notice p {
  color: #333;
  letter-spacing: 0.15em;
  line-height: 1.5em;
  text-align: left;
}
.attempt .survey_wrap .survey_notice .notice_box .notice .p0 {
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: #800000;
  padding: 15px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .attempt .survey_wrap {
    /*@media screen end*/
  }
  .attempt .survey_wrap .survey_notice {
    width: 90%;
    padding: 3.99999999vw 0;
  }
  .attempt .survey_wrap .survey_notice .notice_box {
    padding: 3.99999999vw;
  }
  .attempt .survey_wrap .survey_notice .notice_box .notice.flex {
    margin: 2.66666666vw auto 0;
    padding: 2.66666666vw 0 0;
  }
  .attempt .survey_wrap .survey_notice .notice_box .notice p {
    font-size: 3.199999992vw;
  }
  .attempt .survey_wrap .survey_notice .notice_box .notice .p0 {
    display: inline-block;
    margin: 0;
    font-size: 2.66666666vw;
    padding: 10px;
    margin-right: 10px;
  }
}
.attempt .survey_wrap .topics_wrap {
  margin: 100px auto;
}
.attempt .survey_wrap .topics_wrap .text_box {
  margin: 0 auto 50px;
  text-align: center;
}
.attempt .survey_wrap .topics_wrap .text_box p {
  line-height: 2em;
  letter-spacing: 0.15em;
}
.attempt .survey_wrap .topics_wrap .text_box .p1 {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  margin: 30px auto;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.attempt .survey_wrap .topics_wrap .text_box .p1 .span1 {
  font-size: 12px;
}
.attempt .survey_wrap .topics_wrap .topics_box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.attempt .survey_wrap .topics_wrap .topics_box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.attempt .survey_wrap .topics_wrap .topics_box .d00 p {
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.attempt .survey_wrap .topics_wrap .topics_box .d00 .p1 {
  color: #1a1a1a;
  font-size: 19px;
  text-align: left;
  margin: 0 auto 20px;
}
.attempt .survey_wrap .topics_wrap .topics_box .d00 .inner {
  height: 340px;
  background: #e9e9e9;
  padding: 30px;
  margin: 0 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.attempt .survey_wrap .topics_wrap .topics_box .d00 .inner .p1 {
  color: #1a1a1a;
  font-size: 13px;
  text-align: left;
  margin: 0;
}
.attempt .survey_wrap .topics_wrap .topics_box .d00 .inner .p1 .span1 {
  color: #800000;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1em;
}
.attempt .survey_wrap .topics_wrap .topics_box .d00 .inner .p1 .span2 {
  color: #800000;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1em;
}
.attempt .survey_wrap .topics_wrap .topics_box .d04 .inner, .attempt .survey_wrap .topics_wrap .topics_box .d05 .inner {
  height: 240px;
}
.attempt .survey_wrap .topics_wrap .topics_box .d04 .inner {
  padding: 50px 90px;
}
@media screen and (max-width: 768px) {
  .attempt .survey_wrap {
    /*@media screen end*/
  }
  .attempt .survey_wrap .topics_wrap {
    margin: 13.3333333vw auto;
  }
  .attempt .survey_wrap .topics_wrap .text_box {
    margin: 0 auto 6.66666665vw;
  }
  .attempt .survey_wrap .topics_wrap .text_box .p1 {
    font-size: 3.199999992vw;
    padding: 10px 3.99999999vw;
    margin: 3.99999999vw auto;
  }
  .attempt .survey_wrap .topics_wrap .text_box .p1 .span1 {
    font-size: 2.399999994vw;
  }
  .attempt .survey_wrap .topics_wrap .topics_box {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .attempt .survey_wrap .topics_wrap .topics_box .flex {
    display: block;
  }
  .attempt .survey_wrap .topics_wrap .topics_box .d00 {
    width: 100%;
  }
  .attempt .survey_wrap .topics_wrap .topics_box .d00 .p1 {
    font-size: 3.199999992vw;
    margin: 0 auto 10px;
  }
  .attempt .survey_wrap .topics_wrap .topics_box .d00 .inner {
    height: 240px;
    padding: 2.66666666vw;
    margin: 0 0 5.33333332vw;
  }
  .attempt .survey_wrap .topics_wrap .topics_box .d00 .inner .p1 {
    font-size: 2.66666666vw;
  }
  .attempt .survey_wrap .topics_wrap .topics_box .d00 .inner .p1 .span1 {
    font-size: 10.66666664vw;
  }
  .attempt .survey_wrap .topics_wrap .topics_box .d00 .inner .p1 .span2 {
    font-size: 9.33333331vw;
  }
  .attempt .survey_wrap .topics_wrap .topics_box .d04 .inner, .attempt .survey_wrap .topics_wrap .topics_box .d05 .inner {
    height: 140px;
  }
  .attempt .survey_wrap .topics_wrap .topics_box .d04 .inner {
    padding: 6.66666665vw 11.99999997vw;
  }
}
.attempt .survey_wrap .faq_wrap {
  width: 100%;
  margin: 100px auto 0;
}
.attempt .survey_wrap .faq_wrap .faq_box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 50px;
  cursor: pointer;
}
.attempt .survey_wrap .faq_wrap .faq_box.js-show .question .arrow {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
.attempt .survey_wrap .faq_wrap .faq_box.js-show .answer {
  display: block;
}
.attempt .survey_wrap .faq_wrap .faq_box .question {
  width: 100%;
  margin: 0 auto 50px;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  position: relative;
}
.attempt .survey_wrap .faq_wrap .faq_box .question .q_txt {
  left: 0;
  top: -20%;
  position: absolute;
}
.attempt .survey_wrap .faq_wrap .faq_box .question .q_txt p {
  color: #800000;
  font-size: 72px;
  letter-spacing: 0;
  line-height: 1em;
  font-family: "a1_serif", serif;
  background: #fff;
}
.attempt .survey_wrap .faq_wrap .faq_box .question .text {
  padding: 30px 0;
  font-family: "a1_serif", serif;
}
.attempt .survey_wrap .faq_wrap .faq_box .question .text p {
  color: #1a1a1a;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.attempt .survey_wrap .faq_wrap .faq_box .question .text .p1 {
  font-size: 19px;
  font-weight: bold;
  text-align: left;
}
.attempt .survey_wrap .faq_wrap .faq_box .question .arrow {
  width: 35px;
  height: 35px;
  position: absolute;
  background: #800000;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  -webkit-transition: 1s;
  transition: 1s;
}
.attempt .survey_wrap .faq_wrap .faq_box .question .arrow:before {
  position: relative;
}
.attempt .survey_wrap .faq_wrap .faq_box .question .arrow span {
  width: 1px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.attempt .survey_wrap .faq_wrap .faq_box .question .arrow span:nth-of-type(2) {
  height: 5px;
  top: 37%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.attempt .survey_wrap .faq_wrap .faq_box .answer {
  display: none;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 0 auto;
}
.attempt .survey_wrap .faq_wrap .faq_box .answer .text_area {
  margin: 30px auto;
}
.attempt .survey_wrap .faq_wrap .faq_box .answer .text_area p {
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.attempt .survey_wrap .faq_wrap .faq_box .answer .text_area .p1 {
  color: #333;
  text-align: left;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .attempt .survey_wrap {
    /*@media screen end*/
  }
  .attempt .survey_wrap .faq_wrap {
    margin: 13.3333333vw auto 0;
  }
  .attempt .survey_wrap .faq_wrap .faq_box {
    width: 90%;
    margin: 0 auto 6.66666665vw;
  }
  .attempt .survey_wrap .faq_wrap .faq_box.js-show .answer {
    margin: 0 auto 13.3333333vw;
  }
  .attempt .survey_wrap .faq_wrap .faq_box .question {
    width: 100%;
    margin: 0 auto 6.66666665vw;
    padding: 0 13.3333333vw;
  }
  .attempt .survey_wrap .faq_wrap .faq_box .question .q_txt {
    left: 0;
    top: -20%;
    position: absolute;
  }
  .attempt .survey_wrap .faq_wrap .faq_box .question .q_txt p {
    font-size: 13.3333333vw;
  }
  .attempt .survey_wrap .faq_wrap .faq_box .question .text {
    padding: 6.66666665vw 0;
  }
  .attempt .survey_wrap .faq_wrap .faq_box .question .text .p1 {
    font-size: 3.199999992vw;
  }
  .attempt .survey_wrap .faq_wrap .faq_box .question .arrow {
    width: 35px;
    height: 35px;
  }
  .attempt .survey_wrap .faq_wrap .faq_box .answer {
    margin: 0 auto;
  }
  .attempt .survey_wrap .faq_wrap .faq_box .answer .text_area {
    margin: 3.99999999vw auto;
  }
  .attempt .survey_wrap .faq_wrap .faq_box .answer .text_area .p1 {
    font-size: 2.66666666vw;
  }
}
.attempt .survey_wrap .question_old_wrap {
  margin: 100px auto 0;
}
.attempt .survey_wrap .question_old_wrap .question_old {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 20px;
  background: #800000;
  border: 1px solid #800000;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.attempt .survey_wrap .question_old_wrap .question_old:hover {
  background: #fff;
}
.attempt .survey_wrap .question_old_wrap .question_old:hover p {
  color: #800000;
}
.attempt .survey_wrap .question_old_wrap .question_old:hover .arrow {
  background: #fff;
}
.attempt .survey_wrap .question_old_wrap .question_old:hover .arrow span {
  background: #800000;
}
.attempt .survey_wrap .question_old_wrap .question_old p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.15em;
  padding: 15px 0;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.attempt .survey_wrap .question_old_wrap .question_old .arrow {
  width: 35px;
  height: 35px;
  position: absolute;
  background: #800000;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.attempt .survey_wrap .question_old_wrap .question_old .arrow:before {
  position: relative;
}
.attempt .survey_wrap .question_old_wrap .question_old .arrow span {
  width: 15px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.attempt .survey_wrap .question_old_wrap .question_old .arrow span:nth-of-type(2) {
  width: 5px;
  top: 45%;
  left: auto;
  right: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.attempt .survey_wrap .question_old_wrap .question_old .img {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}
.attempt .survey_wrap .question_old_wrap .question_pdf_list {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #800000;
  display: none;
}
.attempt .survey_wrap .question_old_wrap .question_pdf_list.js-active {
  display: block;
}
.attempt .survey_wrap .question_old_wrap .question_pdf_list .pdf_list {
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
.attempt .survey_wrap .question_old_wrap .question_pdf_list .pdf_list a {
  width: 100%;
  display: block;
  text-align: left;
  padding: 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.attempt .survey_wrap .question_old_wrap .question_pdf_list .pdf_list a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .attempt .survey_wrap {
    /*@media screen end*/
  }
  .attempt .survey_wrap .question_old_wrap {
    margin: 13.3333333vw auto 0;
  }
  .attempt .survey_wrap .question_old_wrap .question_old {
    width: 90%;
    max-width: 640px;
    margin: 0 auto 10px;
  }
  .attempt .survey_wrap .question_old_wrap .question_old p {
    font-size: 3.199999992vw;
    padding: 15px 0;
  }
  .attempt .survey_wrap .question_old_wrap .question_old .img {
    width: 15px;
    right: 5px;
  }
  .attempt .survey_wrap .question_old_wrap .question_pdf_list {
    width: 90%;
  }
  .attempt .survey_wrap .question_old_wrap .question_pdf_list .pdf_list {
    padding: 10px;
  }
  .attempt .survey_wrap .question_old_wrap .question_pdf_list .pdf_list a {
    font-size: 3.199999992vw;
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .attempt .survey_wrap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .attempt .survey_wrap {
    /*@media screen end*/
  }
}
.attempt .sdgs_wrap .secsdgs {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 100px 0;
}
.attempt .sdgs_wrap .secsdgs h3 {
  text-align: center;
}
.attempt .sdgs_wrap .secsdgs h3 img {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 40px;
}
.attempt .sdgs_wrap .secsdgs h3 span.new {
  -webkit-animation: 3s blink infinite cubic-bezier(0.09, 0.41, 0.43, 0.91);
  animation: 3s blink infinite cubic-bezier(0.09, 0.41, 0.43, 0.91);
  line-height: 20px;
  margin-right: 12px;
  padding: 4px;
  padding-left: 6px;
  font-size: 11px;
  color: #E13844;
  left: 0;
  top: 0;
  z-index: 13;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: 0;
}
.attempt .sdgs_wrap .secsdgs h3 span.new::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #E13844;
  -webkit-transform: rotate(17.62deg);
  transform: rotate(17.62deg);
}
.attempt .sdgs_wrap .secsdgs h3 span.new::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #E13844;
  -webkit-transform: rotate(17.62deg);
  transform: rotate(17.62deg);
  left: 3px;
  top: 10px;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-17.62deg);
  transform: rotate(-17.62deg);
}
.attempt .sdgs_wrap .secsdgs h3 span.new::after {
  right: -2px;
  top: 10px;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.attempt .sdgs_wrap .secsdgs p.lead {
  text-align: center;
}
.attempt .sdgs_wrap .secsdgs .sdgs2 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.attempt .sdgs_wrap .secsdgs .sdgs3 {
  margin-bottom: 100px !important;
}
.attempt .sdgs_wrap .secsdgs .sdgs3 span {
  font-size: 20px !important;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.attempt .sdgs_wrap .secsdgs .sdgs4 {
  margin-bottom: 40px !important;
}
.attempt .sdgs_wrap .secsdgs .sdgs5 {
  font-size: 13px !important;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 {
  position: relative;
  margin-top: 20px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 .bg {
  display: block;
  vertical-align: bottom;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 p.note {
  position: absolute;
  left: 20px;
  top: 20px;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 ul {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 ul li {
  position: absolute;
  left: 0;
  top: 70%;
  z-index: 1;
  width: 30%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 ul li .pop {
  display: none;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 ul li img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s2 {
  pointer-events: none;
  left: 44.7%;
  top: 10%;
  width: 12.4%;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s3 {
  top: 0%;
  width: 31.2%;
  left: 0%;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s4 {
  left: 10%;
  top: 60.1%;
  width: 21.2%;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s5 {
  left: 32.4%;
  top: 50.8%;
  width: 12.8%;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s7 {
  pointer-events: none;
  top: 20%;
  width: 19.5%;
  left: 80.5%;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s8 {
  left: 68.7%;
  top: 41.7%;
  width: 31.2%;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s9 {
  top: 50.8%;
  width: 21.3%;
  left: 46.3%;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s10 {
  left: 54.8%;
  top: 24.9%;
  width: 12.7%;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s11 {
  left: 32.6%;
  top: 9.3%;
  width: 21.1%;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s12 {
  pointer-events: none;
  top: 50%;
  width: 19.5%;
  left: 51.56%;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s13 {
  pointer-events: none;
  top: 0%;
  width: 19.5%;
  left: 59.2%;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s15 {
  pointer-events: none;
  width: 19.5%;
  left: 16%;
  top: 60%;
}
.attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s17 {
  left: 68.7%;
  top: 0%;
  width: 21.3%;
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs3 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs3 span {
    font-size: 5vw !important;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs5 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 .bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 p.note {
    position: relative;
    text-align: center;
    left: auto;
    margin-bottom: 10px;
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 ul {
    position: relative;
    height: auto;
    left: auto;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 ul li {
    position: relative;
    height: auto;
    left: auto;
    top: auto;
    width: 49%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s2 {
    left: auto;
    top: auto;
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s3 {
    left: auto;
    top: auto;
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s4 {
    left: auto;
    top: auto;
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s5 {
    left: auto;
    top: auto;
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s7 {
    left: auto;
    top: auto;
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s8 {
    left: auto;
    top: auto;
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s9 {
    left: auto;
    top: auto;
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s10 {
    left: auto;
    top: auto;
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s11 {
    left: auto;
    top: auto;
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s12 {
    left: auto;
    top: auto;
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s13 {
    left: auto;
    top: auto;
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s15 {
    left: auto;
    top: auto;
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .secsdgs .sdgs1 ul li.s17 {
    left: auto;
    top: auto;
    width: 49%;
  }
}
.attempt .sdgs_wrap .psdgs0 {
  position: fixed;
  z-index: 1900;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.attempt .sdgs_wrap .psdgs0 .flow {
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  position: absolute;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  padding-left: 50px;
  padding-right: 50px;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc {
  width: 100%;
  height: 70vh;
  overflow-y: auto;
}
.attempt .sdgs_wrap .psdgs0 .flow .mbtn {
  max-width: 300px;
  height: 50px;
  margin-bottom: 40px;
}
.attempt .sdgs_wrap .psdgs0 .flow img.hr {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 413px;
}
.attempt .sdgs_wrap .psdgs0 .flow dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 2%;
  margin-bottom: 20px;
}
.attempt .sdgs_wrap .psdgs0 .flow dl dt {
  width: 30%;
}
.attempt .sdgs_wrap .psdgs0 .flow dl dt figure {
  position: relative;
}
.attempt .sdgs_wrap .psdgs0 .flow dl dt figure img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}
.attempt .sdgs_wrap .psdgs0 .flow dl dt figure p.note {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 3;
  text-align: right;
  margin: 0;
  color: #fff;
  font-size: 11px;
}
.attempt .sdgs_wrap .psdgs0 .flow dl dt figure p.note.colb {
  color: #000;
}
.attempt .sdgs_wrap .psdgs0 .flow dl dd {
  width: 67%;
}
.attempt .sdgs_wrap .psdgs0 .flow dl dd h5 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}
.attempt .sdgs_wrap .psdgs0 .flow dl dd h5 a {
  position: relative;
}
.attempt .sdgs_wrap .psdgs0 .flow dl dd h5 a::after {
  width: 20px;
  height: 17px;
  display: inline-block;
  content: "";
  background-size: cover;
  background-position: center center;
  background-image: url("../images/misora/link.png");
  margin-left: 4px;
}
.attempt .sdgs_wrap .psdgs0 .flow dl dd p {
  text-align: left;
  font-size: 13px;
  line-height: 1.7em;
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
}
.attempt .sdgs_wrap .psdgs0 .flow dl dd p.note {
  font-size: 11px;
}
.attempt .sdgs_wrap .psdgs0 .flow dl dd span.note {
  font-size: 11px;
}
.attempt .sdgs_wrap .psdgs0 .flow h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.attempt .sdgs_wrap .psdgs0 .flow h4 > img {
  width: 128px;
}
.attempt .sdgs_wrap .psdgs0 .flow h4 div {
  height: 128px;
  width: calc(100% - 148px);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 10px solid #D6A500;
}
.attempt .sdgs_wrap .psdgs0 .flow h4 div > img {
  display: block;
  vertical-align: bottom;
  width: 100%;
  max-width: 570px;
}
.attempt .sdgs_wrap .psdgs0 .flow .cls {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/misora/cls.jpg");
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 1901;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.attempt .sdgs_wrap .psdgs0 .flow .cls:hover {
  opacity: 0.7;
}
.attempt .sdgs_wrap .psdgs0 .flow h3 {
  font-size: 22px;
  margin: 0;
  text-align: center;
  margin-bottom: 30px;
  line-height: 2em;
  margin-top: 30px;
}
.attempt .sdgs_wrap .psdgs0 .flow p {
  text-align: center;
  margin-bottom: 30px;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s2 h4 div {
  border-bottom: 10px solid #D6A500;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s2 dd h5 {
  color: #D6A500;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s2 dd h5 a {
  color: #D6A500;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s3 h4 div {
  border-bottom: 10px solid #1B973A;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s3 dd h5 {
  color: #1B973A;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s3 dd h5 a {
  color: #1B973A;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s12 h4 div {
  border-bottom: 10px solid #D39206;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s12 dd h5 {
  color: #D39206;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s12 dd h5 a {
  color: #D39206;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s8 h4 div {
  border-bottom: 10px solid #970A31;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s8 dd h5 {
  color: #970A31;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s8 dd h5 a {
  color: #970A31;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s10 h4 div {
  border-bottom: 10px solid #DC097B;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s10 dd h5 {
  color: #DC097B;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s10 dd h5 a {
  color: #DC097B;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s15 h4 div {
  border-bottom: 10px solid #28A838;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s15 dd h5 {
  color: #28A838;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s15 dd h5 a {
  color: #28A838;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s9 h4 div {
  border-bottom: 10px solid #EC6A06;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s9 dd h5 {
  color: #EC6A06;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s9 dd h5 a {
  color: #EC6A06;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s11 h4 div {
  border-bottom: 10px solid #F5A20B;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s11 dd h5 {
  color: #F5A20B;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s11 dd h5 a {
  color: #F5A20B;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s4 h4 div {
  border-bottom: 10px solid #C50E28;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s4 dd h5 {
  color: #C50E28;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s4 dd h5 a {
  color: #C50E28;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s5 h4 div {
  border-bottom: 10px solid #E83418;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s5 dd h5 {
  color: #E83418;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s5 dd h5 a {
  color: #E83418;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s7 h4 div {
  border-bottom: 10px solid #FABD00;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s7 dd h5 {
  color: #FABD00;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s7 dd h5 a {
  color: #FABD00;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s13 h4 div {
  border-bottom: 10px solid #407936;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s13 dd h5 {
  color: #407936;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s13 dd h5 a {
  color: #407936;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s17 h4 div {
  border-bottom: 10px solid #023067;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s17 dd h5 {
  color: #023067;
}
.attempt .sdgs_wrap .psdgs0 .flow .flowc.s17 dd h5 a {
  color: #023067;
}
.attempt .sdgs_wrap .psdgs0 .stabl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.attempt .sdgs_wrap .psdgs0 .stabl li {
  font-size: 18px;
  color: #8f785a;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
  margin-left: 30px;
  margin-right: 30px;
}
.attempt .sdgs_wrap .psdgs0 .stabl li::after {
  width: 0%;
  height: 1px;
  content: "";
  background-color: #8f785a;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.attempt .sdgs_wrap .psdgs0 .stabl li:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .psdgs0 .flow .flowc {
    height: 80vh;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .psdgs0 .flow .mbtn {
    height: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .psdgs0 .flow {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .psdgs0 .flow dl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .psdgs0 .flow dl dt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .psdgs0 .flow dl dd h5 {
    font-size: 4vw;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .psdgs0 .flow dl dd {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .psdgs0 .flow h4 > img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .psdgs0 .flow h4 div {
    margin-top: 40px;
    height: auto;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .psdgs0 .flow h4 div {
    border-bottom: none !important;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .psdgs0 .flow .cls {
    right: 10px;
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .psdgs0 .flow h3 {
    margin-bottom: 15px;
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .psdgs0 .flow p {
    margin-bottom: 15px;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap .psdgs0 .stabl li {
    font-size: 5vw;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.attempt .sdgs_wrap .sdgs_modal {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.attempt .sdgs_wrap .sdgs_modal.js-active {
  opacity: 1;
  z-index: 1900;
}
.attempt .sdgs_wrap .sdgs_modal .flow {
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  position: absolute;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  padding-left: 50px;
  padding-right: 50px;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.attempt .sdgs_wrap .sdgs_modal .flow .flowc {
  width: 100%;
  height: 70vh;
  overflow-y: auto;
}
.attempt .sdgs_wrap .sdgs_modal .flow .js-sdgs_cls {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #333;
  cursor: pointer;
  z-index: 10;
}
.attempt .sdgs_wrap .sdgs_modal .flow .js-sdgs_cls:before {
  position: relative;
}
.attempt .sdgs_wrap .sdgs_modal .flow .js-sdgs_cls span {
  width: 25px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
}
.attempt .sdgs_wrap .sdgs_modal .flow .js-sdgs_cls span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.attempt .sdgs_wrap .sdgs_modal .flow .js-sdgs_cls span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.attempt .sdgs_wrap .sdgs_modal .flow h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.33em 0;
}
.attempt .sdgs_wrap .sdgs_modal .flow h4 > img {
  width: 128px;
}
.attempt .sdgs_wrap .sdgs_modal .flow h4 div {
  height: 128px;
  width: calc(100% - 148px);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 10px solid #D6A500;
}
.attempt .sdgs_wrap .sdgs_modal .flow h4 div > img {
  display: block;
  vertical-align: bottom;
  width: 100%;
  max-width: 570px;
}
.attempt .sdgs_wrap .sdgs_modal .flow dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 2%;
  margin-bottom: 20px;
}
.attempt .sdgs_wrap .sdgs_modal .flow dl dt {
  width: 30%;
}
.attempt .sdgs_wrap .sdgs_modal .flow dl dd {
  width: 67%;
}
.attempt .sdgs_wrap .sdgs_modal .flow dl dd h5 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.attempt .sdgs_wrap .sdgs_modal .flow dl dd p {
  text-align: left;
  font-size: 13px;
  line-height: 1.7em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .attempt .sdgs_wrap {
    /*@media screen end*/
  }
  .attempt .sdgs_wrap .sdgs_modal {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -10;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .attempt .sdgs_wrap .sdgs_modal.js-active {
    opacity: 1;
    z-index: 1900;
  }
  .attempt .sdgs_wrap .sdgs_modal .flow {
    padding: 20px;
  }
  .attempt .sdgs_wrap .sdgs_modal .flow .flowc {
    height: 60vh;
    margin-bottom: 30px;
  }
  .attempt .sdgs_wrap .sdgs_modal .flow .js-sdgs_cls {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #333;
    cursor: pointer;
    z-index: 10;
  }
  .attempt .sdgs_wrap .sdgs_modal .flow .js-sdgs_cls:before {
    position: relative;
  }
  .attempt .sdgs_wrap .sdgs_modal .flow .js-sdgs_cls span {
    width: 25px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .attempt .sdgs_wrap .sdgs_modal .flow .js-sdgs_cls span:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .attempt .sdgs_wrap .sdgs_modal .flow .js-sdgs_cls span:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .attempt .sdgs_wrap .sdgs_modal .flow h4 {
    display: block;
    margin: 1.33em 0;
    text-align: center;
  }
  .attempt .sdgs_wrap .sdgs_modal .flow h4 > img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    margin-right: auto;
  }
  .attempt .sdgs_wrap .sdgs_modal .flow h4 div {
    border-bottom: none !important;
    margin-top: 40px;
    height: auto;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .attempt .sdgs_wrap .sdgs_modal .flow dl {
    margin-bottom: 40px;
  }
  .attempt .sdgs_wrap .sdgs_modal .flow dl dt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .attempt .sdgs_wrap .sdgs_modal .flow dl dd {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .attempt .sdgs_wrap .sdgs_modal .flow dl dd h5 {
    font-size: 4vw;
    margin-bottom: 10px;
  }
  .attempt .sdgs_wrap .sdgs_modal .flow dl dd p {
    text-align: left;
    font-size: 13px;
    line-height: 1.7em;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .attempt {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .attempt {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .attempt {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .attempt {
    /*@media screen end*/
  }
}

.attempt2 .common_main_wrap .imgbox {
  background-image: url(../img/company/attempt/attempt_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .attempt2 {
    /*@media screen end*/
  }
}
.attempt2 .survey_wrap .survey_notice {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  background: #e9e9e9;
}
.attempt2 .survey_wrap .survey_notice .notice_box {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.attempt2 .survey_wrap .survey_notice .notice_box .notice.flex {
  margin: 20px auto 0;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #c3c3c3;
}
.attempt2 .survey_wrap .survey_notice .notice_box .notice p {
  color: #333;
  letter-spacing: 0.15em;
  line-height: 1.5em;
  text-align: left;
}
.attempt2 .survey_wrap .survey_notice .notice_box .notice .p0 {
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: #800000;
  padding: 15px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .attempt2 .survey_wrap {
    /*@media screen end*/
  }
  .attempt2 .survey_wrap .survey_notice {
    width: 90%;
    padding: 3.99999999vw 0;
  }
  .attempt2 .survey_wrap .survey_notice .notice_box {
    padding: 3.99999999vw;
  }
  .attempt2 .survey_wrap .survey_notice .notice_box .notice.flex {
    margin: 2.66666666vw auto 0;
    padding: 2.66666666vw 0 0;
  }
  .attempt2 .survey_wrap .survey_notice .notice_box .notice p {
    font-size: 3.199999992vw;
  }
  .attempt2 .survey_wrap .survey_notice .notice_box .notice .p0 {
    display: inline-block;
    margin: 0;
    font-size: 2.66666666vw;
    padding: 10px;
    margin-right: 10px;
  }
}
.attempt2 .survey_wrap .topics_wrap {
  margin: 100px auto;
}
.attempt2 .survey_wrap .topics_wrap .text_box {
  margin: 0 auto 50px;
  text-align: center;
}
.attempt2 .survey_wrap .topics_wrap .text_box p {
  line-height: 2em;
  letter-spacing: 0.15em;
}
.attempt2 .survey_wrap .topics_wrap .text_box .p1 {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  margin: 30px auto;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.attempt2 .survey_wrap .topics_wrap .text_box .p1 .span1 {
  font-size: 12px;
}
.attempt2 .survey_wrap .topics_wrap .topics_box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.attempt2 .survey_wrap .topics_wrap .topics_box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.attempt2 .survey_wrap .topics_wrap .topics_box .d00 p {
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.attempt2 .survey_wrap .topics_wrap .topics_box .d00 .p1 {
  color: #1a1a1a;
  font-size: 19px;
  text-align: left;
  margin: 0 auto 20px;
}
.attempt2 .survey_wrap .topics_wrap .topics_box .d00 .inner {
  height: 340px;
  background: #e9e9e9;
  padding: 30px;
  margin: 0 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.attempt2 .survey_wrap .topics_wrap .topics_box .d00 .inner .p1 {
  color: #1a1a1a;
  font-size: 13px;
  text-align: left;
  margin: 0;
}
.attempt2 .survey_wrap .topics_wrap .topics_box .d00 .inner .p1 .span1 {
  color: #800000;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1em;
}
.attempt2 .survey_wrap .topics_wrap .topics_box .d00 .inner .p1 .span2 {
  color: #800000;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1em;
}
.attempt2 .survey_wrap .topics_wrap .topics_box .d04 .inner, .attempt2 .survey_wrap .topics_wrap .topics_box .d05 .inner {
  height: 240px;
}
.attempt2 .survey_wrap .topics_wrap .topics_box .d04 {
  width: 100%;
}
.attempt2 .survey_wrap .topics_wrap .topics_box .d04 .inner {
  padding: 50px 90px;
}
@media screen and (max-width: 768px) {
  .attempt2 .survey_wrap {
    /*@media screen end*/
  }
  .attempt2 .survey_wrap .topics_wrap {
    margin: 13.3333333vw auto;
  }
  .attempt2 .survey_wrap .topics_wrap .text_box {
    margin: 0 auto 6.66666665vw;
  }
  .attempt2 .survey_wrap .topics_wrap .text_box .p1 {
    font-size: 3.199999992vw;
    padding: 10px 3.99999999vw;
    margin: 3.99999999vw auto;
  }
  .attempt2 .survey_wrap .topics_wrap .text_box .p1 .span1 {
    font-size: 2.399999994vw;
  }
  .attempt2 .survey_wrap .topics_wrap .topics_box {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .attempt2 .survey_wrap .topics_wrap .topics_box .flex {
    display: block;
  }
  .attempt2 .survey_wrap .topics_wrap .topics_box .d00 {
    width: 100%;
  }
  .attempt2 .survey_wrap .topics_wrap .topics_box .d00 .p1 {
    font-size: 3.199999992vw;
    margin: 0 auto 10px;
  }
  .attempt2 .survey_wrap .topics_wrap .topics_box .d00 .inner {
    height: 140px;
    padding: 2.66666666vw;
    margin: 0 0 5.33333332vw;
  }
  .attempt2 .survey_wrap .topics_wrap .topics_box .d00 .inner .p1 {
    font-size: 2.66666666vw;
  }
  .attempt2 .survey_wrap .topics_wrap .topics_box .d00 .inner .p1 .span1 {
    font-size: 10.66666664vw;
  }
  .attempt2 .survey_wrap .topics_wrap .topics_box .d00 .inner .p1 .span2 {
    font-size: 9.33333331vw;
  }
  .attempt2 .survey_wrap .topics_wrap .topics_box .d04 .inner, .attempt2 .survey_wrap .topics_wrap .topics_box .d05 .inner {
    height: 140px;
  }
  .attempt2 .survey_wrap .topics_wrap .topics_box .d04 .inner {
    padding: 6.66666665vw 11.99999997vw;
  }
}
.attempt2 .survey_wrap .faq_wrap {
  width: 100%;
  margin: 100px auto 0;
}
.attempt2 .survey_wrap .faq_wrap .faq_box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 50px;
  cursor: pointer;
}
.attempt2 .survey_wrap .faq_wrap .faq_box.js-show .question .arrow {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
.attempt2 .survey_wrap .faq_wrap .faq_box.js-show .answer {
  display: block;
  opacity: 1;
  height: auto;
  visibility: visible;
  margin: 0 auto 100px;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .question {
  width: 100%;
  margin: 0 auto 50px;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  position: relative;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .question .q_txt {
  left: 0;
  top: -20%;
  position: absolute;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .question .q_txt p {
  color: #800000;
  font-size: 72px;
  letter-spacing: 0;
  line-height: 1em;
  font-family: "a1_serif", serif;
  background: #fff;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .question .text {
  padding: 30px 0;
  font-family: "a1_serif", serif;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .question .text p {
  color: #1a1a1a;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .question .text .p1 {
  font-size: 19px;
  font-weight: bold;
  text-align: left;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .question .arrow {
  width: 35px;
  height: 35px;
  position: absolute;
  background: #800000;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  -webkit-transition: 1s;
  transition: 1s;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .question .arrow:before {
  position: relative;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .question .arrow span {
  width: 1px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.attempt2 .survey_wrap .faq_wrap .faq_box .question .arrow span:nth-of-type(2) {
  height: 5px;
  top: 37%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.attempt2 .survey_wrap .faq_wrap .faq_box .answer {
  display: none;
  opacity: 0;
  height: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 0 auto;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area {
  margin: 30px auto;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area p {
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .p1 {
  color: #333;
  text-align: left;
  font-size: 15px;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .img {
  margin: 20px auto;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .w_30 {
  width: 30%;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .w_35 {
  width: 35%;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .w_40 {
  width: 40%;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .w_45 {
  width: 45%;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .w_50 {
  width: 50%;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .w_55 {
  width: 55%;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .w_60 {
  width: 60%;
}
.attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .w_65 {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .attempt2 .survey_wrap {
    /*@media screen end*/
  }
  .attempt2 .survey_wrap .faq_wrap {
    margin: 13.3333333vw auto 0;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box {
    width: 90%;
    margin: 0 auto 6.66666665vw;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box.js-show .answer {
    margin: 0 auto 13.3333333vw;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .question {
    width: 100%;
    margin: 0 auto 6.66666665vw;
    padding: 0 13.3333333vw;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .question .q_txt {
    left: 0;
    top: -20%;
    position: absolute;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .question .q_txt p {
    font-size: 13.3333333vw;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .question .text {
    padding: 6.66666665vw 0;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .question .text .p1 {
    font-size: 3.199999992vw;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .question .arrow {
    width: 35px;
    height: 35px;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .answer {
    opacity: 0;
    height: 0;
    -webkit-transition: 1s;
    transition: 1s;
    margin: 0 auto;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area {
    margin: 3.99999999vw auto;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area.flex {
    display: block;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .p1 {
    font-size: 2.66666666vw;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .w_30 {
    width: 100%;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .w_35 {
    width: 100%;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .w_40 {
    width: 100%;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .w_45 {
    width: 100%;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .w_50 {
    width: 100%;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .w_55 {
    width: 100%;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .w_60 {
    width: 100%;
  }
  .attempt2 .survey_wrap .faq_wrap .faq_box .answer .text_area .w_65 {
    width: 100%;
  }
}
.attempt2 .survey_wrap .question_old_wrap {
  margin: 100px auto 0;
}
.attempt2 .survey_wrap .question_old_wrap .question_old {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 20px;
  background: #800000;
  border: 1px solid #800000;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.attempt2 .survey_wrap .question_old_wrap .question_old:hover {
  background: #fff;
}
.attempt2 .survey_wrap .question_old_wrap .question_old:hover p {
  color: #800000;
}
.attempt2 .survey_wrap .question_old_wrap .question_old:hover .arrow {
  background: #fff;
}
.attempt2 .survey_wrap .question_old_wrap .question_old:hover .arrow span {
  background: #800000;
}
.attempt2 .survey_wrap .question_old_wrap .question_old p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.15em;
  padding: 15px 0;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.attempt2 .survey_wrap .question_old_wrap .question_old .arrow {
  width: 35px;
  height: 35px;
  position: absolute;
  background: #800000;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.attempt2 .survey_wrap .question_old_wrap .question_old .arrow:before {
  position: relative;
}
.attempt2 .survey_wrap .question_old_wrap .question_old .arrow span {
  width: 15px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.attempt2 .survey_wrap .question_old_wrap .question_old .arrow span:nth-of-type(2) {
  width: 5px;
  top: 45%;
  left: auto;
  right: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.attempt2 .survey_wrap .question_old_wrap .question_old .img {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .attempt2 .survey_wrap {
    /*@media screen end*/
  }
  .attempt2 .survey_wrap .question_old_wrap {
    margin: 13.3333333vw auto 0;
  }
  .attempt2 .survey_wrap .question_old_wrap .question_old {
    width: 90%;
    max-width: 640px;
    margin: 0 auto 10px;
  }
  .attempt2 .survey_wrap .question_old_wrap .question_old p {
    font-size: 3.199999992vw;
    padding: 15px 0;
  }
  .attempt2 .survey_wrap .question_old_wrap .question_old .img {
    width: 15px;
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .attempt2 .survey_wrap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .attempt2 .survey_wrap {
    /*@media screen end*/
  }
}

.company.group .common_main_wrap .imgbox {
  background-image: url(../img/company/group/group_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .company.group {
    /*@media screen end*/
  }
}
.company.group .group_wrap {
  margin: 100px auto;
}
.company.group .group_wrap .group {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.company.group .group_wrap .group .group_list {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .company.group {
    /*@media screen end*/
  }
  .company.group .group_wrap {
    margin: 13.3333333vw auto;
  }
  .company.group .group_wrap .group {
    width: 90%;
    max-width: 600px;
    display: block;
  }
  .company.group .group_wrap .group .group_list {
    width: 50%;
    margin: 0 auto 6.66666665vw;
  }
}
@media screen and (max-width: 768px) {
  .company.group {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .company.group {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .company.group {
    /*@media screen end*/
  }
}

.news .common_main_wrap .imgbox {
  background-image: url(../img/company/news/news_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .news {
    /*@media screen end*/
  }
}
.news .news_wrap .select_body_txt {
  color: #333;
  font-size: 20px;
  text-align: center;
}
.news .news_wrap .news {
  width: 100%;
  max-width: 1100px;
  margin: 100px auto 0;
  border-top: 1px solid #666666;
}
.news .news_wrap .news .news_box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #666666;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news .news_wrap .news .news_box:hover {
  opacity: 0.5;
}
.news .news_wrap .news .news_box:hover .btn {
  background: #fff;
}
.news .news_wrap .news .news_box:hover .btn span {
  background: #800000;
}
.news .news_wrap .news .news_box a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
.news .news_wrap .news .news_box .date {
  color: #800000;
  font-size: 16px;
  text-align: left;
  position: relative;
  margin: 0 20px;
}
.news .news_wrap .news .news_box .date:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  top: 50%;
  left: -17px;
  position: absolute;
  background: #800000;
}
.news .news_wrap .news .news_box .text_area {
  width: 75%;
  margin: 0 20px;
}
.news .news_wrap .news .news_box .text_area .ctgry {
  color: #333;
  font-size: 20px;
  padding: 0 0 10px;
  text-align: left;
}
.news .news_wrap .news .news_box .text_area .p1 {
  color: #595757;
  font-size: 16px;
  text-align: left;
}
.news .news_wrap .news .news_box .btn {
  width: 30px;
  height: 30px;
  top: 50%;
  right: 30px;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news_wrap .news .news_box .btn:before {
  position: relative;
}
.news .news_wrap .news .news_box .btn span {
  height: 1px;
  position: absolute;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news_wrap .news .news_box .btn span:nth-of-type(1) {
  width: 15px;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news .news_wrap .news .news_box .btn span:nth-of-type(2) {
  width: 10px;
  right: 6px;
  top: 40%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .news {
    /*@media screen end*/
  }
  .news .news_wrap .common_tab_area {
    margin: 6.66666665vw auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .news .news_wrap .common_tab_area .common_tab {
    width: 47.5%;
    margin: 0 0 10px;
  }
  .news .news_wrap .common_tab_area .common_tab p {
    font-size: 3.199999992vw;
  }
  .news .news_wrap .select_body_txt {
    margin: 13.3333333vw auto 0;
    font-size: 4.266666656vw;
  }
  .news .news_wrap .news {
    margin: 13.3333333vw auto 0;
  }
  .news .news_wrap .news .news_box {
    width: 90%;
    padding: 6.66666665vw 10px;
    display: block;
  }
  .news .news_wrap .news .news_box .date {
    color: #800000;
    font-size: 3.466666658vw;
    margin: 0 auto 10px;
  }
  .news .news_wrap .news .news_box .text_area {
    width: 90%;
  }
  .news .news_wrap .news .news_box .text_area .ctgry {
    font-size: 4.266666656vw;
  }
  .news .news_wrap .news .news_box .text_area .p1 {
    font-size: 3.199999992vw;
  }
  .news .news_wrap .news .news_box .btn {
    width: 20px;
    height: 20px;
    top: 50%;
    right: 0;
  }
  .news .news_wrap .news .news_box .btn span:nth-of-type(1) {
    width: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .news .news_wrap .news .news_box .btn span:nth-of-type(2) {
    width: 5px;
    right: 4px;
    top: 40%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.news .common_pagi_nation_wrap {
  width: 100%;
  margin: 100px auto;
}
.news .common_pagi_nation_wrap .common_pagi_nation {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .common_pagi_nation_wrap .common_pagi_nation .pagi_nation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .common_pagi_nation_wrap .common_pagi_nation .pagi_nation div {
  color: #3e3a39;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  margin: 0 10px;
  position: relative;
}
.news .common_pagi_nation_wrap .common_pagi_nation .pagi_nation div.js-active {
  color: #fff;
  background: #800000;
}
.news .common_pagi_nation_wrap .common_pagi_nation .pagi_nation div a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
.news .common_pagi_nation_wrap .common_pagi_nation .pagi_nation_arrow {
  width: 30px;
  height: 30px;
  margin: 0 0 0 30px;
  border-radius: 50%;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.news .common_pagi_nation_wrap .common_pagi_nation .pagi_nation_arrow a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
.news .common_pagi_nation_wrap .common_pagi_nation .pagi_nation_arrow span {
  height: 1px;
  position: absolute;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .common_pagi_nation_wrap .common_pagi_nation .pagi_nation_arrow span:nth-of-type(1) {
  width: 15px;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news .common_pagi_nation_wrap .common_pagi_nation .pagi_nation_arrow span:nth-of-type(2) {
  width: 10px;
  right: 6px;
  top: 40%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .news {
    /*@media screen end*/
  }
  .news .common_pagi_nation_wrap {
    width: 100%;
    margin: 13.3333333vw auto;
  }
  .news .common_pagi_nation_wrap .common_pagi_nation .pagi_nation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .news .common_pagi_nation_wrap .common_pagi_nation .pagi_nation div {
    font-size: 10px;
    padding: 5px;
    margin: 0 10px;
  }
  .news .common_pagi_nation_wrap .common_pagi_nation .pagi_nation_arrow {
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
  }
  .news .common_pagi_nation_wrap .common_pagi_nation .pagi_nation_arrow span:nth-of-type(1) {
    width: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .news .common_pagi_nation_wrap .common_pagi_nation .pagi_nation_arrow span:nth-of-type(2) {
    width: 5px;
    right: 4px;
    top: 40%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .news {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .news {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .news {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .news {
    /*@media screen end*/
  }
}

.recruit.index .common_main_wrap .imgbox {
  background-image: url(../img/recruit/recruit_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .recruit.index {
    /*@media screen end*/
  }
}
.recruit.index .recruit_lead_box {
  margin: 50px auto 0;
}
.recruit.index .recruit_lead_box .recruit_lead {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.recruit.index .recruit_lead_box .recruit_lead p {
  text-align: center;
}
.recruit.index .recruit_lead_box .recruit_lead .p1 {
  color: #800000;
  font-size: 28px;
  padding: 0 0 30px;
}
.recruit.index .recruit_lead_box .recruit_lead .p2 {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .recruit.index {
    /*@media screen end*/
  }
  .recruit.index .recruit_lead_box {
    margin: 6.66666665vw auto 0;
  }
  .recruit.index .recruit_lead_box .recruit_lead .p1 {
    font-size: 4.533333322vw;
    padding: 0 0 10px;
  }
  .recruit.index .recruit_lead_box .recruit_lead .p2 {
    font-size: 3.199999992vw;
  }
}
.recruit.index .recruit_wrap {
  margin: 100px auto 0;
}
.recruit.index .recruit_wrap .recruit {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit.index .recruit_wrap .recruit .link_btn {
  width: 230px;
  position: relative;
  margin: 0 0 100px;
}
.recruit.index .recruit_wrap .recruit .link_btn:hover .img_area {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.recruit.index .recruit_wrap .recruit .link_btn:hover .text_area .btn {
  background: #fff;
}
.recruit.index .recruit_wrap .recruit .link_btn:hover .text_area .btn p {
  color: #800000;
}
.recruit.index .recruit_wrap .recruit .link_btn .img_area {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.recruit.index .recruit_wrap .recruit .link_btn .text_area .p1 {
  color: #800000;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
}
.recruit.index .recruit_wrap .recruit .link_btn .text_area .btn {
  width: 100%;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.recruit.index .recruit_wrap .recruit .link_btn .text_area .btn p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .recruit.index {
    /*@media screen end*/
  }
  .recruit.index .recruit_wrap {
    margin: 19.99999995vw auto 0;
  }
  .recruit.index .recruit_wrap .recruit {
    width: 90%;
  }
  .recruit.index .recruit_wrap .recruit .link_btn {
    width: 70%;
    margin: 0 0 13.3333333vw;
  }
  .recruit.index .recruit_wrap .recruit .link_btn .text_area .p1 {
    font-size: 3.199999992vw;
    padding: 10px 0;
  }
  .recruit.index .recruit_wrap .recruit .link_btn .text_area .btn p {
    font-size: 2.66666666vw;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit.index {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .recruit.index {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .recruit.index {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .recruit.index {
    /*@media screen end*/
  }
}

.recruit.recruit_info .common_main_wrap .imgbox {
  background-image: url(../img/recruit/top/recruit_main_01.jpg);
}
.recruit.recruit_info .common_text_wrap .common_text_border {
  max-width: 260px;
  margin: 0 auto;
  padding: 10px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .recruit.recruit_info {
    /*@media screen end*/
  }
}
.recruit.recruit_info .recruit_wrap {
  width: 100%;
}
.recruit.recruit_info .recruit_wrap .recruit {
  width: 90%;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit.recruit_info .recruit_wrap .recruit .list {
  width: 45%;
  margin: 0 0 30px;
  position: relative;
}
.recruit.recruit_info .recruit_wrap .recruit .list:hover .img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.recruit.recruit_info .recruit_wrap .recruit .list .img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.recruit.recruit_info .recruit_wrap .recruit .list .text_area {
  padding: 20px 0 0;
}
.recruit.recruit_info .recruit_wrap .recruit .list .text_area p {
  color: #800000;
  font-size: 15px;
  text-align: center;
  font-family: "a1_serif", serif;
  font-weight: bold;
}
.recruit.recruit_info .recruit_wrap .recruit .list .text_area img {
  width: 20px;
  margin-left: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .recruit.recruit_info {
    /*@media screen end*/
  }
  .recruit.recruit_info .recruit_wrap .recruit {
    margin: 0 auto 13.3333333vw;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .recruit.recruit_info .recruit_wrap .recruit .list {
    width: 45%;
    margin: 0 0 3.99999999vw;
  }
  .recruit.recruit_info .recruit_wrap .recruit .list .text_area {
    padding: 2.66666666vw 0 0;
  }
  .recruit.recruit_info .recruit_wrap .recruit .list .text_area p {
    font-size: 3.199999992vw;
  }
  .recruit.recruit_info .recruit_wrap .recruit .list .text_area img {
    width: 10px;
    margin-left: 10px;
  }
}
.recruit.recruit_info .recruit_brand_wrap .recruit_brand {
  width: 90%;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit.recruit_info .recruit_brand_wrap .recruit_brand .list {
  width: 32.3333333333%;
  padding: 50px 0;
  position: relative;
  border: 1px solid #333;
  text-align: center;
}
.recruit.recruit_info .recruit_brand_wrap .recruit_brand .list:hover .btn {
  background: #fff;
}
.recruit.recruit_info .recruit_brand_wrap .recruit_brand .list:hover .btn p {
  color: #800000;
}
.recruit.recruit_info .recruit_brand_wrap .recruit_brand .list .img {
  height: 46px;
  margin: 0 auto 20px;
}
.recruit.recruit_info .recruit_brand_wrap .recruit_brand .list .img img {
  width: auto;
  height: 100%;
}
.recruit.recruit_info .recruit_brand_wrap .recruit_brand .list .btn {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.recruit.recruit_info .recruit_brand_wrap .recruit_brand .list .btn p {
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.recruit.recruit_info .recruit_brand_wrap .recruit_brand .list .btn p img {
  width: 10px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .recruit.recruit_info {
    /*@media screen end*/
  }
  .recruit.recruit_info .recruit_brand_wrap .recruit_brand {
    margin: 0 auto 13.3333333vw;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .recruit.recruit_info .recruit_brand_wrap .recruit_brand .list {
    width: 47.5%;
    padding: 6.66666665vw 0;
    margin: 0 0 3.99999999vw;
  }
  .recruit.recruit_info .recruit_brand_wrap .recruit_brand .list .img {
    height: 35px;
    margin: 0 auto 2.66666666vw;
  }
  .recruit.recruit_info .recruit_brand_wrap .recruit_brand .list .btn {
    max-width: 150px;
  }
  .recruit.recruit_info .recruit_brand_wrap .recruit_brand .list .btn p {
    font-size: 2.66666666vw;
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit.recruit_info {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .recruit.recruit_info {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .recruit.recruit_info {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .recruit.recruit_info {
    /*@media screen end*/
  }
}

.worker {
  background: #f9f9f9;
}
.worker .common_main_wrap .imgbox {
  background-image: url(../img/recruit/worker/worker_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .worker {
    /*@media screen end*/
  }
}
.worker .worker_list_wrap {
  margin: 0 auto 100px;
}
.worker .worker_list_wrap .worker_list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.worker .worker_list_wrap .worker_list .list {
  width: 47.5%;
  margin: 0 0 40px;
  position: relative;
}
.worker .worker_list_wrap .worker_list .list .img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.worker .worker_list_wrap .worker_list .list .text {
  padding: 30px 0;
}
.worker .worker_list_wrap .worker_list .list .text p {
  text-align: left;
  letter-spacing: 0em;
  line-height: 1.5em;
}
.worker .worker_list_wrap .worker_list .list .text .p1 {
  color: #800000;
  font-size: 19px;
}
.worker .worker_list_wrap .worker_list .list .text .p2 {
  font-size: 15px;
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .worker {
    /*@media screen end*/
  }
  .worker .worker_list_wrap {
    margin: 0 auto 13.3333333vw;
  }
  .worker .worker_list_wrap .worker_list {
    width: 90%;
    margin: 0 auto;
  }
  .worker .worker_list_wrap .worker_list .list {
    width: 100%;
    margin: 0 0 10.66666664vw;
  }
  .worker .worker_list_wrap .worker_list .list .text {
    padding: 3.99999999vw 0;
  }
  .worker .worker_list_wrap .worker_list .list .text .p1 {
    font-size: 3.199999992vw;
  }
  .worker .worker_list_wrap .worker_list .list .text .p2 {
    font-size: 2.66666666vw;
    padding: 10px 0 0;
  }
}
.worker .worker_body .sec_main_v {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.worker .worker_body .sec_main_v .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.worker .worker_body .sec_main_v .flex_area .img_area_01 {
  width: 35%;
}
.worker .worker_body .sec_main_v .flex_area .img_area_02 {
  width: 50%;
}
.worker .worker_body .sec_main_v .lead_box {
  text-align: center;
  margin: 100px auto;
}
.worker .worker_body .sec_main_v .lead_box p {
  letter-spacing: 0.15em;
  line-height: 1.5em;
  text-align: center;
  margin: 0 0 30px;
}
.worker .worker_body .sec_main_v .lead_box .vol {
  color: #fff;
  font-size: 14px;
  background: #800000;
  padding: 5px 10px;
  display: inline-block;
}
.worker .worker_body .sec_main_v .lead_box .lead {
  font-size: 25px;
  color: #800000;
}
.worker .worker_body .sec_main_v .lead_box .text {
  color: #666;
  font-size: 15px;
}
.worker .worker_body .sec {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px 0;
}
.worker .worker_body .sec .inner {
  width: 80%;
  margin: 0 auto;
}
.worker .worker_body .sec .inner .date_box {
  margin: 0 auto 150px;
}
.worker .worker_body .sec .inner .date_box p {
  color: #666;
  text-align: left;
  line-height: 2em;
}
.worker .worker_body .sec .inner .date_box .data {
  font-size: 15px;
}
.worker .worker_body .sec .inner .date_box .text {
  font-size: 15px;
  padding: 20px 0 0;
}
.worker .worker_body .sec .inner .text_area {
  margin: 0 auto 100px;
}
.worker .worker_body .sec .inner .text_area p {
  color: #666;
  text-align: left;
  line-height: 2em;
}
.worker .worker_body .sec .inner .text_area .lead {
  font-size: 25px;
  line-height: 1.5em;
  margin: 0 0 50px;
}
.worker .worker_body .sec .inner .text_area .text {
  font-size: 15px;
}
.worker .worker_body .sec .inner .img_area {
  margin: 0 auto 100px;
}
.worker .worker_body .sec .inner .img_area img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .worker {
    /*@media screen end*/
  }
  .worker .worker_body .sec_main_v .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .worker .worker_body .sec_main_v .flex_area .img_area_01 {
    width: 45%;
    margin: -13.3333333vw auto;
    margin-right: 0;
    position: relative;
    z-index: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .worker .worker_body .sec_main_v .flex_area .img_area_02 {
    width: 70%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .worker .worker_body .sec_main_v .lead_box {
    margin: 19.99999995vw auto;
  }
  .worker .worker_body .sec_main_v .lead_box .vol {
    font-size: 2.66666666vw;
    padding: 5px 10px;
  }
  .worker .worker_body .sec_main_v .lead_box p {
    margin: 0 auto 3.99999999vw;
  }
  .worker .worker_body .sec_main_v .lead_box .lead {
    font-size: 3.99999999vw;
  }
  .worker .worker_body .sec_main_v .lead_box .text {
    font-size: 2.66666666vw;
  }
  .worker .worker_body .sec {
    width: 90%;
    padding: 9.33333331vw 0;
  }
  .worker .worker_body .sec .inner {
    width: 90%;
  }
  .worker .worker_body .sec .inner .date_box {
    margin: 0 auto 19.99999995vw;
  }
  .worker .worker_body .sec .inner .date_box .data {
    font-size: 3.199999992vw;
  }
  .worker .worker_body .sec .inner .date_box .text {
    font-size: 3.199999992vw;
    padding: 10px 0 0;
  }
  .worker .worker_body .sec .inner .text_area {
    margin: 0 auto 13.3333333vw;
  }
  .worker .worker_body .sec .inner .text_area .lead {
    font-size: 4.266666656vw;
    margin: 0 0 6.66666665vw;
  }
  .worker .worker_body .sec .inner .text_area .text {
    font-size: 3.199999992vw;
  }
  .worker .worker_body .sec .inner .img_area {
    margin: 0 auto 13.3333333vw;
  }
}
.worker .list_box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 0px;
}
.worker .list_box .article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.worker .list_box .article_list .calc_w2 {
  width: 47.5%;
}
.worker .list_box .article_list .calc_w3 {
  width: 31.6666666667%;
}
.worker .list_box .article_list .calc_w4 {
  width: 23.75%;
}
.worker .list_box .article_list .list {
  margin: 0 auto;
}
.worker .list_box .article_list .list .lead_box {
  width: 90%;
  height: 75px;
  margin: 0 auto;
  overflow: hidden;
}
.worker .list_box .article_list .list .lead_box p {
  color: #4d4d4d;
  font-size: 16px;
  padding: 0;
  text-align: left;
}
.worker .list_box .article_list .list .text {
  padding: 10px 0;
}
.worker .list_box .article_list .list .text .date {
  font-size: 14px;
}
.worker .list_box .article_list .list .text .lead {
  font-size: 20px;
}
.worker .list_box .article_list .list .text .text {
  font-size: 16px;
  height: auto;
  overflow: hidden;
}
.worker .list_box .article_list .v_list {
  background: #fff;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.worker .list_box .article_list .v_list:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.worker .list_box .article_list .v_list .img {
  width: 90%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .worker {
    /*@media screen end*/
  }
  .worker .list_box {
    width: 70%;
  }
  .worker .list_box .article_list .list {
    width: 95%;
  }
  .worker .list_box .article_list .list .lead_box p {
    font-size: 2.133333328vw;
  }
  .worker .list_box .article_list .list .text .date {
    font-size: 2.66666666vw;
  }
  .worker .list_box .article_list .list .text .text {
    height: auto;
    font-size: 2.933333326vw;
  }
}
@media screen and (max-width: 768px) {
  .worker {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .worker {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .worker {
    /*@media screen end*/
  }
}

.caption {
  font-size: 12px;
  color: #666;
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .caption {
    font-size: 10px;
    margin: 3px 0;
    /*@media screen end*/
  }
}
.caption--r {
  text-align: right;
}

.improvement .common_main_wrap .common_main {
  height: 300px;
}
.improvement .common_main_wrap .imgbox {
  background-position: 50% 28%;
  background-image: url(../img/recruit/improvement/improvement_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .improvement {
    /*@media screen end*/
  }
  .improvement .common_main_wrap .common_main {
    height: 120px;
  }
}
.improvement .improvement_wrap {
  margin: 0 auto;
}
.improvement .improvement_wrap .improvement {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.improvement .improvement_wrap .improvement .improvement_box {
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #800000;
  margin: 0 auto 50px;
}
.improvement .improvement_wrap .improvement .improvement_box .lead_box {
  position: relative;
  padding: 0 0 20px;
  margin: 0 auto 20px;
}
.improvement .improvement_wrap .improvement .improvement_box .lead_box:before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #a3a3a3;
  left: 50%;
  bottom: 0;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.improvement .improvement_wrap .improvement .improvement_box .lead_box .lead {
  color: #800000;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
.improvement .improvement_wrap .improvement .improvement_box .inner {
  width: 90%;
  margin: 0 auto;
}
.improvement .improvement_wrap .improvement .improvement_box .inner .text_area {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.improvement .improvement_wrap .improvement .improvement_box .inner .text_area p {
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.improvement .improvement_wrap .improvement .improvement_box .inner .text_area .p1 {
  font-size: 15px;
}
.improvement .improvement_wrap .improvement .improvement_box .inner .text_area .p2 {
  color: #800000;
  padding: 30px 0 10px;
}
.improvement .improvement_wrap .improvement .improvement_box .inner .note {
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
}
.improvement .improvement_wrap .improvement .improvement_box .inner .btn {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #800000;
  border: 2px solid #800000;
}
.improvement .improvement_wrap .improvement .improvement_box .inner .btn .p1 {
  width: 20%;
  color: #800000;
  text-align: center;
  background: #fff;
  padding: 15px 0;
}
.improvement .improvement_wrap .improvement .improvement_box .inner .btn .p2 {
  width: 75%;
  color: #fff;
  text-align: center;
}
.improvement .improvement_wrap .improvement .improvement_box .inner .btn .arrow {
  width: 20px;
  height: 50px;
  position: relative;
}
.improvement .improvement_wrap .improvement .improvement_box .inner .btn .arrow span {
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
}
.improvement .improvement_wrap .improvement .improvement_box .inner .btn .arrow span:nth-of-type(1) {
  top: 38%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.improvement .improvement_wrap .improvement .improvement_box .inner .btn .arrow span:nth-of-type(2) {
  bottom: 38%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .improvement {
    /*@media screen end*/
  }
  .improvement .improvement_wrap .improvement .improvement_box {
    padding: 3.99999999vw 0;
    margin: 0 auto 6.66666665vw;
  }
  .improvement .improvement_wrap .improvement .improvement_box .lead_box {
    padding: 0 0 2.66666666vw;
    margin: 0 auto 2.66666666vw;
  }
  .improvement .improvement_wrap .improvement .improvement_box .lead_box:before {
    width: 50px;
  }
  .improvement .improvement_wrap .improvement .improvement_box .lead_box .lead {
    font-size: 3.733333324vw;
  }
  .improvement .improvement_wrap .improvement .improvement_box .inner {
    width: 90%;
  }
  .improvement .improvement_wrap .improvement .improvement_box .inner .text_area {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  .improvement .improvement_wrap .improvement .improvement_box .inner .text_area .p1 {
    font-size: 2.66666666vw;
  }
  .improvement .improvement_wrap .improvement .improvement_box .inner .text_area .p2 {
    font-size: 3.199999992vw;
    padding: 3.99999999vw 0 1.33333333vw;
  }
  .improvement .improvement_wrap .improvement .improvement_box .inner .note {
    font-size: 2.66666666vw;
  }
  .improvement .improvement_wrap .improvement .improvement_box .inner .btn {
    margin: 6.66666665vw auto 0;
  }
  .improvement .improvement_wrap .improvement .improvement_box .inner .btn .p1 {
    width: 20%;
    padding: 10px 0;
  }
  .improvement .improvement_wrap .improvement .improvement_box .inner .btn .p2 {
    width: 75%;
    font-size: 2.66666666vw;
  }
  .improvement .improvement_wrap .improvement .improvement_box .inner .btn .arrow {
    width: 20px;
    height: 40px;
  }
  .improvement .improvement_wrap .improvement .improvement_box .inner .btn .arrow span {
    width: 15px;
  }
}
@media screen and (max-width: 768px) {
  .improvement {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .improvement {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .improvement {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .improvement {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .improvement {
    /*@media screen end*/
  }
}

.gHtop {
  font-family: "a1_serif", serif;
}
.gHtop .top_main {
  width: 100%;
  margin: 0 auto;
}
.gHtop .top_main .gh_name {
  width: 95%;
  margin: 50px auto;
}
.gHtop .top_main .gh_name .logo_img {
  width: auto;
  max-width: 100%;
  height: 50px;
}
.gHtop .top_main .gh_name p {
  font-size: clamp(0px, 6.133333318vw, 32px);
}
.gHtop .top_main .gh_name .label {
  color: #fff;
  border-radius: 15px;
  text-align: center;
  background: #727171;
  font-size: clamp(0px, 3.199999992vw, 16px);
  vertical-align: middle;
  padding: 5px 20px;
  margin: 0 0 0 20px;
}
.gHtop .top_main .img_area {
  width: 100%;
  height: 30vw;
  overflow: hidden;
  position: relative;
}
.gHtop .top_main .img_area img {
  width: auto;
  min-width: 100%;
  height: 100%;
  min-height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .gHtop {
    /*@media screen end*/
  }
  .gHtop .top_main {
    margin: 10px auto 0;
  }
  .gHtop .top_main .gh_name {
    margin: 25px auto;
  }
  .gHtop .top_main .gh_name .logo_img {
    height: 35px;
  }
  .gHtop .top_main .gh_name .label {
    padding: 5px 10px;
    margin: 0;
  }
  .gHtop .top_main .img_area {
    height: 50vw;
  }
  .gHtop .top_main .img_area img {
    height: 100%;
    min-height: auto;
  }
}
.gHtop nav {
  width: 95%;
  max-width: 1000px;
  margin: -20px auto;
  position: relative;
  z-index: 5;
}
.gHtop nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gHtop nav ul li {
  width: 16.6666666667%;
  height: 60px;
  border: 1px solid #530b06;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}
.gHtop nav ul li:hover, .gHtop nav ul li.active {
  background: #530b06;
}
.gHtop nav ul li:hover p, .gHtop nav ul li.active p {
  color: #fff;
}
.gHtop nav ul li p {
  color: #530b06;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: clamp(0px, 3.199999992vw, 16px);
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .gHtop {
    /*@media screen end*/
  }
  .gHtop nav {
    margin: -10px auto;
  }
  .gHtop nav ul li {
    width: 33.3333333333%;
    height: 40px;
  }
}
.gHtop .sec {
  margin: 100px auto 0;
}
.gHtop .sec .content {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
.gHtop .sec .content .text_area {
  margin: 0 auto 50px;
}
.gHtop .sec .content .text_area p {
  text-align: center;
  line-height: 1.5em;
}
.gHtop .sec .content .text_area .text {
  font-size: clamp(0px, 3.199999992vw, 16px);
}
.gHtop .sec .content .bnr_area {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.gHtop .sec .content .bnr_area .bnr {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.gHtop .sec .content .info_box {
  width: 100%;
  margin: 50px auto;
}
.gHtop .sec .content .info_box .info_ttl {
  margin: 0 auto 30px;
}
.gHtop .sec .content .info_box .info_ttl p {
  color: #530b06;
  text-align: center;
}
.gHtop .sec .content .info_box .info_ttl .p1 {
  font-weight: bold;
  font-size: clamp(0px, 5.599999986vw, 24px);
}
.gHtop .sec .content .info_box .info_ttl .p2 {
  font-size: clamp(0px, 3.199999992vw, 14px);
  font-style: italic;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.gHtop .sec .content .info_box .info_text {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #fff;
  padding: 30px 0;
}
.gHtop .sec .content .info_box .info_text .info {
  width: 90%;
  margin: 15px auto;
  padding: 20px 0;
  border: 1px solid #000;
}
.gHtop .sec .content .info_box .info_text .info p {
  text-align: center;
  font-size: clamp(0px, 2.66666666vw, 14px);
}
@media screen and (max-width: 768px) {
  .gHtop {
    /*@media screen end*/
  }
  .gHtop .sec {
    margin: 50px auto 0;
  }
  .gHtop .sec .content .text_area {
    margin: 0 auto 20px;
  }
  .gHtop .sec .content .info_box {
    width: 100%;
    margin: 50px auto;
  }
  .gHtop .sec .content .info_box .info_ttl {
    margin: 0 auto 20px;
  }
  .gHtop .sec .content .info_box .info_text {
    width: 100%;
    padding: 10px 0;
  }
  .gHtop .sec .content .info_box .info_text .info {
    width: 90%;
    margin: 10px auto;
    padding: 10px 0;
  }
}

.guestblog_top .common_main_wrap .imgbox {
  background-image: url(../img/guestblog/guestblog_top_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .guestblog_top {
    /*@media screen end*/
  }
}
.guestblog_top .guestblog_tab_body {
  width: 100%;
  margin: 100px auto 0;
}
.guestblog_top .guestblog_tab_body .blog_ctgry {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 100px;
}
.guestblog_top .guestblog_tab_body .blog_ctgry .text_area {
  color: #666666;
  text-align: center;
  margin: 0 auto 50px;
}
.guestblog_top .guestblog_tab_body .blog_ctgry .text_area .ttl {
  display: inline-block;
  font-size: 24px;
  padding: 10px 100px;
  margin: 0 auto 30px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.guestblog_top .guestblog_tab_body .blog_ctgry .text_area .text {
  font-size: 16px;
  text-align: center;
}
.guestblog_top .guestblog_tab_body .blog_ctgry .blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.guestblog_top .guestblog_tab_body .blog_ctgry .blog_list .list {
  width: 320px;
  margin: 0 0 50px;
  position: relative;
}
.guestblog_top .guestblog_tab_body .blog_ctgry .blog_list .list:hover .img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.guestblog_top .guestblog_tab_body .blog_ctgry .blog_list .list .img {
  height: 180px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  margin: 0 auto 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.guestblog_top .guestblog_tab_body .blog_ctgry .blog_list .list .img img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.guestblog_top .guestblog_tab_body .blog_ctgry .blog_list .text {
  margin: 20px auto 0;
}
.guestblog_top .guestblog_tab_body .blog_ctgry .blog_list .text p {
  color: #333333;
  text-align: left;
}
.guestblog_top .guestblog_tab_body .blog_ctgry .blog_list .text .date {
  display: inline-block;
  font-size: 14px;
  text-align: left;
  padding: 5px 10px;
  border: 1px solid #cccdcd;
  margin: 0 0 10px;
}
.guestblog_top .guestblog_tab_body .blog_ctgry .blog_list .text .p1 {
  font-size: 12px;
}
.guestblog_top .guestblog_tab_body .blog_ctgry .blog_list .text .p2 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .guestblog_top {
    /*@media screen end*/
  }
  .guestblog_top .guestblog_tab_body {
    margin: 13.3333333vw auto 0;
  }
  .guestblog_top .guestblog_tab_body .blog_ctgry {
    margin: 0 auto 13.3333333vw;
  }
  .guestblog_top .guestblog_tab_body .blog_ctgry .text_area {
    margin: 0 auto 6.66666665vw;
  }
  .guestblog_top .guestblog_tab_body .blog_ctgry .text_area .ttl {
    font-size: 4.266666656vw;
    padding: 10px 13.3333333vw;
    margin: 0 auto 3.99999999vw;
  }
  .guestblog_top .guestblog_tab_body .blog_ctgry .text_area .text {
    font-size: 3.199999992vw;
  }
  .guestblog_top .guestblog_tab_body .blog_ctgry .blog_list .list {
    width: 93.3333331vw;
    margin: 0 0 13.3333333vw;
  }
  .guestblog_top .guestblog_tab_body .blog_ctgry .blog_list .list .img {
    height: 180px;
    margin: 0 auto 10px;
  }
  .guestblog_top .guestblog_tab_body .blog_ctgry .blog_list .text {
    margin: 10px auto 0;
  }
  .guestblog_top .guestblog_tab_body .blog_ctgry .blog_list .text .date {
    font-size: 3.466666658vw;
    padding: 5px 10px;
  }
  .guestblog_top .guestblog_tab_body .blog_ctgry .blog_list .text .p1 {
    font-size: 3.466666658vw;
  }
  .guestblog_top .guestblog_tab_body .blog_ctgry .blog_list .text .p2 {
    font-size: 3.99999999vw;
  }
}
.guestblog_top .guest_house_list_wrap {
  background: #f0f1f1;
  padding: 100px 0 60px;
}
.guestblog_top .guest_house_list_wrap .guest_house_lead {
  text-align: center;
  margin: 0 auto 50px;
}
.guestblog_top .guest_house_list_wrap .guest_house_lead p {
  display: inline-block;
  color: #666;
  font-size: 17px;
  letter-spacing: 0.2em;
  padding: 10px 20px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.guestblog_top .guest_house_list_wrap .guest_house_list {
  width: 90%;
  margin: 0 auto 50px;
  max-width: 1000px;
}
.guestblog_top .guest_house_list_wrap .guest_house_list .list_ttl {
  position: relative;
  margin: 0 auto 30px;
}
.guestblog_top .guest_house_list_wrap .guest_house_list .list_ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  top: 50%;
  right: 0;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #3e3a39;
}
.guestblog_top .guest_house_list_wrap .guest_house_list .list_ttl p {
  color: #3e3a39;
  font-size: 17px;
  text-align: left;
}
.guestblog_top .guest_house_list_wrap .guest_house_list .list_ttl p .span1 {
  background: #f0f1f1;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.guestblog_top .guest_house_list_wrap .guest_house_list .list_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.guestblog_top .guest_house_list_wrap .guest_house_list .list_box:after {
  content: "";
  width: 24.5%;
  height: 0;
  display: block;
}
.guestblog_top .guest_house_list_wrap .guest_house_list .list_box .list {
  width: 24.5%;
  margin: 0 0 40px;
}
.guestblog_top .guest_house_list_wrap .guest_house_list .list_box .list p {
  color: #3e3a39;
  font-size: 14px;
  text-align: center;
  padding: 3px 0;
}
.guestblog_top .guest_house_list_wrap .guest_house_list .list_box .list .p1 {
  width: 100%;
  padding: 2px 0;
  font-size: 16px;
  margin: 0 0 10px;
  background: #d4d4d4;
}
.guestblog_top .guest_house_list_wrap .guest_house_list .list_box .list .p2 {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .guestblog_top {
    /*@media screen end*/
  }
  .guestblog_top .guest_house_list_wrap {
    padding: 13.3333333vw 0 7.99999998vw;
  }
  .guestblog_top .guest_house_list_wrap .guest_house_lead {
    margin: 0 auto 6.66666665vw;
  }
  .guestblog_top .guest_house_list_wrap .guest_house_lead p {
    font-size: 3.199999992vw;
    padding: 7px 15px;
  }
  .guestblog_top .guest_house_list_wrap .guest_house_list {
    margin: 0 auto 6.66666665vw;
  }
  .guestblog_top .guest_house_list_wrap .guest_house_list .list_ttl {
    margin: 0 auto 3.99999999vw;
  }
  .guestblog_top .guest_house_list_wrap .guest_house_list .list_ttl p {
    font-size: 3.199999992vw;
  }
  .guestblog_top .guest_house_list_wrap .guest_house_list .list_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .guestblog_top .guest_house_list_wrap .guest_house_list .list_box .list {
    width: 47.5%;
    margin-bottom: 20px;
  }
  .guestblog_top .guest_house_list_wrap .guest_house_list .list_box .list p {
    font-size: 3.199999992vw;
  }
  .guestblog_top .guest_house_list_wrap .guest_house_list .list_box .list .p1 {
    font-size: 3.199999992vw;
  }
  .guestblog_top .guest_house_list_wrap .guest_house_list .list_box .list .p2 {
    font-size: 2.66666666vw;
  }
}
@media screen and (max-width: 768px) {
  .guestblog_top {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .guestblog_top {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .guestblog_top {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .guestblog_top {
    /*@media screen end*/
  }
}

.blog {
  overflow: hidden;
}
.blog h1 {
  font-size: clamp(0px, 6vw, 32px);
}
.blog h2 {
  font-size: clamp(0px, 4.8vw, 24px);
}
.blog h3 {
  font-size: clamp(0px, 4.2vw, 18px);
}
.blog h4 {
  font-size: clamp(0px, 3.8vw, 16px);
}
.blog h5 {
  font-size: clamp(0px, 3vw, 13px);
}
.blog h6 {
  font-size: clamp(0px, 2.4vw, 10px);
}
.blog i {
  font-style: italic;
}
.blog strong {
  font-weight: bold;
}
.blog blockquote {
  clear: both;
  margin: 20px 0;
  padding: 30px 20px 35px 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
.blog blockquote::before {
  content: "“";
  font-family: "FontAwesome";
  font-size: 32px;
  color: #e7e7e7;
  position: absolute;
  top: 20px;
  left: 12px;
}
.blog blockquote p {
  font-size: clamp(0px, 3.2vw, 14px);
  line-height: 1.5em;
  margin: 0 0 15px;
}
.blog blockquote footer {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: clamp(0px, 3vw, 12px);
  z-index: 0;
  background: none;
}
.blog blockquote footer cite {
  color: gray;
}
.blog ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.blog ul li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.blog ul li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  -moz-text-align-last: start !important;
       text-align-last: start !important;
}
.blog ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.blog ol li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.blog ol li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  -moz-text-align-last: start !important;
       text-align-last: start !important;
}
.blog .blog_main_wrap {
  width: 100%;
  position: relative;
}
.blog .blog_main_wrap .ttl_box {
  /*left: 230px;*/
  left: 15%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  z-index: 11;
}
.blog .blog_main_wrap .ttl_box p {
  color: #000;
  font-size: 31px;
  text-align: center;
  line-height: 1.2em;
  font-family: "a1_serif", serif;
}
.blog .blog_main_wrap .ttl_box p .span1 {
  font-size: 15px;
}
.blog .blog_main_wrap .slide {
  height: 20vw;
  position: relative;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, from(#e8dede), color-stop(60%, #f0f0f0));
  background-image: linear-gradient(to right, #e8dede 0%, #f0f0f0 60%);
}
.blog .blog_main_wrap .slide .img_area {
  width: 40%;
  right: 0;
  position: absolute;
}
.blog .blog_main_wrap .slide .img_area:before {
  position: relative;
}
.blog .blog_main_wrap .slide .img_area .note {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .blog {
    /*@media screen end*/
  }
  .blog blockquote {
    margin: 20px 0;
    padding: 15px 10px 20px 35px;
  }
  .blog blockquote::before {
    font-size: 32px;
    top: 5px;
    left: 12px;
  }
  .blog blockquote p {
    margin: 0 0 10px;
  }
  .blog ul {
    -webkit-padding-start: 10px;
            padding-inline-start: 10px;
  }
  .blog ul li {
    font-size: 14px;
  }
  .blog ol {
    -webkit-padding-start: 10px;
            padding-inline-start: 10px;
  }
  .blog ol li {
    font-size: 14px;
  }
  .blog .blog_main_wrap .ttl_box {
    left: 10px;
    top: auto;
    bottom: 10px;
  }
  .blog .blog_main_wrap .ttl_box p {
    color: #fff;
    font-size: 5.599999986vw;
    text-shadow: 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
  }
  .blog .blog_main_wrap .slide {
    height: 70vw;
  }
  .blog .blog_main_wrap .slide:before, .blog .blog_main_wrap .slide:after {
    display: none;
  }
  .blog .blog_main_wrap .slide .img_area {
    width: auto;
    height: 100%;
  }
  .blog .blog_main_wrap .slide .img_area img {
    width: auto;
    height: 100%;
  }
}
.blog .blog_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blog .blog_wrap .blog {
  width: 70%;
  margin: 0;
  overflow: visible;
}
.blog .blog_wrap .blog img {
  width: auto;
  max-width: 100%;
}
.blog .blog_wrap .blog .blog_content {
  width: 90%;
  margin: 0 auto;
}
.blog .blog_wrap .blog .ttl_box .ttl {
  color: #730655;
  font-size: 29px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "a1_serif", serif;
}
.blog .blog_wrap .blog .date_box .date {
  font-size: 14px;
  letter-spacing: 0.2em;
}
.blog .blog_wrap .blog .body_text {
  margin: 70px auto;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.blog .blog_wrap .blog .body_text a {
  color: #ec6e82;
  text-decoration: none;
}
.blog .blog_wrap .blog .body_text p {
  line-height: 1.8;
}
.blog .blog_wrap .blog .body_text img {
  width: auto;
  height: auto;
  margin: 50px 0;
}
.blog .blog_wrap .blog_slide_menu {
  width: 25%;
}
.blog .blog_wrap .blog_slide_menu .menu {
  margin: 0 auto 50px;
}
.blog .blog_wrap .blog_slide_menu .menu .menu_txt {
  background: #9f9f9f;
}
.blog .blog_wrap .blog_slide_menu .menu .menu_txt p {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
}
.blog .blog_wrap .blog_slide_menu .menu .menu_cntnt {
  margin: 0 auto 30px;
}
.blog .blog_wrap .blog_slide_menu .menu .calendar {
  width: 90%;
}
.blog .blog_wrap .blog_slide_menu .menu .calendar .calendarBox {
  font-size: 12px;
  text-align: center;
  padding: 10px;
}
.blog .blog_wrap .blog_slide_menu .menu .calendar .calendarBox table {
  width: 100%;
  position: relative;
}
.blog .blog_wrap .blog_slide_menu .menu .calendar .calendarBox table a {
  color: #ec6e82;
}
.blog .blog_wrap .blog_slide_menu .menu .calendar .calendarBox table caption {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog .blog_wrap .blog_slide_menu .menu .calendar .calendarBox table tfoot {
  width: 100%;
  position: relative;
  position: absolute;
  top: -3px;
}
.blog .blog_wrap .blog_slide_menu .menu .calendar .calendarBox table tfoot #prev, .blog .blog_wrap .blog_slide_menu .menu .calendar .calendarBox table tfoot #next {
  position: absolute;
}
.blog .blog_wrap .blog_slide_menu .menu .calendar .calendarBox table tfoot #prev {
  left: 0;
}
.blog .blog_wrap .blog_slide_menu .menu .calendar .calendarBox table tfoot #next {
  right: 0;
}
.blog .blog_wrap .blog_slide_menu .menu .calendar .calendarBox table td {
  text-align: center;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.blog .blog_wrap .blog_slide_menu .menu .date {
  width: 90%;
}
.blog .blog_wrap .blog_slide_menu .menu .date li {
  padding: 0 0 10px;
  margin: 0 0 10px;
  letter-spacing: 0.2em;
  border-bottom: 1px dotted #8F8D74;
}
.blog .blog_wrap .blog_slide_menu .menu .date li a {
  display: block;
  color: #ec6e82;
  font-size: 15px;
}
.blog .blog_wrap .blog_slide_menu .menu .date_selected {
  width: 90%;
}
.blog .blog_wrap .blog_slide_menu .menu .date_selected select {
  width: 60%;
  padding: 5px 0;
}
.blog .blog_wrap .blog_slide_menu .menu .serch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog .blog_wrap .blog_slide_menu .menu .serch input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
}
.blog .blog_wrap .blog_slide_menu .menu .serch input[type=text] {
  width: 80%;
  border: 1px solid #000;
}
.blog .blog_wrap .blog_slide_menu .menu .serch input[type=submit] {
  width: 20%;
  border: 1px solid #000;
  background-color: #fbd35b;
  background-image: url(../img/common/common_icon_serach.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .blog {
    /*@media screen end*/
  }
  .blog .blog_wrap {
    width: 100%;
    margin: 6.66666665vw auto 13.3333333vw;
    display: block;
  }
  .blog .blog_wrap .blog {
    width: 100%;
  }
  .blog .blog_wrap .blog .ttl_box .ttl {
    font-size: 20px;
  }
  .blog .blog_wrap .blog .date_box .date {
    font-size: 14px;
  }
  .blog .blog_wrap .blog .body_text {
    margin: 9.33333331vw auto;
  }
  .blog .blog_wrap .blog .body_text .p1 {
    font-size: 14px;
  }
  .blog .blog_wrap .blog .body_text .blog_img {
    padding: 6.66666665vw 0;
  }
  .blog .blog_wrap .blog_slide_menu {
    width: 90%;
    margin: 50px auto 0;
    display: block;
  }
}
.blog .blog_archive {
  padding: 50px 0 100px;
  position: relative;
}
.blog .blog_archive:before {
  content: "";
  display: block;
  right: -25px;
  top: 0;
  background: #f0f1f1;
  position: absolute;
  width: 1300px;
  height: 100%;
}
.blog .blog_archive .blog_archive_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.blog .blog_archive .blog_pagination {
  margin: 0 auto 50px;
}
.blog .blog_archive .blog_pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog .blog_archive .blog_pagination ul li {
  width: 30px;
  height: 30px;
  margin: 10px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1em;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog .blog_archive .blog_pagination ul li a {
  color: #4d4d4d;
}
.blog .blog_archive .blog_pagination ul li.active {
  color: #fff;
  background: #730655;
}
.blog .blog_archive .blog_pagination ul li.active a {
  color: #fff;
}
.blog .blog_archive .blog_archive_slide {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.blog .blog_archive .blog_archive_slide .slide {
  width: 47.5%;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px;
  position: relative;
}
.blog .blog_archive .blog_archive_slide .slide .date {
  font-size: 15px;
  padding: 0 0 12px;
  text-align: center;
}
.blog .blog_archive .blog_archive_slide .slide .flex {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blog .blog_archive .blog_archive_slide .slide .flex .img_area {
  width: 48%;
  overflow: hidden;
  height: 120px;
}
.blog .blog_archive .blog_archive_slide .slide .flex .text_area {
  width: 50%;
  padding-left: 2%;
}
.blog .blog_archive .blog_archive_slide .slide .flex .text_area .text {
  font-size: 14px;
  line-height: 1.5em;
}
.blog .blog_archive .blog_archive_slide .slick_arrow a {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 10;
}
.blog .blog_archive .blog_archive_slide .slick_prev_arrow {
  left: -50px;
}
.blog .blog_archive .blog_archive_slide .slick_next_arrow {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .blog {
    /*@media screen end*/
  }
  .blog .blog_archive {
    padding: 13.3333333vw 0;
    background: #f0f1f1;
  }
  .blog .blog_archive:before {
    display: none;
  }
  .blog .blog_archive .blog_pagination {
    margin: 0 auto 6.66666665vw;
  }
  .blog .blog_archive .blog_pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog .blog_archive .blog_pagination ul li {
    width: 20px;
    height: 20px;
    margin: 5px;
    font-size: 12px;
  }
  .blog .blog_archive .blog_archive_slide {
    width: 85%;
    padding: 10px 0;
  }
  .blog .blog_archive .blog_archive_slide .slide {
    width: 47.5%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    padding: 6.66666665vw 0 6.66666665vw;
  }
  .blog .blog_archive .blog_archive_slide .slide .date {
    font-size: 2.66666666vw;
    padding: 0 0 10px;
  }
  .blog .blog_archive .blog_archive_slide .slide .flex {
    width: 90%;
    display: block;
  }
  .blog .blog_archive .blog_archive_slide .slide .flex .img_area {
    width: 100%;
  }
  .blog .blog_archive .blog_archive_slide .slide .flex .text_area {
    width: 100%;
    margin: 10px auto 0;
  }
  .blog .blog_archive .blog_archive_slide .slide .flex .text_area .text {
    font-size: 2.66666666vw;
  }
  .blog .blog_archive .blog_archive_slide .slick_prev_arrow {
    left: -25px;
  }
  .blog .blog_archive .blog_archive_slide .slick_next_arrow {
    right: -25px;
  }
}
@media screen and (max-width: 768px) {
  .blog {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .blog {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .blog {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .blog {
    /*@media screen end*/
  }
}

.contact.index .common_main_wrap .imgbox {
  background-image: url(../img/contact/contact_main_01.jpg);
}
@media screen and (max-width: 768px) {
  .contact.index {
    /*@media screen end*/
  }
}
.contact.index .contact_wrap .contact {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}
.contact.index .contact_wrap .contact .note {
  text-align: center;
}
.contact.index .contact_wrap .contact .bnr_area {
  width: 100%;
}
.contact.index .contact_wrap .contact .bnr_area .note {
  font-size: 12px;
  text-align: center;
}
.contact.index .contact_wrap .contact .inner {
  margin: 100px auto;
}
.contact.index .contact_wrap .contact .inner .text_box {
  text-align: center;
}
.contact.index .contact_wrap .contact .inner .text_box p {
  color: #666;
  font-size: 17px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
}
.contact.index .contact_wrap .contact .inner .text_area {
  margin: 40px auto 20px;
}
.contact.index .contact_wrap .contact .inner .text_area .p1 {
  color: #666;
  font-size: 16px;
  text-align: center;
}
.contact.index .contact_wrap .contact .inner .contact_box {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #800000;
  padding: 40px 0;
}
.contact.index .contact_wrap .contact .inner .contact_box p {
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.5em;
}
.contact.index .contact_wrap .contact .inner .contact_box .p1 {
  font-size: 15px;
  margin: 0 0 10px;
}
.contact.index .contact_wrap .contact .inner .btn_area .btn {
  width: 90%;
  margin: 0 auto 10px;
  max-width: 300px;
  position: relative;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact.index .contact_wrap .contact .inner .btn_area .btn:hover {
  background: #fff;
}
.contact.index .contact_wrap .contact .inner .btn_area .btn:hover p {
  color: #800000;
}
.contact.index .contact_wrap .contact .inner .btn_area .btn:hover .arrow span {
  background: #800000;
}
.contact.index .contact_wrap .contact .inner .btn_area .btn.flex {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact.index .contact_wrap .contact .inner .btn_area .btn.flex .p1 {
  width: 30%;
  color: #800000;
  background: #fff;
}
.contact.index .contact_wrap .contact .inner .btn_area .btn.flex .p2 {
  width: 60%;
}
.contact.index .contact_wrap .contact .inner .btn_area .btn p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact.index .contact_wrap .contact .inner .btn_area .btn .arrow {
  width: 20px;
  height: 50px;
  position: relative;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.contact.index .contact_wrap .contact .inner .btn_area .btn .arrow span {
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact.index .contact_wrap .contact .inner .btn_area .btn .arrow span:nth-of-type(1) {
  top: 38%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.contact.index .contact_wrap .contact .inner .btn_area .btn .arrow span:nth-of-type(2) {
  bottom: 38%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.contact.index .contact_wrap .contact .inner .martop {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contact.index {
    /*@media screen end*/
  }
  .contact.index .contact_wrap .contact .bnr_area {
    width: 90%;
    margin: 0 auto;
  }
  .contact.index .contact_wrap .contact .bnr_area .note {
    font-size: 10px;
  }
  .contact.index .contact_wrap .contact .inner {
    margin: 13.3333333vw auto;
  }
  .contact.index .contact_wrap .contact .inner .text_box p {
    font-size: 4.266666656vw;
    padding: 10px 20px;
  }
  .contact.index .contact_wrap .contact .inner .text_area {
    margin: 6.66666665vw auto;
  }
  .contact.index .contact_wrap .contact .inner .text_area .p1 {
    font-size: 3.199999992vw;
  }
  .contact.index .contact_wrap .contact .inner .contact_box {
    width: 100%;
    padding: 6.66666665vw 0;
  }
  .contact.index .contact_wrap .contact .inner .contact_box .p1 {
    font-size: 3.199999992vw;
    margin: 0 0 10px;
  }
  .contact.index .contact_wrap .contact .inner .btn_area .btn {
    max-width: 300px;
  }
  .contact.index .contact_wrap .contact .inner .btn_area .btn.flex {
    margin: 6.66666665vw auto 0;
  }
  .contact.index .contact_wrap .contact .inner .btn_area .btn.flex .p1 {
    width: 20%;
    padding: 10px 0;
  }
  .contact.index .contact_wrap .contact .inner .btn_area .btn.flex .p2 {
    width: 75%;
    font-size: 2.66666666vw;
  }
  .contact.index .contact_wrap .contact .inner .btn_area .btn p {
    font-size: 3.199999992vw;
    padding: 10px 0;
  }
  .contact.index .contact_wrap .contact .inner .btn_area .btn .arrow {
    width: 20px;
    height: 50px;
  }
  .contact.index .contact_wrap .contact .inner .btn_area .btn .arrow span {
    width: 10px;
  }
  .contact.index .contact_wrap .contact .inner .btn_area .btn .arrow span:nth-of-type(1) {
    top: 42%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .contact.index .contact_wrap .contact .inner .btn_area .btn .arrow span:nth-of-type(2) {
    bottom: 42%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .contact.index {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .contact.index {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .contact.index {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .contact.index {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .contact.index {
    /*@media screen end*/
  }
}

.policy.privacypolicy .privacypolicy_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.policy.privacypolicy .privacypolicy_wrap .p_titl {
  margin: 100px 0;
  font-size: 24px;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.policy.privacypolicy .privacypolicy_wrap .p_titl .p_titl_01 {
  font-size: 15px;
}
.policy.privacypolicy .privacypolicy_wrap .p_privac_01 {
  font-size: 20px;
  margin: 80px 0 30px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}
.policy.privacypolicy .privacypolicy_wrap .p_privac_02 {
  font-size: 24px;
  margin: 80px 0 30px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.policy.privacypolicy .privacypolicy_wrap ol {
  list-style: outside;
  list-style-type: decimal;
  padding-left: 0;
  counter-reset: item;
  counter-reset: item 1;
}
.policy.privacypolicy .privacypolicy_wrap ol li {
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin: 16px 0;
  font-size: 16px;
}
.policy.privacypolicy .privacypolicy_wrap .style_dot {
  list-style-type: disc;
}
.policy.privacypolicy .privacypolicy_wrap .day_privacy {
  text-align: right;
  font-size: 17px;
  letter-spacing: 0.1em;
}
.policy.privacypolicy .privacypolicy_wrap .pad_01 {
  list-style-type: none;
}
.policy.privacypolicy .privacypolicy_wrap .pad_01 li {
  padding-left: 2em;
  position: relative;
}
.policy.privacypolicy .privacypolicy_wrap .pad_01 li::before {
  content: "(1)";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
}
.policy.privacypolicy .privacypolicy_wrap .pad_01 li:nth-of-type(2)::before {
  content: "(2)";
}
.policy.privacypolicy .privacypolicy_wrap .pad_01 li:nth-of-type(3)::before {
  content: "(3)";
}
.policy.privacypolicy .privacypolicy_wrap .pad_01 li:nth-of-type(4)::before {
  content: "(4)";
}
.policy.privacypolicy .privacypolicy_wrap .pad_01 li:nth-of-type(5)::before {
  content: "(5)";
}
.policy.privacypolicy .privacypolicy_wrap .pad_01 li:nth-of-type(6)::before {
  content: "(6)";
}
.policy.privacypolicy .privacypolicy_wrap .pad_01 li:nth-of-type(7)::before {
  content: "(7)";
}
.policy.privacypolicy .privacypolicy_wrap .pad_01 li:nth-of-type(8)::before {
  content: "(8)";
}
.policy.privacypolicy .privacypolicy_wrap .pad_01 li:nth-of-type(9)::before {
  content: "(9)";
}
.policy.privacypolicy .privacypolicy_wrap .pad_01 li:nth-of-type(10)::before {
  content: "(10)";
}
.policy.privacypolicy .privacypolicy_wrap .pad_01 li:nth-of-type(11)::before {
  content: "(11)";
}
.policy.privacypolicy .privacypolicy_wrap .pad_01 li:nth-of-type(12)::before {
  content: "(12)";
}
.policy.privacypolicy .privacypolicy_wrap .pad_02 {
  padding-left: 1.3em;
}
.policy.privacypolicy .privacypolicy_wrap .pad_02 li {
  padding-left: 0;
}
.policy.privacypolicy .privacypolicy_wrap .pad_02 li::before {
  content: none;
}
.policy.privacypolicy .privacypolicy_wrap .pad_02 li:nth-of-type(2)::before {
  content: none;
}
.policy.privacypolicy .privacypolicy_wrap .pad_02 li:nth-of-type(3)::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .policy.privacypolicy {
    /*@media screen end*/
  }
  .policy.privacypolicy .privacypolicy_wrap {
    width: 85%;
  }
  .policy.privacypolicy .privacypolicy_wrap .p_titl {
    margin: 13.3333333vw 0;
    font-size: 4.266666656vw;
  }
  .policy.privacypolicy .privacypolicy_wrap .p_titl .p_titl_01 {
    font-size: 2.933333326vw;
  }
  .policy.privacypolicy .privacypolicy_wrap .p_privac_01 {
    font-size: 2.66666666vw;
    margin: 10.66666664vw 0 3.99999999vw;
  }
  .policy.privacypolicy .privacypolicy_wrap .p_privac_02 {
    font-size: 3.199999992vw;
    margin: 10.66666664vw 0 3.99999999vw;
  }
  .policy.privacypolicy .privacypolicy_wrap ol li {
    margin: 1.33333333vw 0;
    font-size: 3.199999992vw;
  }
  .policy.privacypolicy .privacypolicy_wrap .day_privacy {
    font-size: 3.466666658vw;
  }
  .policy.privacypolicy .privacypolicy_wrap .pad_01 li::before {
    font-size: 2.933333326vw;
  }
}
@media screen and (max-width: 768px) {
  .policy.privacypolicy {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .policy.privacypolicy {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .policy.privacypolicy {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .policy.privacypolicy {
    /*@media screen end*/
  }
}

.policy.sitepolicy .sitepolicy_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.policy.sitepolicy .sitepolicy_wrap .p_titl {
  margin: 100px 0;
  font-size: 24px;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.policy.sitepolicy .sitepolicy_wrap .p_titl .p_titl_01 {
  font-size: 15px;
}
.policy.sitepolicy .sitepolicy_wrap .p_site_01 {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin: 40px 0 20px;
}
.policy.sitepolicy .sitepolicy_wrap .p_site_02 {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin: 20px 0 5px;
}
.policy.sitepolicy .sitepolicy_wrap .p_site_03 {
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.policy.sitepolicy .sitepolicy_wrap .p_site_04 {
  font-size: 13px;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.policy.sitepolicy .sitepolicy_wrap ul {
  margin: 30px 0 0;
}
.policy.sitepolicy .sitepolicy_wrap ul li {
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding-left: 1.8em;
  position: relative;
}
.policy.sitepolicy .sitepolicy_wrap ul li::before {
  content: "(1)";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.policy.sitepolicy .sitepolicy_wrap ul li:nth-of-type(2)::before {
  content: "(2)";
}
.policy.sitepolicy .sitepolicy_wrap ul li:nth-of-type(3)::before {
  content: "(3)";
}
.policy.sitepolicy .sitepolicy_wrap ul li:nth-of-type(4)::before {
  content: "(4)";
}
.policy.sitepolicy .sitepolicy_wrap ul li:nth-of-type(5)::before {
  content: "(5)";
}
.policy.sitepolicy .sitepolicy_wrap ul li:nth-of-type(6)::before {
  content: "(6)";
}
.policy.sitepolicy .sitepolicy_wrap ul li:nth-of-type(7)::before {
  content: "(7)";
}
.policy.sitepolicy .sitepolicy_wrap table {
  margin: 30px 0;
  width: 100%;
}
.policy.sitepolicy .sitepolicy_wrap table tr th {
  width: 25%;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5F3F0;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  line-height: 1.5em;
  font-size: 16px;
}
.policy.sitepolicy .sitepolicy_wrap table tr td {
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 16px;
}
.policy.sitepolicy .sitepolicy_wrap table tr:first-of-type {
  border-top: 1px solid #cccccc;
}
.policy.sitepolicy .sitepolicy_wrap .day_site {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-top: 50px;
}
.policy.sitepolicy .sitepolicy_wrap .com_site {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .policy.sitepolicy {
    /*@media screen end*/
  }
  .policy.sitepolicy .sitepolicy_wrap {
    width: 90%;
  }
  .policy.sitepolicy .sitepolicy_wrap .p_titl {
    margin: 13.3333333vw 0;
    font-size: 4.266666656vw;
  }
  .policy.sitepolicy .sitepolicy_wrap .p_titl .p_titl_01 {
    font-size: 2.933333326vw;
  }
  .policy.sitepolicy .sitepolicy_wrap .p_site_01 {
    font-size: 4.266666656vw;
    margin: 5.33333332vw 0 2.66666666vw;
  }
  .policy.sitepolicy .sitepolicy_wrap .p_site_02 {
    font-size: 3.466666658vw;
    margin: 2.66666666vw 0 0.666666665vw;
  }
  .policy.sitepolicy .sitepolicy_wrap .p_site_03 {
    font-size: 3.199999992vw;
  }
  .policy.sitepolicy .sitepolicy_wrap .p_site_04 {
    font-size: 2.66666666vw;
    margin-top: 2.66666666vw;
  }
  .policy.sitepolicy .sitepolicy_wrap ul {
    margin: 3.99999999vw 0 0;
  }
  .policy.sitepolicy .sitepolicy_wrap ul li {
    font-size: 2.933333326vw;
    margin-bottom: 1.33333333vw;
  }
  .policy.sitepolicy .sitepolicy_wrap ul li::before {
    font-size: 2.933333326vw;
  }
  .policy.sitepolicy .sitepolicy_wrap table {
    margin: 30px 0;
  }
  .policy.sitepolicy .sitepolicy_wrap table tr th {
    padding: 1.33333333vw 0.666666665vw;
    font-size: 2.933333326vw;
  }
  .policy.sitepolicy .sitepolicy_wrap table tr td {
    padding: 1.33333333vw;
    padding-right: 0;
    font-size: 3.199999992vw;
    line-height: 1.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .policy.sitepolicy .sitepolicy_wrap table tr .left_td {
    width: 25%;
    line-height: 0;
    padding-right: 1.33333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .policy.sitepolicy .sitepolicy_wrap .day_site {
    font-size: 2.933333326vw;
    margin-top: 6.66666665vw;
  }
  .policy.sitepolicy .sitepolicy_wrap .com_site {
    font-size: 2.933333326vw;
    margin-top: 5.33333332vw;
  }
}
@media screen and (max-width: 768px) {
  .policy.sitepolicy {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .policy.sitepolicy {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .policy.sitepolicy {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .policy.sitepolicy {
    /*@media screen end*/
  }
}

.result .result_wrap {
  margin: 100px auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .result {
    /*@media screen end*/
  }
  .result .result_wrap {
    margin: 13.3333333vw auto;
  }
}
@media screen and (max-width: 768px) {
  .result {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .result {
    /*@media screen end*/
  }
}

.covid_info .info_wrap {
  width: 100%;
  margin: 100px auto;
}
.covid_info .info_wrap .info {
  width: 90%;
  max-width: 756px;
  margin: 0 auto;
}
.covid_info .info_wrap .info p {
  color: #1a1a1a;
  text-align: left;
}
.covid_info .info_wrap .info .date {
  margin: 0 auto 30px;
}
.covid_info .info_wrap .info .date p {
  color: #666;
  font-size: 13px;
}
.covid_info .info_wrap .info .ttl_box {
  margin: 0 auto 30px;
}
.covid_info .info_wrap .info .ttl_box .lead {
  font-size: 28px;
}
.covid_info .info_wrap .info .text_area .p1 {
  font-size: 14px;
}
.covid_info .info_wrap .back_btn {
  max-width: 320px;
  margin: 100px auto 0;
  position: relative;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.covid_info .info_wrap .back_btn:hover {
  background: #fff;
}
.covid_info .info_wrap .back_btn:hover p {
  color: #800000;
}
.covid_info .info_wrap .back_btn a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
.covid_info .info_wrap .back_btn p {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .covid_info {
    /*@media screen end*/
  }
  .covid_info .info_wrap {
    margin: 13.3333333vw auto;
  }
  .covid_info .info_wrap .info {
    width: 90%;
  }
  .covid_info .info_wrap .info .date {
    margin: 0 auto 6.66666665vw;
  }
  .covid_info .info_wrap .info .date p {
    font-size: 2.66666666vw;
  }
  .covid_info .info_wrap .info .ttl_box .lead {
    font-size: 4.266666656vw;
  }
  .covid_info .info_wrap .info .text_area .p1 {
    font-size: 2.66666666vw;
  }
  .covid_info .info_wrap .back_btn {
    max-width: 200px;
    margin: 13.3333333vw auto 0;
  }
  .covid_info .info_wrap .back_btn:hover {
    background: #fff;
  }
  .covid_info .info_wrap .back_btn:hover p {
    color: #800000;
  }
  .covid_info .info_wrap .back_btn p {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 10px 0;
    font-size: 3.199999992vw;
  }
}
@media screen and (max-width: 768px) {
  .covid_info {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  .covid_info {
    /*@media screen end*/
  }
}

.covid_list {
  padding: 270px 0 0 !important;
}
.covid_list .covid_info_wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.covid_list .top_info {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #333;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.covid_list .top_info:hover {
  opacity: 0.5;
}
.covid_list .top_info:hover .arrow_btn {
  background: #fff;
}
.covid_list .top_info:hover .arrow_btn span {
  background: #800000;
}
.covid_list .top_info .date {
  color: #800000;
  font-size: 16px;
  text-align: left;
  position: relative;
  margin: 0;
  max-width: 120px;
}
.covid_list .top_info .date:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  top: 50%;
  left: -17px;
  position: absolute;
  background: #800000;
}
.covid_list .top_info .info {
  margin-left: 40px;
  max-width: 700px;
}
.covid_list .top_info .text_area {
  position: relative;
  margin: 0 auto;
}
.covid_list .top_info .text_area .p1 {
  color: #595757;
  font-size: 16px;
  text-align: left;
}
.covid_list .top_info .text_area .p1 .span1 {
  font-size: 14px;
}
.covid_list .top_info .text_area .p2 {
  color: #595757;
  font-size: 14px;
  text-align: left;
}
.covid_list .top_info .arrow_btn {
  width: 30px;
  height: 30px;
  top: 50%;
  right: 30px;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.covid_list .top_info .arrow_btn:before {
  position: relative;
}
.covid_list .top_info .arrow_btn span {
  height: 1px;
  position: absolute;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.covid_list .top_info .arrow_btn span:nth-of-type(1) {
  width: 15px;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.covid_list .top_info .arrow_btn span:nth-of-type(2) {
  width: 10px;
  right: 6px;
  top: 40%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.covid_list .covid_btn_area {
  max-width: 1000px;
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.covid_list .covid_btn_area .btn {
  width: 47.5%;
  background: #800000;
  border: 1px solid #800000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.covid_list .covid_btn_area .btn:hover {
  background: #fff;
}
.covid_list .covid_btn_area .btn:hover p {
  color: #800000;
}
.covid_list .covid_btn_area .btn p {
  color: #fff;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .covid_list {
    padding: 100px 0 0 !important;
    /*@media screen end*/
  }
  .covid_list .top_info {
    margin: 0 auto;
    display: block;
  }
  .covid_list .top_info .date {
    color: #800000;
    font-size: 3.466666658vw;
    margin: 0 0 10px;
  }
  .covid_list .top_info .info {
    margin: 0;
  }
  .covid_list .top_info .text_area {
    width: 85%;
  }
  .covid_list .top_info .text_area .p1 {
    font-size: 3.199999992vw;
  }
  .covid_list .top_info .text_area .p1 .span1 {
    font-size: 2.66666666vw;
  }
  .covid_list .top_info .text_area .p2 {
    font-size: 2.66666666vw;
  }
  .covid_list .top_info .arrow_btn {
    width: 20px;
    height: 20px;
    top: 50%;
    right: 0;
  }
  .covid_list .top_info .arrow_btn span:nth-of-type(1) {
    width: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .covid_list .top_info .arrow_btn span:nth-of-type(2) {
    width: 5px;
    right: 4px;
    top: 40%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .covid_list .covid_btn_area {
    margin: 13.3333333vw auto 0;
  }
  .covid_list .covid_btn_area .btn {
    width: 90%;
    max-width: 200px;
    margin: 0 auto 20px;
  }
  .covid_list .covid_btn_area .btn p {
    font-size: 2.66666666vw;
  }
}

footer {
  width: 100%;
  background: #f0f0f0;
  padding: 100px 0 80px;
  position: relative;
  z-index: 1000;
}
footer .top_footer {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}
footer .top_footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .top_footer nav .link {
  margin: 0 0 40px;
  padding: 0 0 0 15px;
  position: relative;
}
footer .top_footer nav .link:first-child {
  padding: 0;
}
footer .top_footer nav .link:first-child:before {
  display: none;
}
footer .top_footer nav .link:before {
  content: "";
  display: block;
  width: 1px;
  height: 220px;
  left: 0;
  top: 0;
  background: #333;
  position: absolute;
}
footer .top_footer nav .link .sns_box {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .top_footer nav .link .sns_box li {
  height: 25px;
  padding: 0 10px;
}
footer .top_footer nav .link .sns_box li:first-child {
  padding: 0 10px 0 0;
}
footer .top_footer nav .link .sns_box li:last-child {
  padding: 0 0 0 10px;
}
footer .top_footer nav .link .sns_box li img {
  width: auto;
  height: 100%;
}
footer .top_footer nav p {
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  padding: 0 0 10px;
}
footer .top_footer nav .p1 {
  font-size: 12px;
}
footer .top_footer nav .p1 .span1 {
  font-size: 18px;
}
footer .top_footer nav .p2 {
  font-size: 15px;
}
footer .top_footer nav .p3 {
  padding: 0 10px 5px 10px;
  font-size: 12px;
}
footer .bottom_footer {
  width: 100%;
  margin: 50px auto 10px;
}
footer .bottom_footer .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .bottom_footer .policy p {
  font-size: 12px;
  margin: 0 10px;
}
footer .copy p {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer {
    width: 100%;
    padding: 13.3333333vw 0 10.66666664vw;
  }
  footer .top_footer {
    width: 80%;
    margin: 0 auto;
  }
  footer .top_footer nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .top_footer nav .link {
    width: 100%;
    margin: 0 0 5.33333332vw;
  }
  footer .top_footer nav .link:before {
    display: none;
  }
  footer .top_footer nav .link .sns_box {
    display: none;
  }
  footer .top_footer nav p {
    padding: 0 0 10px;
  }
  footer .top_footer nav .p1 {
    font-size: 2.933333326vw;
  }
  footer .top_footer nav .p1 .span1 {
    font-size: 4.533333322vw;
  }
  footer .top_footer nav .p2 {
    font-size: 4.266666656vw;
  }
  footer .top_footer nav .p3 {
    padding: 0 0 5px 0;
    font-size: 2.933333326vw;
  }
  footer .top_footer nav .ftr_accordion_btn {
    position: relative;
  }
  footer .top_footer nav .ftr_accordion_btn.js-active .plus span:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  footer .top_footer nav .ftr_accordion_btn .plus {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 40%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  footer .top_footer nav .ftr_accordion_btn .plus:before {
    position: relative;
  }
  footer .top_footer nav .ftr_accordion_btn .plus span {
    width: 15px;
    height: 1px;
    background: #800000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: 1s;
    transition: 1s;
  }
  footer .top_footer nav .ftr_accordion_btn .plus span:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  footer .top_footer nav .ftr_accordion_btn .plus span:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  footer .top_footer nav .accordion {
    opacity: 0;
    height: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  footer .top_footer nav .accordion.js-active {
    opacity: 1;
    height: auto;
  }
  footer .bottom_footer {
    width: 100%;
    margin: 6.66666665vw auto 2.66666666vw;
  }
  footer .bottom_footer .policy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .bottom_footer .policy p {
    font-size: 10px;
    margin: 0 5px 5px 5px;
  }
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
/*# sourceMappingURL=style.css.map */