@charset "UTF-8";
/*
Theme Name: Genova Template
File: top.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the top-page css
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/*--------------------------------------
	general
--------------------------------------*/
/*reset*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, figure, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  color: #07170C;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  vertical-align: middle;
  text-decoration: none;
  color: #07170C;
  transition-duration: 0.7s;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

a:focus, *:focus {
  outline: none;
}

a:hover img {
  opacity: 0.8;
}

img {
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  transition: all 0.3s;
}

table {
  width: 100%;
}

strong, b {
  font-weight: bold;
}

.disf {
  display: flex;
}

.db {
  display: block;
}

.fnt-ZenOldMincho {
  font-family: "Zen Old Mincho", serif;
}

.fnt-notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.txt_link{
  text-decoration: underline !important;
}
.txt_link:hover{
  color: #12a666 !important;  
}

@media screen and (min-width: 768px) {
  .disf-pc {
    display: flex;
  }
  .for-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
  img {
    width: 100%;
  }
  .for-pc {
    display: none;
  }
}
/*--------------------------------------
	shortcuts
--------------------------------------*/
/*margin */
.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.clo-green {
  color: #539065;
}
.clo-green2 {
  color: #646e67;
}
.clo-green3{
  color: #36523f;
}

/* float */
.fr {
  float: right;
}

.fl {
  float: left;
}

/* clear */
.clearfix {
  *zoom: 1;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.cl {
  clear: both;
}

/* text-align */
.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/*Pc/sp change*/
.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (min-width: 768px) {
  .for-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .for-pc {
    display: none;
  }
}
/*--------------------------------------
	container / wrapper
--------------------------------------*/
.container {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.container::after {
  content: "";
  display: block;
  clear: both;
}

#wrapper {
  height: 100%;
  overflow-x: hidden;
}

/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
#header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  box-sizing: border-box;
  z-index: 100;
  transition-duration: 0.7s;
}
#header .header__main-container, #header .header__sub-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#header .header__main-container {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
}

/*--------------------------------------
    logo
--------------------------------------*/
#header .header__logo a {
  display: block;
}
#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  line-height: 1.44;
  letter-spacing: 0.1em;
  transition-duration: 0.7s;
  position: relative;
  color: #07170c;
}
#header .header_menu .g_nav > li > a > span, #header .header_menu .g_nav > li > span > span {
  display: block;
  margin: 0 auto;
}
#header .header_menu .g_nav > li > span:hover + dl, #header .header_menu .g_nav > li > span ul:hover {
  pointer-events: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#header .header_menu .g_nav > li > span:hover {
  position: relative;
}
#header .header_menu .g_nav > li dl {
  display: block;
  box-sizing: border-box;
  transition-duration: 0.6s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 99;
}
#header .header_menu .g_nav > li dl dt {
  display: none;
}
#header .header_menu .g_nav > li dl ul {
  max-width: 1080px;
  margin: 0 auto;
}
#header .header_menu .g_nav > li dl li a {
  color: #fff;
}
#header .header_menu .g_nav > li dl a:hover {
  opacity: 1;
}
#header .header_menu .g_nav > li dl:hover {
  pointer-events: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #header {
    margin: 0px 20px;
  }
  #header .header__main-container {
    padding: 0px 24px 0px 18px;
    margin-top: 18px;
  }
  #header .header__logo {
    margin-top: 21px;
  }
  #header .btn-menu-top p + p {
    margin-left: 4px;
  }
  #header .header_menu {
    margin-left: auto;
  }
  #header .header_menu .g_nav > li > a,
  #header .header_menu .g_nav > li > span {
    padding-top: 30px;
    padding-bottom: 29px;
    font-size: 18px;
  }
  #header .header_menu .g_nav > li > a:hover,
  #header .header_menu .g_nav > li > span:hover {
    color: #539065;
  }
  #header .header_menu a {
    display: block;
  }
  #header .header_menu .g_nav {
    display: flex;
    align-items: center;
  }
  #header .header_menu .g_nav > li + li {
    margin-left: 22px;
  }
  #header .g_nav > li {
    position: relative;
  }
  #header .g_nav > li dl {
    pointer-events: none;
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    width: 170px;
    background: #539065;
    border-radius: 7px;
    padding: 10px 0px;
  }
  #header .g_nav > li dl:before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 14px 16px;
    border-color: transparent transparent #539065 transparent;
  }
  #header .g_nav > li dl li {
    display: block;
  }
  #header .g_nav > li dl li:first-child {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  #header .g_nav > li dl li:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom: none;
  }
  #header .g_nav > li dl li a {
    padding: 10px 15px;
    display: block;
  }
  #header .g_nav > li dl li:hover a {
    color: #07170C;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header .header__main-container {
    padding-right: 10px;
  }
  #header .header__sub-container {
    width: 100%;
  }
  #header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
    font-size: 13px;
    letter-spacing: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #header .header_menu .g_nav > li + li {
    margin-left: 12px;
  }
  #header .header_menu .g_nav span:before {
    border-width: 0 12px 10px 12px;
  }
  #header .header_menu .g_nav > li dl {
    top: 59px;
  }
  #header .header_menu .g_nav > li dl li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  /* logo */
  #header {
    top: 0 !important;
    padding: 10px;
  }
  #header .header__logo {
    width: 203px;
    margin-left: 5px;
  }
  #header .header__logo img {
    max-width: 100%;
  }
  #header .header__logo a:hover {
    text-decoration: none;
  }
  #header .header__sub-container {
    width: 100%;
    padding: 6px;
    align-items: center;
  }
  .toggleMenu {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    background: #36523f;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0;
  }
  .menu-trigger span {
    position: absolute;
    left: 14px;
    width: 22px;
    height: 1px;
    background: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 17.5px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 24.8px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 17.5px;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  #header.openNav .menu-trigger span {
    background: #fff;
  }
  #header .header_menu .g_nav {
    display: none;
  }
  #header .header_menu .g_nav > li {
    position: relative;
    margin: 0px;
  }
  #header .header_menu .g_nav > li + li {
    border-top: 1px solid #36523F;
  }
  #header .header_menu .g_nav > li > a,
  #header .header_menu .g_nav > li > span {
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    display: block;
    text-align: left;
    height: auto;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  #header .header_menu .g_nav > li > a:hover {
    background: #EBE9E4;
  }
  #header .header_menu .g_nav > li > span:after,
  #header .header_menu .g_nav > li > span:before {
    content: "";
    position: absolute;
    top: 50%;
    background: #36523F;
  }
  #header .header_menu .g_nav > li > span:after {
    width: 2px;
    height: 16px;
    margin-top: -8px;
    right: 31px;
    transition-duration: 0.2s;
  }
  #header .header_menu .g_nav > li > span:before {
    right: 24px;
    width: 16px;
    height: 2px;
    margin-top: -1px;
  }
  #header .header_menu .g_nav > li.hover > span:after {
    transform: rotate(90deg);
  }
  #header .header_menu .g_nav > li dl {
    position: relative;
    top: 0;
    background: none;
    padding: 0;
    border-radius: 0;
  }
  #header .header_menu .g_nav > li dl li:before {
    display: none;
  }
  #header .header_menu .g_nav > li dl li {
    padding-left: 0;
  }
  #header .header_menu .g_nav > li dt {
    display: none;
  }
  #header .header_menu .g_nav > li ul:not(.contact-list) {
    position: static;
    display: none;
    background: #32c988;
    padding: 15px 0;
    border-top: 1px solid #717B84;
  }
  #header .header_menu .g_nav > li ul li {
    display: block;
    margin-right: 0;
  }
  #header .header_menu .g_nav > li ul:not(.contact-list) li a {
    position: relative;
    display: block;
    padding: 8px 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
  }
  #header .header_menu .g_nav > li ul li a:hover {
    text-decoration: none;
    color: #07170C;
  }
  #header .header_menu .g_nav > li.hover ul {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /*スマホ時サブメニューが消える現象を回避*/
  #header .header_menu .g_nav > li > span {
    position: relative;
  }
  #header .header_menu .g_nav > li.hover > span + dl,
  #header .header_menu .g_nav > li > span:hover + dl {
    pointer-events: auto;
    opacity: 1;
  }
  #header .header_menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow-y: auto;
    z-index: 99;
    background: #E5EBE7;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    padding: 90px 30px 0px;
    box-sizing: border-box;
  }
  #header .header_menu .contact {
    margin: 47px -30px 0px;
    padding-bottom: 64px;
  }
  .active_nav #header.openNav .header_menu {
    opacity: 1;
    pointer-events: visible !important;
    visibility: visible;
  }
  .active_nav #wpfront-scroll-top-container {
    z-index: -1;
  }
}
/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/
/*--------------------------------------
    general
--------------------------------------*/
#footer {
  background: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.42;
}
#footer a {
  display: inline-block;
}
#footer a:hover {
  color: #539065;
}
#footer .footer-logo {
  max-width: 279px;
}
#footer .footer-l li + li {
  margin-top: 7px;
}
#footer .footer_title {
  color: #539065;
  letter-spacing: 0.02em;
  line-height: 1.45;
  font-size: 24px;
}
#footer .sitemap a:hover {
  text-decoration: underline;
}
#footer address span {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 48px 0 50px;
  }
  #footer .footer-l {
    float: left;
    text-align: left;
    width: 50%;
    max-width: 540px;
  }
  #footer .footer-r {
    float: right;
    width: 50%;
    max-width: 540px;
  }
  #footer .menu_area, #footer .blog_area {
    margin-left: 80px;
  }
  #footer address {
    text-align: right;
    margin-top: -60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .menu_area, #footer .blog_area {
    margin-left: 35px;
  }
  #footer address {
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 30px 0px 95px;
  }
  #footer .footer-l {
    max-width: 315px;
    margin: 0px auto;
  }
  #footer .footer-r {
    max-width: 315px;
    margin: 30px auto 0px;
  }
  #footer .footer-logo {
    margin: 0px auto;
  }
  #footer .company_area {
    width: 50%;
  }
  #footer .area_right {
    width: 50%;
  }
  #footer .blog_area {
    margin-top: 32px;
  }
  #footer address {
    margin-top: 24px;
  }
}

/*--------------------------------------
      fixed box
  --------------------------------------*/
.fixed-box {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transition: all 0.5s ease 0s;
  background: rgba(147, 147, 147, 0.59);
}

.fixed-box ul {
  width: calc(100% - 50px);
}

.fixed-box ul li {
  width: 50%;
  text-align: center;
  background: #36523f;
}

.fixed-box ul li a {
  display: block;
}
.fixed-box ul li a img {
  width: auto;
  max-width: 100%;
}
.fixed-box ul li.btn-web {
  background: #539065;
}

/*=============================================
 * #pagetop
 *=============================================*/
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
}

#pagetop.visible {
  opacity: 1;
  visibility: visible;
}

#pagetop:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .fixed-box {
    width: 583px;
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .fixed-box {
    left: 0px;
  }
}
.btn-link {
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 300px;
  background: #539065;
  color: #fff;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: all 0.3s;
  padding: 12px 24px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16) !important;
}

.btn-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background-image: url(../img/top/arrow-right.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
}

.btn-link:hover {
  opacity: 0.8;
}

.bgsec-parallax {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  transform: translateZ(0);
}

iframe {
  width: 100%;
  height: 100%;
}

.bgsec-parallax .custom-object-fit {
  background-attachment: fixed;
}

.img-object {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.img-object img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.img-object.custom-object-fit img {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .img-object img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .img-parallax img {
    height: auto !important;
  }
}
/*--------------------------------------
	mainimage
--------------------------------------*/
#mainimage {
  z-index: 1;
  position: relative;
  color: #fff;
  overflow: hidden;
}
#mainimage .kv-slider{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
#mainimage .kv-slider .slick-list, #mainimage .kv-slider .slick-track{
  height: 100%;
}
#mainimage .main-catch {
  max-width: 1120px;
  padding: 200px 35px 126px;
  box-sizing: border-box;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
#mainimage .inside {
  justify-content: space-between;
  line-height: 1.44;
  font-size: 24px;
  position: relative;
}
#mainimage .inside:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/top/icon_multiply.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 68px;
  height: 52px;
}
#mainimage .inside .item {
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 33px 0px;
}
#mainimage .inside .item + .item {
  margin-top: 36px;
}
#mainimage .txt-top {
  margin-top: 19px;
  font-size: 16px;
  line-height: 1.78;
}
@media screen and (min-width: 768px) {
  #mainimage {
    height: 768px;
  }
  #mainimage .main-catch {
    padding: 346px 20px 0px;
  }
  #mainimage .inside {
    font-size: 36px;
  }
  #mainimage .inside:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 116px;
    height: 90px;
  }
  #mainimage .inside .item {
    width: 47%;
    max-width: 507px;
  }
  #mainimage .inside .item + .item {
    margin-top: 0px;
  }
  #mainimage .txt-top {
    margin-top: 49px;
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #mainimage .inside {
    font-size: 28px;
  }
  #mainimage .inside:before {
    width: 86px;
    height: 60px;
  }
  #mainimage .txt-top {
    font-size: 20px;
  }
}

/*-----------------------------------------------------------
■ Elementor overwrite
-----------------------------------------------------------*/
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

.elementor img {
  width: auto;
}

.elementor-image-box-wrapper {
  display: block !important;
}

.elementor-widget-image-box .elementor-image-box-content {
  text-align: left !important;
}

.elementor-image-box-title {
  padding: 10px 20px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  background: #3dc2b7;
}

.elementor-image-box-img {
  float: right;
  display: block !important;
  width: 30% !important;
  margin: 0 0 10px 20px !important;
  text-align: center;
  text-align: right;
}

.img_l .elementor-image-box-img {
  float: left;
  margin: 0 20px 10px 0 !important;
}

.auto_width .elementor-image-box-img {
  width: auto !important;
}

.elementor-widget-image .elementor-image > a,
.elementor-widget-image .elementor-image figure > a {
  display: inline-block !important;
}

.elementor-widget-image .elementor-image > a:hover img,
.elementor-widget-image .elementor-image figure > a:hover img {
  opacity: 0.8 !important;
}

.elementor-slideshow__header {
  width: calc(100% - 50px) !important;
  padding-left: 0em !important;
  padding-right: 0em !important;
}

.elementor-text-editor ul {
  list-style: inside;
}

@media screen and (max-width: 767px) {
  .elementor-image-box-img,
  .img_l .elementor-image-box-img {
    float: none;
    width: 100% !important;
    margin: 0 auto 20px !important;
    text-align: center;
  }
}
.ttl-en {
  font-size: 53px;
  line-height: 1.44;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .ttl-en {
    font-size: 133px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .ttl-en {
    font-size: 95px;
  }
}


/*--------------------------------------
	contact section
--------------------------------------*/
.contact {
  background: rgba(7, 23, 12, 0.75);
  color: #fff;
  padding: 46px 0px 64px;
  font-family: 'Zen Old Mincho', serif;
}
.contact .contact-ttls {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
.contact .contact-list {
  width: 100%;
  margin: 25px auto 0px;
}
.contact .contact-list a {
  display: block;
}
.contact .contact-list .item-btn {
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
}
.contact .contact-list .item-btn + .item-btn {
  margin-top: 9px;
}
.contact .txt {
  border-top: 1px solid;
  margin-top: 24px;
  padding-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .contact img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 64px 0px;
  }
  .contact .inner {
    justify-content: space-between;
    align-items: center;
  }
  .contact .contact-txt {
    text-align: left;
    width: 48%;
    max-width: 397px;
  }
  .contact .contact-ttl {
    font-size: 63px;
  }
  .contact .contact-ttls {
    font-size: 24px;
    margin-top: 10px;
  }
  .contact .contact-list {
    width: 48%;
    max-width: 447px;
    margin: 0px;
  }
  .contact .contact-list .item-btn + .item-btn {
    margin-top: 12px;
  }
  .contact .txt {
    margin-top: 45px;
    padding-top: 45px;
    line-height: 30px;
  }
}

/*--------------------------------------
	map
--------------------------------------*/
.map {
  position: relative;
  width: 100%;
  padding-top: 381px;
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.slick-slider {
  z-index: 0;
}

.slick-slider .slick-dots {
  line-height: 1;
}

.slick-slider .slick-dots li {
  display: inline-block;
  line-height: 0;
}

.slick-slider .slick-dots li + li {
  margin-left: 10px;
}

.slick-slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  background: #FFFFFF;
  width: 7px;
  height: 12px;
  box-sizing: border-box;
  border: none;
  outline: none;
  text-indent: -9999px;
}

.slick-slider .slick-dots button:hover {
  opacity: 0.8;
}

.slick-slider .slick-dots .slick-active button {
  background: #07170C;
}

.slick-slider .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1;
  width: 34px;
  height: 34px;
}

.slick-slider .slick-arrow.slick-prev {
  left: 0;
  background: url("../img/top/prev.jpg");
  background-position: center center;
  background-repeat: no-repeat, repeat;
  background-size: cover;
}

.slick-slider .slick-arrow.slick-next {
  left: 54px;
  background: url("../img/top/next.jpg");
  background-position: center center;
  background-repeat: no-repeat, repeat;
  background-size: cover;
}

/*--------------------------------------
	pickup section
--------------------------------------*/
.pickup {
  background: #fff;
  position: relative;
}
.pickup:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/top/pickup_bg_sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pickup h2 {
  color: #646e67;
  position: relative;
  z-index: 1;
}
.pickup .pickup-slider {
  z-index: 1;
  position: relative;
}
.pickup .pickup-ttl {
  align-items: center;
  font-size: 16px;
  color: #626262;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #fff;
  z-index: 1;
}
.pickup .pickup-ttl i {
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  margin-left: 3px;
}
.pickup .item {
  position: relative;  
  box-sizing: border-box;
}
.pickup .pickup-img{
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  border: 3px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .pickup {
    padding: 55px 0px 65px;
  }
  .pickup .pickup-scroll {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
  }
  .pickup .item {
    width: calc(50% - 6px);
    margin: 6px 3px 0px;
    /* box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
    border: 3px solid #fff; */
  }
  .pickup .pickup-ttl {
    padding: 0px 10px 0px 3px;
  }
  .pickup .pickup-ttl i {
    width: 12px;
  }
}
@media screen and (min-width: 768px) {
  .pickup {
    padding: 84px 0px 96px;
  }
  .pickup:before {
    background-image: url(../img/top/pickup_bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(50% + 287px);
  }
  .pickup .inner {
    flex-wrap: wrap;
  }
  .pickup .ttl-en {
    font-size: 53px;
    width: 281px;
    margin-top: 51px;
    text-align: left;
  }
  .pickup .ttl-en small {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .pickup .pickup-ttl {
    font-size: 13px;
    width: 173px;
    left: calc(5% + 16px);
    bottom: calc(10% + 10px);
  }
  .pickup .pickup-slider {
    margin-right: -165px;
    width: 942px;
  }
  .pickup .slick-track {
    display: flex;
    align-items: flex-end;
  }
  .pickup .slick-arrow {
    bottom: 26px;
  }
  .pickup .item{
    padding: 10%; 
    margin: 10px;
  }
  .pickup .slick-slide.slick-current.slick-active .item{
    transform: scale(1.2);
  }
  .pickup .slick-slide.slick-current.slick-active .pickup-ttl {
    font-size: 15px;
    width: 206px;
  }
  .pickup .slick-slide .pickup-img img {
    width: 100%;
    transition: all 0.3s;
  }
  .pickup .slick-arrow.slick-prev {
    left: -280px;
  }
  .pickup .slick-arrow.slick-next {
    left: -222px;
  }
  .pickup .slick-dots {
    margin-left: -280px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .pickup .ttl-en {
    margin-top: 0;
  }
  .pickup .slick-arrow.slick-prev {
    left: 0px;
  }
  .pickup .slick-arrow.slick-next {
    left: 54px;
  }
  .pickup .slick-dots {
    margin-left: 0px;
  }
}

/*--------------------------------------
	concept section
--------------------------------------*/
.concept {
  background-image: url(../img/top/concept_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 63px 0px 64px;
}
.concept .for-tb {
  display: none;
}
.concept .concept-txt {
  margin-top: 22px;
}
.concept .concept-ttl {
  font-size: 32px;
  margin: 0px -15px 0px -5px;
}
.concept .concept-ttls {
  margin-top: 6px;
  font-size: 24px;
}
.concept .txt {
  margin-top: 25px;
}
.concept .inner-bottom {
  margin-top: 36px;
  padding: 16px 16px 21px;
  border: 1px solid #FFFFFF;
}
.concept .list-item {
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 0.02em;
}
.concept .list-item .num {
  color: #539065;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid #539065;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.concept .list-item .tit {
  width: calc(100% - 56px);
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .concept .list-item + .list-item {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .concept {
    padding: 50px 0px 109px;
  }
  .concept .inner-top {
    justify-content: space-between;
  }
  .concept .concept-txt {
    width: 50%;
  }
  .concept .txt {
    width: 50%;
  }
  .concept .concept-ttl {
    font-size: 36px;
  }
  .concept .inner-bottom {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 11px 24px 57px;
  }
  .concept .list-item {
    width: 48%;
    margin-top: 38px;
    align-items: center;
  }
  .concept .list-item .num {
    font-size: 33px;
    width: 66px;
    height: 66px;
  }
  .concept .list-item .tit {
    width: calc(100% - 66px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .concept .concept-ttl {
    font-size: 34px;
  }
}
@media screen and (max-width: 1023px) {
  .concept .for-tb {
    display: block;
  }
  .concept .pc-full {
    display: none;
  }
}

/*--------------------------------------
	menu section
--------------------------------------*/
.menu {
  background: #fff;
  padding-top: 96px;
  padding-bottom: 30px;
  position: relative;
}
.menu .container {
  z-index: 1;
}
.menu:before {
  content: "";
  position: absolute;
  top: 445px;
  left: 0px;
  right: 0px;
  bottom: 170px;
  background: #dfeae3;
  transform: skewY(-15deg);
}
.menu .menu-ttls {
  font-size: 24px;
  margin-top: 12px;
}
.menu .inner {
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.menu .item {
  width: 155px;
  margin: 6px 3px 0px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(145, 162, 140, 0.16);
  box-sizing: border-box;
}
.menu .item a {
  padding-top: 16px;
  padding-bottom: 12px;
}
.menu .item i {
  margin: 0px 25px 5px;
}
.menu .item a {
  display: block;
}
@media screen and (min-width: 768px) {
  .menu:before {
    top: 205px;
    bottom: 176px;
    transform: skewY(-5deg);
  }
  .menu .inner {
    margin: 28px -5px 0px;
  }
  .menu .item {
    width: calc(20% - 8px);
    max-width: 210px;
    margin: 8px 4px 0px;
    font-size: 20px;
  }
  .menu .item a {
    padding-top: 20px;
    padding-bottom: 16px;
  }
  .menu .item i {
    margin: 0px 0px 10px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .menu .item {
    font-size: 17px;
    letter-spacing: 0;
  }
}

/*--------------------------------------
	infomation section
--------------------------------------*/
/*--------------------------------------
	timetable
--------------------------------------*/
table.timetable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
table.timetable th, table.timetable td {
  padding: 17px 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  border-right: 1px solid #D0D9D3;
}
table.timetable thead th, table.timetable thead td {
  padding: 12px 0px;
}
table.timetable thead th {
  border-bottom: 1px solid #D0D9D3;
}
table.timetable thead th:first-child {
  width: 25%;
  text-align: left;
}
table.timetable tbody tr th {
  text-align: left;
  word-break: keep-all;
  white-space: nowrap;
}
table.timetable tbody th, table.timetable tbody td {
  border-bottom: 1px solid #D0D9D3;
}
@media screen and (max-width: 767px) {
  table.timetable thead th:first-child {
    width: 30%;
  }
}

.info {
  padding-top: 34px;
  background: #fff;
}
.info .inner-top {
  margin-top: 14px;
}
.info .inner-top .col-r {
  margin-top: 14px;
}
.info .info-list {
  display: flex;
  align-items: flex-start;
}
.info .info-list a {
  display: block;
}
.info .info-txt {
  margin-top: 28px;
}
.info .info-tit {
  border-bottom: 1px solid #36523F;
  width: 71px;
  padding: 12px 0px;
}
.info .info-content {
  width: calc(100% - 71px);
}
.info .info-content .list-item {
  border-bottom: 1px solid #819D8A;
  padding: 12px 0px;
}
.info .info-time {
  margin-top: 12px;
}
.info .info-btn {
  width: 219px;
  margin: 24px auto 0px;
}
.info .info-bnr {
  margin: 24px 0px 0px 0px;
}
.info .info-bnr a {
  display: inline-block;
}
.info .info-ttl h1 {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .info .inner-top {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .info {
    padding-top: 66px;
    padding-bottom: 30px;
  }
  .info .inner-top {
    margin-top: 32px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .info .inner-top .col-l {
    width: 540px;
  }
  .info .inner-top .col-l .timetable {
    width: 484px;
  }
  .info .inner-top .col-r {
    margin: 0px;
    width: 540px;
  }
  .info .info-txt {
    margin-top: 27px;
  }
  .info .info-time {
    margin-top: 8px;
  }
  .info .info-tit {
    width: 120px;
    padding: 6px 0px;
  }
  .info .info-content {
    width: calc(100% - 120px);
  }
  .info .info-content .list-item {
    padding: 6px 0px;
  }
  .info .inner-btn {
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .info .info-btn {
    width: 540px;
    margin: 49px 0px 0px 0px;
  }
  .info .info-btn .btn-link {
    margin-left: auto;
  }
  .info .info-bnr {
    margin: -15px 0px 0px 0px;
    width: 540px;
  }
  .info .info-detail {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .info .inner-top .col-r {
    margin-top: 20px;
  }
  .info .inner-btn {
    justify-content: center;
  }
  .info .info-bnr {
    margin: 24px 0px 0px;
  }
  .info .info-btn .btn-link {
    margin: 0px auto;
  }
}

/*--------------------------------------
	access section
--------------------------------------*/
.access {
  padding-top: 64px;
  padding-bottom: 45px;
  background: #fff;
}
.access .map {
  margin-top: 41px;
}
.access .inner {
  margin-top: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.access .col-r {
  justify-content: center;
}
.access .col-r .col-item span {
  line-height: 1;
}
.access .col-r .col-item em {
  line-height: 1.45;
}
.access .col-r .access-icon {
  background: #E5EBE7;
  border-radius: 50%;
  box-shadow: 0px 3px 30px rgba(177, 177, 177, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px auto 7px;
  width: 85px;
  height: 85px;
}
@media screen and (max-width: 767px) {
  .access .col-r {
    margin-top: 45px;
  }
  .access .col-r .col-item {
    font-size: 14px;
    line-height: 1.5;
    width: 115px;
  }
  .access .col-r .col-item span {
    font-size: 19px;
  }
  .access .col-r .col-item em {
    font-size: 16px;
  }
  .access .col-r .col-item .txt-small {
    font-size: 12px;
  }
  .access .col-r .access-icon img {
    width: 53px;
  }
}
@media screen and (min-width: 768px) {
  .access {
    padding-top: 66px;
    padding-bottom: 64px;
  }
  .access .map {
    margin-top: 48px;
  }
  .access .inner {
    margin-top: 64px;
    align-items: center;
  }
  .access .acccess-map {
    width: 540px;
  }
  .access .col-r {
    width: 540px;
  }
  .access .col-r .col-item {
    width: 144px;
    margin: 0px 10px;
  }
  .access .col-r .col-item span {
    font-size: 28px;
  }
  .access .col-r .col-item em {
    font-size: 22px;
  }
  .access .col-r .access-icon {
    margin: 6px auto 12px;
    width: 124px;
    height: 124px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .access .col-r {
    margin-top: 45px;
  }
}

/*--------------------------------------
	philosophy section
--------------------------------------*/
.philosophy .container {
  z-index: 1;
}
.philosophy .intro {
  background: #DFEAE3;
  padding-top: 64px;
}
.philosophy .intro .philo-txt {
  margin-top: 14px;
}
.philosophy .intro .philo-ttl {
  line-height: 1.43;
  letter-spacing: 0.1em;
  font-size: 32px;
}
.philosophy .intro .txt {
  margin-top: 14px;
}
.philosophy .intro .philo-catch {
  margin: 17px 0px 0px;
}
@media screen and (max-width: 767px) {
  .philosophy .intro .ttl-en {
    margin: 0px -20px;
  }
}
@media screen and (min-width: 768px) {
  .philosophy .intro {
    padding-top: 96px;
  }
  .philosophy .intro .inner {
    flex-wrap: wrap;
  }
  .philosophy .intro .philo-txt {
    max-width: 540px;
    margin-top: 90px;
  }
  .philosophy .intro .txt {
    margin-top: 19px;
  }
  .philosophy .intro .philo-catch {
    max-width: 600px;
    text-align: center;
    margin: 0px -30px;
  }
  .philosophy .intro .philo-ttl {
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .philosophy .intro .inner {
    justify-content: center;
  }
  .philosophy .intro .philo-txt {
    max-width: none;
  }
  .philosophy .intro .philo-ttl {
    text-align: center;
  }
  .philosophy .intro .philo-catch {
    max-width: none;
    margin: 0px;
  }
}
.philosophy .commitments {
  position: relative;
  background: #cedbd2;
  padding-top: 34px;
  padding-bottom: 63px;
}
.philosophy .commitments:before {
  content: "";
  position: absolute;
  top: -50vw;
  left: 0px;
  right: 0px;
  background: #cedbd2;
  transform: skewY(-15deg);
  height: 70vw;
}
.philosophy .commitments .philo-ttls {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.43;
}
.philosophy .commitments .philo-ttls span {
  font-size: 48px;
  line-height: 1;
}
.philosophy .commitments [class^=detail] {
  position: relative;
}
.philosophy .commitments .philo-tit {
  width: 144px;
  height: 144px;
  font-size: 17px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  color: #fff;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
.philosophy .commitments .detail1 .philo-tit {
  background: rgba(83, 144, 101, 0.72);
}
.philosophy .commitments .detail2 .philo-tit {
  background: rgba(199, 117, 35, 0.72);
}
.philosophy .commitments .detail3 .philo-tit {
  background: rgba(47, 151, 170, 0.72);
}
.philosophy .commitments .detail4 .philo-tit {
  background: rgba(211, 181, 12, 0.72);
}
@media screen and (max-width: 767px) {
  .philosophy .commitments .philo-tit {
    position: absolute;
    top: calc(29vw - 72px);
  }
  .philosophy .commitments .philo-img {
    order: 2;
  }
  .philosophy .commitments .philo-content {
    order: 3;
    width: 100%;
  }
  .philosophy .commitments [class^=detail] {
    flex-wrap: wrap;
  }
  .philosophy .commitments [class^=detail]:nth-child(even) .philo-tit {
    left: 0px;
  }
  .philosophy .commitments [class^=detail]:nth-child(even) .philo-img {
    margin-right: calc(-7.5% - 20px);
    margin-left: calc(-1.5% - 20px);
  }
  .philosophy .commitments [class^=detail]:nth-child(odd) .philo-tit {
    right: 0px;
  }
  .philosophy .commitments [class^=detail]:nth-child(odd) .philo-img {
    margin-left: calc(-7.5% - 20px);
    margin-right: calc(-1.5% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .philosophy .commitments {
    padding-top: 0px;
    padding-bottom: 72px;
  }
  .philosophy .commitments:before {
    top: -100px;
    height: 200px;
    transform: skewY(-5deg);
  }
  .philosophy .commitments .philo-tit {
    width: 172px;
    min-width: 172px;
    height: 172px;
    font-size: 20px;
  }
  .philosophy .commitments .philo-content {
    width: 339px;
    margin-left: 29px;
  }
  .philosophy .commitments .philo-img {
    margin-top: -24px;
    margin-bottom: -24px;
    width: 773px;
  }
  .philosophy .commitments [class^=detail] {
    align-items: center;
  }
  .philosophy .commitments [class^=detail]:nth-child(even) .philo-img {
    margin-right: -233px;
    margin-left: -56px;
    order: 3;
  }
  .philosophy .commitments [class^=detail]:nth-child(even) .philo-tit {
    order: 1;
  }
  .philosophy .commitments [class^=detail]:nth-child(even) .philo-content {
    order: 2;
  }
  .philosophy .commitments [class^=detail]:nth-child(odd) .philo-img {
    margin-left: -233px;
    margin-right: -56px;
    order: 1;
  }
  .philosophy .commitments [class^=detail]:nth-child(odd) .philo-tit {
    order: 2;
  }
  .philosophy .commitments [class^=detail]:nth-child(odd) .philo-content {
    order: 3;
  }
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .philosophy .commitments {
    padding-top: 34px;
  }
  .philosophy .commitments:before {
    top: -120px;
  }
  .philosophy .commitments [class^=detail] {
    flex-wrap: wrap;
    justify-content: center;
  }
  .philosophy .commitments .philo-tit {
    order: 1;
  }
  .philosophy .commitments .philo-content {
    order: 3;
    width: 100%;
  }
  .philosophy .commitments .philo-img {
    order: 2;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .philosophy .commitments [class^=detail]:nth-child(even) .philo-img {
    order: 2;
    margin-right: -200px;
  }
  .philosophy .commitments [class^=detail]:nth-child(even) .philo-content {
    order: 3;
  }
  .philosophy .commitments [class^=detail]:nth-child(odd) .philo-img {
    margin-left: -200px;
  }
}

/*--------------------------------------
	greeting section
--------------------------------------*/
.greeting {
  background: #fff;
  position: relative;
  padding-top: 64px;
  padding-bottom: 17px;
}
.greeting:before {
  content: "";
  position: absolute;
  top: 730px;
  left: 0px;
  right: 0px;
  bottom: 240px;
  background: #dfeae3;
  transform: skewY(-15deg);
}
.greeting .container {
  z-index: 1;
}
.greeting .greeting-img {
  margin-top: 32px;
}
.greeting .greeting-ttls {
  font-size: 32px;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  margin-top: 12px;
}
.greeting .txt {
  margin-top: 12px;
}
.greeting .txt li + li {
  margin-top: 24px;
}
.greeting .btn-link {
  width: 211px;
  margin: 15px auto 0px;
}
@media screen and (max-width: 767px) {
  .greeting .greeting-img {
    margin-left: -20px;
    margin-right: -20px;
  }
  .greeting .greeting-img img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .greeting {
    padding-top: 96px;
    padding-bottom: 32px;
  }
  .greeting:before {
    top: 531px;
    bottom: 205px;
    transform: skewY(-5deg);
  }
  .greeting .greeting-img {
    margin-top: 56px;
  }
  .greeting .greeting-ttls {
    font-size: 32px;
    margin-top: 58px;
  }
  .greeting .txt {
    margin-top: 24px;
  }
  .greeting .txt li + li {
    margin-top: 24px;
  }
  .greeting .btn-link {
    margin-top: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .greeting .greeting-ttls .for-tb {
    display: block;
  }
}

/*--------------------------------------
	recommend section
--------------------------------------*/
.recommend {
  position: relative;
  background: #fff;
  padding-top: 17px;
}
.recommend:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  background: #dfeae3;
  transform: skewY(20deg);
}
.recommend .inner {
  background: #fff;
  box-shadow: 0px 3px 30px rgba(155, 155, 155, 0.16);
  padding: 30px;
}
.recommend .col-txt {
  margin-top: 24px;
}
.recommend .recommend-ttl {
  letter-spacing: 0.1em;
  line-height: 1.45;
}
.recommend .recommend-ttl span {
  line-height: 1.5;
}
.recommend .txt {
  margin-top: 12px;
}
.recommend .row2 {
  border-top: 1px solid #819D8A;
}
@media screen and (max-width: 767px) {
  .recommend:before {
    top: 75%;
    bottom: -100px;
  }
  .recommend .recommend-img img {
    width: 100%;
  }
  .recommend .recommend-img2 img {
    width: 100%;
  }
  .recommend .recommend-ttl {
    font-size: 14px;
  }
  .recommend .recommend-ttl span {
    font-size: 22px;
  }
  .recommend .row2 {
    margin-top: 35px;
    padding-top: 38px;
  }
}
@media screen and (min-width: 768px) {
  .recommend {
    padding-top: 32px;
  }
  .recommend:before {
    top: 340px;
    bottom: -150px;
    transform: skewY(5deg);
  }
  .recommend .inner {
    padding: 48px;
  }
  .recommend .row1 .recommend-img {
    width: 211px;
    min-width: 211px;
  }
  .recommend .row1 .col-txt {
    margin: 0px 0px 0px 77px;
  }
  .recommend .recommend-ttl span {
    font-size: 24px;
  }
  .recommend .row2 {
    margin-top: 20px;
    padding-top: 20px;
  }
  .recommend .row2 .recommend-img2 {
    width: 256px;
    min-width: 256px;
  }
  .recommend .row2 .col-txt {
    margin: 0px 0px 0px 32px;
  }
}

/*--------------------------------------
	news section
--------------------------------------*/
#newsList {
  padding-top: 21px;
  padding-bottom: 64px;
  background: #dfeae3;
}
#newsList .inner {
  background: #fff;
  box-shadow: 0px 3px 30px rgba(155, 155, 155, 0.16);
  padding: 12px 16px 22px;
  box-sizing: border-box;
}
#newsList .news-frame {
  height: 230px;
  overflow: auto;
  margin-top: 12px;
}
#newsList .titleBg {
  position: relative;
  color: #36523f;
  line-height: 1.42;
  letter-spacing: 0.02em;
  font-size: 28px;
}
#newsList .ov {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  color: #07170c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.41;
  text-decoration: underline;
  letter-spacing: 0.05em;
}
#newsList .ov:hover {
  text-decoration: none;
}
#newsList .news-item {
  border-bottom: 1px dashed #B9C4BC;
  line-height: 1.5;
  padding: 12px 0px;
}
#newsList .news-date {
  color: #9f9f9f;
}
#newsList .news-txt {
  font-family: "Noto Sans JP", sans-serif;
}
#newsList .newsLabel {
  display: inline-block;
  width: 38px;
  line-height: 1;
  background: #36523f;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0;
  padding: 0;
  text-indent: 0;
  text-align: center;
  box-sizing: border-box;
  margin: -5px 0 0 14px;
  vertical-align: middle;
  font-weight: normal;
  border-radius: 3px;
  padding: 3px;
}
@media screen and (min-width: 768px) {
  #newsList {
    padding-bottom: 64px;
  }
  #newsList .inner {
    padding: 32px;
  }
}