@charset "UTF-8";
* {
  min-height: 0;
  min-width: 0;
}

/*/////////// base ////////////*/
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
/*  font-family: "Klee One", cursive, "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
	font-family: 'Zen Kaku Gothic New', "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
  font-size: 97%;
  line-height: 1.2;
  color: #211E27;
  background: #FFF none no-repeat 0 0 scroll;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.Klee {
	font-family : "Klee One", cursive;
}

.Caslon {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
}
.Georgia{
	font-family: Georgia, serif;
}

.Shippori_M{
font-family: 'Shippori Mincho', serif;
}
.Spectral{
font-family: 'Spectral', serif;
}

.slick-slide img{
	width:100%;
}

/*  アニメーションスタイル
-------------------------------------------*/
.bg-open-right {
  position: relative;
  z-index: 0;
}
.bg-open-right::after {
  content: "";
  background: #111215;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: left 1s ease-in-out;
}
.bg-open-right.is-show::after {
  left: 100vw;
}

.bg-open-left {
  position: relative;
  z-index: 0;
}
.bg-open-left::after {
  content: "";
  background: #111215;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  transition: right 1s ease-in-out;
}
.bg-open-left.is-show::after {
  right: 100vw;
}

.slide-left {
  position: relative;
  left: 100vw;
  transition: left 860ms ease-in-out;
}
.slide-left.is-show {
  left: 0;
}

.slide-right {
  position: relative;
  right: 100vw;
  transition: right 860ms ease-in-out;
}
.slide-right.is-show {
  right: 0;
}

.slide-up {
  position: relative;
  top: 10%;
  opacity: 0;
  transition: top 860ms, opacity 1s;
}
.slide-up.is-show {
  top: 0;
  opacity: 1;
}

.yumincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

.close {
  animation: anim 0.8s forwards;
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  pointer-events: none;
}

@keyframes anim {
  0% {
    height: 100vh;
  }
  100% {
    height: 0px;
  }
}
@keyframes anim_tate {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}
.explain {
  line-height: 1.6;
}
.explain a {
  text-decoration: underline;
}

.content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .main {
  width: 100%;
}

.img_w100 {
  width: 100%;
}

.img_max100 {
  max-width: 100%;
}

.clearfix, .wrapper, .main_wrapper {
  *zoom: 1;
}
.clearfix:after, .wrapper:after, .main_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  line-height: 1.6;
}

strong {
  font-weight: 700;
  font-size: 104%;
}

.fixed {
  position: fixed !important;
  z-index: 1000;
  width: 100%;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  box-sizing: border-box;
}

.pt_20 {
  padding-top: 20px;
}

.mr_0 {
  margin-right: 0px !important;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_60 {
  margin-top: 60px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_60 {
  margin-bottom: 60px;
}

.img__border {
  border: 1px solid #CCC;
  box-sizing: border-box;
}

strong {
  font-weight: 700;
}

sup {
  font-size: 54%;
}

.pc_none {
  display: none;
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.pagetop_icon {
  position: fixed;
  right: 20px;
  bottom: -140px;
  z-index: 90;
}

.center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.sm_font {
  font-size: 74%;
}

.align_left {
  text-align: left !important;
}

.map {
  width: 100%;
  height: 700px;
  margin-bottom: 30px;
}

.content_block {
  padding: 80px 0px 40px;
}

.sub__wrap {
  max-width: 960px;
  box-sizing: border-box;
  margin: 0px auto;
  width: 100%;
}

.small__wrap {
  max-width: 920px;
  box-sizing: border-box;
  margin: 0px auto;
  width: 100%;
  padding: 0px 20px;
}

.point {
  background: #f5f7fa;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.5;
}
.point .sub_ttl {
  font-size: 154%;
  text-align: center;
  color: #111215;
}
.point .sub_ttl span {
  font-size: 60%;
}

.point_l .sub_ttl {
  background: #202F55;
  padding: 20px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 174%;
  text-align: center;
}
.point_l .sub_ttl span {
  font-size: 144%;
  font-weight: bold;
}
.point_l .box {
  webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.point_l .box .inner {
  box-sizing: border-box;
  padding: 30px;
}
.point_l .box .inner p {
  font-size: 108%;
}

.privacy_sc {
  width: 100%;
  height: 250px;
  overflow: scroll;
  margin-bottom: 30px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  padding: 20px;
  line-height: 1.5;
}

.common_btn {
  max-width: 400px;
  width: 100%;
  background: #CAA618;
  position: relative;
  color: #FFF;
  font-size: 104%;
  display: block;
  text-align: center;
  margin: 0px auto;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.5s all;
}
.common_btn:hover {
  opacity: 0.6;
}
.common_btn:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: #FFF;
  right: 10px;
  font-size: 90%;
  top: 22px;
}

.img__ttl_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.img__ttl_list:before {
  content: "";
  display: block;
  width: 30%;
  height: 0;
  order: 1;
}
.img__ttl_list li {
  width: 30%;
  margin-bottom: 20px;
}
.img__ttl_list li a {
  display: block;
  transition: 0.5s all;
}
.img__ttl_list li a:hover {
  opacity: 0.7;
}
.img__ttl_list li figure {
  box-sizing: border-box;
  margin-bottom: 10px;
  text-align: center;
}
.img__ttl_list li img {
  max-width: 100%;
}
.img__ttl_list li .copy {
  font-size: 114%;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.img_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.img_list .w20 {
  width: 23%;
}
.img_list .w30 {
  width: 32%;
}
.img_list li {
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 25px;
  padding: 10px;
}
.img_list li img {
  width: 100%;
}

.card__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card__list ul li {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 25px;
  padding: 20px;
  width: 32%;
}
.card__list ul li .price {
  font-size: 94%;
  font-weight: 700;
  margin-top: 20px;
  color: #b5b5b5;
}
.card__list ul li .price span {
  font-size: 84%;
}
.card__list ul li figure {
  margin-bottom: 20px;
}
.card__list .w_20 li {
  width: 24%;
}

.itemlist_dl {
  margin-bottom: 15px;
}
.itemlist_dl dt {
  padding-left: 18px;
  margin-bottom: 2px;
  position: relative;
  text-align: left;
  line-height: 1.6;
}
.itemlist_dl dt:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}
.itemlist_dl dt:last-child {
  margin-bottom: 0px;
}
.itemlist_dl dt span {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2px 10px;
}
.itemlist_dl dt a {
  text-decoration: underline;
}

.itemlist_squre {
  display: flex;
  flex-wrap: wrap;
}
.itemlist_squre li {
  padding: 20px 30px;
  text-align: center;
  font-size: 108%;
  margin-right: 30px;
  border: 1px solid #111215;
  margin-bottom: 25px;
}

.itemlist li {
  padding-left: 18px;
  margin-bottom: 2px;
  position: relative;
  text-align: left;
  line-height: 1.6;
  word-break: break-all;
}
.itemlist li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}
.itemlist li:last-child {
  margin-bottom: 0px;
}
.itemlist li span {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2px 10px;
}
.itemlist li a {
  text-decoration: underline;
}

.list_l_circle {
  margin-bottom: 15px;
}
.list_l_circle li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  font-weight: 700;
}
.list_l_circle li:before {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 3px;
  color: #202F55;
  font-size: 70%;
}
.list_l_circle li:last-child {
  margin-bottom: 0px;
}
.list_l_circle li span {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2px 10px;
}

.checklist li {
  padding-left: 32px;
  margin-bottom: 15px;
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
  font-size: 124%;
  line-height: 1.6;
  text-align: left;
}
.checklist li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #202F55;
}
.checklist li:last-child {
  margin-bottom: 0px;
}

.sangaku_pic {
  text-align: center;
  margin-bottom: 30px;
}
.sangaku_pic figcaption {
  font-weight: 700;
  padding-top: 10px;
}

.sangaku article {
  background: #f6f4ef;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 25px;
  width: 100%;
  position: relative;
  transition: ease 0.2s;
}
.sangaku article .box {
  display: flex;
  flex-wrap: nowrap;
}
.sangaku article .box .thum {
  max-width: 120px;
  width: 40%;
  margin-right: 20px;
}
.sangaku article .box .thum img {
  width: 100%;
}
.sangaku article .box .txt {
  box-sizing: border-box;
  padding-right: 30px;
}
.sangaku article .box .txt p {
  line-height: 1.5;
}

.sangaku article:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.sangaku article:hover .sub_ttl {
  text-decoration: underline;
}

.sangaku article:hover:after {
  right: 10px;
}

.sangaku article .sub_ttl {
  font-weight: bold;
  font-size: 154%;
  margin-bottom: 15px;
}

.sangaku article:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 25px;
  color: #0058CA;
  font-size: 300%;
  transition: ease 0.2s;
}

.sangaku article a {
  display: block;
}

.access section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.access section .gmap {
  width: 100%;
  height: 100%;
}
.access section .left {
  width: 35%;
  position: relative;
}
.access section .left img {
  width: 100%;
}
.access section .left table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: none;
  box-sizing: border-box;
}
.access section .left table tr {
  width: 100%;
  border-bottom: 1px solid #CCC;
}
.access section .left table tr:first-child {
  border-top: 1px solid #CCC;
}
.access section .left table th, .access section .left table td {
  box-sizing: border-box;
  padding: 20px;
  vertical-align: middle;
}
.access section .left table th {
  font-size: 84%;
  width: 30%;
  background-color: #F6F7FB;
}
.access section .left table th span {
  font-size: 184%;
}
.access section .left .inner {
  width: 100%;
  line-height: 1.7;
}
.access section .left .inner .icon {
  display: flex;
  flex-wrap: nowrap;
}
.access section .left .inner .icon li {
  margin-right: 10px;
}
.access section .left .inner .icon li:last-child {
  margin-right: 0px;
}
.access section .left .inner .sub_ttl {
  color: #202F55;
  font-size: 114%;
}
.access section .left .inner p {
  margin-bottom: 15px;
}
.access section .right {
  width: 63%;
  height:300px
}

.number_list li {
  counter-increment: section;
  font-size: 100%;
  display: block;
  margin-bottom: 8px;
  padding-left: 30px;
  position: relative;
}
.number_list li:before {
  content: counter(section) ".";
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: 0px;
}

.slide_wrapper {
  position: relative;
  z-index: 0;
}
.slide_wrapper .sub_ttl {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #FFF;
  z-index: 1;
  width: 100%;
  text-align: center;
  line-height: 1.7;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 274%;
}
.slide_wrapper .sub_ttl .jp {
  font-size: 50%;
}
.slide_wrapper .sub_ttl .sub {
  font-size: 80%;
}
.slide_wrapper .copy {
  position: absolute;
  bottom: 10%;
  font-size: 224%;
  color: #FFF;
  z-index: 1;
  width: 100%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 2;
}
.slide_wrapper .copy span {
  font-size: 70%;
}
.top__example .slick-dots{
	bottom: -40px;
}

.pagetop_icon {
  position: fixed;
  right: 20px;
  bottom: -140px;
  z-index: 90;
}

.top__header {
  position: relative;
}
.top__header .tagline {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  top: 0px;
  transition: 0.5s all;
  z-index: 3;
}
.top__header .tagline .btn {
  background: #202F55;
  color: #FFF;
  display: block;
  padding: 30px 0px;
  width: 180px;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  transition: 0.5s all;
}
.top__header .tagline .btn:hover {
  opacity: 0.7;
}
.top__header .tagline .btn:hover:after {
  right: 5px;
  transition: 0.5s all;
}
.top__header .tagline .logo {
  padding: 25px;
  box-sizing: border-box;
}
.top__header .tagline .box {
  width: 70%;
}
.top__header .tagline .head_sub ul {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.top__header .tagline .head_sub ul li:first-child {
  padding:10px 30px 0px 0px;
  box-sizing: border-box;
}
.top__header .tagline .head_sub ul li:first-child a {
  color: #FFF;
  box-sizing: border-box;
  transition: 0.5s all;
}
.top__header .tagline .head_sub ul li:first-child a:hover {
  opacity: 0.7;
}
.top__header .tagline .head_sub ul li:last-child a {
  display: block;
  background: #CAA618;
  text-align: center;
  padding: 10px 10px;
  color: #FFF;
  transition: 0.5s all;
}
.top__header .tagline .head_sub ul li:last-child a:hover {
  opacity: 0.7;
}
.top__header .tagline nav ul {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  flex-wrap: nowrap;
  position: relative;
}
.top__header .tagline nav ul li {
  margin-right: 35px;
}
.top__header .tagline nav ul li .active:after {
  content: "";
}
.top__header .tagline nav ul li a {
  transition: 0.5s all;
  display: block;
  color: #FFF;
  position: relative;
  padding: 10px 0px;
  box-sizing: border-box;
}
.top__header .tagline nav ul li a:hover {
  opacity: 0.6;
}
.top__header .tagline nav .pc_dropdown {
  width: 100%;
  max-width: 2000px;
  display: none;
  height: auto;
  position: absolute;
  margin-left: 0px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 100;
}
.top__header .tagline nav .pc_dropdown .outer {
  background: #202F55;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
  position: relative;
}
.top__header .tagline nav .pc_dropdown .outer .inner {
  width: 100%;
}
.top__header .tagline nav .pc_dropdown .outer .inner section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top__header .tagline nav .pc_dropdown .outer .inner .left {
  width: 15%;
  display: flex;
  text-align: center;
  border-right: 1px solid #FFF;
  padding-top: 10px;
  font-size: 114%;
  font-weight: 700;
  box-sizing: border-box;
  color: #FFF;
}
.top__header .tagline nav .pc_dropdown .outer .inner .right {
  width: 82%;
  padding-top: 10px;
  box-sizing: border-box;
}
.top__header .tagline nav .pc_dropdown .outer .inner .right ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start;
}
.top__header .tagline nav .pc_dropdown .outer .inner .right ul a {
  display: block;
  padding: 0px 0px;
  transition: 0.5s all;
}
.top__header .tagline nav .pc_dropdown .outer .inner .right ul figcaption {
  color: #FFF;
  text-align: center;
  padding-top: 3px;
  font-size: 84%;
}
.top__header .tagline nav .pc_dropdown .outer .inner .right ul li {
  margin-right: 0px;
  margin-bottom: 15px;
  width: 24%;
  padding-top: 0px !important;
  font-size: 94%;
}
/*////////////
 * main_slid
 * /////////////////*/
.main_slide .slick-prev:before,.main_slide .slick-next:before {
    opacity: 1;
    background: #caa618;
	padding: 5px 10px;
	box-shadow:1px 2px 7px 0 rgb(255 255 255 / 40%);
}
.main_slide .slick-prev {
    top: initial;
    z-index: 2;
    bottom: 20px;
    right: 90px;
    left: inherit;
	transform: inherit;
	height: 40px;
	width: 40px;
}
.main_slide .slick-next {
    top: initial;
    bottom: 20px;
    right: 30px;
    left: inherit;
	transform: inherit;
	height: 40px;
	width: 40px;
}

.top__theme {
  background: #211E27;
  width: 100%;
  padding: 80px 0px;
  box-sizing: border-box;
}
.top__theme .btn {
  width: 150px;
  border-bottom: 1px solid #FFF;
  position: relative;
  margin: 50px auto 0px;
  color: #FFF;
  font-size: 154%;
  display: block;
  transition: 0.5s all;
	font-family: 'Spectral', serif;
	font-weight:200;
}
.top__theme .btn:hover {
  opacity: 0.6;
}
.top__theme .btn:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: #FFF;
  right: 0px;
  font-size: 94%;
  top: -2px;
}
.top__theme .box {
    /* border: 1px solid #FFF; */
/*     position: relative;
    margin-right: 30px; */
    transition: 0.5s all;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    position: relative;
    margin: auto;
	background:#000;
}
.top__theme .box:hover {
  opacity: 0.7;
}
.top__theme .box .sub_ttl:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #FFF transparent;
  position: absolute;
  right: -1px;
  bottom: 0px;
  z-index: 1;
}
.top__theme .box .sub_ttl {
	padding: 10px;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid;
	display: inline-block;
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	background: rgb(33 30 39 / 60%);
	text-align:center;
}
.top__theme .box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.top__theme .box a {
  display: block;
  color: #FFF;
}

.top__news {
  background: #211E27;
  width: 100%;
  padding: 80px 0px;
  box-sizing: border-box;
}
.top__news .btn {
  width: 150px;
  border-bottom: 1px solid #FFF;
  position: relative;
  margin: 0px auto;
  color: #FFF;
  font-size: 154%;
  display: block;
  transition: 0.5s all;
	font-family: 'Spectral', serif;
    font-weight: 200;
}
.top__news .btn:hover {
  opacity: 0.6;
}
.top__news .btn:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: #FFF;
  right: 0px;
  font-size: 94%;
  top: -2px;
}
.top__news ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.top__news ul li {
  width: 27%;
}
.top__news ul li .sub_ttl {
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
}
.top__news ul li a {
  display: block;
}
.top__news ul li:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}
.top__news ul li .img_wrap {
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
	    height: 150px;
}
.top__news ul li .img_wrap img {
  width: 100%;
	height: 100%;
	object-fit: cover;
  transition-duration: 0.5s;
  z-index: 1;
}

.top__effort {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top__effort .left {
  width: 48%;
}
.top__effort .left .sub_ttl {
  font-size: 28px;
  margin-bottom: 40px;
  padding-top: 30px;
font-family: 'Spectral', serif;
    font-weight: 200;	
}
.top__effort .left .sub_ttl span {
  font-size: 60%;
	font-family: 'Shippori Mincho', serif;
}
.top__effort .right {
  width: 48%;
}

.case_btn{
  width: 150px;
  border-bottom: 1px solid #000;
  position: relative;
  margin: 60px auto 0px;
  color: #000;
  font-size: 154%;
  display: block;
	transition: 0.5s all;	
	font-family: 'Spectral', serif;
    font-weight: 200;
}
.case_btn:hover {
  opacity: 0.6;
}
.case_btn:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: #000;
  right: 0px;
  font-size: 94%;
  top: -2px;
}

.banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
}
.banner li {
  position: relative;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}
.banner li:nth-child(3n) {
  margin-right: 0%;
}
.banner li .txt {
/*  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 1;*/
  text-align: center;
  color: #211E27;
  font-size: 108%;
  width: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
}
.banner li a {
  display: block;
  color: #FFF;
}


.top__mess {
  background: #211E27;
  width: 100%;
  padding: 100px 0px;
  box-sizing: border-box;
}
.top__mess .sub_ttl {
width: 100%;
    line-height: 1.8;
    color: #FFF;
    font-size: 26px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
}
.top__mess .sub_ttl span {
  display: block;
  padding-left: 15%;
}
.top__mess p {
/*     font-size: 18px; */
    font-weight: 400;
    line-height: 2.4;
    color: #FFF;
	text-align: center;
	font-family: 'Shippori Mincho', serif;
	text-shadow:1px 2px 10px rgb(227 207 38 / 60%);
}
.top__example .slick-prev {
    left: 0;
    z-index: 2;
    height: 50px;
    width: 50px;
    box-sizing: border-box;
    border: 1px solid #FFF;
    background:#211e27;
    box-shadow: 0px 4px 11px 0 rgb(33 30 39 / 30%);
}
.top__example .slick-next {
    right: 0;
    z-index: 2;
    height: 50px;
    width: 50px;
    box-sizing: border-box;
    border: 1px solid #FFF;
    background:#211e27;
    box-shadow: 0px 4px 11px 0 rgb(33 30 39 / 30%);
}
.top__example .slick-prev:hover,.top__example .slick-prev:focus,.top__example .slick-next:hover,.top__example .slick-next:focus {
    background: #6f6f6f !important;
}
.top__example .slick-slide {
    background: #000;
	margin:0 10px;
}
.top__example .slick-slide figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.top__example .slick-slide figure {
    aspect-ratio: 4/3;
    overflow: hidden;
}
.top__mess .copy {
    color: #fff;
    line-height: 1.8;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
}
.top__mess .copy span{
	font-size: 18px;
}

.second_main_img {
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 80px;
  background: url("../img/main.jpg") no-repeat 0px 0px;
  background-size: cover;
}
.second_main_img:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.second_main_img .outer {
	width:100%;
  z-index: 2;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transition: 0.5s all;
  box-sizing: border-box;
}
.second_main_img .outer .en {
  font-size: 124%;
  margin-bottom: 0px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.second_main_img .outer .sub_ttl {
  font-size: 200%;
	color: #FFF;
  font-weight: inherit;
  text-align: center;
	font-family: 'Shippori Mincho', serif;
}

.second_main_img .outer .sub_ttl span {
	font-size: 64%;
}
.second_main_img .outer .sub_ttl .message_omoi {
    font-size: 61%;
}
.wrapper, .main_wrapper {
  width: 1300px;
  margin: 0px auto;
}

@keyframes ttlmove {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    opacity: 100;
    width: 100%;
  }
}
.slide-arrow-l {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 0.5s all;
  cursor: pointer;
}
.slide-arrow-l:hover {
  opacity: 0.6;
}

.slide-arrow-r {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 50%;
  right: 0%;
  transition: 0.5s all;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.slide-arrow-r:hover {
  opacity: 0.6;
}

.ttl {
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    line-height: 1.3;
    color: #211E27;
    font-family: 'Spectral', serif;
    font-weight: 200;
}
.ttl span {
  font-size: 60%;
  font-weight: 0;
}

.ttl_white {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.3;
  color: #FFF;
    font-family: 'Spectral', serif;
    font-weight: 200;
}
.ttl_white span {
  font-size: 60%;
  font-weight: 0;
}

/* .slide li {
  margin-right: 20px;
} */

.number_ttl {
  position: relative;
  font-size: 114%;
  padding: 0px 0px 0px 55px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.number_ttl span {
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  background: #EEE;
  color: #000;
  padding: 1px 12px;
}

.middle_ttl {
  font-size: 164%;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  line-height: 1.5;
	font-family: 'Shippori Mincho', serif;
}
.middle_ttl:after {
    content: "";
    height: 1px;
    width: 110px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #202F55;
}

.case .middle_ttl{
	 font-size: 160%;
}

.local_ttl {
  border-bottom: 1px solid #778899;
  position: relative;
  padding-bottom: 24px;
  margin-top: 30px;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.7;
	font-family: 'Shippori Mincho', serif;
}
.local_ttl:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #778899;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.local_ttl span {
  font-weight: normal;
  display: inline-block;
  padding-left: 10px;
  color: #202F55;
  font-size: 84%;
}

.sm_ttl {
  padding: 10px 0px 10px 0px;
  font-size: 144%;
  line-height: 1.7;
  margin-bottom: 30px;
  position: relative;
	font-family: 'Shippori Mincho', serif;
}
.sm_ttl:after {
  content: "";
  background: #202F55;
  width: 23px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

.plain_ttl {
  font-size: 124%;
  line-height: 1.7;
  margin-bottom: 10px;
	font-family: 'Shippori Mincho', serif;
}
.plain_ttl span {
  font-size: 70%;
}

.img_ttl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.img_ttl .img {
  margin-right: 20px;
}
.img_ttl .text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.local_text {
  line-height: 1.6;
  font-size: 1.8rem;
  color: #202F55;
  margin-bottom: 25px;
}

.local_lead {
	font-size: 114%;
	max-width: 95%;
	margin: 0px auto;
	text-align: left;
	line-height: 2;
	word-break: keep-all;
}
.inner_txt {
    letter-spacing: 1px;
}
.catch {
  display: flex;
  align-items: center;
  /* 垂直中心 */
  justify-content: center;
  /* 水平中心 */
  font-size: 134%;
  margin-bottom: 30px;
	font-family: 'Shippori Mincho', serif;
}

.catch:before, .catch:after {
  border-top: 1px solid #202F55;
  content: "";
  width: 5em;
  /* 線の長さ */
}

.catch:before {
  margin-right: 0.3em;
  /* 文字の右隣 */
}

.catch:after {
  margin-left: 0.3em;
  /* 文字の左隣 */
}

.media article {
  margin-bottom: 30px;
  border-bottom: 1px solid #AFAFAF;
  padding-bottom: 30px;
  width: 100%;
}
.media article .box {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.media article a {
  display: block;
}
.media article .thum {
  width: 200px;
  margin-right: 20px;
}
.media article .txt .sub_ttl {
  font-size: 108%;
  font-weight: 700;
  margin-bottom: 20px;
}
.media article .txt .date {
  color: #AFAFAF;
  font-size: 84%;
}

.flow .arrow {
  text-align: center;
  padding: 0px 0px;
  font-size: 400%;
}
.flow .box {
  padding-bottom: 20px;
}
.flow .box .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.flow .box .inner .right {
  box-sizing: border-box;
  width: 79%;
}
.flow .box .inner .right .box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.flow .box .inner .right .box .l {
  width: 60%;
}
.flow .box .inner .right .box .r {
  width: 38%;
}
.flow .box .inner .right .copy {
  font-size: 114%;
  margin-bottom: 10px;
}
.flow .box .inner .left {
  width: 20%;
}
/* .flow .box .inner .left img {
  width: 100%;
} */
.flow .box .inner .sub_ttl {
  margin-bottom: 20px;
}
.flow .box .inner .sub_ttl ul {
  display: flex;
  flex-wrap: nowrap;
}
.flow .box .inner .sub_ttl ul li:first-child {
  border-radius: 5px;
  background: #202F55;
  padding: 5px 15px;
  color: #FFF;
  font-family: "arial", serif;
  font-size: 114%;
}
.flow .box .inner .sub_ttl ul li:first-child span {
  font-size: 124%;
}
.flow .box .inner .sub_ttl ul li:last-child {
  padding: 5px 0px 0px 20px;
  font-size: 134%;
  font-weight: bold;
  color: #202F55;
}

.cikou {
  margin-bottom: 25px;
}
.cikou .green {
  background: #477E1D;
}
.cikou .blue {
  background: #0099FF;
}
.cikou .purple {
  background: #663399;
}
.cikou figure img {
  width: 100%;
}
.cikou .sub_ttl {
  color: #FFF;
  font-size: 128%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 10px;
}

.case {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case .l {
  width: 20%;
}
.case .l .sub_ttl {
  margin-bottom: 20px;
	font-family: 'Shippori Mincho', serif;
}
.case .l .sub_ttl span {
  color: #CAA618;
}
.case .l .sub_ttl .active .fa {
	transition: .5s all;
}
.case .l .sub_ttl .active span .fa {
    transform: rotate(90deg);
    transition: .3s all;
}
.case .l .under_ttl{
	margin-left:20px;
}
.case .l .no_point{
	pointer-events:none;
}
.case .l .no_point .fa{
	transform: rotate( 90deg );
}

.case .l ul {
    margin-bottom: 20px;
    border-left: 1px solid #eeeeee;
}
.case .l ul li {
  margin-bottom: 8px;
  position: relative;
  text-align: left;
  font-size: 94%;
  transition-duration: 0.5s;
  box-sizing: border-box;
}
.case .l ul li:hover {
  opacity: 0.6;
}
.case .l ul li a {
  color: #000;
  display: block;
  padding-left: 30px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.case .l ul li a span {
  color: #CAA618;
}
.case .l ul li:last-child {
  margin-bottom: 0px;
}
.case_page .l ul {
    padding-top: 20px;
    display: none;
}
.case .r {
  width: 77%;
}
.case .r .detail .pic ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.case .r .detail .pic ul li {
  width: 45%;
  position: relative;
	aspect-ratio: 4/3;
	margin-bottom: 60px;
}
.case .r .detail .pic ul li:first-child:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #202F55;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 300%;
}
.case .r .detail .pic ul li p {
  text-align: center;
  padding-top: 10px;
  font-size: 114%;
  font-weight: 600;
}
.case .r .detail .pic ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.case .r .detail_slide {
  margin-bottom: 30px;
}
.case .r .detail_slide p {
  font-size: 124%;
  text-align: center;
  font-weight: 700;
  padding-top: 10px;
}
.case .r .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.case .r .list:before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}
.case .r .list li {
  width: 32%;
  transition: 0.5s all;
  margin-bottom: 30px;
}
.case .r .list li .sub_ttl {
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0px;
  font-weight: 700;
}
.case .r .list li .btn {
  width: 100%;
  background: #28252e;
  position: relative;
  color: #FFF;
  font-size: 104%;
  display: block;
  text-align: center;
  margin: 0px auto;
  padding: 10px;
  box-sizing: border-box;
  transition: 0.5s all;
}
.case .r .list li .btn:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: #FFF;
  right: 10px;
  font-size: 90%;
  top: 12px;
}
.case .r .list li a {
  display: block;
}
.case .r .list li:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}
.case .r .list li:hover a {
  opacity: 0.6;
}
.case .r .list li .img_wrap {
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.case .r .list li .img_wrap img {
  width: 100%;
  transition-duration: 0.5s;
  z-index: 1;
}
.case .slick_nav .slick-slide {
    margin: 0px 2px 0 0;
    overflow: hidden;
    height:190px;
}
.case .slick_nav .slick-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.case .r .detail_slide .slick-slide {
    height:600px;
    overflow: hidden;
}
.case .r .detail_slide .slick-slide img {
    object-fit: contain;
    height: 100%;
}
.case .slick-slide img{
	margin:auto;
}
.case .slick_nav .slick-track {
transform:unset!important;
}

.qa ul {
  margin-bottom: 40px;
}
.qa ul li .lead {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 25px 0px 40px;
  display: none;
}
.qa ul li .lead a {
  color: #202F55;
  text-decoration: underline;
}
.qa ul li .faq_ttl {
  color: #006CD8;
/*   cursor: pointer; */
  padding: 20px 25px 15px 50px;
  position: relative;
  font-size: 134%;
  box-sizing: border-box;
  counter-increment: num;
  border-bottom: 1px solid #CCC;
}
.qa ul li .faq_ttl:before {
  content: "Q.";
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  left: 10px;
  top: 11px;
  color: #006CD8;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  font-size: 154%;
}

footer {
  background: #211E27;
  padding: 40px 0px 0px;
  width: 100%;
  box-sizing: border-box;
}
footer .copy {
  text-align: center;
  margin-bottom: 10px;
  color: #FFF;
}
footer .f_logo {
  padding: 30px 0px;
  text-align: center;
}
footer .sns {
  width: 100%;
  border-bottom: 1px solid #FFF;
  padding: 20px 0px;
}
footer .sns ul {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
footer .sns ul li {
  margin-right: 30px;
}
footer .sns ul li:last-child {
  margin-right: 0px;
}
footer .link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
footer .link ul li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}
footer .link ul a {
  color: #FFF;
}
footer .online_btn ul {
    justify-content: center;
}


.common_contact {
  padding: 80px 0px;
  width: 100%;
  box-sizing: border-box;
}
.common_contact .btn {
  max-width: 400px;
  width: 100%;
  background: #CAA618;
  position: relative;
  color: #FFF;
  font-size: 154%;
  display: block;
  text-align: center;
  margin: 0px auto;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.5s all;
}
.common_contact .btn:hover {
  opacity: 0.6;
}
.common_contact .btn:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: #FFF;
  right: 10px;
  font-size: 90%;
  top: 22px;
}
.common_contact ul {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 40px 0px 20px;
}
.common_contact ul li:first-child address {
  text-align: center;
  font-size: 154%;
}
.common_contact ul li:first-child address span {
  font-size: 74%;
  color: #202F55;
}

.img_wrap {
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}

.img_wrap img {
  width: 100%;
  transition-duration: 0.5s;
  z-index: 1;
}

.img_wrap:hover img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.large__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.large__column .l {
  width: 70%;
}
.large__column .s {
  width: 28%;
}

.half__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.half__column .box {
  width: 48%;
  margin-bottom: 25px;
}
.half__column .box .txt {
  text-align: center;
  padding-top: 5px;
}

.three__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.three__column:before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}
.three__column .box {
  width: 32%;
  margin-bottom: 25px;
}

.news_box {
  box-sizing: border-box;
  padding-bottom: 30px;
	display: grid;
	grid-template-columns:repeat(2, 1fr);
	gap: 20px;
}
/* .news_box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0px auto 20px;
} */

.news_box dl dt {
/*     width: 25%; */
    width: 80%;
    margin: 0 auto 15px;
}
.news_box dl dt figure {
    height: 150px;
    overflow: hidden;
}
.news_box dl dt figure img {
    object-fit: cover;
    height: 100%;
}
.news_box dl dd span {
    padding: 5px 15px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    background: #D9D9D9;
    border-radius: 20px;
    margin-bottom: 5px;
}
.news_box dl dd {
    width: 80%;
    box-sizing: border-box;
    margin: auto;
}
.news_box dl dd a {
  text-decoration: none;
  color: #000;
}
.wp-pagenavi {
	margin: 0 auto 40px;
	display: flex;
	width: 100%;
}
.news_box dl:hover {
    opacity: 0.7;
}
/*/////////// プライバシーポリシー ////////////*/
.privacy p {
  line-height: 1.5;
  margin-bottom: 30px;
}
.privacy .sub_ttl {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 20px;
}
.privacy .info_block {
  background: #f7f7f7;
  padding: 20px;
}
.privacy .info_block a {
  color: #333;
  text-decoration: none;
}
.privacy .name {
  text-align: right;
}

/*/////////// 会社概要 ////////////*/
.policy article {
  margin-bottom: 30px;
  background: #EEEEEE;
  padding: 25px;
  box-sizing: border-box;
}
.policy article ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.policy article ul li:first-child {
  min-width: 240px;
}
.policy article ul li:last-child {
  padding-left: 30px;
  line-height: 1.7;
}

.company_tbl {
  box-sizing: border-box;
}
.company_tbl table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}
.company_tbl table tr {
  width: 100%;
}
.company_tbl table th, .company_tbl table td {
  box-sizing: border-box;
  padding: 5px 15px;
  font-size: 100%;
}
.company_tbl table th {
  text-align: center;
  width: 30%;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  vertical-align: middle;
}
.company_tbl table td {
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  line-height: 1.7;
}
.company_tbl table td a {
  text-decoration: underline;
}

.message {
  padding-bottom: 40px;
}
.message ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.message ul .pic {
  width: 350px;
}
.message ul .pic img {
  width: 100%;
}
.message ul .pic .name {
  background: #202F55;
  box-sizing: border-box;
  padding: 10px;
  font-size: 144%;
  color: #FFF;
}
.message ul .pic .name img {
  width: 100px;
}
.message ul .pic .name span {
  font-size: 54%;
}
.message ul .txt {
  width: 74%;
  padding-left: 40px;
}
.message ul .txt .sub_ttl {
  font-size: 124%;
  margin-bottom: 20px;
}
.message ul .txt .lead {
  line-height: 1.8;
  margin-bottom: 15px;
  margin-left: auto;
}
.message ul .txt .name {
  text-align: right;
}

.alert li {
  padding-left: 18px;
  position: relative;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
  font-size: 0.8rem;
}
.alert li:before {
  content: "※";
  position: absolute;
  left: 0px;
  top: 0px;
}
.alert li:last-child {
  margin-bottom: 0px;
}

.mess_link {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-color:#F8F6F2;
/*   border: 1px solid #e0e0e0;
  border-radius: 5; */
	margin-bottom: 40px;
}
.mess_link ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.mess_link ul li {
  position: relative;
  margin-right: 10px;
}
.mess_link ul li:not(:last-child):after {
  content: "/";
  font-size: 1.4rem;
  color: #caa618;
  margin-left: 10px;
}
.mess_link ul li a {
  color: #202F55;
  display: inline;
  text-decoration: underline;
  font-size: 1rem;
  line-height: 2 !important;
  word-break: break-all;
}

.message__area {
/*   background: #211E27; */
  width: 100%;
  padding: 0 0 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.message__area p {
    font-family: 'Shippori Mincho', serif;
	font-size: 14px;
	line-height: 2;
}
.message__area .box {
  display: none;
}
.message__area .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message__area .content .left {
  width: 48%;
}
.message__area .content .right {
  width: 48%;
/*   color: #FFF; */
  display: flex;
  justify-content: center;
/*   align-items: center; */
}
.message__area .sub_ttl {
	font-size: 142%;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Shippori Mincho', serif;
	font-weight: 800;
}
.message__area .sub_ttl span {
  font-size: 50%;
}
.message__area .show {
  display: block;
}
.show .content .right p{
	padding-bottom:10px;
}

/* .message__area .pic {
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.message__area .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
} */
.message__area .sm_font {
    font-size: 10px;
    font-weight: 600;
}
.message__area .show:before,.message__area .show:after {
    content: "";
    display: block;
    height: 1px;
    width: 90%;
    background: #caa618;
    margin: auto;
}
.message__area .lead__text {
    font-size: 129%;
    line-height: 2.3;
    margin-bottom: 60px;
}
.message__area  .small__wrap{
	max-width: 960px;
    box-sizing: border-box;
    margin: 0px auto;
    width: 100%;
	padding: 0px;
}


.image__list_ttl ul {
  display: flex;
  flex-wrap: wrap;
}
.image__list_ttl ul li {
  width: 25%;
  margin-bottom: 25px;
  position: relative;
  margin-right: 5%;
  text-align: center;
}
.image__list_ttl ul li .copy {
  position: relative;
  box-sizing: border-box;
  color: #202F55;
  margin-top: 10px;
  text-align: center;
}



.flex__tbl table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  box-sizing: border-box;
}
.flex__tbl table tr {
  width: 100%;
}
.flex__tbl table th, .flex__tbl table td {
  box-sizing: border-box;
  border: 1px solid #B3B3B3;
  font-size: 94%;
}
.flex__tbl table .left {
  text-align: left !important;
}
.flex__tbl table tbody {
  text-align: left;
}
.flex__tbl table tbody th {
  background-color: #E6E6E6;
  text-align: center;
  vertical-align: middle;
  padding: 20px 5px;
  font-size: 100%;
}
.flex__tbl table tbody td {
  background: white;
  line-height: 1.7;
  vertical-align: middle;
  text-align: center;
  padding: 8px;
  font-size: 94%;
}
.flex__tbl table tbody td p {
  line-height: 1.6;
}

.points {
  margin: 45px 0 0;
  counter-reset: points;
}
.points .points__list {
  position: relative;
  padding: 38px 0 44px;
  border-top: 2px solid #ececec;
  z-index: 1;
}
.points .points__list:last-child {
  padding-bottom: 0;
}
.points .points__list p {
  margin: 15px 90px 0;
  line-height: 1.7;
  font-size: 104%;
}
.points .points__list:before {
  display: block;
  content: "0" counter(points);
  position: absolute;
  top: 35px;
  left: 0;
  font-family: "Heebo", sans-serif;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.075em;
  z-index: 1;
  counter-increment: points;
}
.points .points__list .sub_ttl {
  margin: 0 90px 0 0;
  padding: 0 0 10px 90px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 42px;
}

.history_tbl dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.history_tbl dl dt {
  width: 10%;
  padding: 30px 0px;
  box-sizing: border-box;
  border-right: 1px solid #CCC;
  font-size: 84%;
  text-align: center;
}
.history_tbl dl dt span {
  font-size: 184%;
}
.history_tbl dl dd {
  width: 90%;
  padding: 30px;
  box-sizing: border-box;
}
.history_tbl table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: none;
  box-sizing: border-box;
}
.history_tbl table tr {
  width: 100%;
  border-bottom: 1px solid #CCC;
}
.history_tbl table tr:first-child {
  border-top: 1px solid #CCC;
}
.history_tbl table th, .history_tbl table td {
  box-sizing: border-box;
  padding: 30px 20px;
  vertical-align: middle;
}
.history_tbl table th {
  font-size: 84%;
  width: 20%;
  background-color: #F6F7FB;
}
.history_tbl table th span {
  font-size: 184%;
}

.tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  box-sizing: border-box;
}
.tbl tr {
  width: 100%;
}
.tbl th, .tbl td {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #CCC;
  font-size: 0.94rem;
}
.tbl tbody {
  text-align: left;
}
.tbl tbody th {
  background: #F5F5F5;
  color: #211E27;
  text-align: left;
  width: 40%;
}
.tbl tbody td {
  background: white;
}
.tbl tbody td p {
  margin-bottom: 15px;
}

.contact {
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #525252;
}
.contact .outer {
  max-width: 760px;
  width: 100%;
  margin: 0px auto;
}
.contact .outer .sub_ttl {
  font-size: 140%;
  display: flex;
  align-items: center;
  line-height: 0;
  margin-top: 70px;
}
.contact .outer .sub_ttl:before, .contact .outer .sub_ttl:after {
  content: "";
  flex-grow: 3;
  height: 1px;
  background: #EEE;
}
.contact .outer .sub_ttl:before {
  margin-right: 30px;
}
.contact .outer .sub_ttl:after {
  margin-left: 30px;
}
.contact .outer .inner {
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-left: 1px solid #EEE;
  box-sizing: border-box;
  padding: 30px;
}
.contact .outer .inner .lead {
  text-align: center;
  line-height: 1.7;
}
.contact .outer .inner .lead .tel {
  font-size: 200%;
}
.contact .consent {
  text-align: center;
  margin-bottom: 30px;
}
.contact .require {
  display: inline-block;
  background: #202F55;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
  margin-right: 3px;
}
.contact .consent label {
  display: block;
  position: relative;
  padding-left: 1em;
}
.contact .consent label input {
  position: absolute;
  margin-top: 0.4rem;
  margin-left: -1.25rem;
}
.contact .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .list .box {
  border: 1px solid #2A5B88;
  margin-bottom: 30px;
  width: 48%;
}
.contact .list .box .sub_ttl {
  background: #F3F3F3;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0px;
  font-size: 134%;
}
.contact .list .box .inner {
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}
.contact .list .box .inner p {
  margin-bottom: 30px;
}
.contact .list .btn {
  width: 100%;
  background: #2A5B88;
  color: #FFF;
  padding: 20px;
  box-sizing: border-box;
  display: block;
  transition: 0.5s all;
  position: relative;
}
.contact .list .btn:hover {
  opacity: 0.7;
}
.contact .list .btn:hover:after {
  right: 5px;
  transition: 0.5s all;
}
.contact .list .btn:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: #FFF;
  right: 10px;
  font-size: 184%;
  top: 12px;
}
.contact form table {
  width: 100%;
  border-spacing: 0px;
  margin: 20px 0px;
}
.contact form table caption {
  background: #FFF;
  box-sizing: border-box;
  padding: 10px;
  font-size: 100%;
  text-align: left;
}
.contact form table th, .contact form table td {
  padding: 25px 10px;
  border-bottom: 1px solid #CCC;
}
.contact form table th {
  width: 32%;
  text-align: left;
  vertical-align: middle;
  font-size: 0.94rem;
}
.contact form table th span {
  margin-left: 10px;
}
.contact form table td div {
  margin-bottom: 10px;
}
.contact form table td textarea {
  width: 90%;
}
.contact form table td span {
  display: inline-block;
  vertical-align: bottom;
}
.contact form table td .error {
  color: #FF0000;
  font-weight: 500;
  font-size: 110%;
  display: block;
  margin-top: 10px;
  padding: 20px;
  border: 2px solid #fb4040;
  background: #ffe4e4;
}
.contact form table td .check {
  display: block;
  position: relative;
  padding-left: 1em;
  line-height: 2em;
  font-size: 110%;
}
.contact form table td .check input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.contact form table td input {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  font-size: 84%;
}
.contact form table td select {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 10px;
}
.contact form table .normal_txt {
  width: 100%;
}
.contact form table .small_txt {
  width: 75%;
}
.contact form table .tiny_txt {
  width: 25%;
}
.contact form .button_area {
  text-align: center;
  width: 100%;
}
.contact form .button_area br {
  display: none;
}
.contact form .back_btn {
  border-radius: 5px;
  text-align: center;
  padding: 15px 30px;
  background: #CCC;
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
  font-size: 84%;
  margin-top: 5px;
}
.contact form .send_btn {
  border-radius: 5px;
  text-align: center;
  padding: 20px 50px;
  background: #202F55;
  color: #FFF;
  font-size: 84%;
  margin-bottom: 25px;
}
/*---画像比率調整---*/
.aspect_pic figure {
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.aspect_pic figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*---------sdgs*/
.text_area {
    padding: 20px 10px 6px;
    box-sizing: border-box;
    margin: 30px 0;
    font-size: 120%;
    color: #2F5496;
}

.sdgs_no7 .number_list {
    padding: 0 5% 10px;
}
.sdgs_no7 .number_list li {
    color: #2F5496;
    font-weight: bold;
    font-size: 114%;
    margin-bottom: 15px;
}
.sdgs_12 .list li {
    padding: 15px;
    background: #f8f6f2;
    margin-bottom: 10px;
}
.sdgs_12 .list li:last-child {
    margin-bottom: 0;
}
.sdgs_12 .list li p{
	color: #2F5496;
}
.sdgs_12 .list li span {
    font-size: 114%;
    font-weight: bold;
}
.border__box {
    padding: 3%;
    border: 1px solid;
    box-sizing: border-box;
}
.video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    border: none;
}
.box_size {
    background: #ccc;
    width: 249px;
    text-align: center;
    padding: 45px 15px;
    box-sizing: border-box;
}
/*------SIS--------*/
.ttl_area_sis {
    background: #000;
    padding: 10px 0;
    width: 100%;
    max-width: 600px;
    color: #fff;
}
.ttl_area_sis .sub_ttl {
    font-size: 125%;
    font-weight: 800;
    text-align: right;
    padding-right: 5%;
}
.ttl_area_sis .sub_ttl span {
    display: block;
    font-size: 70%;
    margin-top: 5px;
}
/*-----*/
.qa .qa_box li .lead{
	display:block;
}
.qa .qa_box li .faq_ttl{
		color:#000;
}
.qa .qa_box li .faq_ttl:before{
	font-family:normal;
	color:#caa51a;
}
/*--------------
 * 蓄光石　スタイル
 * ------------*/
.cikou__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cikou__column .box01 {
    width: 58%;
}
.cikou__column .box02 {
    width: 40%;
}

.concept_inner dl {
    display: flex;
    flex-wrap: wrap;
	line-height: 1.6;
	text-align:left;
}

.concept_inner dl dt:after {
    content: "：";
    display: inline-block;
}
.concept_inner .col4 .box {
    width: calc(100% / 4 - 2px);
}
.concept_inner .col3 .box {
    width: calc(100% / 3 - 10px);
}
.concept_case .inner:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 2%;
    padding-bottom: 3%;
}
/* .concept_case .inner .aspect_pic figure {
    background: #000;
} */
.accordion .read_more_ac .lead {
    display: none;
	padding: 1.5em 0;
}
.accordion .btn_ttl {
    display: flex;
	cursor: pointer;
	justify-content:end;
}
.accordion .btn_ttl .icon {
    margin-left: 5%;
    transition: .5s all;
}
.accordion .btn_ttl .is-active {
    transition: .5s all;
    transform: rotateZ(90deg);
}
.movie-wrap {
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}
.movie-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
@media screen and (max-width: 1300px) {
  .wrapper, .main_wrapper {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
}

.identity p{
	font-size:113%;
}
.fig_cent{
	text-align:center;
}
.identity .catch{
	text-align:center;
}
.identity .fig_cent img{
	border: 1px solid #ccc;	
}

.center_lead {
    color: red;
    text-align: center;
}

.case_movie iframe {
    width: 100%;
    height: 480px; 
}
.img_size{
	width:600px;
}
.case .detail a {
    text-decoration: underline;
    color: #00a0dc;
}
.itemlist_a li {
	line-height: 2.5;
}
.itemlist_a li a{
	color:blue;
}
.news_detail p img {
    border: 1px #ccc solid;
}








/* 1/18 トップモダール */

.modal-2__wrap {
	padding: 0;
}

.modal-2__wrap input {
    display: none;
}

.modal-2__wrap h2 {
	padding: 50px;
    background: #fff;
    color: #211E27!important;
    font-family: 'Shippori Mincho', serif;
    font-size: 18px;
	font-weight: 400;
    text-align: center;
	line-height: 1.5;
}

.modal-2__open-label,
.modal-2__close-label {
    cursor: pointer;
	transition: 0.5s all;
}

.modal-2__open-label:hover {
	opacity: 0.6;
}

.modal-2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-2__open-input:checked + label + input + .modal-2 {
    display: block;
    animation: modal-2-animation .6s;
}

.modal-2__content-wrap {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px;
    background-color: #211E27;
    color: #fff;
    line-height: 1.8;
    z-index: 2;
    border-radius: 5px;
	font-family: 'Shippori Mincho', serif;
}

.modal-2__close-label {
    background-color: #caa618;
    width: 40px;
    height: 40px;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.3em;
    box-shadow: 1px 2px 7px 0 rgb(255 255 255 / 40%);
}

.modal-2__content {
    max-height: 65vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
}

.modal-2__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-2-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 520px) {
	.modal-2__wrap h2 {
		padding: 30px;
	}
	
    .modal-2__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-2__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-2__content-wrap {
        width: 90vw;
    }

    .modal-2__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }

}
.history_tbl2 table th{
        width: 25%;
}
.img_w80{
width: 80%;
    margin: auto;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
