@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");

/*========================= common =========================*/

html,
body {
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  color: #151c2d;
  line-height: 2;
}

html {
  font-size: 62.5%;
  /*scroll-behavior: smooth;*/
}

body {
  font-size: 1.7rem;
}

a {
  color: #151c2d;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

a:hover {
  color: #e6850e;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

::selection {
  background: #ffe6cc;
  color: #151c2d;
}

::-moz-selection {
  background: #ffe6cc;
  color: #151c2d;
}

.fs_10 {
  font-size: 1rem;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

.container {
  height: 100%;
}

.sec {
  transition: all 1s ease-in-out;
}

.opening {
  opacity: 0;
}

.btn_scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 19px;
  box-sizing: border-box;
  z-index: 100;
  transition: all 0.2s ease-in-out;
}

.btn_scroll span {
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  animation: btn_scroll 0.75s linear infinite;
  transition: all 0.2s ease-in-out;
}

@keyframes btn_scroll {
  from {
    top: 4px;
    opacity: 0;
  }

  33% {
    opacity: 1;
  }

  66% {
    opacity: 1;
  }

  to {
    top: 26px;
    opacity: 0;
  }
}

.btn_scroll:hover {
  /*transform: scale(1.1);*/
  border-color: #e6850e;
}

.btn_scroll:hover span {
  background: #e6850e;
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.page-id-38 .grecaptcha-badge {
  display: block !important;
  z-index: 1010 !important;
}

/*========================= loader =========================*/

.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2000;
}

.loader .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -96px 0 0 -96px;
  width: 192px;
  height: 192px;
  background: url("../assets/icon/loading-logo.png") center no-repeat;
  background-size: contain;
}

.loader:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url("../assets/icon/loader.gif") center no-repeat;
  background-size: contain;
}

/*========================= header =========================*/

header .logo {
  position: absolute;
  top: 72px;
  left: 30px;
  width: 18px;
  height: 210px;
  background: url("https://placehold.co/18x210") center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  z-index: 1000;
  transition: all 0.2s ease-in-out;
}

.single header .logo,
.archive header .logo,
.page-id-3 header .logo,
.page-id-38 header .logo {
  background-image: url("https://placehold.co/18x210");
}

header .btn_gnav {
  position: fixed;
  top: 48px;
  right: 30px;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 1020;
  transition: none;
}

header .btn_gnav span,
header .btn_gnav:before,
header .btn_gnav:after {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 1px;
  background: #fc7209;
  transition: all 0.2s ease-in-out;
}

.home.scroll header .btn_gnav span,
.home.scroll header .btn_gnav:before,
.home.scroll header .btn_gnav:after {
  background: #151c2d !important;
}

.page-id-7 header .btn_gnav span,
.page-id-7 header .btn_gnav:before,
.page-id-7 header .btn_gnav:after {
  background: #fff !important;
}

.single header .btn_gnav span,
.single header .btn_gnav:before,
.single header .btn_gnav:after,
.archive header .btn_gnav span,
.archive header .btn_gnav:before,
.archive header .btn_gnav:after,
.page-id-3 header .btn_gnav span,
.page-id-3 header .btn_gnav:before,
.page-id-3 header .btn_gnav:after,
.page-id-38 header .btn_gnav span,
.page-id-38 header .btn_gnav:before,
.page-id-38 header .btn_gnav:after {
  background: #151c2d !important;
}

header .btn_gnav span {
  top: 29px;
  left: 19px;
}

header .btn_gnav:before {
  top: 24px;
  left: 12px;
}

header .btn_gnav:after {
  top: 34px;
  left: 5px;
}

header .btn_gnav.act span {
  opacity: 0;
}

header .btn_gnav.act:before {
  top: 29px;
  left: 12px;
  transform: rotate(45deg);
  background: #fff !important;
}

header .btn_gnav.act:after {
  top: 29px;
  left: 12px;
  transform: rotate(-45deg);
  background: #fff !important;
}

header .btn_gnav:hover span,
header .btn_gnav:hover:before,
header .btn_gnav:hover:after,
.page-id-7 header .btn_gnav:hover span,
.page-id-7 header .btn_gnav:hover:before,
.page-id-7 header .btn_gnav:hover:after {
  background: #e6850e !important;
}

header .year {
  position: absolute;
  bottom: 48px;
  left: 30px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  z-index: 1000;
}

header .logo_af {
  position: absolute;
  bottom: 48px;
  right: 30px;
  width: auto;
  height: 90px;
  z-index: 1000;
}

/*========================= footer =========================*/

footer {
  margin: 0 30px;
}

footer .top {
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
  width: 1080px;
  overflow: hidden;
}

footer .top .wrap_company,
footer .top .wrap_shop {
  float: left;
  width: 50%;
}

footer .top .wrap_company .wrap_sdgs {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 360px;
}

footer .top .wrap_company .wrap_sdgs .wrap_img {
  width: 80px;
}

footer .top .wrap_company .wrap_sdgs .wrap_img svg {
  width: 80px;
  height: auto;
}

footer .top .wrap_company .wrap_sdgs .wrap_txt {
  font-size: 1.4rem;
  line-height: 1.5;
}

footer .top .ttl {
  margin-bottom: 48px;

  font-style: italic;
  font-size: 3.2rem;
  line-height: 1;
}

footer .top .ttl span {
  display: inline-block;
  transition: all 1.5s ease-in-out;
}

footer.opening .ttl span {
  transform: perspective(50vw) rotateX(-20deg) rotateY(20deg) scale(1.05);
}

footer .top dl {
  margin-bottom: 48px;
  line-height: 1.5;
  overflow: hidden;
}

footer .top dl:last-child {
  margin-bottom: 0;
}

footer .top dl dt {
  float: left;
  padding-top: 5px;
  font-size: 1.2rem;
}

footer .top dl dd {
  margin-bottom: 8px;
  margin-left: 120px;
  font-size: 1.6rem;
}

footer .top dl dd dl {
  margin-bottom: 0;
}

footer .top dl dd dl dt {
  padding-top: 0;
  font-size: 1.6rem;
}

footer .top dl dd dl dd {
  margin-left: 96px;
}

footer .top dl dd section {
  margin-bottom: 8px;
}

footer .top dl dd section .sttl {
  font-size: 1.1rem;
}

footer .top dl dd .link {
  padding-right: 14px;
  background: url("../images/open-link.png") right center no-repeat;
  background-size: 10px;
  transition: all 0.1s ease-in-out;
}

footer .top dl dd .tel {
  padding-right: 14px;
  background: url("../images/tel.png") right center no-repeat;
  background-size: 10px;
  transition: all 0.1s ease-in-out;
}

footer .top dl dd .ant {
  font-size: 1.1rem;
}

footer .top dl dd .only_pc {
  display: inline-block !important;
}

footer .top .bnr_village {
  display: block;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 360px;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid #dce5f0;
  text-decoration: none;
  line-height: 78px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

footer .top .bnr_village:hover {
  border-color: #151c2d;
  color: #151c2d;
}

footer .top .bnr_village .logo {
  float: left;
  margin: 25px 25px 0 40px;
  width: 150px;
  height: auto;
}

footer .top .bnr_village.bnr_village2 {
  bottom: 180px;
}

footer .top .bnr_village.bnr_village2 .logo {
  margin-top: 32px;
}

footer .top .bnr_village p {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

footer .top .bnr_village:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 11px;
  width: 10px;
  height: 10px;
  background: url("https://placehold.co/10x10") right center no-repeat;
  background-size: contain;
}

footer .bottom {
  border-top: 1px solid #dce5f0;
}

footer .bottom .cont {
  margin: 0 auto;
  width: 1080px;
  line-height: 72px;
  overflow: hidden;
}

footer .bottom .cont ul {
  float: left;
}

footer .bottom .cont ul li {
  display: inline-block;
  margin-right: 48px;
}

footer .bottom .cont ul li a {
  font-size: 1.5rem;
  text-decoration: none;
}

footer .bottom .cont .cpr {
  float: right;
  font-size: 1.2rem;
}

/*========================= gnav =========================*/

.gnav {
  display: none;
  position: fixed;
  z-index: 1010;
}

/* .gnav .logo {
	position: fixed;
	top: 72px;
	left: 30px;
	width: 18px;
	height: 210px;
	 background: url("https://placehold.co/18x210") center no-repeat; 
	background-size: contain;
	text-indent: -9999px;
	z-index: 30;
	transition: all .2s ease-in-out;
} */

.gnav .cont .nav1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 660px;
}

.gnav .cont .nav1 ul {
  overflow: hidden;
}

.gnav .cont .nav1 ul li {
  float: left;
  margin: 12px 0;
  width: 50%;
}

.gnav .cont .nav1 ul li a {
  font-style: italic;
  font-size: 6.4rem;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}

.gnav .cont .nav1 ul li a:hover {
  color: #e6850e;
}

.gnav .cont .nav1 ul li a .small {
  display: block;

  font-style: normal;
  font-size: 1.4rem;
  vertical-align: top;
}

.gnav .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 14, 23, 0.9);
  z-index: 10;
}

.gnav .btn_close {
  position: fixed;
  top: 48px;
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 30;
}

.gnav .btn_close:before,
.gnav .btn_close:after {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 1px;
  background: #fff;
}

.gnav .btn_close:before {
  top: 29px;
  left: 12px;
  transform: rotate(45deg);
}

.gnav .btn_close:after {
  top: 29px;
  left: 12px;
  transform: rotate(-45deg);
}

.gnav .cont .nav2 {
  display: none;
  position: fixed;
  bottom: 48px;
  left: 30px;
  font-size: 1.4rem;
  line-height: 1;
  z-index: 20;
}

.gnav .cont .nav2 ul li {
  display: inline-block;
  margin-right: 30px;
}

.gnav .cont .nav2 ul li a {
  color: #fff;
  text-decoration: none;
}

.gnav .cont .nav2 ul li a:hover {
  color: #e6850e;
}

.gnav .logo_af {
  display: none;
  position: fixed;
  bottom: 48px;
  right: 30px;
  width: auto;
  height: 90px;
  z-index: 20;
}

/*========================= sec_kv =========================*/

.sec_kv {
  width: 100%;
  height: 100%;
  background: #000;
}

.sec_kv h1 {
  position: absolute;
  top: 50%;
  left: 20.833%;
  margin-top: -85px;

  font-size: 6.6rem;
  color: #fff;
  letter-spacing: -0.1em;
  line-height: 1.3;
  z-index: 100;
  transition: all 2s ease-in-out;
}

.sec_kv.opening h1 {
  transform: perspective(50vw) rotateX(-10deg) rotateY(10deg) scale(1.01);
}

.sec_kv ul,
.sec_kv .slick-list,
.sec_kv .slick-track {
  width: 100%;
  height: 100%;
}

.sec_kv ul li {
  position: relative;
  width: 100%;
  height: 100%;
}

.sec_kv ul li .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 12s linear;
}

.sec_kv .act .slick-active .bg {
  transform: scale(1.1);
}

/* 首页图片更换的地方 */
.sec_kv ul li .bg1 {
  background: url("../assets/top/topimg001atami.jpg") center no-repeat;
  background-size: cover;
}

.sec_kv ul li .bg2 {
  background: url("../assets/top/topimg002senkokuhara.jpg") center no-repeat;
  background-size: cover;
}

.sec_kv ul li .bg3 {
  background: url("../assets/top/topimg003skhhotel.jpg") center no-repeat;
  background-size: cover;
}

.sec_kv ul li .bg4 {
  background: url("../assets/top/topimg004fujimi.pic.jpg") center no-repeat;
  background-size: cover;
}

.sec_kv ul li .bg5 {
  background: url("../assets/top/topimg005hikageyama.jpg") center no-repeat;
  background-size: cover;
}

.sec_kv ul li .bg:before,
.sec_kv ul li .bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec_kv ul li .bg:before {
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0.3;
  z-index: 10;
}

.sec_kv ul li .bg:after {
  background: linear-gradient(to right, #ff9f33 0%, #f39800 100%);
  mix-blend-mode: overlay;
  opacity: 0.3;
  z-index: 20;
}

/*========================= sec_news =========================*/

.sec_news {
  position: relative;
  padding: 170px 0 190px;
  background: linear-gradient(
    -45deg,
    #ffc999 0%,
    #ff9f33 40%,
    #ffb366 60%,
    #f39800 100%
  );
  animation: bggradient 5s ease infinite;
  background-size: 200% 200%;
  overflow: hidden;
}

.sec_news .ttl {
  margin: 0 auto 24px;
  width: 960px;

  font-style: italic;
  font-size: 4rem;
  line-height: 1;
}

.sec_news .ttl div {
  display: inline-block;
  transition: all 1.5s ease-in-out;
}

.sec_news.opening .ttl div {
  transform: perspective(50vw) rotateX(-20deg) rotateY(20deg) scale(1.15);
}

.sec_news .ttl .num {
  padding-left: 4px;

  font-style: normal;
  font-size: 1.2rem;
  vertical-align: top;
}

.sec_news ul {
  position: static !important;
  margin: 0 auto 32px;
  width: 1020px;
  z-index: 100;
}

.sec_news ul .slick-list {
  overflow: visible;
}

.sec_news ul .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 80px;
  height: 40px;
  background: url("../assets/icon/arrow-icon.png") center no-repeat;
  background-size: contain;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 10;
  transition: all 0.2s ease-in-out;
}

.sec_news ul .slick-prev {
  left: 30px;
  transform: scale(-1, 1);
}

.sec_news ul .slick-next {
  right: 30px;
}

.sec_news ul .slick-disabled {
  opacity: 0;
  cursor: auto;
}

.sec_news ul .slick-prev:hover {
  transform: scale(-1.1, 1.1);
}

.sec_news ul .slick-next:hover {
  transform: scale(1.1);
}

.sec_news ul li {
  padding-left: 30px;
}

.sec_news ul li a {
  display: block;
  position: relative;
  padding-top: 133.333%;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.sec_news ul li a:hover {
  transform: scale(1.03);
}

.sec_news ul li a .ico_new {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  z-index: 10;
}

.sec_news ul li a .logo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
}

.sec_news ul li a .logo_facility1 {
  width: 116px;
}

.sec_news ul li a .logo_facility2 {
  width: 144px;
}

.sec_news ul li a .logo_facility3 {
  width: 116px;
}

.sec_news ul li a .logo_facility4 {
  width: 144px;
}

.sec_news ul li a .logo_facility5 {
  width: 137px;
}

.sec_news ul li a .sttl {
  position: absolute;
  right: 30px;
  bottom: 72px;
  left: 30px;

  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  z-index: 10;
}

.sec_news ul li a .date {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  z-index: 10;
}

.sec_news ul li a .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000 center no-repeat;
  background-size: cover;
  z-index: 0;
}

.sec_news ul li a .bg:before,
.sec_news ul li a .bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec_news ul li a .bg:before {
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0.3;
  z-index: 10;
}

.sec_news ul li a .bg:after {
  background: linear-gradient(to right, #ff9f33 0%, #f39800 100%);
  mix-blend-mode: overlay;
  opacity: 0.25;
  z-index: 20;
}

.sec_news .btn_more {
  float: right;
  margin-right: 120px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1;
}

/*========================= sec_mission =========================*/

.sec_mission {
  display: table;
  padding-top: 240px;
  width: 100%;
}

.sec_mission .wrap_img,
.sec_mission .wrap_txt {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
}

.sec_mission .wrap_img {
  position: relative;
  width: 54.167%;
  background: url("../assets/missions/mission.jpg") center top no-repeat;
  background-size: cover;
}

.sec_mission .wrap_img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec_mission .wrap_img:after {
  background: linear-gradient(to right, #ff9f33 0%, #f39800 100%);
  mix-blend-mode: overlay;
  opacity: 0.3;
  z-index: 20;
}

.sec_mission .wrap_txt {
  padding: 160px 8.333% 0;
  width: 45.833%;
}

.sec_mission .wrap_txt .ttl {
  margin-bottom: 160px;

  font-style: italic;
  font-size: 6.4rem;
  line-height: 1;
}

.sec_mission .wrap_txt .ttl div {
  display: inline-block;
  transition: all 1.5s ease-in-out;
}

.sec_mission.opening .wrap_txt .ttl div {
  transform: perspective(50vw) rotateX(-20deg) rotateY(20deg) scale(1.05);
}

.sec_mission .wrap_txt .ttl .small {
  display: block;

  font-style: normal;
  font-size: 1.4rem;
}

.sec_mission .wrap_txt .sttl {
  margin-bottom: 40px;

  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 2;
}

.sec_mission .wrap_txt p {
  letter-spacing: 0.05em;
  line-height: 1.8;
}

/*========================= sec_vision =========================*/

.sec_vision {
  display: table;
  margin: 0 8.333%;
  padding-top: 240px;
  width: 83.334%;
}

.sec_vision .wrap_img.only_pc,
.sec_vision .wrap_txt {
  display: table-cell !important;
  box-sizing: border-box;
  vertical-align: top;
}

.sec_vision .wrap_img {
  position: relative;
  width: 45.833%;
  background: url("../assets/vision/vision.jpg") center top no-repeat;
  background-size: cover;
}

.sec_vision .wrap_img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec_vision .wrap_img:after {
  background: linear-gradient(to right, #ff9f33 0%, #f39800 100%);
  mix-blend-mode: overlay;
  opacity: 0.3;
  z-index: 20;
}

.sec_vision .wrap_txt {
  padding-top: 160px;
  padding: 160px 8.333% 0 0;
  width: 37.5%;
}

.sec_vision .wrap_txt .ttl {
  margin-bottom: 160px;

  font-style: italic;
  font-size: 6.4rem;
  line-height: 1;
}

.sec_vision .wrap_txt .ttl div {
  display: inline-block;
  transition: all 1.5s ease-in-out;
}

.sec_vision.opening .wrap_txt .ttl div {
  transform: perspective(50vw) rotateX(-20deg) rotateY(20deg) scale(1.05);
}

.sec_vision .wrap_txt .ttl .small {
  display: block;

  font-style: normal;
  font-size: 1.4rem;
}

.sec_vision .wrap_txt .sttl {
  margin-bottom: 40px;

  font-size: 3.0rem;
  letter-spacing: 0.1rem;
  line-height: 2;
}

.sec_vision .wrap_txt p {
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

/*========================= sec_way =========================*/

.sec_way {
  padding-top: 240px;
  text-align: center;
}

.sec_way .ttl {
  display: inline-block;
  margin-bottom: 60px;

  font-style: italic;
  font-size: 6.4rem;
  text-align: left;
  line-height: 1;
}

.sec_way .ttl div {
  display: inline-block;
  transition: all 1.5s ease-in-out;
}

.sec_way .ttl.opening div {
  transform: perspective(50vw) rotateX(-20deg) rotateY(20deg) scale(1.05);
}

.sec_way .ttl .small {
  display: block;

  font-style: normal;
  font-size: 1.4rem;
}

.sec_way section {
  display: table;
  width: 100%;
  min-height: 470px;
  transition: all 1s ease-in-out;
}

.sec_way section .wrap_img,
.sec_way section .wrap_txt {
  display: table-cell;
  position: relative;
  width: 50%;
  vertical-align: middle;
}

.sec_way section .wrap_img {
  position: relative;
  padding-top: 30.278%;
  background: #000;
}

.sec_way section .wrap_img.only_pc {
  display: table-cell !important;
}

.sec_way section .wrap_img:before,
.sec_way section .wrap_img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec_way section .wrap_img:before {
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0.4;
  z-index: 10;
}

.sec_way section .wrap_img:after {
  background: linear-gradient(to right, #ff9f33 0%, #f39800 100%);
  mix-blend-mode: overlay;
  opacity: 0.3;
  z-index: 20;
}

.sec_way section .wrap_img .sttl {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  width: 100%;

  font-style: italic;
  font-weight: lighter;
  font-size: 6rem;
  color: #fff;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  z-index: 30;
  transition: all 1.5s ease-in-out;
}

.sec_way section.opening .wrap_img .sttl {
  letter-spacing: 0.1em;
}

.sec_way section .wrap_img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.sec_way .way1 .wrap_img .bg {
  background: url("../assets/values/valuesimg001.jpg") center no-repeat;
  background-size: cover;
}

.sec_way .way2 .wrap_img .bg {
  background: url("../assets/values/valuesimg002.jpg") center no-repeat;
  background-size: cover;
}

.sec_way .way3 .wrap_img .bg {
  background: url("../assets/values/valuesimg003.jpg") center no-repeat;
  background-size: cover;
}

.sec_way .way4 .wrap_img .bg {
  background: url("../assets/values/valuesimg004.jpg") center no-repeat;
  background-size: cover;
}

.sec_way .way5 .wrap_img .bg {
  background: url("../assets/values/valuesimg005.jpg") center no-repeat;
  background-size: cover;
}

.sec_way section .wrap_txt .num {
  position: absolute;
  top: 30px;
  left: 30px;
  font-weight: 600;
  font-size: 1.6rem;
}

.sec_way section .wrap_txt .cont {
  display: inline-block;
  text-align: left;
}

.sec_way section .wrap_txt .cont .ssttl {
  margin-bottom: 32px;

  font-size: 2.6rem;
  letter-spacing: 0.1rem;
  line-height: 2;
}

.sec_way section .wrap_txt .cont p {
  letter-spacing: 0.18rem;
}

/*========================= sec_message =========================*/

.sec_message {
  position: relative;
  padding-top: 240px;
  overflow: hidden;
}

.sec_message .ttl {
  margin: 0 auto 48px;
  width: 1080px;

  font-style: italic;
  font-size: 6.4rem;
  text-align: center;
  line-height: 1;
}

.sec_message .ttl div {
  display: inline-block;
  transition: all 1.5s ease-in-out;
}

.sec_message.opening .ttl div {
  transform: perspective(50vw) rotateX(-20deg) rotateY(20deg) scale(1.05);
}

.sec_message .ttl .small {
  display: block;

  font-style: normal;
  font-size: 1.4rem;
}

.sec_message .wrap_txt {
  position: relative;
  margin: 0 auto;
  padding-bottom: 240px;
  padding-left: 0;
  width: 1080px;
  box-sizing: border-box;
  text-align: center;
}

.sec_message .wrap_txt .sttl {
  margin-bottom: 64px;

  font-size: 3.2rem;
  letter-spacing: -0.08em;
  line-height: 1.5;
}

.sec_message .wrap_txt .sttl .en {
  letter-spacing: -0.02em;
}

.sec_message .wrap_txt p {
  margin-bottom: 12rem;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 4.5rem;
}

.sec_message .wrap_txt .name {
  font-size: 1.9rem;
  line-height: 1;
}

.sec_message .wrap_txt .name .small {
  display: block;
  margin-bottom: 8px;

  font-style: normal;
  font-size: 1.2rem;
}

.sec_message .wrap_txt .message_sign {
  position: absolute;
  bottom: 180px;
  right: 0;
  width: 240px;
}

.sec_message .bg {
  display: none;
}

/*========================= sec_business =========================*/

.sec_business {
  padding: 240px 0;
  background: linear-gradient(
    -45deg,
    #ffc999 0%,
    #ff9f33 40%,
    #ffb366 60%,
    #f39800 100%
  );
  animation: bggradient 5s ease infinite;
  background-size: 200% 200%;
}

.sec_business .ttl {
  margin: 0 auto 60px;
  width: 1080px;

  font-style: italic;
  font-size: 6.4rem;
  text-align: left;
  line-height: 1;
}

.sec_business .ttl div {
  display: inline-block;
  transition: all 1.5s ease-in-out;
}

.sec_business .ttl.opening div {
  transform: perspective(50vw) rotateX(-20deg) rotateY(20deg) scale(1.05);
}

.sec_business .ttl .small {
  display: block;

  font-style: normal;
  font-size: 1.4rem;
}

.sec_business section {
  display: table;
  margin: 0 auto 60px;
  width: 1080px;
  transition: all 1s ease-in-out;
}

.sec_business section.opening {
  padding-top: 20px;
}

.sec_business section:last-child {
  margin-bottom: 0;
}

.sec_business section .wrap_txt,
.sec_business section .wrap_img {
  display: table-cell;
  vertical-align: middle;
}

.sec_business section .wrap_txt {
  padding-right: 60px;
  box-sizing: border-box;
}

.sec_business section .wrap_txt .sttl {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.sec_business section .wrap_txt .logo {
  margin-bottom: 40px;
}

.sec_business section .wrap_txt .logo_facility1 {
  width: 180px;
}

.sec_business section .wrap_txt .logo_facility2 {
  width: 206px;
}

.sec_business section .wrap_txt .logo_facility3 {
  width: 193px;
}

.sec_business section .wrap_txt .logo_facility4 {
  width: 204px;
}

.sec_business section .wrap_txt p {
  margin-bottom: 12px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.sec_business section .wrap_txt .link {
  padding-right: 14px;
  background: url("https://placehold.co/10x10") right center no-repeat;
  background-size: 10px;
  font-size: 1.2rem;
  transition: all 0.1s ease-in-out;
}

.sec_business section .wrap_txt .link:hover {
  background-image: url("https://placehold.co/10x10");
}

.sec_business section .wrap_img {
  position: relative;
  width: 540px;
  height: 405px;
  background: #000;
}

.sec_business .business1 .wrap_img {
  background: url("../assets/business/businessimg001.jpg") center no-repeat;
  background-size: cover;
}

.sec_business .business2 .wrap_img {
  background: url("../assets/business/businessimg002.jpg") center no-repeat;
  background-size: cover;
}

.sec_business .business3 .wrap_img {
  background: url("../assets/business/businessimg003.jpg") center no-repeat;
  background-size: cover;
}

.sec_business .business4 .wrap_img {
  background: url("../assets/business/businessimg004.jpg") center no-repeat;
  background-size: cover;
}

.sec_business .business5 .wrap_img {
  background: url("../assets/business/businessimg005.jpg") center no-repeat;
  background-size: cover;
}
.sec_business .business6 .wrap_img {
  background: url("../assets/business/businessimg006.jpg") center no-repeat;
  background-size: cover;
}

.sec_business section .wrap_img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec_business section .wrap_img:after {
  background: linear-gradient(to right, #ff9f33 0%, #f39800 100%);
  mix-blend-mode: overlay;
  opacity: 0.2;
  z-index: 20;
}

/*========================= sec_landscape =========================*/

.sec_landscape {
  position: relative;
  padding-top: 50%;
  width: 100%;
}

.sec_landscape .wrap_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("https://placehold.co/1920x960") top no-repeat;
  background-size: 100% auto;
}

.sec_landscape .wrap_img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.sec_landscape .wrap_img:after {
  background: linear-gradient(to right, #ff9f33 0%, #f39800 100%);
  mix-blend-mode: overlay;
  opacity: 0.3;
  z-index: 20;
}

/*========================= sec_history =========================*/

.sec_history {
  padding-top: 240px;
}

.sec_history .bnr {
  display: table;
  position: relative;
  margin: 0 4.167%;
  width: 93.833%;
  height: 360px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.sec_history .bnr .wrap_ttl,
.sec_history .bnr .wrap_txt {
  display: table-cell;
  position: relative;
  width: 50%;
  vertical-align: middle;
  z-index: 100;
}

.sec_history .bnr .wrap_ttl {
  text-align: center;
}

.sec_history .bnr .wrap_ttl .ttl {
  display: inline-block;
  margin-top: -12px;

  font-style: italic;
  font-size: 7.2rem;
  text-align: left;
  line-height: 1;
}

.sec_history .bnr .wrap_ttl .ttl div {
  display: inline-block;
  transition: all 1.5s ease-in-out;
}

.sec_history.opening .bnr .wrap_ttl .ttl div {
  transform: perspective(50vw) rotateX(-20deg) rotateY(20deg) scale(1.05);
}

.sec_history .bnr .wrap_ttl .ttl .small {
  display: block;

  font-style: normal;
  font-size: 1.6rem;
}

.sec_history .bnr .wrap_txt p {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.sec_history .bnr .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://placehold.co/1200x360") center no-repeat;
  background-size: cover;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}

.sec_history .bnr:hover .bg {
  transform: scale(1.02);
}

.sec_history .bnr .bg:before,
.sec_history .bnr .bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec_history .bnr .bg:before {
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0.66;
  z-index: 10;
}

.sec_history .bnr .bg:after {
  background: linear-gradient(to right, #ff9f33 0%, #f39800 100%);
  mix-blend-mode: overlay;
  opacity: 0.3;
  z-index: 20;
}

.sec_history .bnr .btn_more {
  position: absolute;
  bottom: 36px;
  right: 60px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 0.01em;
  line-height: 1;
}

/*========================= sec_amakusa =========================*/

.sec_amakusa {
  position: relative;
  padding-top: 240px;
}

.sec_amakusa .ttl {
  margin: 0 auto 60px;
  width: 1080px;

  font-style: italic;
  font-size: 5.2rem;
  text-align: left;
  line-height: 1;
}

.sec_amakusa .ttl div {
  display: inline-block;
  transition: all 1.5s ease-in-out;
}

.sec_amakusa.opening .ttl div {
  transform: perspective(50vw) rotateX(-20deg) rotateY(20deg) scale(1.05);
}

.sec_amakusa .ttl .small {
  display: block;

  font-style: normal;
  font-size: 1.3rem;
}

.sec_amakusa .wrap_txt {
  margin: 0 auto;
  width: 1080px;
  margin-bottom: 2rem;
}

.sec_amakusa .wrap_txt p {
  padding-top: 50px;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  line-height: 2;
}

.sec_amakusa .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 960px;
  background: url("../images/map.jpg") center top no-repeat;
  background-size: 1440px auto;
  z-index: -1;
}

/*========================= sec_gallery =========================*/

.sec_gallery {
  position: relative;
  padding: 152px 0;
  overflow: hidden;
}

.sec_gallery ul {
  position: static !important;
  margin: 0 auto;
  width: 1096px;
}

.sec_gallery ul li {
  display: block !important;
  position: relative;
  padding-top: 100%;
}

.sec_gallery ul li:after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 26px;
  height: 26px;
  background: url("../images/zoom-icon.png") center no-repeat;
  background-size: contain;
}

.sec_gallery ul li a {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  background-position: center;
  background-size: cover;
  text-indent: -9999px;
  transition: all 0.2s ease-in-out;
}

.sec_gallery ul li a:hover {
  transform: scale(1.05);
}

.sec_gallery ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec_gallery ul li a:after {
  background: linear-gradient(to right, #ff9f33 0%, #f39800 100%);
  mix-blend-mode: overlay;
  opacity: 0.2;
  z-index: 20;
}

.sec_gallery ul .slick-list {
  overflow: visible;
}

.sec_gallery ul .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 80px;
  height: 40px;
  background: url("../assets/icon/arrow-icon.png") center no-repeat;
  background-size: contain;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 10;
  transition: all 0.2s ease-in-out;
}

.sec_gallery ul .slick-prev {
  left: 30px;
  transform: scale(-1, 1);
}

.sec_gallery ul .slick-next {
  right: 30px;
}

.sec_gallery ul .slick-disabled {
  opacity: 0;
  cursor: auto;
}

.sec_gallery ul .slick-prev:hover {
  transform: scale(-1.1, 1.1);
}

.sec_gallery ul .slick-next:hover {
  transform: scale(1.1);
}

.sec_gallery ul .slick-list .slick-track .slick-slide div {
  overflow: hidden;
}

.sec_gallery .popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.sec_gallery .popup img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 75%;
  max-height: 75%;
  z-index: 20;
  transition: all 0.7s ease-in-out;
}

.sec_gallery .popup.act img {
  max-width: 80%;
  max-height: 80%;
}

.sec_gallery .popup .caption {
  display: table;
  position: absolute;
  right: 10%;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 10%;

  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  z-index: 30;
}

.sec_gallery .popup .caption p {
  display: table-cell;
  line-height: 1.5;
  vertical-align: middle;
}

.sec_gallery .popup .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 14, 23, 0.9);
  z-index: 10;
}

.sec_gallery .popup .btn_close {
  position: fixed;
  top: 48px;
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 40;
}

.sec_gallery .popup .btn_close:before,
.sec_gallery .popup .btn_close:after {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 1px;
  background: #fff;
}

.sec_gallery .popup .btn_close:before {
  top: 29px;
  left: 12px;
  transform: rotate(45deg);
}

.sec_gallery .popup .btn_close:after {
  top: 29px;
  left: 12px;
  transform: rotate(-45deg);
}

/*========================= sec_history_page =========================*/

.sec_history_page {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  overflow: hidden;
  transition: all 1s ease-in-out;
}

.sec_history_page.opening {
  opacity: 1;
}

.sec_history_page .ttl {
  position: absolute;
  top: 68px;
  left: 80px;
  z-index: 200;
  mix-blend-mode: lighten;
  transition: all 1.5s ease-in-out;
}

.sec_history_page.opening .ttl {
  left: 60px;
  opacity: 0;
}

.sec_history_page .ttl div {
  display: inline;
  background: #f39800;

  font-size: 5rem;
  color: #000;
  letter-spacing: -0.08em;
  line-height: 1.45;
  transition: all 1.5s ease-in-out;
}

.sec_history_page .cont {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: all 1s ease-in-out;
}

.sec_history_page.opening .cont {
  opacity: 0;
}

.sec_history_page .cont .wrap_year,
.sec_history_page .cont .wrap_txt {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.sec_history_page .cont .wrap_year {
  text-align: right;
}

.sec_history_page .cont .wrap_year .sttl {
  display: inline-block;
  margin-right: 60px;
  border-bottom: 1px solid #fff;

  font-style: italic;
  font-size: 4.4rem;
  line-height: 1;
  transition: all 1.5s ease-in-out;
}

.sec_history_page.opening .cont .wrap_year .sttl {
  transform: perspective(50vw) rotateX(-20deg) rotateY(20deg) scale(1.05);
}

.sec_history_page .cont .wrap_txt .ssttl {
  margin-bottom: 36px;

  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.sec_history_page .cont .wrap_txt p {
  margin-right: 16.667%;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.sec_history1 .wrap_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  text-align: center;
  z-index: 100;
  transition: all 1.5s ease-in-out;
}

.sec_history1.opening .wrap_ttl {
  opacity: 0;
}

.sec_history1 .wrap_ttl .pttl {
  display: inline-block;
  margin-bottom: 40px;

  font-style: italic;
  font-size: 9.6rem;
  text-align: left;
  line-height: 1;
  transition: all 1.5s ease-in-out;
}

.sec_history1.opening .wrap_ttl .pttl {
  transform: perspective(50vw) rotateX(-20deg) rotateY(20deg) scale(1.05);
}

.sec_history1 .wrap_ttl .pttl .small {
  display: block;

  font-style: normal;
  font-size: 1.8rem;
}

.sec_history1 .wrap_ttl p {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.sec_history_page .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  transition: all 1s ease-in-out;
}

.sec_history_page.opening .bg {
  opacity: 0;
}

.sec_history_page .bg div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 15s linear;
}

.sec_history_page.opening .bg div {
  transform: scale(1.1);
}

.sec_history1 .bg div:before,
.sec_history_page .bg div:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec_history1 .bg div:before {
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0.66;
  z-index: 10;
}

.sec_history1 .bg div {
  background: url("https://placehold.co/1920x1080") center no-repeat;
  background-size: cover;
}

.sec_history1 .bg div:after {
  background: linear-gradient(to right, #ff9f33 0%, #f39800 100%);
  mix-blend-mode: overlay;
  opacity: 0.3;
  z-index: 20;
}

.sec_history2 .bg div {
  background: url("https://placehold.co/1920x1080") center no-repeat;
  background-size: cover;
}

.sec_history2 .bg div:after {
  background: #001158;
  mix-blend-mode: multiply;
  opacity: 0.75;
  z-index: 20;
}

.sec_history3 .bg div {
  background: url("https://placehold.co/1920x1080") center no-repeat;
  background-size: cover;
}

.sec_history3 .bg div:after {
  background: #001b58;
  mix-blend-mode: multiply;
  opacity: 0.75;
  z-index: 20;
}

.sec_history4 .bg div {
  background: url("https://placehold.co/1920x1080") center no-repeat;
  background-size: cover;
}

.sec_history4 .bg div:after {
  background: #002258;
  mix-blend-mode: multiply;
  opacity: 0.75;
  z-index: 20;
}

.sec_history5 .bg div {
  background: url("https://placehold.co/1920x1080") center no-repeat;
  background-size: cover;
}

.sec_history5 .bg div:after {
  background: #002958;
  mix-blend-mode: multiply;
  opacity: 0.75;
  z-index: 20;
}

.sec_history6 .bg div {
  background: url("https://placehold.co/1920x1080") center no-repeat;
  background-size: cover;
}

.sec_history6 .bg div:after {
  background: #003358;
  mix-blend-mode: multiply;
  opacity: 0.75;
  z-index: 20;
}

.sec_history7 .bg div {
  background: url("https://placehold.co/1920x1080") center no-repeat;
  background-size: cover;
}

.sec_history7 .bg div:after {
  background: #003d58;
  mix-blend-mode: multiply;
  opacity: 0.75;
  z-index: 20;
}

.sec_history8 .bg div {
  background: url("https://placehold.co/1920x1080") center no-repeat;
  background-size: cover;
}

.sec_history8 .bg div:after {
  background: #004758;
  mix-blend-mode: multiply;
  opacity: 0.75;
  z-index: 20;
}

.sec_history8 {
  margin-bottom: 160px;
}

.sec_history_page .btn_scroll {
  display: none;
  position: fixed;
}

.sec_history_page.cur .btn_scroll {
  display: block;
}

/*========================= sec_news_single =========================*/

.sec_news_single {
  margin: 0 auto 160px;
  width: 660px;
}

.sec_news_single .wrap_img {
  position: relative;
  margin: 0 -90px 80px;
}

.sec_news_single .wrap_img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec_news_single .wrap_img:after {
  background: linear-gradient(to right, #ff9f33 0%, #f39800 100%);
  mix-blend-mode: overlay;
  opacity: 0.3;
  z-index: 20;
}

.sec_news_single .logo {
  margin-bottom: 16px;
}

.sec_news_single .logo_facility1 {
  width: 116px;
}

.sec_news_single .logo_facility2 {
  width: 144px;
}

.sec_news_single .logo_facility3 {
  width: 116px;
}

.sec_news_single .logo_facility4 {
  width: 144px;
}

.sec_news_single .logo_facility5 {
  width: 137px;
}

.sec_news_single .pttl {
  margin-bottom: 8px;

  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.sec_news_single .date {
  display: block;
  margin-bottom: 48px;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.sec_news_single p {
  margin-bottom: 24px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.sec_news_single .wrap_nav {
  position: relative;
  padding-top: 80px;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
}

.sec_news_single .wrap_nav a {
  display: inline-block;
  width: 200px;
  border: 1px solid #dce5f0;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.sec_news_single .wrap_nav a:hover {
  border-color: #151c2d;
  color: #151c2d;
}

.sec_news_single .wrap_nav .btn_prev,
.sec_news_single .wrap_nav .btn_next {
  position: absolute;
}

.sec_news_single .wrap_nav .btn_prev {
  right: 0;
}

.sec_news_single .wrap_nav .btn_next {
  left: 0;
}

.single footer,
.page-id-3 footer,
.page-id-38 footer {
  border-top: 1px solid #dce5f0;
}

.single header .year,
.single header .logo_af,
.page-id-3 header .year,
.page-id-3 header .logo_af,
.page-id-38 header .year,
.page-id-38 header .logo_af {
  display: none;
}

/*========================= sec_news_single =========================*/

.sec_news_archive {
  margin: 0 auto 160px;
  width: 660px;
}

.sec_news_archive .pttl {
  margin-bottom: 48px;
  padding-top: 72px;

  font-style: italic;
  font-size: 4rem;
  line-height: 1;
}

.sec_news_archive .pttl .num {
  padding-left: 4px;

  font-style: normal;
  font-size: 1.2rem;
  vertical-align: top;
}

.sec_news_archive section {
  margin-bottom: 48px;
}

.sec_news_archive section a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}

.sec_news_archive section a:hover {
  color: #151c2d;
  transform: scale(1.02);
}

.sec_news_archive section a .wrap_img {
  position: relative;
  float: left;
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center;
}

.sec_news_archive section a .wrap_img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec_news_archive section a .wrap_img:after {
  background: linear-gradient(to right, #ff9f33 0%, #f39800 100%);
  mix-blend-mode: overlay;
  opacity: 0.3;
  z-index: 20;
}

.sec_news_archive section a .ico_new {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

.sec_news_archive section a .logo {
  margin-bottom: 10px;
  margin-left: 144px;
  transform: scale(0.8);
  transform-origin: 0;
}

.sec_news_archive section a .logo_facility1 {
  width: 116px;
}

.sec_news_archive section a .logo_facility2 {
  width: 150px;
}

.sec_news_archive section a .logo_facility3 {
  width: 116px;
}

.sec_news_archive section a .logo_facility4 {
  width: 150px;
}

.sec_news_archive section a .logo_facility5 {
  width: 137px;
}

.sec_news_archive section a .sttl {
  margin-bottom: 4px;
  margin-left: 144px;

  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.sec_news_archive section a .date {
  display: block;
  margin-left: 144px;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}

.archive footer {
  border-top: 1px solid #dce5f0;
}

.archive header .year,
.archive header .logo_af {
  display: none;
}

/*========================= sec_privacypolicy =========================*/

.sec_privacypolicy {
  margin: 0 auto 160px;
  width: 660px;
  font-size: 1.5rem;
  line-height: 1.7;
}

.sec_privacypolicy .pttl {
  margin-bottom: 48px;
  padding-top: 72px;

  font-style: italic;
  font-size: 4rem;
  line-height: 1;
}

.sec_privacypolicy .ttl {
  margin-bottom: 32px;
  padding-top: 32px;
  border-top: 1px solid #dce5f0;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

.sec_privacypolicy p,
.sec_privacypolicy ol {
  margin-bottom: 32px;
}

.sec_privacypolicy p {
	line-height: 2;
	letter-spacing: 0.1rem;
}

.sec_privacypolicy ol {
  margin-left: 20px;
  list-style: decimal;
}

.sec_privacypolicy ol li {
  margin-bottom: 12px;

  letter-spacing: 0.1rem;
  line-height: 2;
}

.sec_privacypolicy ol li ol {
  margin-bottom: 0;
  font-size: 1.4rem;
}

/*========================= sec_contact_form =========================*/

.sec_contact_form {
  width: 660px;
  font-size: 1.5rem;
  line-height: 1.7;
}

.sec_contact_form .pttl {
  margin-bottom: 48px;
  padding-top: 72px;

  font-style: italic;
  font-size: 4rem;
  line-height: 1;
}

.sec_contact_form p {
  margin-bottom: 32px;
  font-size: 1.3rem;
}

.sec_contact_form section {
  margin-bottom: 32px;
}

.sec_contact_form .ttl {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

.sec_contact_form section p span {
  display: block;
}

.sec_contact_form section p span input,
.sec_contact_form section p span select,
.sec_contact_form section p span textarea {
  display: block;
  padding: 12px;
  width: 100%;
  border: 1px solid #dce5f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  outline: none;
  border-radius: 0;
  letter-spacing: 0.05em;
}

.sec_contact_form section p span input:focus,
.sec_contact_form section p span select:focus,
.sec_contact_form section p span textarea:focus {
  border-color: #151c2d;
}

.sec_contact_form section p br {
  display: none;
}

.sec_contact_form .wpcf7-submit {
  display: block;
  margin: 0 auto;
  padding: 12px;
  width: 360px;
  background: #151c2d;
  border: none;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  outline: none;
  cursor: pointer;
  border-radius: 0;
}

.sec_contact_form .required {
  display: inline-block;
  margin-left: 4px;
  padding: 0 4px;
  background: #151c2d;
  font-size: 1rem;
  color: #fff;
  line-height: 12px;
  letter-spacing: 0;
}

.go-map {
  width: 1080px;
  height: 550px;
  border: 0;
  margin: 0 auto;
  display: block;
}
