@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  cursor: default;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: break-word;
  font-size: 62.5%;
  width: 100%;
}

body {
  line-height: 1.4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1rem;
  font-size: 16px;
  color: #2f4462;
  font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

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

nav ul {
  list-style: none;
}

li,
ol {
  list-style: none;
}

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

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

/* change border colour to suit your needs */
html {
  overflow-y: scroll;
}

html,
body {
  width: 100%;
}

html,
body {
  min-width: 1200px;
  overflow-x: hidden;
}

@media screen and (max-width: 360px) {
  html,
  body {
    min-width: 360px;
  }
}
input,
select {
  vertical-align: middle;
  border-radius: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
  outline-width: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-style: none;
  flex-shrink: 0;
}

h1,
h2,
h3 {
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

h4,
h5,
h6 {
  font-size: 16px;
  line-height: 1;
  overflow-wrap: break-word;
}

p {
  line-height: 1.3;
  overflow-wrap: break-word;
}

.spOnly {
  display: none;
}

.pcOnly {
  display: inline;
}

@media screen and (max-width: 360px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}
.section_title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 360px) {
  .section_title {
    font-size: 32px;
  }
}

.section_subTitle {
  font-size: 16px;
  font-weight: 800;
  margin-top: 12px;
  text-align: center;
  color: #2f4462;
}
@media screen and (max-width: 360px) {
  .section_subTitle {
    font-size: 16px;
  }
}

._en {
  font-family: "Prata", serif;
}

.bl_media_title {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 360px) {
  .bl_media_title {
    font-size: 24px;
  }
}

.bl_media_headTitle {
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  color: #939090;
}
@media screen and (max-width: 360px) {
  .bl_media_headTitle {
    font-size: 25px;
  }
}

.section_info {
  font-size: 18px;
  text-align: center;
  margin-top: 18px;
}
@media screen and (max-width: 360px) {
  .section_info {
    font-size: 18px;
  }
}

.bl_list_item_link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

._white {
  color: #fff;
}

/* ==========================================================================
// module
// ========================================================================== */
/* ボタン&アニメーション============== */
.el_btn {
  line-height: 1;
  display: inline-block;
  font-size: 17px;
  padding: 5px 0;
  transition: all 0.5s ease-out;
  border-bottom: 1px solid #2f4462;
  color: #2f4462;
  font-family: "Prata";
  font-weight: 300;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 360px) {
  .el_btn {
    width: auto;
    height: 45px;
    padding: 15px 0px;
    text-align: center;
    margin: 20px 0;
    line-height: 1;
  }
}
.el_btn .yazirusi {
  transition: all 0.5s ease-out;
  position: absolute;
  top: 27px;
  right: -60px;
  width: 80px;
}
@media screen and (max-width: 360px) {
  .el_btn .yazirusi {
    top: 44px;
    right: -40px;
  }
}
.el_btn .yazirusi .line01 {
  height: 1px;
  background-color: #2f4462;
}
.el_btn .yazirusi .line02 {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 15px;
  height: 1px;
  background-color: #2f4462;
  transform: rotate(45deg);
}
.el_btn:hover .yazirusi {
  transition: all 0.5s ease-out;
  right: -70px;
}

.bt_center {
  text-align: center;
}

.el_btn2 {
  line-height: 1;
  display: inline-block;
  font-size: 22px;
  transition: all 0.5s ease-out;
  color: #2f4462;
  font-family: "Prata";
  font-weight: 300;
  cursor: pointer;
  position: relative;
}
.el_btn2::before {
  transition: all 0.5s ease-out;
  content: "";
  display: block;
  width: 110%;
  height: 6px;
  background: #d3dbe5;
  position: absolute;
  top: 80%;
  right: 0;
  bottom: 0;
  left: -5%;
  margin: auto;
  z-index: -1;
}
.el_btn2:hover::before {
  transition: all 0.5s ease-out;
  width: 120%;
  left: -10%;
}
.el_btn3 {
  line-height: 1;
  display: inline-block;
  font-size: 18px;
  padding: 5px 0;
  transition: all 0.5s ease-out;
  color: #2f4462;
  font-family: "Prata";
  font-weight: 300;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 360px) {
  .el_btn3 {
    width: 40vw;
    height: 45px;
    padding: 15px 20px;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
    line-height: 1;
  }
}
.el_btn3:hover .bt_dec {
  transition: all 0.5s ease-out;
  transform: translate(4px, 0px);
}
.el_btn3 .bt_dec {
  transition: all 0.5s ease-out;
  width: 9px;
  margin-left: 0px;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}

.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 10px;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  top: 33%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
  opacity: 0.5;
}
@media screen and (max-width: 1400px) {
  .slick-prev,
  .slick-next {
    top: 25%;
  }
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.img_ef2 {
  transition: all 0.5s ease-out;
  position: relative;
}
.img_ef2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.5s ease-out;
}
.img_ef2:hover::after {
  transition: all 0.5s ease-out;
  background: rgba(0, 0, 0, 0.4);
}
.img_ef2:hover .img_ef_content {
  opacity: 1;
  bottom: 10%;
}
.img_ef2 img {
  position: relative;
  z-index: 1;
}

.img_ef_content {
  position: absolute;
  z-index: 6;
  bottom: 0%;
  left: 10%;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.img_ef_content .ef_title {
  font-size: 18px;
  color: #fff;
  z-index: 10;
  font-weight: bold;
  width: 415px;
}
@media screen and (max-width: 360px) {
  .img_ef_content .ef_title {
    width: 80%;
  }
}
.img_ef_content .ef_cat {
  font-size: 14px;
  margin-top: 16px;
  display: inline-block;
  background: #fff;
  padding: 5px;
}
.img_ef_content .ef_more {
  color: #fff;
  font-weight: bold;
  margin-top: 6px;
}
.img_ef_content .ef_more .bt_dec {
  width: 9px !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  position: relative !important;
  left: 10px !important;
  top: 0;
}

.img_ef {
  transition: all 0.5s ease-out;
  position: relative;
}
.img_ef::after {
  content: "View more";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.5s ease-out;
  opacity: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.img_ef:hover img {
  transition: all 0.5s ease-out;
  filter: brightness(80%);
}
.img_ef:hover::after {
  opacity: 1;
  transition: all 0.5s ease-out;
}
.img_ef img {
  position: relative;
  z-index: 1;
}

.img_ef3 {
  transition: all 0.5s ease-out;
  position: relative;
}
.img_ef3::after {
  content: "View more";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.5s ease-out;
  opacity: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.img_ef3:hover img {
  transition: all 0.5s ease-out;
  filter: brightness(80%);
}
.img_ef3:hover::after {
  opacity: 1;
  transition: all 0.5s ease-out;
}
.img_ef3 img {
  position: relative;
  z-index: 1;
}

.wp-pagenavi {
  /* 全体 */
  margin: 20px 0;
  font-size: 14px;
  text-align: center;
  z-index: 100;
}
@media screen and (max-width: 360px) {
  .wp-pagenavi {
    margin: 20px 0 120px;
  }
}

.wp-pagenavi a {
  /* フォント色 */
  color: #000;
}

.pages {
  /* 左の表記 */
  margin-right: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page {
  /* ボタン */
  margin: 0 6px 6px 0;
  display: inline-block;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 5%;
  line-height: 40px;
  text-align: center;
}

.wp-pagenavi .current {
  /* カレント数字 */
  border: none;
  background: #3e3e3e;
  color: #fff;
}

.wp-pagenavi a.page:hover {
  /* マウスオーバー */
  background: #797979;
  color: #fff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  /* ... */
  margin-right: 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  /* 記号の削除 */
  display: none;
}

/* ==========================================================================
// effect
// ========================================================================== */
.fadein {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ==========================================================================
// Layout
// ========================================================================== */
@media screen and (max-width: 360px){
  .main{
    /* margin-top: 140px; */
  
  }

}
@media screen and (max-width: 360px){
  .main-header{
    /* background: white;
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%; */
  
  }

}

.drawer-navbar {
  height: 70px !important;
  z-index: 100 !important;
  border-bottom: none !important;
  background: rgb(255, 255, 255) !important;
}
@media screen and (min-width: 64em) {
  .drawer-navbar .drawer-container {
    max-width: 92% !important;
    margin-top: 14px !important;
    min-width: 1240px !important;
  }
}
.drawer-navbar .drawer-container .drawer-navbar-header {
  height: 70px !important;
  z-index: 100 !important;
  border-bottom: none !important;
  background: rgb(255, 255, 255) !important;
}
@media screen and (max-width: 360px){

  .drawer-navbar .drawer-container .drawer-navbar-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.drawer-navbar .drawer-container .drawer-navbar-header .drawer-brand .logo_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 360px) {
  .drawer-navbar .drawer-container .drawer-navbar-header .drawer-brand .logo_wrap {
    margin: 16px 0 0 0;
  }
}
.drawer-navbar .drawer-container .drawer-navbar-header .drawer-brand .logo_wrap .logo {
  width: 130px;
  display: block;
  z-index: 1;
}
.drawer-navbar .drawer-container .drawer-navbar-header .drawer-brand .logo_wrap .name {
  font-size: 15px;
  line-height: 1.3;
}
.drawer-navbar .drawer-container .drawer-navbar-header .drawer-brand .logo_wrap .name span {
  font-size: 25px;
}
.drawer-navbar .drawer-container .drawer-navbar-header .drawer-toggle {
  margin-right: 20px;
  position: static;
}
.drawer-navbar .drawer-container .drawer-nav {
  background: rgb(255, 255, 255) !important;
}
.drawer-navbar .drawer-container .drawer-nav .drawer-menu {
  transform: none !important;
}
.drawer-navbar .drawer-container .drawer-nav .drawer-menu li:first-child {
  display: none !important;
}
@media screen and (max-width: 360px) {
  .drawer-navbar .drawer-container .drawer-nav .drawer-menu li:first-child {
    display: block !important;
  }
}
.drawer-navbar .drawer-container .drawer-nav .drawer-menu ._mr {
  margin-right: 30px !important;
}
.drawer-navbar .drawer-container .drawer-nav .drawer-menu .drawer-menu-item {
  text-decoration: none !important;
  margin-top: 16px;
  font-size: 18px !important;
  font-weight: 400;
  color: #2f4462 !important;
  position: relative;
}
.drawer-navbar .drawer-container .drawer-nav .drawer-menu .drawer-menu-item::before {
  transition: all 0.5s ease-out;
  content: "";
  display: block;
  width: 75%;
  height: 6px;
  background: #d3dbe5;
  position: absolute;
  top: 80%;
  right: 0;
  bottom: 0;
  left: -5%;
  margin: auto;
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .drawer-navbar .drawer-container .drawer-nav .drawer-menu .drawer-menu-item::before {
    display: none;
  }
}
.drawer-navbar .drawer-container .drawer-nav .drawer-menu .drawer-menu-item:hover::before {
  transform: scale(1.1);
  opacity: 1;
}
@media screen and (min-width: 64em) {
  .drawer-navbar .drawer-container .drawer-nav .drawer-menu .drawer-menu-item {
    line-height: 3rem !important;
    text-align: right !important;
    margin: 10px !important;
  }
}
.drawer-navbar .drawer-container .drawer-nav .drawer-menu .sns_list {
  display: flex;
  font-size: 24px;
  margin: 8px 0 0 0;
  width: 55px;
  justify-content: space-between;
  color: #2f4462 !important;
}
@media screen and (max-width: 360px) {
  .drawer-navbar .drawer-container .drawer-nav .drawer-menu .sns_list {
    margin: 14px 0 0 0.75rem;
  }
}

@media screen and (max-width: 64em) {
  .drawer-nav {
    background: rgb(255, 255, 255) !important;
  }
  .drawer-navbar .drawer-navbar-header {
    border-bottom: none !important;
    background: rgba(255, 255, 255, 0) !important;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 0 5%;
  }
  .drawer-menu-item {
    padding: 1px 0.75rem 0 !important;
  }
  .drawer-navbar .drawer-nav {
    padding-top: 70px !important;
    width: 26.25rem;
  }
  .drawer--right .drawer-nav {
    right: -26.25rem !important;
  }
  .drawer-navbar-header {
    text-align: left !important;
  }
  .drawer-menu li:first-child {
    display: block !important;
  }
  .drawer-navbar .drawer-menu {
    padding-left: 10px;
    
  }
  .drawer-open .drawer-nav {
    width: 52.25rem !important;
  }
}
.drawer--navbarTopGutter {
  padding-top: 0px !important;
}

.drawer-navbar--fixed {
  position: relative !important;
}

.drawer-navbar .drawer-container .drawer-navbar-header .drawer-toggle.js-fixed-position {
  position: fixed;
}
@media screen and (max-width: 360px){
  
  .drawer-toggle.drawer-hamburger{
    display: inline-block;
  }
}

.langSwitcher {
  /* position: absolute;
  top: calc(100% + 70px);
  right: 4%; */
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  padding-right: 5%;
  /* color: #c4c4c4; */
  line-height: 1;
  font-weight: 500;
  /* display: none; */
}
@media screen and (max-width: 360px) {
  .langSwitcher {
    top: 70px;
    /* position: fixed; */
    z-index: 15000;
    /* color: #efefef; */
    /* display: none; */
  }
}
.langSwitcher.js-hidden {

  top: -100px;

}

 



.langSwitcher li:nth-child(n + 2) {
  margin-left: 5px;
}
.langSwitcher li:nth-child(n + 2)::before {
  content: "/";
  padding-right: 5px;
}
.langSwitcher li:nth-child(n + 2) a {
  display: inline-block;
  padding-bottom: 0.3em;
}

#top .drawer-brand {
  display: none !important;
}
@media screen and (max-width: 360px) {
  #top .drawer-brand {
    display: block !important;
  }
}
#top .ky_headerTop {
  height: 85vh;
  position: relative;
}
@media screen and (max-width: 360px) {
  #top .ky_headerTop {
    height: 60vh;
    margin-top: 130px;
  }
}
#top .ky_headerTop::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2f4462;
  position: absolute;
  top: -150px;
  left: 4%;
  z-index: 3;
}
@media screen and (max-width: 360px) {
  #top .ky_headerTop::before {
    display: none;
  }
}
#top .ky_headerTop .ky_header_flex {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 360px) {
  #top .ky_headerTop .ky_header_flex {
    flex-direction: column-reverse;
  }
}
#top .ky_headerTop .ky_header_flex .flex_l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 0px 0px 5%;
  position: relative;
  width: 25%;
}
@media screen and (max-width: 360px) {
  #top .ky_headerTop .ky_header_flex .flex_l {
    margin-top: 120px;
  }
}
#top .ky_headerTop .ky_header_flex .flex_l .logo_fv {
  width: clamp(150px, 13vw, 600px);
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 360px) {
  #top .ky_headerTop .ky_header_flex .flex_l .logo_fv {
    display: none;
  }
}
#top .ky_headerTop .ky_header_flex .flex_l .txt_wrap {
  position: absolute;
  bottom: 10%;
  z-index: 10;
}
#top .ky_headerTop .ky_header_flex .flex_l .txt_wrap .headinfo {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background: #2f4462;
  padding: 3px 10px;
}
#top .ky_headerTop .ky_header_flex .flex_l .txt_wrap .headtitle {
  font-size: 53px;
  font-weight: 300;
  text-shadow: 0.2px 0.2px 0, 0.2px -0.2px 0px, -0.2px 0.2px 0, -0.2px -0.2px 0px, 0.2px 0px 0px, 0px 0.2px 0px, -0.2px 0px 0px, 0px -0.2px 0px;
  letter-spacing: 1px;
  white-space: nowrap;
  line-height: 1.2;
  margin-top: 20px;
}
@media screen and (max-width: 360px) {
  #top .ky_headerTop .ky_header_flex .flex_l .txt_wrap .headtitle {
    font-size: 26px;
  }
}
#top .ky_headerTop .ky_header_flex .flex_l .txt_wrap .headtxt {
  margin-top: 5px;
}
#top .ky_headerTop .ky_header_flex .bl_media_img {
  width: calc(75% - 60px);
  margin-left: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 5;
}
@media screen and (max-width: 360px) {
  #top .ky_headerTop .ky_header_flex .bl_media_img {
    width: 85%;
  }
}
#top .ky_headerTop .ky_header_flex .oneslider {
  margin: 0 0 50px;
}
#top .ky_headerTop .ky_header_flex .oneslider img {
  width: 100%;
  height: 81vh;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 1100px;
}
@media screen and (max-width: 360px) {
  #top .ky_headerTop .ky_header_flex .oneslider img {
    height: 300px;
    min-width: auto;
  }
}
#top .ky_headerTop .ky_header_flex .oneslider .slick-next {
  display: none !important;
  right: 20px;
  z-index: 99;
}
#top .ky_headerTop .ky_header_flex .oneslider .slick-prev {
  display: none !important;
  left: 15px;
  z-index: 100;
}
#top .ky_headerTop .ky_header_flex .slick-dots {
  display: none !important;
}
#top .ky_headerTop .ky_header_flex .slick-dots .slick-active button::before {
  font-family: "slick";
  font-size: 0px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px !important;
  height: 10px !important;
  background: #2f4462 !important;
  border-radius: 10px !important;
  content: "" !important;
  text-align: center;
  opacity: 0.25;
  filter: alpha(opacity=25);
  color: black;
  -webkit-font-smoothing: antialiased;
}
#top .ky_headerTop .ky_header_flex .slick-dots li {
  width: 50px !important;
}
#top .ky_headerTop .ky_header_flex .slick-dots li button::before {
  font-family: "slick";
  font-size: 0px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px !important;
  height: 10px !important;
  background: #eaf8ff !important;
  border-radius: 10px !important;
  content: "" !important;
  text-align: center;
  opacity: 0.9 !important;
  filter: alpha(opacity=25);
  color: black;
  -webkit-font-smoothing: antialiased;
}

.ky_header {
  height: 60vh;
  position: relative;
  margin-top: 150px;
}
@media screen and (max-width: 360px) {
  .ky_header {
    margin-top: 50px;
  }
}
.ky_header::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2f4462;
  position: absolute;
  top: -150px;
  left: 4%;
  z-index: 3;
}
.ky_header .ky_header_content {
  width: 80%;
  height: 100%;
  position: relative;
  background-image: url(../img/dai_news1.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ky_header .ky_header_content .bl_translucent {
  background: rgba(255, 255, 255, 0.5);
  padding: 10%;
  height: 100%;
  margin-left: 80%;
}
@media screen and (max-width: 360px) {
  .ky_header .ky_header_content .bl_translucent {
    padding: 23%;
  }
}
.ky_header .ky_header_content .header_description {
  position: absolute;
  top: 15%;
  right: -90px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 120px;
  height: 100%;
  font-size: 120px;
}
@media screen and (max-width: 360px) {
  .ky_header .ky_header_content .header_description {
    font-size: 65px;
  }
}
@media screen and (max-width: 360px) {
  .ky_header .ky_header_content .header_description {
    right: -15%;
  }
}
.ky_header .ky_header_content ._sub {
  top: 50%;
  right: 64px;
  font-weight: 100;
  height: 100%;
  letter-spacing: 0px;
  font-size: 80px;
}
@media screen and (max-width: 360px) {
  .ky_header .ky_header_content ._sub {
    font-size: 50px;
  }
}
@media screen and (max-width: 360px) {
  .ky_header .ky_header_content ._sub {
    right: 8%;
  }
}
.ky_header .ky_header_content .header_description_mini {
  position: absolute;
  top: 10%;
  right: -100px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 30px;
}
@media screen and (max-width: 360px) {
  .ky_header .ky_header_content .header_description_mini {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  .ky_header .ky_header_content .header_description_mini {
    right: -20%;
  }
}

#access .ky_header .ky_header_content {
  background-image: url(../img/dai_acces1.jpg);
}
#access .ky_header .header_description {
  font-size: 95px;
  right: -73px;
}
@media screen and (max-width: 360px) {
  #access .ky_header .header_description {
    right: -15%;
    font-size: 65px;
  }
}
#access .ky_header .header_description_mini {
  right: -90px;
}
@media screen and (max-width: 360px) {
  #access .ky_header .header_description_mini {
    right: -20%;
  }
}

#arc_news .ky_header .ky_header_content {
  background-image: url(../img/dai_news1.jpg);
  background-position: left;
}
#arc_news .ky_header .header_description {
  font-size: 100px;
  right: -75px;
}
@media screen and (max-width: 360px) {
  #arc_news .ky_header .header_description {
    font-size: 50px;
    right: -35px;
  }
}
#arc_news .ky_header .header_description_mini {
  right: -92px;
}
@media screen and (max-width: 360px) {
  #arc_news .ky_header .header_description_mini {
    right: -50px;
  }
}
#arc_news .ky_header ._sub {
  right: 65px;
  top: 63%;
}
@media screen and (max-width: 360px) {
  #arc_news .ky_header ._sub {
    font-size: 50px;
    right: 25px;
  }
}

#product .ky_header .ky_header_content {
  background-image: url(../img/dai_product1.jpg);
}
#product .ky_header .header_description {
  font-size: 82px;
  right: -58px;
}
@media screen and (max-width: 360px) {
  #product .ky_header .header_description {
    font-size: 50px;
    right: -35px;
  }
}
#product .ky_header .header_description_mini {
  right: -90px;
}
@media screen and (max-width: 360px) {
  #product .ky_header .header_description_mini {
    right: -55px;
  }
}
#product .ky_header ._sub {
  right: 65px;
}
@media screen and (max-width: 360px) {
  #product .ky_header ._sub {
    right: 25px;
  }
}

#stay .ky_header .ky_header_content {
  background-image: url(../img/dai_stay1.jpg);
}

#experience .ky_header .ky_header_content {
  background-image: url(../img/dai_experience1.jpg);
}

#meal .ky_header .ky_header_content {
  background-image: url(../img/dai_meal1.jpg);
}

#villagers .ky_header .ky_header_content {
  background-image: url(../img/dai_village1.jpg);
}

#area .ky_header .ky_header_content {
  background-image: url(../img/dai_area1.jpg);
}
@media screen and (max-width: 360px) {
  #area .ky_header ._sub {
    right: 10%;
  }
}

.ky_header_menu {
  position: relative;
  background-color: inherit;
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
}
.ky_header_menu .menu-item {
  line-height: 3rem !important;
  padding-top: 10px !important;
  text-align: right !important;
  margin: 10px !important;
  display: block;
  padding: 0.75rem;
  font-size: 14px !important;
  font-weight: 700;
  color: #4d4d4d !important;
}
@media screen and (max-width: 360px) {
  .ky_header_menu {
    display: none;
  }
}

#gFooter {
  margin-top: 0px;
  margin: 0px auto;
  max-width: 1870px;
  padding: 20px 50px 30px;
  z-index: 1;
}
@media screen and (max-width: 360px) {
  #gFooter {
    margin-top: 10px;
  }
}
@media screen and (max-width: 360px) {
  #gFooter {
    padding: 0;
  }
}
#gFooter .footer_sec {
  padding: 0 100px;
  margin: 160px 0 80px;
  position: relative;
}
@media screen and (max-width: 360px) {
  #gFooter .footer_sec {
    padding: 0;
    margin: 100px 0 50px;
  }
}
#gFooter .footer_sec::before {
  content: "";
  display: block;
  width: 115%;
  height: 1px;
  background: #2f4462;
  position: absolute;
  top: 0px;
  left: -170px;
}
@media screen and (max-width: 360px) {
  #gFooter .footer_sec::before {
    opacity: 0.2;
    left: 170px;
  }
}
#gFooter .footer_sec::after {
  content: "";
  display: block;
  width: 1px;
  height: 500px;
  background: #2f4462;
  position: absolute;
  top: -70px;
  left: 30px;
}
@media screen and (max-width: 360px) {
  #gFooter .footer_sec::after {
    opacity: 0.2;
    left: 335px;
  }
}
#gFooter .footer_sec .wrapper {
  padding-top: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper {
    padding-top: 70px;
  }
}
#gFooter .footer_sec .wrapper::before {
  content: "";
  display: block;
  background: #f4f6f9;
  width: 115%;
  height: 330px;
  position: absolute;
  top: 141px;
  left: -150px;
  z-index: -1;
}
@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper::before {
    height: 400px;
    left: 0;
    top: 20px;
  }
}
@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper .site_info {
    text-align: center;
  }
}
#gFooter .footer_sec .wrapper .site_info .logo_wrap {
  display: flex;
  align-items: center;
  margin: 100px 0 20px;
  gap: 8px;
}
@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper .site_info .logo_wrap {
    margin: 0;
    justify-content: center;
  }
}
#gFooter .footer_sec .wrapper .site_info .logo_wrap .ft_logo {
  width: 180px;
  display: block;
}
@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper .site_info .logo_wrap .ft_logo {
    width: 100px;
  }
}
#gFooter .footer_sec .wrapper .site_info .logo_wrap .ft_title {
  font-size: 32px;
  margin-left: 20px;
}
@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper .site_info .logo_wrap .ft_title {
    font-size: 20px;
  }
}
#gFooter .footer_sec .wrapper .site_info .logo_wrap .name {
  line-height: 1.3;
}
#gFooter .footer_sec .wrapper .site_info .logo_wrap .name span {
  font-size: 28px;
}
#gFooter .footer_sec .wrapper .site_info .address {
  margin-top: 0.5em;
}
@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper .site_info .address {
    margin-top: 24px;
  }
}
#gFooter .footer_sec .wrapper .site_info .ft_sns_list {
  display: flex;
  font-size: 24px;
  margin: 15px 0 0 0;
  width: 50px;
  justify-content: space-between;
}
@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper .site_info .ft_sns_list {
    margin: 20px auto;
    width: 54px;
  }
}
#gFooter .footer_sec .wrapper .nav-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper .nav-list {
    display: none;
  }
}
#gFooter .footer_sec .wrapper .nav-list li .drawer-menu-item {
  color: #2f4462 !important;
  font-size: 18px !important;
  font-weight: 300;
  padding: 0 !important;
  text-decoration: none !important;
  position: relative;
}
#gFooter .footer_sec .wrapper .nav-list li .drawer-menu-item::before {
  transition: all 0.5s ease-out;
  content: "";
  display: block;
  width: 85%;
  height: 6px;
  background: #d3dbe5;
  position: absolute;
  top: 80%;
  right: 0;
  bottom: 0;
  left: -5%;
  margin: auto;
  z-index: -1;
  opacity: 0;
}
#gFooter .footer_sec .wrapper .nav-list li .drawer-menu-item:hover::before {
  transform: scale(1.1);
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  #gFooter .footer_sec .wrapper .nav-list li .drawer-menu-item {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper .nav-list li .drawer-menu-item {
    padding: 0.5rem !important;
  }
}
#gFooter .footer_sec .wrapper .nav-list li + li {
  margin-top: 20px;
}
@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper .nav-list li + li {
    margin-top: 0px;
  }
}
#gFooter .footer_sec .copyright {
  margin: 20px 150px 20px;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  opacity: 0.6;
}
@media screen and (max-width: 360px) {
  #gFooter .footer_sec .copyright {
    margin: 0px 28px 20px;
  }
}

/* ==========================================================================
// page
// ========================================================================== */
.top_news {
  margin-top: 250px;
}
@media screen and (max-width: 360px) {
  .top_news {
    margin-top: 150px;
  }
}
.top_news .bl_Vwrap {
  padding: 100px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.top_news .bl_Vwrap .bl_vertical_titlewrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.top_news .bl_Vwrap .bl_vertical_titlewrap .section_VsubTitle {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  align-items: center;
  display: flex;
  margin-top: -150px;
  font-size: 22px;
  letter-spacing: 5px;
  font-weight: 300;
}
@media screen and (max-width: 360px) {
  .top_news .bl_Vwrap .bl_vertical_titlewrap .section_VsubTitle {
    font-size: 20px;
  }
}
.top_news .bl_Vwrap .bl_vertical_titlewrap .section_VsubTitle::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #2f4462;
  position: absolute;
  top: 0;
  right: 0px;
  top: 85px;
  left: 0;
  margin: auto;
}
.top_news .bl_Vwrap .bl_vertical_titlewrap .section_VsubTitle.zn::before {

  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #2f4462;
  position: absolute;
  top: 0;
  right: 0px;
  top: 32px;
  left: 0;
  margin: auto;


}

.top_news .bl_Vwrap .bl_vertical_titlewrap .section_Vtitle {
  text-align: center;
  margin-top: 100px;
  font-size: 60px;
  font-weight: 300;
}
@media screen and (max-width: 360px) {
  .top_news .bl_Vwrap .bl_vertical_titlewrap .section_Vtitle {
    font-size: 32px;
  }
}
.top_news .bl_mediaPosts {
  margin: 100px auto 0;
  display: flex;
  justify-content: center;
  max-width: 1870px;
  align-items: flex-start;
  gap: 5em;
  width: 84%;
}
@media screen and (max-width: 360px) {
  .top_news .bl_mediaPosts {
    margin: 30px auto 0;
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
  }
}
.top_news .bl_mediaPosts .bl_mediaPosts_item {
  width: calc(40% - 15px);
  margin: 0 5px;
  position: relative;
  transition: all 0.5s ease 0s;
  opacity: 1;
  text-align: center;
  max-width: 370px;
  min-width: 350px;
}
@media screen and (max-width: 360px) {
  .top_news .bl_mediaPosts .bl_mediaPosts_item {
    width: 100%;
    margin-bottom: 40px;
    min-width: auto;
    margin: 30px 0 0;
  }
}
.top_news .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img {
  position: relative;
  background-size: cover;
  padding-top: 90%;
}
@media screen and (max-width: 360px) {
  .top_news .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img {
    padding-top: 70%;
    margin: 0 2%;
  }
}
.top_news .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 83%;
}
@media screen and (max-width: 360px) {
  .top_news .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img img {
    height: 100%;
  }
}
.top_news .bl_mediaPosts .bl_mediaPosts_item .bl_list_item_link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.top_news .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
  font-size: 24px;
  font-weight: 300;
  margin-top: -14px;
  text-align: left;
  position: relative;
  margin-left: 15px;
  font-family: "Shippori Mincho";
  height: 60px;
}
@media screen and (max-width: 360px) {
  .top_news .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
    font-size: 20px;
  }
}
.top_news .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title::before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #2f4462;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -2;
}
.top_news .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title::after {
  content: "";
  display: block;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 204px;
  z-index: -1;
  background: #f4f6f9;
}
@media screen and (max-width: 360px) {
  .top_news .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
    margin: 18px 4% 0;
    height: auto;
  }
}
.top_news .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_postitle {
  margin-left: 15px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  font-family: "Prata", serif;
}
@media screen and (max-width: 360px) {
  .top_news .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_postitle {
    margin: 15px 4% 0;
  }
}
.top_news .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_txt {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
  margin-top: 12px;
  text-align: left;
  font-family: "Shippori Mincho";
  height: 65px;
}
@media screen and (max-width: 360px) {
  .top_news .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_txt {
    margin: 12px 4% 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.top_news .bt_center {
  margin-top: 120px;
}
@media screen and (max-width: 360px) {
  .top_news .bt_center {
    margin-top: 20px;
  }
}
.top_news .el_btn {
  margin-top: 20px;
  font-family: "Prata", serif;
  transform: translate(42px, 0px);
  font-size: 17px;
}
@media screen and (max-width: 360px) {
  .top_news .el_btn {
    font-size: 17px;
  }
}
@media screen and (max-width: 360px) {
  .top_news .el_btn {
    margin-top: 0px;
    width: auto;
    transform: translate(62px, 0px);
  }
}
.top_news .el_btn2 {
  margin-top: 40px;
}
.top_news .el_btn3 {
  transform: translate(100px, 0px);
  margin-top: 20px;
}
@media screen and (max-width: 360px) {
  .top_news .el_btn3 {
    margin-top: 0px;
    width: auto;
    transform: translate(120px, 0px);
  }
}

.top_message {
  margin-top: 190px;
}
@media screen and (max-width: 360px) {
  .top_message {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1700px) {
  .top_message {
    margin-top: 200px;
  }
}
@media screen and (min-width: 1700px) and (max-width: 360px) {
  .top_message {
    margin-top: 50px;
  }
}
.top_message .bl_halfMedia {
  max-width: 1870px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 360px) {
  .top_message .bl_halfMedia {
    flex-direction: column-reverse;
  }
}
.top_message .bl_halfMedia .bl_halfMedia_txtwrapper {
  position: relative;
  padding: 260px;
  top: -60px;
  width: 35%;
  background: #f4f6f9;
  z-index: -1;
}
@media screen and (max-width: 360px) {
  .top_message .bl_halfMedia .bl_halfMedia_txtwrapper {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .top_message .bl_halfMedia .bl_halfMedia_txtwrapper {
    top: 0;
    padding: 280px 100px 300px;
  }
}
.top_message .bl_halfMedia .bl_halfMedia_txtwrapper::after {
  content: "Message";
  font-family: "Prata", serif;
  display: block;
  position: absolute;
  left: -200px;
  top: 250px;
  font-size: 120px;
  color: #2f4462;
  transform: rotate(90deg);
  z-index: 1;
}
@media screen and (max-width: 360px) {
  .top_message .bl_halfMedia .bl_halfMedia_txtwrapper::after {
    opacity: 0.1;
    top: 190px;
    width: 90%;
    margin-right: auto;
    display: none;
  }
}
.top_message .bl_halfMedia .bl_halfMedia_img {
  position: relative;
  background-image: url(../img/dai_top2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 65%;
  flex: 1;
}
@media screen and (max-width: 360px) {
  .top_message .bl_halfMedia .bl_halfMedia_img {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .top_message .bl_halfMedia .bl_halfMedia_img {
    padding: 100px;
    width: 90%;
    margin-left: auto;
  }
}
.top_message .bl_halfMedia .bl_halfMedia_img .Message {
  display: none;
}
@media screen and (max-width: 360px) {
  .top_message .bl_halfMedia .bl_halfMedia_img .Message {
    display: block;
    font-size: 32px;
    font-weight: bold;
    display: block;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 220px;
  }
}
.top_message .bl_halfMedia .title {
  position: absolute;
  left: -250px;
  top: 20px;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 360px) {
  .top_message .bl_halfMedia .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .top_message .bl_halfMedia .title {
    left: 0px;
    top: 262px;
  }
}
.top_message .bl_halfMedia .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #00679b;
  position: absolute;
  top: 0;
  right: 145px;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 360px) {
  .top_message .bl_halfMedia .title::before {
    display: none;
  }
}
.top_message .bl_halfMedia .text {
  position: absolute;
  left: -250px;
  top: 20px;
  margin-top: 3.5em;
  line-height: 2;
  min-width: 450px;
  width: 35%;
}
@media screen and (max-width: 360px) {
  .top_message .bl_halfMedia .text {
    min-width: 300px;
  }
}
@media screen and (max-width: 360px) {
  .top_message .bl_halfMedia .text {
    width: 90%;
  }
}
@media screen and (max-width: 360px) {
  .top_message .bl_halfMedia .text {
    left: 0px;
    top: 304px;
    margin-top: 0;
  }
}

.top_enjoy {
  margin-top: 130px;
  position: relative;
}
@media screen and (max-width: 360px) {
  .top_enjoy {
    margin-top: 60px;
  }
}
.top_enjoy .bl_vertical_sectitle {
  position: relative;
  top: -10%;
  right: 16%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_vertical_sectitle {
    top: -18%;
    right: 5%;
    flex-direction: column;
  }
}
.top_enjoy .bl_vertical_sectitle .dec_txt {
  text-align: right;
  margin-top: 170px;
  margin-left: 15%;
  margin-right: 30px;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_vertical_sectitle .dec_txt {
    margin-top: 0px;
    text-align: right;
    margin-right: 3%;
    margin-left: 0;
  }
}
.top_enjoy .bl_vertical_sectitle .dec_txt .dec_txtTitle {
  font-size: 30px;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_vertical_sectitle .dec_txt .dec_txtTitle {
    font-size: 19px;
  }
}
.top_enjoy .bl_vertical_sectitle .dec_txt .dec_txtSubTitle {
  font-size: 18px;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_vertical_sectitle .dec_txt .dec_txtSubTitle {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_vertical_sectitle .dec_txt .dec_txtSubTitle {
    margin-top: 10px;
  }
}
.top_enjoy .bl_vertical_sectitle .section_VsubTitle {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: 300;
  transform: translate(0px, 55px);
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_vertical_sectitle .section_VsubTitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_vertical_sectitle .section_VsubTitle {
    justify-content: flex-start;
    transform: translate(440px, 82px);
    position: absolute;
  }
}
.top_enjoy .bl_vertical_sectitle .section_VsubTitle::before {
  content: "";
  display: block;
  width: 1px;
  height: 150px;
  background: #2f4462;
  position: absolute;
  top: 35%;
  left: 11px;
  margin: auto;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_vertical_sectitle .section_VsubTitle::before {
    display: none;
  }
}
.top_enjoy .bl_vertical_sectitle h1 {
  font-size: 70px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 800px;
  letter-spacing: 10px;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_vertical_sectitle h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_vertical_sectitle h1 {
    margin-top: 30px;
  }
}
.top_enjoy .bl_vertical_sectitle h1::before {
  content: "";
  background: url(../img/illustration.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 180px;
  position: absolute;
  top: 150px;
  left: -150px;
  z-index: -1;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_vertical_sectitle h1::before {
    padding: 80px;
    position: absolute;
    top: 100px;
    left: 260px;
  }
}
.top_enjoy .bl_halfMedia_section {
  max-width: 1200px;
  width: 90%;
  display: flex;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section {
    flex-direction: column;
    margin: 100px auto;
  }
}
.top_enjoy .bl_halfMedia_section .bl_halfMedia_img {
  position: relative;
  background-image: url(../img/dai_top3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 55%;
  -o-object-fit: cover;
  object-fit: cover;
  padding-top: 55%;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section .bl_halfMedia_img {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section .bl_halfMedia_img {
    padding-top: 100%;
  }
}
.top_enjoy .bl_halfMedia_section .bl_halfMedia_img .Vtitle {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  left: 20px;
  top: -200px;
  font-size: 130px;
  font-weight: 500;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section .bl_halfMedia_img .Vtitle {
    font-size: 80px;
  }
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section .bl_halfMedia_img .Vtitle {
    left: 0px;
    top: -120px;
  }
}
.top_enjoy .bl_halfMedia_section .bl_halfMedia_img .Vtitle::before {
  content: "About Foods";
  display: block;
  position: absolute;
  right: -10px;
  top: -50px;
  font-size: 26px;
  font-weight: 300;
  color: #2f4462;
  z-index: 1;
}
.top_enjoy .bl_halfMedia_section .bl_halfMedia_img ._ex {
  top: 50%;
  left: -20%;
  transform: translateY(-50%);
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section .bl_halfMedia_img ._ex {
    top: 10%;
    left: 58%;
    height: 100%;
  }
}
.top_enjoy .bl_halfMedia_section .bl_halfMedia_img ._ex::before {
  content: "Experience the Area";
  display: block;
  position: absolute;
  right: 160px;
  top: -50px;
  font-size: 26px;
  font-weight: 300;
  color: #2f4462;
  z-index: 1;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section .bl_halfMedia_img ._ex::before {
    right: -16px;
    top: -70px;
    font-size: 18px;
  }
}
.top_enjoy .bl_halfMedia_section .bl_halfMedia_img ._st {
  top: -10%;
  left: 88%;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section .bl_halfMedia_img ._st {
    top: -120px;
    left: 55%;
  }
}
.top_enjoy .bl_halfMedia_section .bl_halfMedia_img ._st::before {
  content: "About Places to Stay";
  display: block;
  position: absolute;
  right: -10px;
  top: -50px;
  font-size: 26px;
  font-weight: 300;
  color: #2f4462;
  z-index: 1;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section .bl_halfMedia_img ._st::before {
    right: -10px;
    top: -40px;
    font-size: 16px;
  }
}
.top_enjoy .bl_halfMedia_section ._eximg {
  background-image: url(../img/dai_top4.jpg);
}
.top_enjoy .bl_halfMedia_section ._stimg {
  background-image: url(../img/dai_top5.jpg);
}
.top_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper {
  position: relative;
  padding: 20px;
  top: 700px;
  left: -80px;
  z-index: 3;
  width: 35%;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper {
    padding: 0px;
    top: 14px;
    left: 0px;
  }
}
.top_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .title {
  position: relative;
  font-size: 24px;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .title {
    font-size: 18px;
  }
}
.top_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .title::before {
  content: "";
  width: 400px;
  height: 1px;
  background: #2f4462;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 410px;
  margin: auto;
  z-index: 0;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .title::before {
    display: none;
  }
}
.top_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .text {
  margin-top: 1.5em;
  line-height: 1.5;
  min-width: 450px;
  width: 35%;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .text {
    min-width: auto;
  }
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .text {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .text {
    margin-top: 10px;
  }
}
.top_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .el_btn {
  margin-top: 20px;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .el_btn {
    margin-top: 10px;
  }
}
.top_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .el_btn3 {
  margin-top: 20px;
}
@media screen and (max-width: 360px) {
  .top_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .el_btn3 {
    margin-top: 10px;
    width: 29vw;
    height: 45px;
    padding: 15px 0px;
  }
}
.top_enjoy .bl_halfMedia_section ._left .title::before {
  right: -240px;
}
.top_enjoy ._mdfmt {
  margin: -260px auto 0;
}
@media screen and (max-width: 360px) {
  .top_enjoy ._mdfmt {
    margin: -400px auto 0;
  }
}
.top_enjoy ._rev {
  flex-direction: row-reverse;
  margin: 470px auto 0;
}
@media screen and (max-width: 360px) {
  .top_enjoy ._rev {
    flex-direction: column;
    margin: 210px auto 0;
  }
}
.top_enjoy ._m_mt {
  margin: 470px auto 280px;
}
@media screen and (max-width: 360px) {
  .top_enjoy ._m_mt {
    margin: 180px auto 0px;
  }
}

.top_area {
  margin-top: 471px;
}
@media screen and (max-width: 360px) {
  .top_area {
    margin-top: 130px;
  }
}
.top_area .bl_halfMedia {
  max-width: 1870px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 360px) {
  .top_area .bl_halfMedia {
    flex-direction: column;
  }
}
.top_area .bl_halfMedia .bl_halfMedia_txtwrapper {
  position: relative;
  padding: 260px;
  top: -60px;
  width: 35%;
  background: #f4f6f9;
  z-index: -1;
}
@media screen and (max-width: 360px) {
  .top_area .bl_halfMedia .bl_halfMedia_txtwrapper {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .top_area .bl_halfMedia .bl_halfMedia_txtwrapper {
    top: 0;
    display: none;
  }
}
.top_area .bl_halfMedia .bl_halfMedia_txtwrapper::after {
  content: "Area";
  font-family: "Prata", serif;
  display: block;
  position: absolute;
  left: -90px;
  top: 150px;
  font-size: 120px;
  color: #2f4462;
  transform: rotate(90deg);
  z-index: 1;
}
@media screen and (max-width: 360px) {
  .top_area .bl_halfMedia .bl_halfMedia_txtwrapper::after {
    opacity: 0.1;
    top: 190px;
  }
}
.top_area .bl_halfMedia .bl_halfMedia_img {
  position: relative;
}
.top_area .bl_halfMedia .title {
  position: absolute;
  left: -250px;
  top: 20px;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 360px) {
  .top_area .bl_halfMedia .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .top_area .bl_halfMedia .title {
    left: 50%;
    top: -80px;
    transform: translateX(-50%);
  }
}
.top_area .bl_halfMedia .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #00679b;
  position: absolute;
  top: 0;
  right: 145px;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 360px) {
  .top_area .bl_halfMedia .title::before {
    display: none;
  }
}
.top_area .bl_halfMedia .el_btn {
  left: -250px;
  top: 60px;
}
@media screen and (max-width: 360px) {
  .top_area .bl_halfMedia .el_btn {
    left: -80px;
    top: 100px;
  }
}
.top_area .bl_halfMedia .el_btn3 {
  position: absolute;
  left: -250px;
  top: 60px;
}
@media screen and (max-width: 360px) {
  .top_area .bl_halfMedia .el_btn3 {
    left: 50%;
    top: -80px;
    transform: translateX(-50%);
  }
}
.top_area .bl_halfMedia .text {
  position: absolute;
  left: -400px;
  top: 20px;
  margin-top: 3.5em;
  line-height: 2;
  min-width: 450px;
  width: 35%;
}
@media screen and (max-width: 360px) {
  .top_area .bl_halfMedia .text {
    min-width: 300px;
  }
}
@media screen and (max-width: 360px) {
  .top_area .bl_halfMedia .text {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .top_area .bl_halfMedia .text {
    left: 20px;
    top: 20px;
  }
}

.top_product {
  margin-top: 210px;
}
@media screen and (max-width: 360px) {
  .top_product {
    margin-top: 130px;
  }
}
.top_product .bl_Vwrap {
  padding: 100px 0 0;
  margin-right: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 1000px;
}
@media screen and (max-width: 360px) {
  .top_product .bl_Vwrap {
    margin-right: 0;
  }
}
.top_product .bl_Vwrap .bl_vertical_titlewrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.top_product .bl_Vwrap .bl_vertical_titlewrap .section_VsubTitle {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  align-items: center;
  display: flex;
  margin-top: -150px;
  font-size: 22px;
  letter-spacing: 5px;
  font-weight: 300;
}
@media screen and (max-width: 360px) {
  .top_product .bl_Vwrap .bl_vertical_titlewrap .section_VsubTitle {
    font-size: 20px;
  }
}
.top_product .bl_Vwrap .bl_vertical_titlewrap .section_VsubTitle::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #2f4462;
  position: absolute;
  top: 0;
  right: 0px;
  top: 110px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 360px) {
  .top_product .bl_Vwrap .bl_vertical_titlewrap .section_VsubTitle::before {
    top: 100px;
  }
}
.top_product .bl_Vwrap .bl_vertical_titlewrap .section_Vtitle {
  text-align: center;
  margin-top: 100px;
  font-size: 60px;
  font-weight: 300;
}
@media screen and (max-width: 360px) {
  .top_product .bl_Vwrap .bl_vertical_titlewrap .section_Vtitle {
    font-size: 32px;
  }
}
.top_product .bl_halfMedia_section {
  max-width: 1870px;
  width: 84%;
  margin: -60px auto 0;
  display: flex;
}
@media screen and (max-width: 360px) {
  .top_product .bl_halfMedia_section {
    flex-direction: column;
    margin: 10px auto 0;
  }
}
.top_product .bl_halfMedia_section .bl_halfMedia_img {
  position: relative;
  background-image: url(../img/dai_product1.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 800px;
  min-width: 500px;
  height: 660px;
}
@media screen and (max-width: 360px) {
  .top_product .bl_halfMedia_section .bl_halfMedia_img {
    background-size: cover;
    min-width: auto;
    height: 200px;
  }
}
.top_product .bl_halfMedia_section .bl_halfMedia_img .bl_list_col {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5%;
}
@media screen and (max-width: 360px) {
  .top_product .bl_halfMedia_section .bl_halfMedia_img .bl_list_col {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
}
.top_product .bl_halfMedia_section .bl_halfMedia_img .bl_list_col .bl_list_item {
  position: relative;
  width: 30%;
  margin-top: 20px;
  margin-left: 20px;
  background-image: url(../img/dai_top7.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.top_product .bl_halfMedia_section .bl_halfMedia_img .bl_list_col .bl_list_item::before {
  content: "";
  display: block;
  padding-top: 75%;
}
@media screen and (max-width: 360px) {
  .top_product .bl_halfMedia_section .bl_halfMedia_img .bl_list_col .bl_list_item {
    width: 90%;
    margin-left: 0;
  }
}
.top_product .bl_halfMedia_section .bl_halfMedia_img .bl_list_col ._2 {
  background-image: url(../img/dai_top8.jpg);
}
.top_product .bl_halfMedia_section .bl_halfMedia_img .bl_list_col ._3 {
  background-image: url(../img/dai_top9.jpg);
}
.top_product .bl_halfMedia_section .bl_halfMedia_img .bl_list_col ._4 {
  background-image: url(../img/dai_top10.jpg);
}
.top_product .bl_halfMedia_section .bl_halfMedia_img .bl_list_col ._5 {
  background-image: url(../img/dai_top11.jpg);
}
.top_product .bl_halfMedia_section .bl_halfMedia_img .bl_list_col ._6 {
  background-image: url(../img/dai_top12.jpg);
}
@media screen and (max-width: 360px) {
  .top_product .bl_halfMedia_section .bl_halfMedia_img .bl_list_col .bl_list_item + .bl_list_item {
    margin-top: 25px;
  }
}
.top_product .bl_halfMedia_section .bl_halfMedia_img ._mdfcol {
  margin-top: 0px;
  transform: translateX(100px);
}
@media screen and (max-width: 360px) {
  .top_product .bl_halfMedia_section .bl_halfMedia_img ._mdfcol {
    transform: translateX(0px);
  }
}
.top_product .bl_halfMedia_section .bl_halfMedia_txtwrapper {
  position: relative;
  top: 650px;
  z-index: 3;
  position: relative;
  left: -8%;
  z-index: 3;
  width: 35%;
}
@media screen and (max-width: 360px) {
  .top_product .bl_halfMedia_section .bl_halfMedia_txtwrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .top_product .bl_halfMedia_section .bl_halfMedia_txtwrapper {
    top: 580px;
  }
}
@media screen and (min-width: 1500px) {
  .top_product .bl_halfMedia_section .bl_halfMedia_txtwrapper {
    top: 780px;
  }
}
@media screen and (min-width: 1700px) {
  .top_product .bl_halfMedia_section .bl_halfMedia_txtwrapper {
    top: 900px;
  }
}
@media screen and (max-width: 360px) {
  .top_product .bl_halfMedia_section .bl_halfMedia_txtwrapper {
    top: 24px;
    left: 0px;
    width: 90%;
    margin: 0 auto;
  }
}
.top_product .bl_halfMedia_section .bl_halfMedia_txtwrapper .title {
  position: relative;
  font-size: 24px;
}
@media screen and (max-width: 360px) {
  .top_product .bl_halfMedia_section .bl_halfMedia_txtwrapper .title {
    font-size: 18px;
  }
}
.top_product .bl_halfMedia_section .bl_halfMedia_txtwrapper .title::before {
  content: "";
  width: 400px;
  height: 1px;
  background: #2f4462;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 104%;
  margin: auto;
  z-index: 0;
}
@media screen and (max-width: 360px) {
  .top_product .bl_halfMedia_section .bl_halfMedia_txtwrapper .title::before {
    display: none;
  }
}
.top_product .bl_halfMedia_section .bl_halfMedia_txtwrapper .text {
  margin-top: 1.5em;
  line-height: 1.5;
  min-width: 450px;
  width: 35%;
}
@media screen and (max-width: 360px) {
  .top_product .bl_halfMedia_section .bl_halfMedia_txtwrapper .text {
    min-width: auto;
  }
}
@media screen and (max-width: 360px) {
  .top_product .bl_halfMedia_section .bl_halfMedia_txtwrapper .text {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .top_product .bl_halfMedia_section .bl_halfMedia_txtwrapper .text {
    margin-top: 10px;
  }
}
.top_product .bl_halfMedia_section .bl_halfMedia_txtwrapper .el_btn {
  margin-top: 10px;
}
.top_product .bl_halfMedia_section .bl_halfMedia_txtwrapper .el_btn3 {
  margin-top: 20px;
}
@media screen and (max-width: 360px) {
  .top_product .bl_halfMedia_section .bl_halfMedia_txtwrapper .el_btn3 {
    margin-top: 10px;
    margin-top: 10px;
    width: 29vw;
    height: 45px;
    padding: 15px 0px;
  }
}

.top_locals {
  margin-top: 553px;
}
@media screen and (max-width: 360px) {
  .top_locals {
    margin-top: 120px;
  }
}
.top_locals .bl_halfMedia {
  max-width: 1870px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.top_locals .bl_halfMedia .bl_halfMedia_txtwrapper {
  position: relative;
  padding: 260px;
  top: -60px;
  width: 35%;
  background: #f4f6f9;
  z-index: -1;
}
@media screen and (max-width: 360px) {
  .top_locals .bl_halfMedia .bl_halfMedia_txtwrapper {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .top_locals .bl_halfMedia .bl_halfMedia_txtwrapper {
    top: 0;
    padding: 200px;
    visibility: hidden;
  }
}
.top_locals .bl_halfMedia .bl_halfMedia_txtwrapper::after {
  content: "Locals";
  font-family: "Prata", serif;
  display: block;
  position: absolute;
  left: -90px;
  top: 150px;
  font-size: 120px;
  color: #2f4462;
  transform: rotate(90deg);
  z-index: 1;
}
@media screen and (max-width: 360px) {
  .top_locals .bl_halfMedia .bl_halfMedia_txtwrapper::after {
    opacity: 0.1;
    top: 190px;
    display: none;
  }
}
.top_locals .bl_halfMedia .bl_halfMedia_img {
  position: relative;
  background-image: url(../img/top.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 65%;
  flex: 1;
}
@media screen and (max-width: 360px) {
  .top_locals .bl_halfMedia .bl_halfMedia_img {
    width: 100%;
  }
}
.top_locals .bl_halfMedia .title {
  position: absolute;
  left: -175px;
  top: -27px;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 360px) {
  .top_locals .bl_halfMedia .title {
    font-size: 18px;
  }
}
.top_locals .bl_halfMedia .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #00679b;
  position: absolute;
  top: 0;
  right: 155px;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 360px) {
  .top_locals .bl_halfMedia .title::before {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .top_locals .bl_halfMedia .title {
    left: -300px;
    display: none;
  }
}
.top_locals .bl_mediaPosts {
  margin: -400px auto 0;
  display: flex;
  justify-content: center;
  padding: 0 200px;
  max-width: 1870px;
  align-items: flex-start;
  gap: 3em;
}
@media screen and (max-width: 360px) {
  .top_locals .bl_mediaPosts {
    flex-wrap: wrap;
    padding: 0 4%;
    gap: 0;
  }
}
.top_locals .bl_mediaPosts .txt_wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  display: none;
}
@media screen and (max-width: 360px) {
  .top_locals .bl_mediaPosts .txt_wrap {
    display: block;
    margin-bottom: 30px;
  }
}
.top_locals .bl_mediaPosts .txt_wrap::after {
  content: "";
  position: absolute;
  top: -55%;
  left: 10%;
  width: 100%;
  height: 150px;
  background: #f4f6f9;
  z-index: -1;
}
.top_locals .bl_mediaPosts .txt_wrap .Locals {
  display: none;
}
@media screen and (max-width: 360px) {
  .top_locals .bl_mediaPosts .txt_wrap .Locals {
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin-left: 4%;
  }
}
.top_locals .bl_mediaPosts .txt_wrap .title2 {
  display: none;
}
@media screen and (max-width: 360px) {
  .top_locals .bl_mediaPosts .txt_wrap .title2 {
    display: block;
    font-size: 16px;
    margin-left: 4%;
  }
}
.top_locals .bl_mediaPosts .bl_mediaPosts_item {
  width: calc(40% - 15px);
  margin: 0;
  position: relative;
  transition: all 0.5s ease 0s;
  opacity: 1;
}
@media screen and (max-width: 360px) {
  .top_locals .bl_mediaPosts .bl_mediaPosts_item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top_locals .bl_mediaPosts .bl_mediaPosts_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 86%;
  z-index: -1;
  background: #f4f6f9;
}
.top_locals .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img {
  position: relative;
  background-size: cover;
  padding-top: 90%;
}
.top_locals .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 139%;
  aspect-ratio: 4/5;
}
.top_locals .bl_mediaPosts .bl_mediaPosts_item .bl_list_item_link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.top_locals .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_enname {
  font-size: 24px;
  font-weight: 300;
  margin-top: 70px;
  margin-left: 10px;
  text-align: left;
  position: relative;
  background: #fff;
  padding: 7px;
  z-index: 1;
  display: inline-block;
}
@media screen and (max-width: 360px) {
  .top_locals .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_enname {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  .top_locals .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_enname {
    margin-top: 80px;
  }
}
.top_locals .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_enjob {
  font-size: 18px;
  font-weight: 300;
  margin-top: 0px;
  margin-left: 10px;
  text-align: left;
  position: relative;
  background: #fff;
  padding: 7px;
  z-index: 1;
  display: inline-block;
}
@media screen and (max-width: 360px) {
  .top_locals .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_enjob {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  .top_locals .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_enjob {
    margin-top: -14px;
  }
}
.top_locals .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
  font-size: 24px;
  font-weight: 300;
  margin-top: 12px;
  margin-left: 10px;
  text-align: left;
}
@media screen and (max-width: 360px) {
  .top_locals .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  .top_locals .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
    margin-top: 10px;
  }
}
.top_locals .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_job {
  font-size: 18px;
  font-weight: 300;
  margin-top: 8px;
  margin-left: 10px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 360px) {
  .top_locals .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_job {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  .top_locals .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_job {
    margin-top: 3px;
  }
}
.top_locals .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_job::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2f4462;
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}
.top_locals .bl_mediaPosts .bl_mediaPosts_item .el_btn3 {
  margin: 13px 0 0 auto;
  display: table;
}
.top_locals .bt_center {
  margin-top: 100px;
}
@media screen and (max-width: 360px) {
  .top_locals .bt_center {
    margin-top: 10px;
  }
}
.top_locals .el_btn {
  margin-top: -100px;
}
@media screen and (max-width: 360px) {
  .top_locals .el_btn {
    margin-top: 0px;
  }
}

.top_access {
  margin-top: 170px;
}
@media screen and (max-width: 360px) {
  .top_access {
    margin-top: 140px;
  }
}
.top_access .bl_sectiontitlewrap {
  margin: -100px auto 0;
  padding: 50px 50px 0;
  width: 85%;
  border-top: #4a4846 solid 0.5px;
  text-align: right;
}
.top_access .bl_sectiontitlewrap .section_title {
  text-align: right;
}
.top_access .bl_flex {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex {
    margin-top: 50px;
  }
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex {
    flex-direction: column-reverse;
  }
}
.top_access .bl_flex .access_gmap {
  padding: 22%;
  margin: 100px 0px 10px 12%;
  position: relative;
  transform: translateY(-117px);
  width: 55%;
  max-width: 500px;
}
@media screen and (max-width: 1250px) {
  .top_access .bl_flex .access_gmap {
    padding: 20%;
  }
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex .access_gmap {
    padding: 50%;
    margin: 30px auto 0px;
    width: 100%;
    transform: translateY(0px);
  }
}
.top_access .bl_flex .access_gmap .access_img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.top_access .bl_flex .bl_titlewrap {
  text-align: left;
  padding: 100px 0 100px 40px;
  position: relative;
  width: 45%;
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex .bl_titlewrap {
    padding: 0px 0px;
    width: 100%;
    margin: 0px 0px;
  }
}
.top_access .bl_flex .bl_titlewrap::before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 24%;
  bottom: 0;
  width: 210%;
  height: 80%;
  background: #f4f6f9;
  z-index: -1;
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex .bl_titlewrap::before {
    height: 90%;
  }
}
.top_access .bl_flex .bl_titlewrap .bl_vertical_titlewrap {
  position: relative;
  max-width: 550px;
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex .bl_titlewrap .bl_vertical_titlewrap {
    text-align: center;
  }
}
.top_access .bl_flex .bl_titlewrap .bl_vertical_titlewrap::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #2f4462;
  position: absolute;
  top: -95%;
  right: 29%;
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex .bl_titlewrap .bl_vertical_titlewrap::before {
    height: 60px;
    top: -238%;
    right: 50%;
  }
}
.top_access .bl_flex .bl_titlewrap .bl_vertical_titlewrap .section_VsubTitle {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  align-items: center;
  display: flex;
  font-size: 16px;
  letter-spacing: 5px;
  position: absolute;
  top: -350%;
  right: 25%;
  font-weight: 300;
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex .bl_titlewrap .bl_vertical_titlewrap .section_VsubTitle {
    top: -735%;
    right: 43%;
  }
}
.top_access .bl_flex .bl_titlewrap .bl_vertical_titlewrap ._left {
  top: -320%;
  right: 29%;
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex .bl_titlewrap .bl_vertical_titlewrap ._left {
    right: 50%;
    top: -670%;
  }
}
.top_access .bl_flex .bl_titlewrap .bl_vertical_titlewrap .section_Vtitle {
  font-size: 60px;
  font-weight: 300;
  white-space: nowrap;
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex .bl_titlewrap .bl_vertical_titlewrap .section_Vtitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex .bl_titlewrap .bl_vertical_titlewrap .section_Vtitle {
    margin-top: 160px;
    white-space: normal;
  }
}
.top_access .bl_flex .bl_titlewrap .bl_vertical_titlewrap .section_Vtitle span {
  font-family: "Shippori Mincho";
  font-size: 20px;
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex .bl_titlewrap .bl_vertical_titlewrap .section_Vtitle span {
    font-size: 18px;
  }
}
.top_access .bl_flex .bl_titlewrap .bl_media_centerArea_title {
  margin-top: 28px;
  line-height: 1.5;
  font-size: 28px;
  min-width: 450px;
  width: 35%;
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex .bl_titlewrap .bl_media_centerArea_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex .bl_titlewrap .bl_media_centerArea_title {
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin-top: 8px;
    min-width: auto;
  }
}
.top_access .bl_flex .bl_titlewrap .bl_media_centerArea_txt {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 18px;
  min-width: 440px;
  width: 50%;
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex .bl_titlewrap .bl_media_centerArea_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex .bl_titlewrap .bl_media_centerArea_txt {
    width: 92%;
    min-width: auto;
    margin: 20px auto 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.top_access .bl_flex .bl_titlewrap .el_btn {
  margin: 170px 0 0 270px;
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex .bl_titlewrap .el_btn {
    margin: 10px 0 0 14px;
    padding: 20px 0px;
    font-size: 16px;
  }
}
.top_access .bl_flex .bl_titlewrap .el_btn3 {
  margin: 50px 0 0 320px;
}
@media screen and (max-width: 360px) {
  .top_access .bl_flex .bl_titlewrap .el_btn3 {
    margin: 10px 0 0 14px;
    padding: 20px 0px;
    font-size: 16px;
    width: 31vw;
  }
}

.company_info {
  margin-top: 310px;
}
@media screen and (max-width: 360px) {
  .company_info {
    margin-top: 80px;
  }
}
.company_info .bl_flex {
  display: flex;
  width: 84%;
  margin: 0 auto;
  min-width: 1300px;
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex {
    flex-direction: column;
    justify-content: center;
    min-width: auto;
  }
}
.company_info .bl_flex .box_bg {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 40%;
  align-items: center;
}
.company_info .bl_flex .box_bg::before {
  background: #f4f6f9;
  content: "";
  display: block;
  position: absolute;
  left: -40%;
  top: -110px;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .box_bg::before {
    top: -60px;
  }
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .box_bg {
    margin: 150px 0 0;
    padding: 40px 20px;
    width: 100%;
  }
}
.company_info .bl_flex .box_bg .bl_vertical_titlewrap {
  z-index: 3;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .box_bg .bl_vertical_titlewrap {
    left: 0px;
    right: 0px;
  }
}
.company_info .bl_flex .box_bg .bl_vertical_titlewrap .section_VsubTitle {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  align-items: center;
  display: flex;
  margin-top: -150px;
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: 300;
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .box_bg .bl_vertical_titlewrap .section_VsubTitle {
    font-size: 16px;
  }
}
.company_info .bl_flex .box_bg .bl_vertical_titlewrap .section_VsubTitle::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #2f4462;
  position: absolute;
  top: 0;
  right: 0px;
  top: 10px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .box_bg .bl_vertical_titlewrap .section_VsubTitle::before {
    top: 40px;
  }
}
.company_info .bl_flex .box_bg .bl_vertical_titlewrap .section_title {
  text-align: center;
  margin-top: 100px;
  font-size: 50px;
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .box_bg .bl_vertical_titlewrap .section_title {
    font-size: 32px;
  }
}
.company_info .bl_flex .box_bg .bl_vertical_titlewrap .section_title2 {
  text-align: center;
  margin-top: 10px;
  font-size: 50px;
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .box_bg .bl_vertical_titlewrap .section_title2 {
    font-size: 32px;
  }
}
.company_info .bl_flex .box_bg .bl_vertical_titlewrap .section_txt {
  font-size: 20px;
  text-align: center;
  margin-top: 1em;
  width: 240px;
  margin: 1em auto;
  padding: 20px 0px;
  background: #2f4462;
  color: #fff;
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .box_bg .bl_vertical_titlewrap .section_txt {
    font-size: 18px;
  }
}
.company_info .bl_flex .box_bg .bl_halfMedia_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 85%;
  min-width: 500px;
  margin-top: 10px;
  max-width: 600px;
  flex: 1;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .box_bg .bl_halfMedia_img {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .box_bg .bl_halfMedia_img {
    min-width: auto;
    margin-top: 30px;
  }
}
.company_info .bl_flex .bl_media_feature {
  position: relative;
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .bl_media_feature {
    margin: 0;
    padding: 0px;
    width: 100%;
    text-align: center;
  }
}
.company_info .bl_flex .bl_media_feature .companyinfo_content {
  margin: 0 auto;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .bl_media_feature .companyinfo_content {
    width: 100%;
  }
}
.company_info .bl_flex .bl_media_feature .companyinfo_content .companyinfo_content_inner {
  position: relative;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1.4px;
  margin-top: 50px;
  background: #fff;
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .bl_media_feature .companyinfo_content .companyinfo_content_inner {
    width: 100%;
    font-size: 16px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 2;
    padding: 10px;
    text-align: center;
  }
}
.company_info .bl_flex .bl_media_feature .companyinfo_content .companyinfo_content_inner .companyinfo_content_item {
  display: flex;
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .bl_media_feature .companyinfo_content .companyinfo_content_inner .companyinfo_content_item {
    margin-bottom: 0px;
    display: block;
  }
}
.company_info .bl_flex .bl_media_feature .companyinfo_content .companyinfo_content_inner .companyinfo_content_item .kinds {
  text-align: center;
  width: 144px;
  max-width: 144px;
  margin-right: 5px;
  border-bottom: #2f4462 solid 1px;
  padding-bottom: 28px;
  padding-top: 28px;
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .bl_media_feature .companyinfo_content .companyinfo_content_inner .companyinfo_content_item .kinds {
    text-align: center;
    border-bottom: none;
    width: 100%;
    max-width: none;
    font-weight: bold;
    padding: 22px 0 0;
  }
}
.company_info .bl_flex .bl_media_feature .companyinfo_content .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  letter-spacing: 0.6px;
  border-bottom: #2f4462 solid 1px;
  width: 500px;
  max-width: 500px;
  padding-bottom: 28px;
  padding-top: 28px;
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .bl_media_feature .companyinfo_content .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right {
    margin-left: 0px;
    padding: 22px 20px 22px;
    width: auto;
  }
}
.company_info .bl_flex .bl_media_feature .companyinfo_content ._f {
  border-top: #2f4462 solid 1px;
}
.company_info .bl_flex .bl_media_feature .companyinfo_content ._f2 {
  border-top: #2f4462 solid 1px;
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .bl_media_feature .companyinfo_content ._f2 {
    display: none;
  }
}
.company_info .bl_flex .bl_media_feature .el_btn {
  margin-left: 415px;
  margin-top: 70px;
}
@media screen and (max-width: 360px) {
  .company_info .bl_flex .bl_media_feature .el_btn {
    margin: 40px auto 0;
  }
}
.company_info .bl_flex .bl_media_feature .el_btn::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -20%;
  width: 100%;
  height: 60px;
  background: #f4f6f9;
  z-index: -1;
}

@media screen and (max-width: 360px) {
  ._2sec {
    margin-top: 50px;
  }
}

.company_access {
  margin-top: 160px;
}
@media screen and (max-width: 360px) {
  .company_access {
    margin-top: 50px;
  }
}
.company_access .bl_sectiontitlewrap {
  margin: -100px auto 0;
  padding: 50px 50px 0;
  width: 85%;
  border-top: #4a4846 solid 0.5px;
  text-align: right;
}
.company_access .bl_sectiontitlewrap .section_title {
  text-align: right;
}
.company_access .bl_flex {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1870px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 360px) {
  .company_access .bl_flex {
    margin-top: 50px;
  }
}
@media screen and (max-width: 360px) {
  .company_access .bl_flex {
    flex-direction: column-reverse;
  }
}
.company_access .bl_flex::before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  bottom: 0;
  width: 92%;
  height: 90%;
  z-index: -1;
  background: #d3dbe5;
}
@media screen and (max-width: 360px) {
  .company_access .bl_flex::before {
    top: 25px;
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 500px;
    background: none;
  }
}
.company_access .bl_flex .access_gmap {
  padding-bottom: 41%;
  margin: 0px 0px 0px 100px;
  position: relative;
  width: 40%;
  max-width: 700px;
}
@media screen and (max-width: 360px) {
  .company_access .bl_flex .access_gmap {
    padding-bottom: 80%;
    margin: 20px auto 80px;
    width: 100%;
  }
}
.company_access .bl_flex .access_gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 360px) {
  .company_access .bl_flex .bl_col {
    margin-top: 50px;
  }
}
.company_access .bl_flex .bl_col .bl_titlewrap {
  text-align: right;
  position: relative;
}
@media screen and (max-width: 360px) {
  .company_access .bl_flex .bl_col .bl_titlewrap {
    padding: 60px 10px;
    width: 80%;
    margin: -150px auto 60px;
    text-align: center;
  }
}
.company_access .bl_flex .bl_col .bl_titlewrap .section_subTitle2 {
  font-size: 22px;
  font-weight: 300;
}
@media screen and (max-width: 360px) {
  .company_access .bl_flex .bl_col .bl_titlewrap .section_subTitle2 {
    font-size: 22px;
  }
}
.company_access .bl_flex .bl_col .bl_titlewrap .section_title2 {
  margin-top: 10px;
  font-size: 50px;
}
@media screen and (max-width: 360px) {
  .company_access .bl_flex .bl_col .bl_titlewrap .section_title2 {
    font-size: 32px;
  }
}
.company_access .bl_flex .bl_col .bl_titlewrap .bl_media_centerArea_txt {
  margin-top: 12px;
  line-height: 1.5;
  font-size: 20px;
  min-width: 450px;
  width: 35%;
}
@media screen and (max-width: 360px) {
  .company_access .bl_flex .bl_col .bl_titlewrap .bl_media_centerArea_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .company_access .bl_flex .bl_col .bl_titlewrap .bl_media_centerArea_txt {
    width: 100%;
    min-width: auto;
  }
}
.company_access .bl_flex ._mgt {
  margin-top: 36px;
}
@media screen and (max-width: 360px) {
  .company_access .bl_flex ._mgt {
    margin-bottom: 0px !important;
    padding: 60px 10px 0 !important;
  }
}

.area_about {
  margin-top: 150px;
}
@media screen and (max-width: 360px) {
  .area_about {
    margin-top: 80px;
  }
}
.area_about .bl_desc {
  max-width: 800px;
  margin: 0 auto 0 0;
  position: relative;
  width: 65%;
  padding: 60px 100px 200px;
  z-index: 0;
  background: #f4f6f9;
}
@media screen and (max-width: 360px) {
  .area_about .bl_desc {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .area_about .bl_desc {
    padding: 30px 4% 100px;
  }
}
.area_about .bl_desc .d_box .title {
  font-size: 32px;
}
@media screen and (max-width: 360px) {
  .area_about .bl_desc .d_box .title {
    font-size: 22px;
  }
}
.area_about .bl_desc .d_box .text {
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 360px) {
  .area_about .bl_desc .d_box .text {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.area_about .bl_desc .d_box .a_flex {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  width: 200px;
  margin-top: 20px;
}
.area_about .bl_desc .d_box .a_flex .area_link {
  position: relative;
  z-index: 2;
}
.area_about .bl_desc .d_box .a_flex .area_link::before {
  transition: all 0.5s ease-out;
  content: "";
  display: block;
  width: 110%;
  height: 6px;
  background: #d3dbe5;
  position: absolute;
  top: 80%;
  right: 0;
  bottom: 0;
  left: -5%;
  margin: auto;
  z-index: -1;
}
.area_about .bl_desc .d_box .a_flex .area_link:hover::before {
  transform: scale(1.1);
}

.area_aboutimg {
  margin-top: -150px;
  position: relative;
}
@media screen and (max-width: 360px) {
  .area_aboutimg {
    margin-top: -30px;
  }
}
.area_aboutimg::before {
  content: "";
  width: 20%;
  max-width: 400px;
  aspect-ratio: 4/5;
  position: absolute;
  top: -30%;
  right: 0;
  background-image: url(../img/dai_area2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -2;
}
.area_aboutimg::after {
  content: "";
  width: 30%;
  max-width: 500px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -40%;
  left: 0;
  background-image: url(../img/dai_area3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
.area_aboutimg .img_box {
  width: 75%;
  padding-top: 50%;
  margin: 0 10% 0 20%;
  position: relative;
  background-image: url(../img/dai_areamap.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.area_enjoy {
  margin-top: 460px;
  position: relative;
}
@media screen and (max-width: 360px) {
  .area_enjoy {
    margin-top: 260px;
  }
}
@media screen and (min-width: 1700px) {
  .area_enjoy {
    margin-top: 500px;
  }
}
@media screen and (min-width: 1700px) and (max-width: 360px) {
  .area_enjoy {
    margin-top: 50px;
  }
}
.area_enjoy .bl_halfMedia_section {
  max-width: 1200px;
  width: 90%;
  margin: 400px auto;
  display: flex;
  position: relative;
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section {
    width: 92%;
    flex-direction: column;
    margin: 100px auto 0;
  }
}
.area_enjoy .bl_halfMedia_section::before {
  content: "";
  display: block;
  position: absolute;
  right: -10%;
  top: 10%;
  bottom: 0;
  width: 100%;
  padding-top: 100%;
  background: #f4f6f9;
  z-index: -1;
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_img {
  position: relative;
  background-image: url(../img/dai_area4.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 55%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_img {
    width: 100%;
  }
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_img .Vtitle {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  left: -200px;
  top: 100px;
  font-size: 130px;
  font-weight: 500;
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_img .Vtitle {
    font-size: 80px;
  }
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_img .Vtitle {
    left: 160px;
    top: -100px;
  }
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_img .Vtitle::before {
  content: "Irokawa Area";
  display: block;
  position: absolute;
  right: 170px;
  top: -50px;
  font-size: 18px;
  font-weight: 300;
  color: #2f4462;
  z-index: 1;
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_img .Vtitle::before {
    right: -10px;
    top: -30px;
  }
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_img ._ex {
  top: 30%;
  left: -28%;
  transform: translateY(-50%);
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_img ._ex {
    top: -10%;
    left: 60%;
  }
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_img ._ex::before {
  content: "Ota Area";
  display: block;
  position: absolute;
  right: 160px;
  top: -50px;
  font-size: 18px;
  font-weight: 300;
  color: #2f4462;
  z-index: 1;
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_img ._ex::before {
    right: -10px;
    top: -20px;
  }
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_img ._st {
  top: 10%;
  left: 106%;
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_img ._st {
    top: -10%;
    left: 0%;
    font-size: 60px;
  }
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_img ._st::before {
  content: "Shimosato uragami Area";
  display: block;
  position: absolute;
  right: 170px;
  top: -50px;
  font-size: 18px;
  font-weight: 300;
  color: #2f4462;
  z-index: 1;
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_img ._st::before {
    right: -10px;
    top: -40px;
  }
}
.area_enjoy .bl_halfMedia_section ._shimo {
  background-image: url(../img/dai_area8.jpg);
}
.area_enjoy .bl_halfMedia_section ._iro {
  background-image: url(../img/dai_area13.jpg);
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper {
  position: relative;
  padding: 20px;
  top: 760px;
  left: 100px;
  z-index: 3;
  width: 40%;
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper {
    padding: 0px;
    top: 24px;
    left: 0px;
  }
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .title {
  position: relative;
  font-size: 24px;
  text-align: right;
  white-space: nowrap;
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .title.low-title {
  text-align: initial;
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .title {
    white-space: normal;
  }
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .title::before {
  content: "";
  width: 1px;
  height: 200px;
  background: #2f4462;
  position: absolute;
  top: -250px;
  bottom: 0;
  right: 430px;
  margin: auto;
  z-index: -3;
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .title::before {
    display: none;
  }
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper ._l {
  text-align: left;
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .text {
  margin-top: 1.5em;
  line-height: 1.5;
  min-width: 450px;
  width: 35%;
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .text {
    min-width: auto;
  }
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .text {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .text {
    margin-top: 10px;
  }
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .bl_list_col {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-left: -4%;
  width: 250%;
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .bl_list_col {
    align-items: center;
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
  }
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .bl_list_col .bl_list_item {
  position: relative;
  width: 30%;
  margin-top: 20px;
  margin-left: 20px;
  background-image: url(../img/dai_area5.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .bl_list_col .bl_list_item::before {
  content: "";
  display: block;
  padding-top: 75%;
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .bl_list_col .bl_list_item {
    width: 33%;
    margin-left: 0;
  }
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .bl_list_col ._2 {
  background-image: url(../img/dai_area6.jpg);
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .bl_list_col ._3 {
  background-image: url(../img/dai_area7.jpg);
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .bl_list_col ._4 {
  background-image: url(../img/dai_area10.jpg);
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .bl_list_col ._5 {
  background-image: url(../img/dai_area11.jpg);
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .bl_list_col ._6 {
  background-image: url(../img/dai_area12.jpg);
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .bl_list_col ._7 {
  background-image: url(../img/dai_area14.jpg);
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .bl_list_col ._8 {
  background-image: url(../img/dai_area15.jpg);
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper .bl_list_col ._9 {
  background-image: url(../img/dai_area16.jpg);
}
.area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper ._mdfml {
  margin-left: -138%;
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section .bl_halfMedia_txtwrapper ._mdfml {
    margin-left: 0;
  }
}
.area_enjoy .bl_halfMedia_section ._mdfleft {
  top: 780px;
  left: -100px;
}
@media screen and (max-width: 360px) {
  .area_enjoy .bl_halfMedia_section ._mdfleft {
    top: 24px;
    left: 0px;
  }
}
.area_enjoy .bl_halfMedia_section ._left .title::before {
  right: 0px;
}
@media screen and (max-width: 360px) {
  .area_enjoy ._mdfmt {
    margin-top: 380px;
  }
}
.area_enjoy ._rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 360px) {
  .area_enjoy ._rev {
    flex-direction: column;
  }
}
.area_enjoy ._cen {
  margin: 950px auto 400px;
}
@media screen and (max-width: 360px) {
  .area_enjoy ._cen {
    margin: 180px auto 0px;
  }
}
.area_enjoy ._mdfm {
  margin: 850px auto;
}
@media screen and (max-width: 360px) {
  .area_enjoy ._mdfm {
    margin: 235px auto 150px;
  }
}

#gContact {
  width: 92%;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f4f6f9;
  position: relative;
}
#gContact .bl_vertical_titlewrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#gContact .bl_vertical_titlewrap .section_VsubTitle {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  align-items: center;
  display: flex;
  margin-top: -150px;
  font-size: 22px;
  letter-spacing: 5px;
  font-weight: 300;
}
@media screen and (max-width: 360px) {
  #gContact .bl_vertical_titlewrap .section_VsubTitle {
    font-size: 20px;
  }
}
#gContact .bl_vertical_titlewrap .section_VsubTitle::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #2f4462;
  position: absolute;
  top: 0;
  right: 0px;
  top: 75px;
  left: 0;
  margin: auto;
}
#gContact .bl_vertical_titlewrap .section_title {
  text-align: center;
  margin-top: 100px;
  font-size: 60px;
}
@media screen and (max-width: 360px) {
  #gContact .bl_vertical_titlewrap .section_title {
    font-size: 32px;
  }
}
#gContact .bl_vertical_titlewrap .section_subtitle {
  font-size: 20px;
  text-align: center;
  margin-top: 1em;
  margin: 1em auto;
  transition: all 0.5s ease-out;
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 360px) {
  #gContact .bl_vertical_titlewrap .section_subtitle {
    font-size: 18px;
  }
}
#gContact .bl_vertical_titlewrap .section_subtitle::before {
  transition: all 0.5s ease-out;
  content: "";
  display: block;
  width: 110%;
  height: 6px;
  background: #d3dbe5;
  position: absolute;
  top: 80%;
  right: 0;
  bottom: 0;
  left: -5%;
  margin: auto;
  z-index: 0;
}
#gContact .bl_vertical_titlewrap .section_subtitle:hover::before {
  transition: all 0.5s ease-out;
  width: 120%;
  left: -10%;
}

.arc_link {
  margin-top: 100px;
}
@media screen and (max-width: 360px) {
  .arc_link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 360px) {
  .arc_link {
    margin-top: 80px;
  }
}
.arc_link .arc_link_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 92%;
  margin: 20px auto 30px;
  position: relative;
}
.arc_link .arc_link_list::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -40px;
  width: 120px;
  padding-top: 10%;
  background: url(../img/logo2.png) no-repeat center center/contain;
  z-index: 3;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 360px) {
  .arc_link .arc_link_list::before {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .arc_link .arc_link_list {
    width: 97%;
    margin-left: 10px;
  }
}
.arc_link .arc_link_list .cat-item {
  margin: 5px 10px 0;
  padding-bottom: 8px;
  border-bottom: rgba(47, 68, 98, 0.5) solid 1px;
}
@media screen and (max-width: 360px) {
  .arc_link .arc_link_list .cat-item {
    margin: 0 15px 0 0;
  }
}
.arc_link .arc_link_list .cat-item::before {
  content: "#";
}

.arc_media_list {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 360px) {
  .arc_media_list {
    margin-bottom: 30px;
  }
}
.arc_media_list .bl_media_feature {
  position: relative;
  margin: 0 auto;
  width: 92%;
}
.arc_media_list .bl_media_feature .bl_mediaPosts {
  margin: 100px auto 0;
  display: flex;
  max-width: 1870px;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 360px) {
  .arc_media_list .bl_media_feature .bl_mediaPosts {
    flex-wrap: wrap;
    padding: 0;
    margin: 20px auto 0;
  }
}
.arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item {
  width: calc(50% - 9px);
  position: relative;
  transition: all 0.5s ease 0s;
  opacity: 1;
  margin-top: 10px;
}
@media screen and (max-width: 360px) {
  .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img {
  position: relative;
  background-size: cover;
  padding-top: 60%;
}
.arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img .list_categorys {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 7px;
  z-index: 1;
}
.arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
  font-size: 22px;
  font-weight: 300;
  margin-top: -70px;
  margin-left: 14px;
  text-align: left;
  position: relative;
  padding: 7px;
  z-index: 2;
  display: inline-block;
  background: #fff;
}

#villagers .arc_media_list {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 360px) {
  #villagers .arc_media_list {
    margin-bottom: 0px;
  }
}
#villagers .arc_media_list .bl_media_feature {
  position: relative;
  margin: 0 auto;
  width: 90%;
}
#villagers .arc_media_list .bl_media_feature .bl_mediaPosts {
  margin: 100px auto 0;
  display: flex;
  max-width: 1870px;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 100px;
  width: 70%;
}
@media screen and (max-width: 360px) {
  #villagers .arc_media_list .bl_media_feature .bl_mediaPosts {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  #villagers .arc_media_list .bl_media_feature .bl_mediaPosts {
    flex-wrap: wrap;
    padding: 0;
    margin: 20px auto 0;
    gap: 0px;
  }
}
#villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item {
  width: 35%;
  position: relative;
  transition: all 0.5s ease 0s;
  opacity: 1;
}
#villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 86%;
  z-index: -1;
  background: #f4f6f9;
}
@media screen and (max-width: 360px) {
  #villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
#villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img {
  position: relative;
  background-size: cover;
  padding-top: 90%;
}
#villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 139%;
  -o-object-fit: cover;
  object-fit: cover;
}
#villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img .list_categorys {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 7px;
  z-index: 1;
}
#villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_list_item_link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_enname {
  font-size: 24px;
  font-weight: 300;
  margin-top: 70px;
  margin-left: 10px;
  text-align: left;
  position: relative;
  background: #fff;
  padding: 7px;
  z-index: 1;
  display: inline-block;
}
@media screen and (max-width: 360px) {
  #villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_enname {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  #villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_enname {
    margin-top: 80px;
  }
}
#villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_enjob {
  font-size: 18px;
  font-weight: 300;
  margin-top: 0px;
  margin-left: 10px;
  text-align: left;
  position: relative;
  background: #fff;
  padding: 7px;
  z-index: 1;
  display: inline-block;
}
@media screen and (max-width: 360px) {
  #villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_enjob {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  #villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_enjob {
    margin-top: -14px;
  }
}
#villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
  font-size: 24px;
  font-weight: 300;
  margin-top: 12px;
  margin-left: 10px;
  text-align: left;
  background: initial;
}
@media screen and (max-width: 360px) {
  #villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  #villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
    margin-top: 10px;
  }
}
#villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_job {
  font-size: 18px;
  font-weight: 300;
  margin-top: 8px;
  margin-left: 17px;
  text-align: left;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 360px) {
  #villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_job {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  #villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_job {
    margin-top: 3px;
  }
}
#villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_job::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2f4462;
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}
#villagers .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .el_btn3 {
  margin: 13px 0 0 auto;
  display: table;
}

#arc_news .arc_media_list {
  position: relative;
  margin-bottom: 100px;
  margin-top: 160px;
}
@media screen and (max-width: 360px) {
  #arc_news .arc_media_list {
    margin-bottom: 0px;
    margin-top: 80px;
  }
}
#arc_news .arc_media_list .bl_media_feature {
  position: relative;
  margin: 0 auto;
  width: 98%;
  max-width: 1700px;
}
#arc_news .arc_media_list .bl_media_feature .bl_mediaPosts {
  margin: 0px auto;
  display: flex;
  max-width: 1870px;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5em;
}
@media screen and (max-width: 360px) {
  #arc_news .arc_media_list .bl_media_feature .bl_mediaPosts {
    flex-wrap: wrap;
    padding: 0;
    margin: 20px auto 0;
    gap: 0;
  }
}
#arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item {
  width: calc(33% - 50px);
  margin: 0 5px;
  position: relative;
  transition: all 0.5s ease 0s;
  opacity: 1;
  max-width: 370px;
  min-width: 350px;
  height: 540px;
}
#arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: -1;
  background: #f4f6f9;
}
@media screen and (max-width: 360px) {
  #arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item {
    width: 100%;
    margin: 0 0 30px 0;
    height: auto;
  }
}
#arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img {
  position: relative;
  background-size: cover;
  padding-top: 90%;
  z-index: 2;
}
#arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100;
  position: absolute;
  left: 0;
  top: 0;
  height: 83%;
  aspect-ratio: 4/3;
}
#arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img .list_categorys {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 7px;
  z-index: 1;
}
#arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_enname {
  font-size: 18px;
  font-weight: 300;
  margin-top: -24px;
  text-align: left;
  position: relative;
  background: #fff;
  padding: 7px;
  z-index: 1;
  width: 140px;
}
@media screen and (max-width: 360px) {
  #arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_enname {
    font-size: 18px;
  }
}
#arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_enjob {
  font-size: 18px;
  font-weight: 300;
  margin-top: 0px;
  text-align: left;
  position: relative;
  background: #fff;
  padding: 7px;
  z-index: 1;
  width: 140px;
}
@media screen and (max-width: 360px) {
  #arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_enjob {
    font-size: 18px;
  }
}
#arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  position: relative;
  margin-left: 7px;
  margin-top: -14px;
  background: initial;
  height: 70px;
  z-index: 0;
}
@media screen and (max-width: 360px) {
  #arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  #arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
    width: 92%;
    margin: -30px auto 0;
    display: block;
    padding: 0;
    height: auto;
  }
}
#arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title::before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #2f4462;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -2;
}
#arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_postitle {
  margin-left: 15px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  font-family: "Prata", serif;
}
@media screen and (max-width: 360px) {
  #arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_postitle {
    width: 90%;
    margin: 15px auto 0;
    display: block;
    padding: 0;
  }
}
#arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_txt {
  margin-left: 15px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  height: 40px;
}
@media screen and (max-width: 360px) {
  #arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_txt {
    width: 92%;
    margin: 15px auto 0;
    display: block;
    padding: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    height: auto;
  }
}
#arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .el_btn {
  margin-top: 20px;
  font-family: "Prata", serif;
  transform: translate(180px, 0px);
  font-size: 17px;
}
#arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .el_btn3 {
  transform: translate(235px, 0px);
  margin-top: 20px;
}
@media screen and (max-width: 360px) {
  #arc_news .arc_media_list .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .el_btn3 {
    margin-top: 0px;
    width: auto;
    transform: translate(220px, 0px);
  }
}

.user-content {
  letter-spacing: 2px;
}
.user-content .col2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 360px) {
  .user-content .col2 {
    flex-direction: column;
  }
}
.user-content .col2 .c1,
.user-content .col2 .c2 {
  width: calc(50% - 20px);
}
@media screen and (max-width: 360px) {
  .user-content .col2 .c1,
  .user-content .col2 .c2 {
    width: 100%;
  }
}
.user-content > *:not(.large):not(.link):not(.alignfull):not(.alignwide) {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 360px) {
  .user-content > *:not(.large):not(.link):not(.alignfull):not(.alignwide) {
    padding: 0 3%;
  }
}
.user-content .has-red-color {
  color: red;
}
.user-content .has-red-background {
  background-color: red;
  color: white;
}
.user-content .has-small-font-size {
  font-size: 12px;
}
.user-content .has-large-font-size {
  font-size: 20px;
}
.user-content .link.button {
  margin-top: 30px;
}
.user-content .wp-block-embed__wrapper,
.user-content .embed-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.user-content .wp-block-embed__wrapper iframe,
.user-content .embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.user-content figure,
.user-content .embed-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}
.user-content figure figcaption {
  margin-top: 0.8em;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: DarkGray;
}
.user-content p {
  margin: 1.5em 0 0;
}
.user-content img {
  display: block;
}
.user-content strong,
.user-content .bold {
  font-weight: 500;
}
.user-content em,
.user-content .italic {
  font-style: italic;
}
.user-content a:not(.button) {
  display: inline-block;
  padding: 0 0.2em -0.2em;
  border-bottom: 1px solid Black;
  word-break: break-all;
}
.user-content iframe {
  max-width: 100%;
}
.user-content figure a:not(.button) {
  border: none;
  padding: 0;
  position: relative;
}
.user-content figure a:not(.button):before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: Black;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.user-content figure a:not(.button):hover:before {
  opacity: 0.2;
}
.user-content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 1.2em;
  margin-bottom: 0.4em;
}
.user-content h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 1.2em;
  margin-bottom: 0.4em;
}
.user-content h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 1.2em;
  margin-bottom: 0.4em;
}
.user-content .wp-block-separator {
  border: none;
  margin-top: 80px;
}
@media screen and (max-width: 360px) {
  .user-content .wp-block-separator {
    margin-top: 30px;
  }
}
.user-content ul li:before {
  content: "・";
  padding-right: 5px;
}
.user-content .large,
.user-content .alignfull,
.user-content .alignwide {
  margin: 50px 0 35px;
}

.ky_header_sin {
  position: relative;
  margin-top: 160px;
}
@media screen and (max-width: 360px) {
  .ky_header_sin {
    margin-top: 50px;
  }
}
.ky_header_sin::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2f4462;
  position: absolute;
  top: -150px;
  left: 4%;
  z-index: 3;
}
.ky_header_sin .ky_header_content {
  width: 60%;
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 360px) {
  .ky_header_sin .ky_header_content {
    width: 100%;
    height: 230px;
  }
}
.ky_header_sin .ky_header_content .bl_translucent {
  background: rgba(255, 255, 255, 0.5);
  padding: 10%;
  height: 100%;
  margin-left: 80%;
}
@media screen and (max-width: 360px) {
  .ky_header_sin .ky_header_content .bl_translucent {
    padding: 50%;
    margin-left: 0;
    display: none;
  }
}
.ky_header_sin .ky_header_content .head_wrap {
  position: absolute;
  width: 500px;
  top: 25%;
  right: -420px;
  text-align: right;
}
@media screen and (max-width: 360px) {
  .ky_header_sin .ky_header_content .head_wrap {
    width: 100%;
    right: -50%;
    display: none;
  }
}
.ky_header_sin .ky_header_content .head_wrap .header_description {
  line-height: 1.3;
  font-size: 36px;
  font-weight: 500;
}
@media screen and (max-width: 360px) {
  .ky_header_sin .ky_header_content .head_wrap .header_description {
    font-size: 26px;
  }
}
@media screen and (max-width: 360px) {
  .ky_header_sin .ky_header_content .head_wrap .header_description {
    right: -15%;
  }
}
.ky_header_sin .ky_header_content .head_wrap .head_cat {
  margin-top: 12px;
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: #2f4462 1px solid;
}
.ky_header_sin .ky_header_content .head_wrap .head_cat::before {
  content: "";
  position: absolute;
  left: -45%;
  font-size: 16px;
}
.ky_header_sin .bl_desc {
  max-width: 1200px;
  margin: 0 auto 0 0;
  position: relative;
  width: 75%;
  padding: 60px 100px 200px;
  z-index: -2;
}
@media screen and (max-width: 360px) {
  .ky_header_sin .bl_desc {
    width: 100%;
  }
}
.ky_header_sin .bl_desc::before {
  content: "";
  display: block;
  position: absolute;
  right: -29%;
  top: -13%;
  bottom: 0;
  width: 110%;
  height: 90%;
  background: #f4f6f9;
  z-index: -1;
}
@media screen and (max-width: 360px) {
  .ky_header_sin .bl_desc::before {
    height: 100%;
  }
}
.ky_header_sin .bl_desc::after {
  content: "";
  position: absolute;
  right: -34%;
  bottom: 100px;
  width: 200px;
  padding-top: 13%;
  background: url(../img/info.png) no-repeat center center/contain;
  z-index: 6;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 360px) {
  .ky_header_sin .bl_desc {
    padding: 60px 20px 100px;
  }
}
.ky_header_sin .bl_desc .art_title_wrap {
  display: none;
  text-align: right;
}
@media screen and (max-width: 360px) {
  .ky_header_sin .bl_desc .art_title_wrap {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
}
.ky_header_sin .bl_desc .art_title_wrap ._description {
  line-height: 1.3;
  font-size: 36px;
  font-weight: 500;
}
@media screen and (max-width: 360px) {
  .ky_header_sin .bl_desc .art_title_wrap ._description {
    font-size: 26px;
  }
}
.ky_header_sin .bl_desc .art_title_wrap ._cat {
  margin-top: 12px;
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: #2f4462 1px solid;
}
.ky_header_sin .bl_desc .art_title_wrap ._cat::before {
  content: "";
  position: absolute;
  left: -45%;
  font-size: 16px;
}
.ky_header_sin .bl_desc .d_box {
  border-bottom: solid 2px #2f4462;
  padding-bottom: 30px;
}
@media screen and (max-width: 360px) {
  .ky_header_sin .bl_desc .d_box {
    border-bottom: none;
  }
}
.ky_header_sin .bl_desc .d_box .title {
  font-size: 32px;
}
@media screen and (max-width: 360px) {
  .ky_header_sin .bl_desc .d_box .title {
    font-size: 22px;
  }
}
.ky_header_sin .bl_desc .d_box .text {
  line-height: 1.5;
  margin-top: 30px;
}

.ky_header_sin2 {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 360px) {
  .ky_header_sin2 {
    margin-top: 50px;
  }
}
.ky_header_sin2::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2f4462;
  position: absolute;
  top: -70px;
  left: 4%;
  z-index: 3;
}
.ky_header_sin2 .ky_header_content {
  width: 50%;
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateX(100px);
}
@media screen and (max-width: 360px) {
  .ky_header_sin2 .ky_header_content {
    width: 100%;
    height: 330px;
    transform: translateX(0px);
  }
}
.ky_header_sin2 .ky_header_content .bl_translucent {
  background: rgba(255, 255, 255, 0.5);
  padding: 10%;
  height: 100%;
  margin-left: 80%;
  display: none;
}
@media screen and (max-width: 360px) {
  .ky_header_sin2 .ky_header_content .bl_translucent {
    padding: 50%;
    margin-left: 0;
    display: none;
  }
}
.ky_header_sin2 .ky_header_content .head_wrap {
  position: absolute;
  width: 500px;
  top: 25%;
  right: -320px;
  text-align: right;
}
@media screen and (max-width: 360px) {
  .ky_header_sin2 .ky_header_content .head_wrap {
    width: 100%;
    right: -50%;
    display: none;
  }
}
.ky_header_sin2 .ky_header_content .head_wrap .header_description {
  line-height: 1.3;
  font-size: 36px;
  font-weight: 500;
}
@media screen and (max-width: 360px) {
  .ky_header_sin2 .ky_header_content .head_wrap .header_description {
    font-size: 26px;
  }
}
@media screen and (max-width: 360px) {
  .ky_header_sin2 .ky_header_content .head_wrap .header_description {
    right: -15%;
  }
}
.ky_header_sin2 .ky_header_content .head_wrap .head_cat {
  margin-top: 12px;
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: #2f4462 1px solid;
}
.ky_header_sin2 .ky_header_content .head_wrap .head_cat::before {
  content: "";
  position: absolute;
  left: -45%;
  font-size: 16px;
}
.ky_header_sin2 .bl_desc {
  max-width: 1200px;
  margin: 0 auto 0 0;
  position: relative;
  width: 75%;
  padding: 60px 100px 200px;
  z-index: -2;
}
@media screen and (max-width: 360px) {
  .ky_header_sin2 .bl_desc {
    width: 100%;
  }
}
.ky_header_sin2 .bl_desc::before {
  content: "";
  display: block;
  position: absolute;
  right: -29%;
  top: -13%;
  bottom: 0;
  width: 110%;
  height: 90%;
  background: #f4f6f9;
  z-index: -1;
}
@media screen and (max-width: 360px) {
  .ky_header_sin2 .bl_desc::before {
    height: 100%;
  }
}
.ky_header_sin2 .bl_desc::after {
  content: "";
  position: absolute;
  right: -34%;
  bottom: 100px;
  width: 200px;
  padding-top: 13%;
  background: url(../img/info.png) no-repeat center center/contain;
  z-index: 6;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 360px) {
  .ky_header_sin2 .bl_desc {
    padding: 60px 20px 100px;
  }
}
.ky_header_sin2 .bl_desc .art_title_wrap {
  display: none;
  text-align: right;
}
@media screen and (max-width: 360px) {
  .ky_header_sin2 .bl_desc .art_title_wrap {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
}
.ky_header_sin2 .bl_desc .art_title_wrap ._description {
  line-height: 1.3;
  font-size: 36px;
  font-weight: 500;
}
@media screen and (max-width: 360px) {
  .ky_header_sin2 .bl_desc .art_title_wrap ._description {
    font-size: 26px;
  }
}
.ky_header_sin2 .bl_desc .art_title_wrap ._cat {
  margin-top: 12px;
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: #2f4462 1px solid;
  margin-right: 5px;
}
.ky_header_sin2 .bl_desc .art_title_wrap ._cat::before {
  content: "";
  position: absolute;
  left: -45%;
  font-size: 16px;
}
.ky_header_sin2 .bl_desc .d_box {
  border-bottom: solid 2px #2f4462;
  padding-bottom: 30px;
}
@media screen and (max-width: 360px) {
  .ky_header_sin2 .bl_desc .d_box {
    border-bottom: none;
  }
}
.ky_header_sin2 .bl_desc .d_box .title {
  font-size: 32px;
}
@media screen and (max-width: 360px) {
  .ky_header_sin2 .bl_desc .d_box .title {
    font-size: 22px;
  }
}
.ky_header_sin2 .bl_desc .d_box .text {
  line-height: 1.5;
  margin-top: 30px;
}

.article_main {
  max-width: 1150px;
  margin: 0px auto 0;
  width: 80%;
}
@media screen and (max-width: 360px) {
  .article_main {
    width: 100%;
    margin: -80px auto 100px;
  }
}
.article_main .article-info {
  display: block;
  width: 80%;
  margin: 30px auto;
}
.article_main .article_head_image {
  width: 100% !important;
}
.article_main .article-content_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 2;
  line-height: 2;
  letter-spacing: 1px;
  width: 600px;
  margin: 3em auto -1.5em;
}
@media screen and (max-width: 360px) {
  .article_main .article-content_title {
    font-size: 24px;
  }
}

.bl_info {
  width: 95%;
  margin: 200px auto 0;
  position: relative;
}
.bl_info::before {
  content: "";
  display: block;
  position: absolute;
  left: 5%;
  top: -5%;
  width: 100%;
  height: 90%;
  background: #f4f6f9;
  z-index: -1;
}
@media screen and (max-width: 360px) {
  .bl_info::before {
    top: -3%;
  }
}
@media screen and (max-width: 360px) {
  .bl_info {
    margin: 80px auto 0;
  }
}
.bl_info .infobox {
  max-width: none !important;
  position: relative;
  height: 130px;
}
.bl_info .infobox .title {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 360px) {
  .bl_info .infobox .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .bl_info .infobox .title {
    left: 0px;
    top: 0px;
  }
}
.bl_info .infobox .title::before {
  content: "";
  display: block;
  width: 250%;
  height: 1px;
  background: #00679b;
  position: absolute;
  top: 0;
  left: -240px;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 360px) {
  .bl_info .infobox .title::before {
    display: none;
  }
}
.bl_info .infobox .title2 {
  font-size: 50px;
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 12px;
  line-height: 2;
  min-width: 450px;
  width: 35%;
}
@media screen and (max-width: 360px) {
  .bl_info .infobox .title2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 360px) {
  .bl_info .infobox .title2 {
    min-width: 300px;
  }
}
@media screen and (max-width: 360px) {
  .bl_info .infobox .title2 {
    width: 90%;
  }
}
@media screen and (max-width: 360px) {
  .bl_info .infobox .title2 {
    left: 0px;
    top: 0px;
  }
}
.bl_info .bl_flex {
  max-width: none !important;
}
.bl_info .bl_flex li + li {
  border-top: 1px solid #2f4462;
  padding: 20px 0;
}
.bl_info .bl_flex li {
  display: flex;
}
.bl_info .bl_flex li::before {
  display: none;
}
.bl_info .bl_flex li .bl_mediaPosts_title {
  width: 100px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 2px;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 360px) {
  .bl_info .bl_flex li .bl_mediaPosts_title {
    font-size: 18px;
  }
}
.bl_info .bl_flex li .bl_mediaPosts_item {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 2px;
  text-align: left;
  width: auto;
  margin: 0;
}
@media screen and (max-width: 360px) {
  .bl_info .bl_flex li .bl_mediaPosts_item {
    font-size: 18px;
  }
}
.bl_info .bl_flex li .bl_mediaPosts_head {
  font-size: 28px;
}
@media screen and (max-width: 360px) {
  .bl_info .bl_flex li .bl_mediaPosts_head {
    font-size: 24px;
  }
}
.bl_info .bl_flex ._cen {
  justify-content: center;
}

.announcement_post_link {
  width: 50%;
  margin: 100px auto 30px;
  text-align: center;
}
@media screen and (max-width: 360px) {
  .announcement_post_link {
    width: 100%;
  }
}
.announcement_post_link a + a {
  margin-left: 30px;
}

.announcement_arcpost_link {
  text-align: center;
}

.wp-block-embed {
  text-align: center;
}

/* お問い合わせ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.bl_contact {
  position: relative;
  border: darkgray solid 1px;
  width: 50%;
  margin: 100px auto;
  padding: 40px;
}
@media screen and (max-width: 360px) {
  .bl_contact {
    width: 80%;
  }
}
.bl_contact .ft_decoration {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 14px;
  text-align: center;
}
@media screen and (max-width: 360px) {
  .bl_contact .ft_decoration {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .bl_contact .ft_decoration {
    line-height: 1.5;
  }
}

.announcement .ft_decoration {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 14px;
  text-align: center;
}
@media screen and (max-width: 360px) {
  .announcement .ft_decoration {
    font-size: 18px;
  }
}

/* お問い合わせフォーム コンタクト７================================== */
.contact_wrap {
  position: relative;
}
.contact_wrap .wpcf7 {
  background-color: #fff;
  padding: 100px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 360px) {
  .contact_wrap .wpcf7 {
    margin-bottom: 50px;
    padding: 20px 0px;
  }
}
.contact_wrap .wpcf7 .wpcf7-form {
  width: 40%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 360px) {
  .contact_wrap .wpcf7 .wpcf7-form {
    width: 90%;
  }
}
.contact_wrap .wpcf7 .wpcf7-form label {
  font-size: 18px;
}
.contact_wrap .wpcf7 .wpcf7-form-control {
  width: 100%;
  height: 50px;
  margin: 20px;
  border: solid 1px darkgray;
}
@media screen and (max-width: 360px) {
  .contact_wrap .wpcf7 .wpcf7-form-control {
    width: 90%;
  }
}
.contact_wrap .wpcf7 .wpcf7-textarea {
  width: 100%;
  height: 200px;
  margin: 20px;
}
@media screen and (max-width: 360px) {
  .contact_wrap .wpcf7 .wpcf7-textarea {
    width: 90%;
  }
}
.contact_wrap .wpcf7 input {
  -webkit-appearance: none !important;
}
.contact_wrap .wpcf7 .wpcf7-submit {
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 3;
  width: 200px;
  font-size: 18px;
  text-align: center;
  margin: 80px auto 0;
  display: block;
  background-color: #fff;
  -webkit-appearance: none !important;
}
.contact_wrap .wpcf7 .wpcf7-submit:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
@media screen and (max-width: 360px) {
  .contact_wrap .wpcf7 .wpcf7-submit {
    margin: 40px auto 0;
  }
}

.spOnly {
  display: none;
}

.pcOnly {
  display: inline;
}

@media screen and (max-width: 360px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}
.spOnly2 {
  display: none;
}

.pcOnly2 {
  display: inline;
}

@media screen and (max-width: 360px) {
  .spOnly2 {
    display: flex;
    display: none;
  }
  .pcOnly2 {
    display: none;
  }
}
.policy {
  padding: 6px 0px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
  color: #fff;
  display: block;
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 360px) {
  .policy {
    font-size: 11px;
    padding: 10px 0px 0px;
  }
}
.policy:hover {
  text-decoration: none;
  opacity: 0.7;
}

#privacy-policy .ky_header_pro {
  background: #ffffff;
  padding: 150px 0 100px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 360px) {
  #privacy-policy .ky_header_pro {
    padding: 100px 0 50px;
  }
}
#privacy-policy .ky_header_pro ._title {
  font-size: 36px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 360px) {
  #privacy-policy .ky_header_pro ._title {
    font-size: 18px;
  }
}
#privacy-policy .article_main {
  margin: 0px auto;
  width: 100%;
  background: #f2f2f2;
  padding: 120px 0 150px;
}
@media screen and (max-width: 360px) {
  #privacy-policy .article_main {
    padding: 30px 0 150px;
  }
}
@media screen and (max-width: 360px) {
  #privacy-policy .article_main {
    width: 100%;
  }
}
#privacy-policy .article_main h2 {
  letter-spacing: 2px;
  text-align: left;
  width: 600px;
  margin: 5em auto 0em;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 360px) {
  #privacy-policy .article_main h2 {
    margin: 1em auto 0em;
  }
}
@media screen and (max-width: 360px) {
  #privacy-policy .article_main h2 {
    width: 90%;
  }
}
#privacy-policy .article_main h3 {
  letter-spacing: 2px;
  text-align: left;
  width: 600px;
  margin: 3em auto 0em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 360px) {
  #privacy-policy .article_main h3 {
    margin: 1em auto 0em;
  }
}
@media screen and (max-width: 360px) {
  #privacy-policy .article_main h3 {
    width: 90%;
  }
}
#privacy-policy .article_main p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 2px;
  text-align: left;
  width: 600px;
  font-weight: 400;
  margin: 8px auto 1.8em;
}
@media screen and (max-width: 360px) {
  #privacy-policy .article_main p {
    width: 90%;
  }
}
#privacy-policy .u_line {
  border-bottom: 1px solid #000;
}
#privacy-policy #gFooter {
  margin: 0% 0 0 0;
}
@media screen and (max-width: 360px) {
  #privacy-policy #gFooter {
    margin: 0% 0 0 0;
  }
}

._modp {
  margin: 40px 150px 0px !important;
}
@media screen and (max-width: 360px) {
  ._modp {
    margin: 0px 28px 20px !important;
  }
} /*# sourceMappingURL=styles.css.map */
