@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
	― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}

body {
  font-family: source-han-sans-japanese, sans-serif;
}

/* modules */
/*==================================================================
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 #original-menu 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
==================================================================*/
/*============================================
#original-menu
=============================================*/
section#original-menu {
  width: 100%;
  z-index: 500;
  position: relative;
}

/*===========================
.menu-trigger
===========================*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: absolute;
  right: 0px;
  top: 0;
  width: 70px;
  height: 70px;
  padding: 10px 10px 10px 10px;
  text-align: center;
  cursor: pointer;
  z-index: 505;
  background-color: #e57529;
}

.menu-trigger span {
  position: absolute;
  width: 70%;
  left: 15%;
}

.menu-trigger span.border01 {
  top: 12px;
  height: 3px;
  background-color: #fff;
  border-radius: 22px;
}

.menu-trigger span.border02 {
  top: 24px;
  height: 3px;
  background-color: #fff;
  border-radius: 22px;
}

.menu-trigger span.border03 {
  top: 36px;
  height: 3px;
  background-color: #fff;
  border-radius: 22px;
}

.menu-trigger span.text {
  bottom: 4px;
}

.menu-trigger span.text:after {
  content: "Menu";
  font-size: 16px;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-weight: normal;
  letter-spacing: 1px;
}

.menu-trigger.active {
  -webkit-transform: translate(-50px, 30px);
          transform: translate(-50px, 30px);
  background: #e57529;
}

.menu-trigger.active span.border01 {
  -webkit-transform: translateY(11px) rotate(-315deg);
          transform: translateY(11px) rotate(-315deg);
  background-color: #fff;
}

.menu-trigger.active span.border02 {
  opacity: 0;
}

.menu-trigger.active span.border03 {
  -webkit-transform: translateY(-11px) rotate(315deg);
          transform: translateY(-11px) rotate(315deg);
  background-color: #fff;
}

.menu-trigger.active span.text:after {
  content: "Close";
  color: #fff;
}

/******************************************************************

#original-menu：挙動

******************************************************************/
.modalWrap {
  z-index: 499;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffe798;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

.modalWrap.active {
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.onModal {
  position: absolute;
  overflow-y: scroll;
}

.modalWrap nav {
  position: relative;
  z-index: 502;
}

/******************************************************************

#original-menu:メニュー内部の設定 

******************************************************************/
.modalWrap nav {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 5% 5% 5% 5%;
}

/*　メニュー内部のロゴ */
.modalWrap nav img.menu-logo {
  display: block;
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 100px 20px 20px;
}

.modalWrap nav h2 {
  color: #fff;
  font-size: 1.8rem;
  margin: 60px 0 0 0;
  background: #e57529;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  padding: 6px 50px;
}

.modalWrap nav h2 span {
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  display: block;
}

.modalWrap nav p.logo {
  width: 150px;
  margin: 0 auto 80px;
}

.modalWrap nav p.logo img {
  width: 100%;
  height: auto;
}

.modalWrap nav ul {
  margin: 0;
  padding: 30px 0 30px 0;
  display: block;
}

.modalWrap nav ul li {
  margin: 0;
  list-style: none;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 15px 0 15px 0;
  text-align: center;
}

.modalWrap nav ul li span {
  font-size: 16px;
  letter-spacing: 2px;
  display: block;
}

.modalWrap nav ul li a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.modalWrap nav ul li a:before {
  content: "\226B";
}

/*　ハンバーガーメニューのリスト */
.modalWrap nav ul li.normal {
  text-align: center;
}

.modalWrap nav ul li a {
  color: #e57529;
  text-decoration: none;
}

.modalWrap nav ul li a:before {
  content: "\226B";
  font-size: 0.9em;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #gnav04 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
#gnav04 {
  background: #fff;
  -webkit-box-shadow: 0px 4px 14px 3px #aaa;
          box-shadow: 0px 4px 14px 3px #aaa;
}

#gnav04 .wrapper {
  max-width: 2980px;
  margin: 0 auto 0;
  padding: 0px 0% 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#gnav04 .wrapper .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 30px;
}

#gnav04 .wrapper .left h2 {
  font-size: 22px;
  color: #b15c02;
}

#gnav04 .wrapper .left h2 img {
  width: 280px;
  height: auto;
}

/*==============================================
#gnav04 .wrapper .right
===============================================*/
#gnav04 .wrapper .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/*==============================================
#gnav04 .wrapper .right ul
===============================================*/
#gnav04 .wrapper .right ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#gnav04 .wrapper .right ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#gnav04 .wrapper .right ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: solid 1px #b45210;
  color: #b15c02;
  height: 100%;
  padding: 0 35px 0 35px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

#gnav04 .wrapper .right ul li a .two {
  line-height: 1.25;
  font-size: 17px;
}

/*==============================================
#gnav04 .wrapper .right .button
===============================================*/
#gnav04 .wrapper .right .button {
  width: 300px;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

#gnav04 .wrapper .right .button a {
  color: #fff;
  background: #e57529;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 20px;
  text-align: center;
  text-decoration: none;
}

#gnav04 .wrapper .right .button a .caption {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 8px 0;
  position: relative;
  line-height: 1.1;
  font-weight: 900;
}

#gnav04 .wrapper .right .button a .caption span {
  padding: 0 3px 0 3px;
}

#gnav04 .wrapper .right .button a .caption:before, #gnav04 .wrapper .right .button a .caption:after {
  content: "";
  background: #fff;
  border-radius: 30px;
  height: 15px;
  width: 2px;
  display: inline-block;
}

#gnav04 .wrapper .right .button a .caption:before {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%) skew(20deg);
          transform: translateY(-50%) skew(20deg);
}

#gnav04 .wrapper .right .button a .caption:after {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) skew(-20deg);
          transform: translateY(-50%) skew(-20deg);
}

#gnav04 .wrapper .right .button a .catch {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

#gnav04 .wrapper .right .button a .catch img {
  width: 30px;
  height: auto;
  padding: 0 3px 0 0;
  position: relative;
  top: 5px;
}

/*================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 #header20 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
=================================================================*/
#header20 {
  width: 100%;
  overflow: hidden;
  /* #header16 .swiper-slide closed */
  /* #header20 .hero closed */
}

#header20 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /* 子要素をflexboxにより中央に配置する */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#header20 .inner .text {
  width: 50%;
  padding: 0 5% 0 5%;
  background: url(../images/header20-text-bg.svg), -webkit-gradient(linear, left top, right top, from(#e57529), to(#e06311));
  background: url(../images/header20-text-bg.svg), linear-gradient(90deg, #e57529 0%, #e06311 100%);
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  line-height: 1.3;
}

#header20 .inner .text .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 10px 0px 10px;
}

#header20 .inner .text .mark p {
  font-size: 22x;
  color: #ffe798;
  border: solid 2px #ffe798;
  padding: 2px 10px 2px 10px;
  margin: 0 10px 10px 0;
  display: inline-block;
}

#header20 .inner .text .mark p span {
  font-size: 0.8em;
}

#header20 .inner .text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  left: 1px;
}

#header20 .inner .text h1 {
  padding: 10px 0 30px 0;
  font-weight: 900;
}

#header20 .inner .text h1 span.big {
  font-size: 55px;
}

#header20 .inner .text h2 {
  font-size: 24px;
  font-weight: 500;
}

#header20 .inner .text .button a {
  display: inline-block;
  background: #fff;
  border-radius: 40px;
  color: #e57529;
  font-weight: 700;
  padding: 16px 30px 16px 30px;
  text-decoration: none;
  font-size: 22px;
  margin: 20px 0 0 0;
}

#header20 .inner .text .button a img {
  width: 30px;
  height: auto;
  position: relative;
  top: 3px;
  padding: 0 0 0 5px;
}

#header20 .swiper-container {
  overflow: visible !important;
}

#header20 .swiper-slide {
  height: 600px !important;
  overflow: hidden !important;
  /* #header16 &-active closed */
}

#header20 .swiper-slide > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: -webkit-transform 1.9s ease;
  transition: -webkit-transform 1.9s ease;
  transition: transform 1.9s ease;
  transition: transform 1.9s ease, -webkit-transform 1.9s ease;
}

#header20 .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}

#header20 .swiper-slide-active > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#header20 .swiper-slide-active::after {
  opacity: 1;
}

#header20 .swiper-slide-active .hero__title {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#header20 .swiper-slide-active .hero__tate {
  opacity: 0.4;
  font-size: 86px;
}

#header20 .swiper-slide-active .button02 {
  opacity: 0.9;
}

#header20 .hero {
  width: 50%;
  overflow: hidden;
  /* #header16 .hero__title closed */
}

#header20 .hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
  text-align: left;
  z-index: 20;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 1.5s, -webkit-transform 0.3s ease 1.5s;
  transition: opacity 0.3s ease 1.5s, -webkit-transform 0.3s ease 1.5s;
  transition: opacity 0.3s ease 1.5s, transform 0.3s ease 1.5s;
  transition: opacity 0.3s ease 1.5s, transform 0.3s ease 1.5s, -webkit-transform 0.3s ease 1.5s;
}

#header20 .hero__title img.icon {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 0;
  padding: 0 0 40px 0;
}

#header20 .hero__title .en {
  font-size: 25px;
  padding: 0 0 10px 0;
  line-height: 1.3;
  color: #e57529;
  font-weight: 900;
  letter-spacing: 2px;
}

#header20 .hero__title h2 {
  display: inline-block;
  padding: 5px 40px 5px 40px;
  line-height: 1.35;
  font-weight: 900;
  color: #e57529;
  font-size: 32px;
  border: solid 3px #e57529;
  border-radius: 80px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}

#header20 .hero__title .sentence {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
}

#header20 .hero__tate {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 46px;
  color: #e57529;
  letter-spacing: 5px;
  font-family: futura-pt,futura-pt-bold, sans-serif;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: all 0.3s ease 2s;
  transition: all 0.3s ease 2s;
  text-align: center;
}

/* #header20 closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION12 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
/*==============================================
.section12 variables(変数制定)
===============================================*/
.section12 {
  font-weight: 700;
  width: 100%;
  height: 100%;
  background: url(../images/section12-bg.jpg) no-repeat center center;
  background-size: cover;
}

.section12 .wrapper {
  width: 100%;
  height: 100%;
  background: rgba(6, 91, 160, 0.9);
  padding: 120px 0 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  text-align: center;
}

.section12 .inner {
  width: 1000px;
  margin: 0 auto 0;
}

.section12 .inner h3 {
  font-size: 17px;
  color: #fff;
  padding: 0 0 10px 0;
}

.section12 .inner h4 {
  padding: 0 0 10px 0;
}

.section12 .inner h4 span.mark {
  font-size: 20px;
  color: #fff;
  border: solid 2px #fff;
  padding: 3px 20px 4px 20px;
}

.section12 .inner h2 {
  font-size: 45px;
  color: #fff;
  padding: 0 0 30px 0;
}

.section12 .inner p {
  font-size: 19px;
  color: #fff;
  line-height: 2.5;
  padding: 15px 0 15px 0;
}

.section12 .inner p.small {
  font-size: 0.95em;
  line-height: 1.75;
  padding: 10px 0 10px 0;
}

/*==============================================
.section12 .daihyo
===============================================*/
.section12 .inner .daihyo {
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  color: #fff;
}

.section12 .inner .daihyo .left {
  text-align: right;
  margin: 0 20px 0 0;
  font-size: 18px;
}

.section12 .inner .daihyo .right {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title02-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title02-01 {
  position: relative;
  text-align: center;
  padding: 40px 0 0 0;
  overflow: hidden;
}

.title02-01 h2 {
  font-weight: 700;
  font-size: 50px;
  position: relative;
  z-index: 2;
  padding: 15px 0 0 0;
  color: #e57529;
}

.title02-01 h3 {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #e57529;
}

.title02-01 p.en {
  color: #e57529;
  margin: 20px 0 auto 0;
  display: inline-block;
  border: solid 2px #e57529;
  padding: 4px 40px 6px 40px;
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: 700;
  border-radius: 40px;
}

.title02-01 p.back {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 7.7rem;
  color: #fff23b;
  opacity: 0.25;
  white-space: nowrap;
  display: inline-block;
  z-index: 1;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title02-02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title02-02 {
  position: relative;
  text-align: center;
  padding: 40px 0 40px 0;
  overflow: hidden;
}

.title02-02 h2 {
  font-weight: 700;
  font-size: 50px;
  position: relative;
  z-index: 2;
  padding: 15px 0 0 0;
  color: #e57529;
  line-height: 1.3;
}

.title02-02 h3 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  background: #e57529;
  opacity: 0.875;
  border-radius: 40px;
  text-align: center;
  display: inline-block;
  padding: 4px 35px 4px 35px;
  color: #ffe798;
  margin: 0 auto;
}

.title02-02 p.back {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 12rem;
  letter-spacing: 10px;
  color: #ffe23b;
  opacity: 0.5;
  line-height: 0.9;
  white-space: nowrap;
  display: inline-block;
  z-index: 1;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .title02-03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
.title02-03 {
  position: relative;
  text-align: center;
  padding: 20px 0 20px 0;
  overflow: hidden;
}

.title02-03 h2 {
  font-weight: 700;
  font-size: 30px;
  position: relative;
  z-index: 2;
  padding: 15px 0 0 0;
  color: #e57529;
  line-height: 1.5;
}

.title02-03 h3 {
  font-weight: 900;
  font-size: 78px;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  color: #e57529;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
}

.title02-03 p.back {
  position: absolute;
  top: 20px;
  left: 50%;
  font-weight: 700;
  -webkit-transform: skewX(-15deg) translateX(-50%);
          transform: skewX(-15deg) translateX(-50%);
  font-size: 7.7rem;
  color: #b45210;
  opacity: 0.2;
  white-space: nowrap;
  display: inline-block;
  z-index: 1;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #POINT01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
#point01 {
  padding: 50px 0 40px 0;
}

/*============================================
#point01 .box-wrapper
=============================================*/
#point01 .box-wrapper {
  max-width: 1280px;
  padding: 20px 3.5% 0px 3.5%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}

/*============================================
#point01 .box
=============================================*/
#point01 .box-wrapper .box {
  border: solid 2px #e57529;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 48.5%;
  margin: 60px 3% 0 0;
}

#point01 .box-wrapper .box:nth-child(3n) {
  margin: 60px 0px 0 0;
}


/*============================================
#point01 h3
=============================================*/
#point01 .box h3 {
  background: #e57529;
  width: 310px;
  padding: 13px 20px 15px;
  margin: -25px auto 10px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  display: block;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}

#point01 .box h3 span.text {
  font-size: 25px;
  letter-spacing: 0px;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  font-weight: 700;
  font-style: normal;
  display: inline-block;
}

#point01 .box h3 span.mark {
  color: #e57529;
  margin-right: 5px;
  position: relative;
  top: -3px;
  width: 30px;
  line-height: 30px;
  height: 30px;
  font-size: 16px;
  letter-spacing: -1px;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  display: inline-block;
  font-weight: 900;
  font-style: italic;
  font-style: normal;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

/*============================================
#point01 .thumb
=============================================*/
#point01 .box-wrapper .box .thumb {
  position: relative;
  padding: 0 0 20px 0;
}

#point01 .box-wrapper .box .thumb img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#point01 .box-wrapper .box .thumb .en {
  font-size: 40px;
  color: #e57529;
  opacity: 0.8;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  position: absolute;
  bottom: -0px;
  right: 20px;
  z-index: 2;
  font-weight: 900;
}


/*============================================
#point01 .sentence
=============================================*/
#point01 .box .sentence p {
  font-size: 16px;
  line-height: 1.85;
  padding: 10px 25px 20px;
  font-weight: 500;
  font-style: normal;
}

/*============================================
#point01 .inner
=============================================*/
#point01 .inner {
  padding: 50px 0 0 0;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .BUTTON01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.button01 various
===============================================*/
/*==============================================
.button01
===============================================*/
.button01 {
  width: 700px;
  margin: 0px auto 50px;
}

/*==============================================
.button01 .suggest
===============================================*/
.button01 .suggest {
  padding: 0 0 20px 0;
  font-size: 17px;
  width: 94%;
  margin: 0 auto 0;
  color: #f47301;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  position: relative;
}

.button01 .suggest:before {
  content: "";
  display: inline-block;
  border-left: solid 3px #f47301;
  border-radius: 2px;
  padding: 0 0 0 0px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  position: relative;
  top: 3px;
  left: -10px;
  height: 16px;
}

.button01 .suggest:after {
  content: "";
  display: inline-block;
  border-left: solid 3px #f47301;
  border-radius: 2px;
  padding: 0 0px 0 0px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  position: relative;
  top: 3px;
  left: 10px;
  height: 16px;
}

/*==============================================
.button01 .btn-bg
===============================================*/
.button01 .btn-bg {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  padding: 18px 5px 22px;
  font-style: normal;
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  position: relative;
  z-index: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.button01 .btn-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

.button01 .btn-bg:hover:after {
  opacity: 1;
}

.button01 a .btn {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  text-align: center;
}

/*==============================================
.button01 .btn .circle
===============================================*/
.button01 a .btn .circle {
  background: #fff;
  text-shadow: 0px 0px 0px #fff;
  width: 95px;
  height: 95px;
  position: absolute;
  top: -60px;
  left: -40px;
  border-radius: 100px;
  text-align: center;
  padding: 12px 0 0 0;
  line-height: 1.0;
}

.button01 a .btn .circle span.normal {
  font-size: 16px;
}

.button01 a .btn .circle span.big {
  font-size: 30px;
  letter-spacing: -2px;
}

/*==============================================
.button01 ..orange：オレンジ
===============================================*/
/* .button01 a .btn .circle色指定 */
.button01 .orange {
  background: -webkit-gradient(linear, left top, right top, from(#f85d00), color-stop(56%, #ff8a00), to(#fcb436));
  background: linear-gradient(to right, #f85d00 0%, #ff8a00 56%, #fcb436 100%);
  -webkit-box-shadow: 0px 0px 0px 2px #f47301;
          box-shadow: 0px 0px 0px 2px #f47301;
  text-shadow: 0px 0px 5px #f47301;
}

.button01 .orange:after {
  background: -webkit-gradient(linear, left top, right top, from(#f80000), color-stop(55%, #ff6000), to(#ff8340));
  background: linear-gradient(to right, #f80000 0%, #ff6000 55%, #ff8340 100%);
}

.button01 a .btn .circle-orange {
  color: #f47301;
  border: solid 2px #f47301;
}

/*==============================================
.button01：ボタンの本文
===============================================*/
.button01 a .btn .text {
  text-align: center;
  font-size: 30px;
}

.button01 a .btn .text:before {
  content: "\226B";
  font-size: 0.9em;
}

.button01 a .btn .text span.small {
  font-size: 0.85em;
}

/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .CTA03 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.cta03 variables(変数設定)
===============================================*/
.cta03 {
  background: url(../images/cta03-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  margin: 0 0 0 0;
  /* .cta03 .wrapper closed */
}

.cta03 .wrapper {
  padding: 40px 0 50px 0;
  background: rgba(6, 91, 160, 0.9);
  /* .cta03 .inner closed */
}

.cta03 .wrapper .inner {
  max-width: 1000px;
  margin: 0 auto;
  /* .cta03 .inner .haedline closed */
  /* .cta03 .inner .box-wrapper closed */
}

.cta03 .wrapper .inner .headline {
  color: #fff;
  margin: 0 0 30px 0;
}

.cta03 .wrapper .inner .headline h2 {
  text-align: center;
  font-size: 50px;
  margin: 0 0px 0 0;
  padding: 0 0px 0 0;
  font-family: futura-pt,futura-pt-bold, sans-serif;
  font-weight: 700;
}

.cta03 .wrapper .inner .headline h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
}

.cta03 .wrapper .inner .box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* .cta03 .inner .box-wrapper .box closed */
}

.cta03 .wrapper .inner .box-wrapper .box {
  width: 47.5%;
  /* .cta03 .inner .box-wrapper .box .button closed */
}

.cta03 .wrapper .inner .box-wrapper .box:nth-child(1) {
  margin: 0 3% 0 0;
}

.cta03 .wrapper .inner .box-wrapper .box:nth-child(1) .button a {
  background: #e33c15;
}

.cta03 .wrapper .inner .box-wrapper .box:nth-child(2) {
  margin: 0 0% 0 0;
}

.cta03 .wrapper .inner .box-wrapper .box:nth-child(2) .button a {
  background: #cc5b16;
}

.cta03 .wrapper .inner .box-wrapper .box .caption {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 8px 0;
  position: relative;
  line-height: 1.1;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.cta03 .wrapper .inner .box-wrapper .box .caption span {
  padding: 0 3px 0 3px;
}

.cta03 .wrapper .inner .box-wrapper .box .caption:before, .cta03 .wrapper .inner .box-wrapper .box .caption:after {
  content: "";
  background: #fff;
  border-radius: 30px;
  height: 15px;
  width: 2px;
  display: inline-block;
}

.cta03 .wrapper .inner .box-wrapper .box .caption:before {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%) skew(20deg);
          transform: translateY(-50%) skew(20deg);
}

.cta03 .wrapper .inner .box-wrapper .box .caption:after {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) skew(-20deg);
          transform: translateY(-50%) skew(-20deg);
}

.cta03 .wrapper .inner .box-wrapper .box .button a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 20px 0 20px 0;
  line-height: 1.2;
  position: relative;
  border-radius: 60px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 3px inset #fff;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 3px inset #fff;
}

.cta03 .wrapper .inner .box-wrapper .box .button a span {
  padding: 0 0 0 10px;
}

.cta03 .wrapper .inner .box-wrapper .box .button a img {
  width: 25px;
  height: 25px;
  position: relative;
  left: 0px;
  top: 2px;
}

/* .cta03 closed */
/*================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FOOTER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
=================================================================*/
footer {
  background-image: url(../images/footer01-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 30px 0 0px 0;
  z-index: 8;
  margin: 0px auto 0;
}

footer:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#e57529), to(#e06311));
  background: linear-gradient(90deg, #e57529 0%, #e06311 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  opacity: 0.93;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff286;
}

footer .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3.5% 0 3.5%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

footer .inner .title {
  width: 200px;
  padding: 50px 0px 0 0px;
}

footer .inner .title img {
  width: 100%;
  height: auto;
}

footer .inner .fmenu {
  width: 360px;
  padding: 50px 20px 0 20px;
}

footer .inner .fmenu h3 {
  color: #fff;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 33px;
}

footer .inner .fmenu li a {
  list-style-type: none;
  line-height: 1.25;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 15px 10px;
}

footer .inner .fmenu li a:before {
  content: "\226B";
  font-size: 0.8em;
}

footer .inner .company {
  width: 400px;
  padding: 50px 0px 0 0;
}

footer .inner .company h3 {
  color: #fff;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 33px;
}

footer .inner .company p.sentence {
  line-height: 1.75;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  margin: 0 0 20px 0;
}

footer .inner .company p.info a {
  display: block;
  text-align: center;
  border: solid 2px #fff;
  padding: 10px 15px 12px 15px;
}

footer .inner .company p.info a:before {
  content: "\226B";
  font-size: 0.9em;
}

footer .inner .company p.tel,
footer .inner .company p.fax,
footer .inner .company p.mail {
  display: block;
  text-align: center;
  border: solid 2px #fff;
  padding: 6px 15px 8px 15px;
  color: #fff;
  font-size: 17px;
  margin: 0 auto 20px;
  letter-spacing: 2px;
  font-weight: 900;
}

footer #copyright {
  margin: 60px auto 0;
  background: #b45210;
  padding: 5px 2% 7px;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  position: relative;
  z-index: 11;
}

/* breakpoints */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*==================================================================
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 #original-menu 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
==================================================================*/
}

/* 767px responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 #gnav04 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  #gnav04 .wrapper {
    padding: 0px 0% 0px 0;
    height: 70px;
  }
  /*==============================================
  #gnav04 .wrapper
  ===============================================*/
  #gnav04 .wrapper .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 0px;
  }
  #gnav04 .wrapper .left h2 {
    padding: 5px 0 0 15px;
    font-size: 22px;
    color: #b15c02;
  }
  #gnav04 .wrapper .left h2 img {
    width: 220px;
    height: auto;
  }
  /*==============================================
  #gnav04 .wrapper .right
  ===============================================*/
  #gnav04 .wrapper .right {
    display: none;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

/* 769px responsive-closed */
@media screen and (max-width: 320px) {
  /*==============================================
  #gnav04 .wrapper h1
  ===============================================*/
  #gnav04 .wrapper h1 img {
    width: 140px;
    height: auto;
  }
  /*==============================================
  #gnav04 .wrapper .button
  ===============================================*/
  #gnav04 .wrapper .button {
    width: 150px;
  }
  #gnav04 .wrapper .button a {
    padding: 13px 10px 13px 10px;
  }
  #gnav04 .wrapper .button a .caption {
    font-size: 10px;
    margin: 0 0 4px 0;
    line-height: 1.1;
  }
  #gnav04 .wrapper .button a .caption span {
    padding: 0 3px 0 3px;
  }
  #gnav04 .wrapper .button a .caption:before {
    left: 5px;
    -webkit-transform: translateY(-50%) skew(20deg);
            transform: translateY(-50%) skew(20deg);
  }
  #gnav04 .wrapper .button a .caption:after {
    right: 5px;
    -webkit-transform: translateY(-50%) skew(-20deg);
            transform: translateY(-50%) skew(-20deg);
  }
  #gnav04 .wrapper .button a .catch {
    font-size: 12px;
    line-height: 1.2;
  }
  #gnav04 .wrapper .button a .catch img {
    width: 15px;
    padding: 0 2px 0 0;
    top: 3px;
  }
}

/* 481px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

  〇 #HEADER20 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  =================================================================*/
  #header20 {
    width: 100%;
    overflow: hidden;
    /* #header20 .swiper-slide closed */
    /* #header20 .hero closed */
  }
  #header20 .inner {
    display: block;
  }
  #header20 .inner .text {
    width: 100%;
    padding: 20px 5% 40px 5%;
  }
  #header20 .inner .text .mark {
    padding: 0px 0px 0px 0px;
  }
  #header20 .inner .text .mark p {
    text-align: center;
    width: 47.5%;
    font-size: 16x;
    padding: 2px 5px 2px 5px;
    margin: 0 3% 10px 0;
  }
  #header20 .inner .text .mark p:nth-child(2n) {
    margin: 0 0 10px 0;
  }
  #header20 .inner .text h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  #header20 .inner .text h1 {
    font-size: 34px;
    padding: 10px 0 20px 0;
  }
  #header20 .inner .text h1 span.big {
    font-size: 34px;
  }
  #header20 .inner .text h2 {
    font-size: 19px;
  }
  #header20 .inner .text .button a {
    padding: 12px 25px 16px 25px;
    font-size: 16px;
    margin: 20px 0 0 0;
  }
  #header20 .inner .text .button a img {
    width: 25px;
    position: relative;
    top: 4px;
    padding: 0 0 0 3px;
  }
  #header20 .swiper-slide {
    height: 270px !important;
    /* #header20 &-active closed */
  }
  #header20 .swiper-slide-active .hero__title {
    opacity: 1;
  }
  #header20 .swiper-slide-active .hero__tate {
    opacity: 0.4;
    font-size: 56px;
  }
  #header20 .hero {
    width: 100%;
    /* #header20 .hero__title closed */
  }
  #header20 .hero__title img.icon {
    width: 100px;
    padding: 0 0 0px 0;
  }
  #header20 .hero__title .en {
    font-size: 25px;
    padding: 0 0 10px 0;
    line-height: 1.3;
    color: #e57529;
    font-weight: 900;
    letter-spacing: 2px;
  }
  #header20 .hero__title h2 {
    font-weight: 900;
    font-size: 15px;
  }
  #header20 .hero__tate {
    position: absolute;
    z-index: 10;
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: 900;
  }
  /* #header20 closed */
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px〜960px：タブレット(iPad縦)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px〜960px：タブレット(iPad縦)
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  #header20 {
    width: 100%;
    overflow: hidden;
  }
  #header20 .sp-disblock {
    display: block;
  }
  #header20 .inner .text {
    padding: 0 3% 0 3%;
  }
  #header20 .inner .text .mark p {
    width: 47.5%;
    font-size: 16x;
    padding: 2px 5px 2px 5px;
    margin: 0 10px 3% 0;
  }
  #header20 .inner .text .mark p:nth-child(2n) {
    margin: 0 10px 0% 0;
  }
  #header20 .inner .text h1 {
    font-size: 43px;
    padding: 0 0 30px 0;
  }
  #header20 .inner .text h1 span.big {
    font-size: 43px;
  }
  #header20 .inner .text h2 {
    font-size: 22px;
  }
  /* #header20 closed */
}

/* 768px〜960px responsive-closed */
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 960px〜1279px：小型PC(iPad横を含む)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 960px〜1279px：小型PC(iPad横を含む)
------------------------------ */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #header20 {
    width: 100%;
    overflow: hidden;
  }
  #header20 .inner .text {
    padding: 0 3% 0 3%;
  }
  #header20 .inner .text .mark p {
    font-size: 16x;
    padding: 2px 5px 2px 5px;
    margin: 0 10px 10px 0;
  }
  #header20 .inner .text h1 {
    font-size: 43px;
    padding: 0 0 30px 0;
  }
  #header20 .inner .text h1 span.big {
    font-size: 43px;
  }
  #header20 .inner .text h2 {
    font-size: 22px;
  }
  /* #header20 closed */
}

/* 960px〜1279px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .SECTION12 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  ====================================================================*/
  /*==============================================
  .section12 .wrapper
  ===============================================*/
  .section12 .wrapper {
    padding: 80px 0 80px 0;
  }
  .section12 .inner h2 {
    font-size: 32px;
    padding: 0 10px 30px 10px;
  }
  .section12 .inner h4 span.mark {
    display: block;
    width: 75%;
    font-size: 18px;
    margin: 10px auto 0px;
  }
  .section12 .inner p {
    font-size: 16px;
    line-height: 2.5;
    padding: 20px 5% 20px 5%;
  }
  .section12 .inner p.small {
    font-size: 0.9em;
    line-height: 1.75;
    padding: 10px 5% 10px 5%;
  }
  /*==============================================
  .section12 .daihyo
  ===============================================*/
  .section12 .inner .daihyo {
    margin: 15px 0 0 0;
    display: block;
  }
  .section12 .inner .daihyo .left {
    text-align: center;
    margin: 0 auto 0;
    font-size: 18px;
  }
  .section12 .inner .daihyo .right {
    font-size: 35px;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px～1023px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 320px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 .title02-01 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  .title02-01 {
    padding: 30px 0 0 0;
  }
  .title02-01 h2 {
    font-size: 33px;
    padding: 10px 0 0 0;
  }
  .title02-01 h3 {
    font-size: 18px;
  }
  .title02-01 p.back {
    overflow: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 4.7rem;
    opacity: 0.3;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title02-02 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .title02-02 {
    padding: 40px 0 30px 0;
  }
  .title02-02 h2 {
    font-size: 35px;
    padding: 15px 0 0 0;
  }
  .title02-02 h3 {
    font-size: 18px;
  }
  .title02-02 p.back {
    top: 50%;
    left: 50%;
    -webkit-transform: skewX(-15deg) translateX(-50%) translateY(-50%);
            transform: skewX(-15deg) translateX(-50%) translateY(-50%);
    font-size: 4.7rem;
    opacity: 0.2;
  }
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .title02-03 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .title02-03 h2 {
    font-size: 26px;
  }
  .title02-03 h3 {
    font-size: 58px;
    line-height: 1.2;
  }
  .title02-03 p.back {
    position: absolute;
    top: 40px;
    left: 50%;
    font-size: 4.7rem;
    opacity: 0.3;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 #POINT01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================*/
@media screen and (max-width: 769px) {
  #point01 {
    padding: 0 0 40px 0;
  }
  /*============================================
	#point01 .box-wrapper
	=============================================*/
  #point01 .box-wrapper {
    width: 96%;
    display: block;
    padding: 10px 0 0px 0;
  }
  /*============================================
	#point01 .box
	=============================================*/
  #point01 .box-wrapper .box {
    width: 100%;
    margin: 50px auto 0;
    display: block;
  }
  #point01 .box-wrapper .box:nth-child(3n) {
    margin: 50px 0px 0 0;
  }
  /*============================================
	#point01 h3
	=============================================*/
  #point01 .box h3 {
    width: 300px;
    padding: 8px 10px 10px;
    margin: -25px auto 10px;
    line-height: 1.2;
  }
  #point01 .box h3 span.text {
    font-size: 22px;
    letter-spacing: -1px;
  }
  #point01 .box h3 span.mark {
    margin-right: 5px;
  }
}

/* 767px responsive-closed */
/* 481px responsive-closed */
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 320px) {
  /*============================================
	#point01 h3
	=============================================*/
  #point01 .box h3 {
    width: 260px;
    padding: 8px 10px 10px;
    margin: -25px auto 10px;
    line-height: 1.2;
  }
  #point01 .box h3 span.text {
    font-size: 19px;
    letter-spacing: -1px;
  }
}

/* 320px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

  〇 .BUTTON01 〇

  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  /*==============================================
  .button01
  ===============================================*/
  .button01 {
    width: 90%;
    margin: 10px auto 30px;
  }
  /*==============================================
  .button01 .suggest
  ===============================================*/
  .button01 .suggest {
    padding: 0 0 30px 0;
    font-size: 16px;
  }
  /*==============================================
  .button01 .btn .circle
  ===============================================*/
  .button01 a .btn .circle {
    width: 60px;
    height: 60px;
    top: -40px;
    left: -15px;
    border-radius: 100px;
    padding: 6px 3px 3px 3px;
  }
  .button01 a .btn .circle span.normal {
    font-size: 11px;
    display: block;
    line-height: 1;
  }
  .button01 a .btn .circle span.big {
    font-size: 19px;
    letter-spacing: -2px;
    display: block;
    line-height: 1.1;
  }
  /*==============================================
  .button01：ボタンの本文
  ===============================================*/
  .button01 a .btn .text {
    font-size: 22px;
    letter-spacing: -1px;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 767pxまで(スマホ)のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 767px) {
  /*===================================================================
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
  
  〇 .CTA03 〇
  
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
  ====================================================================*/
  .cta03 {
    /* .cta03 .wrapper closed */
  }
  .cta03 .wrapper {
    padding: 40px 0 50px 0;
    background: rgba(6, 91, 160, 0.9);
    /* .cta03 .inner closed */
  }
  .cta03 .wrapper .inner {
    width: 92%;
    margin: 0 auto;
    /* .cta03 .inner .haedline closed */
    /* .cta03 .inner .box-wrapper closed */
  }
  .cta03 .wrapper .inner .headline {
    color: #fff;
    margin: 0 0 30px 0;
  }
  .cta03 .wrapper .inner .headline h2 {
    font-size: 38px;
  }
  .cta03 .wrapper .inner .headline h3 {
    font-size: 18px;
  }
  .cta03 .wrapper .inner .box-wrapper {
    display: block;
    /* .cta03 .inner .box-wrapper .box closed */
  }
  .cta03 .wrapper .inner .box-wrapper .box {
    width: 100%;
    /* .cta03 .inner .box-wrapper .box .button closed */
  }
  .cta03 .wrapper .inner .box-wrapper .box:nth-child(1) {
    margin: 0 0 20px 0;
  }
  .cta03 .wrapper .inner .box-wrapper .box:nth-child(2) {
    margin: 0 0% 0 0;
  }
  .cta03 .wrapper .inner .box-wrapper .box .caption {
    font-size: 16px;
    margin: 0 0 8px 0;
  }
  .cta03 .wrapper .inner .box-wrapper .box .caption d
span {
    padding: 0 3px 0 3px;
  }
  .cta03 .wrapper .inner .box-wrapper .box .caption:before, .cta03 .wrapper .inner .box-wrapper .box .caption:after {
    content: "";
    background: #fff;
    border-radius: 30px;
    height: 15px;
    width: 2px;
    display: inline-block;
  }
  .cta03 .wrapper .inner .box-wrapper .box .caption:before {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%) skew(20deg);
            transform: translateY(-50%) skew(20deg);
  }
  .cta03 .wrapper .inner .box-wrapper .box .caption:after {
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%) skew(-20deg);
            transform: translateY(-50%) skew(-20deg);
  }
  .cta03 .wrapper .inner .box-wrapper .box .button a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 20px 0 20px 0;
    line-height: 1.2;
    position: relative;
    border-radius: 60px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 3px inset #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 3px inset #fff;
  }
  .cta03 .wrapper .inner .box-wrapper .box .button a span {
    padding: 0 0 0 10px;
  }
  .cta03 .wrapper .inner .box-wrapper .box .button a img {
    width: 25px;
    height: 25px;
    position: relative;
    left: 0px;
    top: 2px;
  }
  /* .cta03 closed */
}

/* 767px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 414px以下のモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 414px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: さらに刻んで320pxまでのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
@media screen and (max-width: 320px) {
  .cta01 {
    width: 100%;
    margin: 0 0 0 0;
    /* .cta01 .wrapper closed */
  }
  .cta01 .wrapper {
    padding: 40px 0 40px 0;
    /* .cta01 .inner closed */
  }
  .cta01 .wrapper .inner {
    width: 85%;
    margin: 0 auto;
    /* .cta01 .inner .haedline closed */
    /* .cta01 .inner .box closed */
  }
  .cta01 .wrapper .inner .headline {
    display: block;
    margin: 0 0 30px 0;
  }
  .cta01 .wrapper .inner .headline h2 {
    font-size: 38px;
    margin: 0 0px 15px 0;
    border-right: none;
    padding: 0 0px 0 0;
    letter-spacing: 1px;
  }
  .cta01 .wrapper .inner .headline h3 {
    font-size: 16px;
    letter-spacing: 1px;
    border-left: solid 2px #fff;
    padding: 0 0 0 10px;
  }
  .cta01 .wrapper .inner .box {
    padding: 25px 25px 25px 25px;
    display: block;
    /* .cta01 .inner .box .tel closed */
  }
  .cta01 .wrapper .inner .box .tel .number {
    font-size: 29px;
  }
  .cta01 .wrapper .inner .box .tel img {
    width: 28px;
    top: 3px;
  }
  .cta01 .wrapper .inner .box .tel .detail {
    font-size: 15px;
  }
  .cta01 .wrapper .inner .box .to-contact a {
    font-size: 15px;
  }
  .cta01 .wrapper .inner .box .to-contact a img {
    width: 18px;
    height: auto;
    right: 8px;
  }
  /* .cta01 closed */
}

/* 320px responsive-closed */
/**********************************************************************************
/**********************************************************************************
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  


◆　Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用　◆


■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■  
***********************************************************************************
**********************************************************************************/
/* 768px～1023px responsive-closed */
/* 1024x〜2980px：大型PC
------------------------------ */
/* 1024x〜2980px responsive-closed */
/* 481px responsive-closed */
/* 2980px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
@media screen and (max-width: 769px) {
  /*===================================================================
	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

	〇 FOOTER01 〇

	□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
	====================================================================*/
  footer {
    padding: 50px 0 0px 0;
  }
  footer:after {
    content: "";
    opacity: 0.90;
  }
  footer .inner {
    padding: 0 0% 0 0%;
    display: block;
  }
  footer .inner .title {
    width: 150px;
    margin: 0 auto 0;
    padding: 0px 0px 0 0px;
  }
  footer .inner .title img {
    width: 100%;
    height: auto;
  }
  footer .inner .fmenu {
    width: 100%;
    padding: 50px 0px 0 0px;
    border-bottom: solid 1px #ffe798;
  }
  footer .inner .fmenu h3 {
    text-align: center;
    font-size: 33px;
    margin: 0 0 20px 0;
  }
  footer .inner .fmenu li a {
    padding: 15px 5% 15px 5%;
    border-top: solid 1px #ffe798;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .inner .fmenu li a:before {
    content: "\226B";
    font-size: 0.8em;
  }
  footer .inner .company {
    width: 100%;
    padding: 40px 5% 0 5%;
  }
  footer .inner .company h3 {
    font-size: 33px;
    margin: 0 0 20px 0;
    text-align: center;
  }
  footer .inner .company p.sentence {
    line-height: 1.75;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  footer .inner .company p.info a {
    display: block;
    text-align: center;
    border: solid 2px #fff;
    padding: 10px 15px 12px 15px;
  }
  footer .inner .company p.info a:before {
    content: "\226B";
    font-size: 0.9em;
  }
  footer .inner .company p.tel,
  footer .inner .company p.fax,
  footer .inner .company p.mail {
    display: block;
    text-align: center;
    border: solid 2px #fff;
    padding: 6px 15px 8px 15px;
    color: #fff;
    font-size: 17px;
    margin: 0 auto 20px;
    letter-spacing: 2px;
    font-weight: 900;
  }
  footer #copyright {
    margin: 30px auto 0;
    font-size: 11px;
    padding: 5px 2% 10px;
  }
}

/* 769px responsive-closed */
/* 481px responsive-closed */
/* 960px〜1279px：小型PC
------------------------------ */
/* 960px〜1279px responsive-closed */
/* 1280px〜：大型PC
------------------------------ */
/* 1280px〜 responsive-closed */
/*# sourceMappingURL=style.css.map */