@charset "UTF-8";

/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> base -> _normalize.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}


blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Iphoneでタップすると拡大されないように */
input, textarea, select {
  font-size: 16px!important;
}

/* ==================================================
   Base Style
   ================================================== */
html {
  font-size: 62.5%;
  /*-
  @include min-width(md){
    font-size: 71.42857142%;
  }
  -*/
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif!important;
  font-weight: 400;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #231B0F;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: #59ABF3;
  text-decoration: none;
}

a, a:before, a:after {
  -webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  color: #1D78C7;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #59ABF3;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

p {
  font-weight: 400;
}

img {
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0px!important;
}

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

.tel{
  pointer-events: none;
}

.pc-only{
  display: block;
}

.sp-only{
  display: none;
}

.en{
  font-family: "Averia Serif Libre", serif;
}

.mincho{
  font-family: "Noto Serif JP", serif;
}

.no-link{
  pointer-events: none;
}



@media screen and (max-width: 767px){
  .pc-only{
    display: none;
  }

  .sp-only{
    display: block;
  }

  .tel{
    pointer-events:auto;
  } 
}

/**
 * テキストの選択
 */
::-moz-selection {
  background: #dedede;
}
::selection {
  background: #dedede;
}

::-moz-selection {
  background: #dedede;
}

/**
 * Scroll Bar
 */
/*-
// 縦スクロールバー（幅）
::-webkit-scrollbar {
	width: 4px; }

// 横スクロールバー（幅）
::-webkit-scrollbar:horizontal {
	height: 12px; }

// スクロールバー軌道（色）
::-webkit-scrollbar-track {
  background: $color-scrollbar;
}

// 軌道のコーナー（色）
::-webkit-scrollbar-corner {
	background: $color-scrollbar;
}

// 移動タブ（色・角丸み）
::-webkit-scrollbar-thumb {
  background: $color-scrollbar;
	border-radius: 12px;
}
-*/
/**
 * iOS
 */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}




/* ==================================================
   Header
================================================== */



.l-header {
  width: 100%;
  max-width: 100vw;
  -webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
}

.l-header .inner {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3%;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}



.l-header-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 3;
  -webkit-transition: 0.4s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.4s cubic-bezier(0.17, 0.935, 0.305, 1);
  /*background-color: rgba(255,255,255,1);*/
}

.l-header-bar.fixed {
  -webkit-transition: none;
  transition: none;
  background-color: rgba(0,0,0,0.1);
  padding: 0;
  transition: .5s ease-out;
}

.l-header-bar-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0em 0 0em 1em;
}


.l-header-left {
  display: block;
  width: 100%;
  max-width: 290px;
  position: relative;
  padding-top: 0.4em;
}

.l-header-left .c-logo{
  display: block;
  width: 100%;
  margin-right: 1em;
  max-width: 290px;
  height: 94px;
  position: relative;
}


.l-header-left .c-logo img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.l-header-left .c-logo .w-logo{
  display: block;
}

.l-header-left .c-logo .b-logo{
  display: none;
}

.open .l-header-left .c-logo .w-logo{
  display: none;
}

.open .l-header-left .c-logo .b-logo{
  display: block;
}

.l-header-right{
  width: 90%;
}

.open .l-header-bar,
.open .l-header-bar.fixed{
  background-color: transparent;
}

.open .l-header-left .c-logo,
.open .l-header .l-header-right .nav-header{
  visibility: hidden;
}

.l-header .l-header-nav {
  position: relative;
}




.l-header .l-header-nav ul,
.l-header .l-header-btn ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  /*position: relative;*/
}

.l-header .l-header-nav ul{
  right: 160px;
}

.l-header .l-header-nav .l-menu,
.l-header .l-header-btn .l-menu {
  text-align: center;
  /*position: relative;*/
  font-size: 15px;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
}

.l-header .l-header-nav .l-menu a,
.l-header .l-header-btn .l-menu a{
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  padding: 2.12em 1em;
  font-size: 1.6rem;
  background: transparent;
}

.open .l-header .l-header-nav .l-menu a,
.open .l-header .l-header-btn .l-menu a{
  display: none;
}

.l-header .l-header-btn .l-menu > a:hover{
  color: #fff;
  background: rgba(49,62,97,1);
  opacity: 1;
  -webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
}

.l-header .l-header-btn .l-menu a:hover:before {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.l-header .l-header-btn .l-menu > a:before {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 81%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  z-index: 1;
}

.l-header .l-header-btn{
  display: flex;
  /* justify-content: flex-end; */
  align-items: center;
  width: 120px;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
}

.l-header .l-header-btn .h-mailbtn{
  display: block;
  max-width: 35px;
  width: 100%;
}

.l-header .l-header-btn .h-mailbtn img{
  display: block;
  margin: 0 auto;
}


.l-header .l-menu:hover .menu {
  max-height: 9999px;
  opacity: 1;
}

.l-header .l-header-right .nav-header{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2em;
}

.l-header .l-header-right .nav-header li a{
  color: #000;
  padding: 0 1.5em;
  display: block;
  line-height: 1;
  position: relative;
}

.l-header .l-header-right .nav-header li a::before{
  content: '';
  width: 1px;
  height: 15px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(10deg);
}

.l-header .l-header-right .nav-header li:last-child a{
  border-right: none;
}


#drawer-menu{
  visibility: hidden;
    opacity: 0;
    display: none;
}

#drawer-menu .inner {
  padding: 15px;
}


#drawer-menu .p-drawer-nav {
  display: flex;
  width: 100%;
  align-items: end;
  justify-content: space-between;
  height: 100vh;
  flex-flow: row-reverse;
}

#drawer-menu .p-drawer-nav .drawer-left{
  height: 100vh;
  max-height: 100%;
  width: 35%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 9em 0 0;
}


#drawer-menu .p-drawer-nav .drawer-left .f-nav{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#drawer-menu .p-drawer-nav .drawer-left .f-nav .nav-l {
  width: 50%;
  color: #fff;
}

#drawer-menu .p-drawer-nav .drawer-left .f-nav .nav-l span{
  display: block;
}




#drawer-menu .p-drawer-nav .drawer-left::-webkit-scrollbar{
  width: 10px;
}
#drawer-menu .p-drawer-nav .drawer-left::-webkit-scrollbar-track{
  background-color: #ccc;
}
#drawer-menu .p-drawer-nav .drawer-left::-webkit-scrollbar-thumb{
  background-color: #252E47;
}





#drawer-menu .p-drawer-nav .drawer-right {
  width: 35%;
  padding-left: 3em;
  padding-bottom: 4em;
}

#drawer-menu .p-drawer-nav .drawer-right .insta-box{
  margin-top: 2em;
}


#drawer-menu {
  width: 100%;
  height: 100vh;
  padding-bottom: 120px;
  /*overflow-y: scroll;*/
  background: rgb(82,112,88,.95);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  /* 初期：非表示 */
  /* ふわっと表示 */
  transition: 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  display: block;
}
  
.open #drawer-menu{
  visibility: visible;
  opacity: 1;
}
 

  /* ナビゲーションボタン（開く） */
#navbtn{
  /*top: 0;
  right: 0;*/
  outline: none;
  border: none;
  background: #527058;
  width: 100%;
  height: 120px;
  cursor: pointer;
  display: block;
  position: relative;
  border-radius: 5px 0 0 5px;
  display: none;
}

/*.open #navbtn{
  background: #fff;
}*/

#navbtn span.cross {
  position: absolute;
  right: 26%;
  width: 82%;
  height: 1px;
  background-color: #fff;
  transform: translate(-0%,-50%);
}

.open #navbtn span.cross {
  background-color:#fff;
}

.open .l-header .l-header-btn .h-mailbtn{
  visibility: hidden;
}

#navbtn span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}

#navbtn span.cross:nth-of-type(1) {
  top: 49px;
  width: 55%;
}

#navbtn span.cross:nth-of-type(2) {
  top: 58px;
  width: 55%;
}

#navbtn span.cross:nth-of-type(3) {
  top: 66px;
  width: 55%;
}

#navbtn .menutxt{
  position: absolute;
  color: #fff;
  left: 50%;
  bottom: 14px;
  transform: translate(-50%, 0px);
  width: 100%;
}

.open #navbtn span.cross {
  position: absolute;
  right: 23%;
}

.open #navbtn span.cross:nth-of-type(1) {
  -webkit-transform: translateY(2px) rotate(-25deg);
  transform: translateY(2px) rotate(-25deg);
  width: 55%;
  top: 42px;
}

.open #navbtn span.cross:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(25deg);
  transform: translateY(-4px) rotate(25deg);
  width: 55%;
  top: 47px;
}

.open #navbtn span.cross:nth-of-type(3) { 
  display: none;
}

.apply-btn{
  background-color: #579F73;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 0 0 5px;
  width: 100%;
  max-width: 120px;
  height: 120px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
}



@media screen and (max-width: 1300px) {

  .l-header .l-header-right .nav-header li a{
    padding: 0 1em;
    font-size: 1.4rem;
  }

}

@media screen and (max-width: 1060px) {

  .l-header .l-header-right .nav-header li a {
    padding: 0 0.7em;
    font-size: 1.4rem;
  }

}

@media screen and (max-width: 1025px) {

  .l-header .inner {
    padding: 0;
  }

  .l-header .l-header-btn {
    align-items: center;
    width: 128px;
    flex-wrap: nowrap;
    margin: 0 0 0 auto;
    flex-direction: row-reverse;
  }

  .apply-btn {
    border-radius: 0px 0 0 5px;
    width: 60px;
    height: 60px;
  }

  .apply-btn img{
    top: 4px;
    position: relative;
  }

  #navbtn .menutxt {
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0px);
    width: 100%;
    font-size: 1rem;
  }

  .l-header-bar-container {
    padding: 0 0 0 0.7em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .l-header-left {
    max-width:158px;
    padding-top: 0px;
  }

  .l-header-left .c-logo{
    height: 60px;
    max-width: 156px;
  }

  .l-header-left .c-logo img {
    max-width:100%;
    width: 100%;
  }

  .l-header .l-header-right .nav-header{
    display: none;
  }

  #navbtn{
    width: 60px;
    height: 60px;
    border-radius: 0;
  }

  #navbtn span.cross:nth-of-type(1) {
    top: 19px;
    width: 55%;
  }

  #navbtn span.cross:nth-of-type(2) {
    top: 26px;
  }

  #navbtn span.cross:nth-of-type(3) {
    top: 33px;
    width: 55%;
  }

  #navbtn span.cross {
    right: 23%;
  }


  .open #navbtn span.cross:nth-of-type(1) {
    top: 28px;
  }

  .open #navbtn span.cross:nth-of-type(2) {
    top: 34px;
  }

  #navbtn p {
    left: 50%;
    top: 37px;
    font-size:1.1rem;
  }

  #drawer-menu .p-drawer-nav {
    display: block;
    height: 80vh;
    overflow-y: scroll;
    padding-top: 0;
    top: 6em;
    position: relative;
  }

  #drawer-menu .p-drawer-nav::-webkit-scrollbar{
    width: 5px;
  }
  #drawer-menu .p-drawer-nav::-webkit-scrollbar-track{
    background-color: #ccc;
  }
  #drawer-menu .p-drawer-nav::-webkit-scrollbar-thumb{
    background-color: #252E47;
  }

  #drawer-menu .p-drawer-nav .drawer-left {
    width: 100%;
    height: auto;
    overflow: visible;
    max-height: none;
    padding: 0 1em 0;
  }

  #drawer-menu .p-drawer-nav .drawer-right {
   
  } 

  #drawer-menu .p-drawer-nav .drawer-left .f-nav .nav-l {
    width: 100%;
  }
}



@media screen and (max-width: 768px) {

  #drawer-menu .p-drawer-nav .drawer-left .company-profile .btn{
    color: #fff;
    border: 1px solid #fff;
  }

  #drawer-menu{
    background: url(../images/common/bg_nav.png) no-repeat;
    background-size: cover;
  }

  #drawer-menu::before{
    content: '';
    /*background-color: rgb(53, 87, 95,0.7);*/
    background: rgb(3,23,42,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #drawer-menu .p-drawer-nav .drawer-left {
    width: 100%;
  }
  
  #drawer-menu .p-drawer-nav .drawer-right{
    width: 100%;
    padding: 1em 1em;
  }

  #drawer-menu .p-drawer-nav .drawer-left .nav-wrapper {
    padding: 0em 2em 0;
    width: 100%;
    border-right: none;
  }

  #drawer-menu .p-drawer-nav .drawer-left li a {
    color: #fff;
  }

  #drawer-menu .p-drawer-nav .drawer-left .nav-wrapper-inner {
    padding: 0 0 1em;
  }

  #drawer-menu .p-drawer-nav .drawer-left .company-profile {
    width: 100%;
    text-align: center;
    margin-top: 3em;
    color: #fff;
  } 

  #drawer-menu .p-drawer-nav .drawer-left ul{
    padding-top: 0;
  }

  .open #navbtn span.cross{
    background-color: #fff;
  }

  #drawer-menu .p-drawer-nav .drawer-left .company-profile .f-logo .b-logo{
    display: none;
  }
  
  #drawer-menu .p-drawer-nav .drawer-left .company-profile .f-logo .w-logo{
    display: block;
  }

  #drawer-menu .p-drawer-nav .drawer-left ul.child li a{
    color: #fff;
    padding-left: 2em;
  }

}



/* Dropdown Button */
.dropbtn {
  display: block;
  position: relative;
  text-decoration: none;
  color: #AF925A;
  padding: 23px 25px;
  border: none;
  background-color: transparent;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif, "Lato", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"!important;
  font-size: 1.4rem;
  font-weight: bold;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}


.dropbtn:hover {
  background-color: transparent!important;
  color: #B7706C!important;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255,255,255,0.7);
  min-width: 209px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
  /*top: 22px;*/
}

/* Links inside the dropdown */
.dropdown-content a {
  	text-decoration: none;
	display: block;
	padding: 15px 20px!important;
  text-align: left;
  border-right: none!important;
}
.dropdown-content a span{
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #FCF8F4;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}




/* ==================================================
   Footer
================================================== */

.l-footer{
  background-color: #052C15;
  position: relative;
  color: #fff;
  display: flex;
 
}

.l-footer .f-inner{
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  padding: 3em 1em 2em;
}



.fix-btn{
  max-width: 500px;
  width: 100%;
  display: flex;
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 1;
  font-family: 'Noto Serif JP', serif;
}

.fix-btn a{
  display: block;
  width: 50%;
  color: #fff;
  position: relative;
  padding: 2.8em 0.5em 0.5em;
  text-align: center;
  font-size: 1.2rem;
}




@media screen and (min-width: 1026px){
  .fix-btn{
    display: none;
  }
}

@media screen and (max-width: 1200px){

  .l-footer .footer-left {
    padding: 4em 2em 4em 2em;
  }

  .l-footer .footer-right {
    padding: 3em 1em 2em;
  }

  .f-nav .nav-l {
    font-size: 1.6rem;
  }

  .f-nav .nav-l span {
    font-size: 1.4rem;
  }

  .f-nav .nav-l {
    width: 49%;
  }

 
}

@media screen and (max-width: 1200px) and (min-width: 768px){


}



@media screen and (max-width: 767px) {

  .l-footer {
    padding: 1em 0 1em;
    display: block;
  }

  .l-footer .f-inner{
    display: block;
    padding: 0 1em;
  }

  .l-footer .f-inner .f-logo img{
    display: block;
    margin: 0 auto;
  }

  .l-footer .f-inner .copyright{
    text-align: center;
  }

}


/* ==================================================
   Common
================================================== */

/*.lower-page{
  background-color: #E6E6E6;
}*/

.inner{
  width: 100%;
  max-width: calc(1300px + 5% * 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner2{
  width: 100%;
  max-width: calc(1000px + 5% * 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn{
  border: 1px solid #626C76;
  max-width:220px;
  width: 100%;
  display: block;
  color: #626C76;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.8em 0.5em;
  letter-spacing: 0.1em;
  position: relative;
}

.btn::after{
  content: '';
  background: url(../images/common/btn_arrow.svg) no-repeat;
  width: 23px;
  height: 4px;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translate(0,-50%);
}

.btn:hover::after{
  right: -17px;
}

.btn::before{
  content: "";
  width: 100%;
  height: 101%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #626C76;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

.btn:hover {
  color: #fff;
  opacity: 0.9;
}

.btn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}



.btn.white{
  border: 1px solid #fff;
  color: #626C76;
  background-color: #fff;
}



.btn.white:hover{
  color: #000;
}

.btn.white::before{
  content: "";
  width: 100%;
  height: 101%;
  background: #fff;
}



.page-ttl{
  padding: 3em 0em 3em;
  background: url(../images/common/bg_lowerpage.png) no-repeat;
  background-size: cover;
  font-size: 2.5rem;
  font-family: 'Noto Serif JP', serif;
}

.page-ttl h1 span{
  display: block;
}

.page-ttl .en{
  font-size:1.8rem;
  margin-bottom: 0.2em;
}

.c-ttl{
  font-family: "Noto Serif JP", serif;
}

.c-ttl.big{
  font-size: 3.5rem;
  font-weight: 500;
}

.c-ttl .en{
  font-size: 8rem;
  display: block;
  line-height: 1.6;
}

.c-ttl .en.small{
  font-size: 2.2rem;
  font-weight: 300;
}


.c-ttl2 span{
  display: table;
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 1.5em;
}

.c-ttl2 span.center{
  margin: 0 auto 1.5em;
}

.c-ttl2 span::before{
  content: '';
  width: 80%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-ttl2 span.center::before{
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);
}

.c-ttl2{
  font-size: 4rem;
}

.left-line{
  border-top: 1px solid #909E9F;
  padding-top: 1.4em;
}

.left-line.nopr{
  padding-right: 0;
  padding-top: 0em;
}

.left-line.nopr .c-ttl{
  padding-top: 1.4em;
}

.left-line::before{
  content: '';
  width: 1px;
  height: 65px;
  background-color: #909E9F;
  position: absolute;
  left: 15px;
  top: -12px;
}

/*.lower-page{
  padding-top: 9em;
}*/

@media screen and (max-width: 1200px) {

  .lower-page{
    
  }

}

@media screen and (max-width: 767px) {

 
  
  .inner{
    padding-left: 5%;
    padding-right: 5%;
  }

  .btn{
    padding: 0.8em 0.5em;
    font-size: 1.4rem;
    max-width: 266px;
  }

  .page-ttl {
    padding: 3em 0em 2em;
    font-size: 1.8rem;
  }

  .page-ttl .en {
    font-size: 1.4rem;
  }

  .c-ttl{
    font-size: 1.8rem;
  }

  .c-ttl.big{
    font-size: 3rem;
  }

  .c-ttl .en{
    font-size: 4rem;
  }

  .c-ttl .en.small{
    font-size: 1.6rem;
  }

  .c-ttl2{
    font-size: 2.4rem;
  }

  .c-ttl2 span {
    font-size: 1.2rem;
    padding-bottom: 8px;
    margin-bottom: 1em;
  }

  .left-line .c-ttl{
    padding-left: 2em;
  }

  .left-line.nopr .c-ttl {
    padding-top: 1em;
  }

}

/* ==================================================
   Pagination
================================================== */


.wp-pagenavi {
	margin: 0 auto;
	font-size: 0;
	text-align: center;
  font-family: 'Source Serif Pro', serif;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi .last{
	display: none;
}

.wp-pagenavi .first{
  display: none;
}

.wp-pagenavi a, .wp-pagenavi span{
	margin: 0;
  padding: 12px 5px!important;
}

.wp-pagenavi .page, .wp-pagenavi .extend {
	display: inline-block;
	width: 45px;
	height: auto;
	line-height: 1;
	font-size: 1.6rem;
	color: #A5A5A5;
	text-decoration: none;
	text-align: center;
  border: none;
}

.wp-pagenavi .page:hover, .wp-pagenavi .extend:hover {
	opacity: 0.8;
}

.wp-pagenavi .current {
	display: inline-block;
	color: #626C76;
  font-size: 1.6rem;
	width: 45px;
	height: auto;
	line-height: 1;
	font-size: 16px;
	text-align: center;
  border: none;
  font-weight: 500!important;
  border: 1px solid #626C76;
}


.nextpostslink{
  width: 30px;
  position: relative;
  border: none!important;
}

.nextpostslink::before {
  content: '';
  background: url(../images/common/icon_pagenation_next.svg) no-repeat;
  background-size: contain;
  width: 10px; 
  height: 9px;
  position: absolute;
  background-size: 100%;
  top: 30%;
  transform: translate(0, -50%);
}

.previouspostslink{
  width: 30px;
  position: relative;
  border: none!important;
}

.previouspostslink::before {
  content: '';
  background: url(../images/common/icon_pagenation_prev.svg) no-repeat;
  background-size: contain;
  width: 10px; 
  height: 9px;
  position: absolute;
  background-size: 100%;
  top: 30%;
  left: -37%;
  transform: translate(0, -50%);
}


.aroundbox{
  display: flex;
  justify-content: space-around;
  margin: 30px 0 0;
  padding-top: 24px;
}

.aroundbox div{
  width: 33.33%;
}

.aroundbox .wp-pagenavi{
  width: auto;
}

.aroundbox div.prev{
  padding-left: 20px;
}

.aroundbox div.prev a::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -19px;
  transform: translate(0,-50%);
  box-sizing: border-box;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  width: 4px;
  height: 4px;
  transform: rotate(-45deg) translate(-50%,-50%);
}

.aroundbox div.all{
  text-align: center;
}

.aroundbox div.next{
  text-align: right;
  position: relative;
  padding-right: 20px;
}

.aroundbox div.next a::before{
  content: '';
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  width: 4px;
  height: 4px;
  transform: rotate(45deg) translate(-50%,-50%);
  position: absolute;
  top: 50%;
  right: -19px;
}

.aroundbox a{
  color: #000;
  position: relative;
}

.aroundbox.article-nav div.next a,
.aroundbox.article-nav div.prev a{
  font-size: 0;
}

.aroundbox.article-nav div.next {
    text-align: left;
}

.aroundbox.article-nav div.prev {
  text-align: right;
}

.aroundbox.article-nav div.next a::before {
  content: '';
  background: url(../images/top/img_slidearrow_next.svg) no-repeat;
  width: 20px;
  position: absolute;
  background-size: 100%;
  top: 50%;
  right: 8%;
  transform: translate(0, -50%);
  height: 9px;
  border: none;
}

.aroundbox.article-nav div.prev a::before {
  content: '';
  background: url(../images/top/img_slidearrow_prev.svg) no-repeat;
  width: 20px;
  position: absolute;
  background-size: 100%;
  top: 50%;
  left: 8%;
  transform: translate(0, -50%);
  height: 9px;
  border: none;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .page, .wp-pagenavi .extend, .wp-pagenavi .current {
    width: auto;
    font-size: 1.4rem;
  }

  .aroundbox{
    margin: 1em 0 0;
  }

  .aroundbox.archive div.prev{
    display: none;
  }

  .aroundbox.archive div.next{
    display: none;
  }

  .wp-pagenavi a, .wp-pagenavi span {
    padding: 6px 6px!important;
  }
}


/* ==================================================
   Bread Crumb
   ================================================== */
.c-breadcrumb {
  padding: 10px 0 10px;
}

.c-breadcrumb ul {
  padding: 1em 0 1em 5em;
  background: transparent;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      
}

.c-breadcrumb ul li{
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
}

.c-breadcrumb ul li:first-child{
  font-family: 'Montserrat', sans-serif;
}

.c-breadcrumb ul li::after{
  content: '';
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  width: 4px;
  height: 4px;
  transform: rotate(45deg) translate(-50%,-50%);
  position: absolute;
  top: 50%;
  right: -20px;
}

.c-breadcrumb ul li:last-child:after{
  content: none;
}


.c-breadcrumb ul li {
  margin-right: 3.2em;
 }

 .c-breadcrumb ul li:last-child{
  margin-right: 0;
 }
 
 .c-breadcrumb ul li a {
   color: #202625;
 }
 
 .c-breadcrumb ul li i {
   margin-left: 10px;
 }

@media screen and (max-width: 767px) {


  .c-breadcrumb ul {
    padding: 12px 5%;
  }
}


/* ==================================================
   アニメーション
================================================== */

.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}
 
.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
 
/*.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}*/

 
.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.9s cubic-bezier(0.22, 1, 0.36, 1);
}
 
.matrix.is-animated .bg-wrap {
  opacity: 1;
}
 
.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* fadeUp */
.element {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.first-fade {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.img-zwrap{
  overflow: hidden;
}

.img-zwrap img{
  display: block;
  width: 100%;
  transition-duration: 2s;
  transform: scale(1.1);
}

.is-fadein .img-zwrap img{
  transform: scale(1.0);
}

.is-fadein .img-anim {
  overflow: hidden;
  position: relative;
}

.is-fadein .img-anim:before {
  animation: img-wrap 1.5s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}



@keyframes fadeinfirst {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ページトップボタン */
#page-top {
  bottom: 0;
  position: fixed;
  right: 0;
  background-color: #579F73;
  cursor: pointer;
  border-radius: 5px 0 0 0px;
  z-index: 2;
}

#page-top a{
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
}

#page-top span{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-bottom-color: currentColor;
  border-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 1200px) {

  #page-top a {
    width: 50px;
    height: 50px;
  }

}

/* ==================================================
   TOP
================================================== */




/* ==================================================
   採用ページ
================================================== */

.p-recruit .r-mv{
  background: url(../images/recruit/img_mv.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  background-position: center;
}

.p-recruit .r-mv .catch{
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  top: 10%;
  width: 100%;
    max-width: 976px;
}

.p-recruit .r-mv .catch2{
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  top: 19%;
  width: 100%;
    max-width: 862px;
}

.p-recruit .r-mv .logo{
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 10%;
}

.p-recruit .concept-area{
  padding: 5em 0 11em;
  position: relative;
  z-index: 2;
}

.p-recruit .concept-area .deco01{
  display: none;
}

.p-recruit .concept-area .deco02{
  display: none;
}

.p-recruit .concept-area .concept-outer{
  position: relative;
  z-index: 2;
}



.p-recruit .concept-area .concept-wrapper{
  margin-top: 4em;
}

.p-recruit .concept-area .c-ttl .en{
  color:  #052C15;
  font-size: 9.5rem;
}

.p-recruit .concept-area .concept-box .con-ttl{
  font-size: 3.5rem;
  color: #000000;
  margin-bottom: 0.5em;
}



.p-recruit .concept-area .concept-box .txt-box p{
  line-height: 2;
}

.p-recruit .concept-area .concept-box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5em;
}

.p-recruit .concept-area .concept-box .last-catch{
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 1em;
}

.p-recruit .concept-area .concept-box .txt-box{
  width: 60%;
}

.p-recruit .concept-area .concept-box .img-box{
  width: 36%;
}


.p-recruit .concept-area .concept-box .img-box img{
  display: block;
  margin: 0 0 0 auto;
}

.p-recruit .concept-area .concept-box:first-child .img-box img{
  margin: 0 0 0;
}




.p-recruit .about-area{
  background-color: #052C15;
  padding: 6em 0 2em;
  color: #fff;
  position: relative;
}

.p-recruit .about-outer{
  position: relative;
}

.p-recruit .about-outer::before{
  /*content: '';
  background: url(../images/recruit/deco_concept_bottom.svg) no-repeat;
  width: 100%;
  height: 538px;
  position: absolute;
  left: 0;
  top: -32em;
  z-index: -1;
  position: absolute;
  left: 0;
  top: -32em;
	border-radius: 50% 50% / 50% 70%;
	width: 200%;
	height: 200%;
	content: "";
	background-image: linear-gradient(80deg, #0093E9 0%, #80D0C7 50%, #fff 100%);
	animation: wave-anime linear 6s infinite;*/
}

@keyframes wave-anime {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}

.wave01{
  position: absolute;
  top: -47em;
  z-index: -1;
}
.path-0{
  animation:pathAnim-0 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  }
  @keyframes pathAnim-0{
  0%{
  d: path("M 0,400 L 0,150 C 148.40000000000003,149.73333333333335 296.80000000000007,149.46666666666667 448,143 C 599.1999999999999,136.53333333333333 753.2,123.86666666666667 919,124 C 1084.8,124.13333333333333 1262.4,137.06666666666666 1440,150 L 1440,400 L 0,400 Z");
  }
  25%{
  d: path("M 0,400 L 0,150 C 141.86666666666667,139.86666666666667 283.73333333333335,129.73333333333335 454,124 C 624.2666666666667,118.26666666666667 822.9333333333334,116.93333333333334 992,122 C 1161.0666666666666,127.06666666666666 1300.5333333333333,138.53333333333333 1440,150 L 1440,400 L 0,400 Z");
  }
  50%{
  d: path("M 0,400 L 0,150 C 160.53333333333336,114.13333333333333 321.0666666666667,78.26666666666665 488,93 C 654.9333333333333,107.73333333333335 828.2666666666667,173.0666666666667 988,191 C 1147.7333333333333,208.9333333333333 1293.8666666666668,179.46666666666664 1440,150 L 1440,400 L 0,400 Z");
  }
  75%{
  d: path("M 0,400 L 0,150 C 176.53333333333336,105.06666666666666 353.0666666666667,60.13333333333334 504,81 C 654.9333333333333,101.86666666666666 780.2666666666667,188.53333333333333 932,211 C 1083.7333333333333,233.46666666666667 1261.8666666666668,191.73333333333335 1440,150 L 1440,400 L 0,400 Z");
  }
  100%{
  d: path("M 0,400 L 0,150 C 148.40000000000003,149.73333333333335 296.80000000000007,149.46666666666667 448,143 C 599.1999999999999,136.53333333333333 753.2,123.86666666666667 919,124 C 1084.8,124.13333333333333 1262.4,137.06666666666666 1440,150 L 1440,400 L 0,400 Z");
  }
}

.path-1{
  animation:pathAnim-1 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes pathAnim-1{
  0%{
    d: path("M 0,400 L 0,150 C 100.62564102564104,141.24615384615385 201.2512820512821,132.4923076923077 276,124 C 350.7487179487179,115.50769230769231 399.62051282051266,107.27692307692308 463,131 C 526.3794871794873,154.72307692307692 604.2666666666668,210.39999999999998 703,204 C 801.7333333333332,197.60000000000002 921.3128205128205,129.1230769230769 1002,105 C 1082.6871794871795,80.87692307692309 1124.4820512820513,101.1076923076923 1191,116 C 1257.5179487179487,130.8923076923077 1348.7589743589742,140.44615384615383 1440,150 L 1440,400 L 0,400 Z");
    }
    25%{
    d: path("M 0,400 L 0,150 C 102.70256410256408,122.74871794871795 205.40512820512816,95.4974358974359 270,116 C 334.59487179487184,136.5025641025641 361.08205128205134,204.75897435897434 443,206 C 524.9179487179487,207.24102564102566 662.2666666666665,141.46666666666667 750,137 C 837.7333333333335,132.53333333333333 875.8512820512822,189.37435897435898 946,179 C 1016.1487179487178,168.62564102564102 1118.3282051282051,91.03589743589743 1206,75 C 1293.6717948717949,58.96410256410257 1366.8358974358976,104.48205128205129 1440,150 L 1440,400 L 0,400 Z");
    }
    50%{
    d: path("M 0,400 L 0,150 C 93.22307692307692,156.0051282051282 186.44615384615383,162.0102564102564 272,149 C 357.55384615384617,135.9897435897436 435.4384615384615,103.96410256410256 515,91 C 594.5615384615385,78.03589743589744 675.8,84.13333333333334 754,87 C 832.2,89.86666666666666 907.3615384615384,89.50256410256408 982,97 C 1056.6384615384616,104.49743589743592 1130.753846153846,119.85641025641027 1207,130 C 1283.246153846154,140.14358974358973 1361.623076923077,145.07179487179485 1440,150 L 1440,400 L 0,400 Z");
    }
    75%{
    d: path("M 0,400 L 0,150 C 67.72564102564104,181.13589743589745 135.45128205128208,212.27179487179487 210,201 C 284.5487179487179,189.72820512820513 365.9205128205127,136.04871794871795 456,133 C 546.0794871794873,129.95128205128205 644.8666666666667,177.53333333333336 727,176 C 809.1333333333333,174.46666666666664 874.6128205128205,123.8179487179487 951,128 C 1027.3871794871795,132.1820512820513 1114.6820512820511,191.1948717948718 1198,204 C 1281.3179487179489,216.8051282051282 1360.6589743589743,183.4025641025641 1440,150 L 1440,400 L 0,400 Z");
    }
    100%{
    d: path("M 0,400 L 0,150 C 100.62564102564104,141.24615384615385 201.2512820512821,132.4923076923077 276,124 C 350.7487179487179,115.50769230769231 399.62051282051266,107.27692307692308 463,131 C 526.3794871794873,154.72307692307692 604.2666666666668,210.39999999999998 703,204 C 801.7333333333332,197.60000000000002 921.3128205128205,129.1230769230769 1002,105 C 1082.6871794871795,80.87692307692309 1124.4820512820513,101.1076923076923 1191,116 C 1257.5179487179487,130.8923076923077 1348.7589743589742,140.44615384615383 1440,150 L 1440,400 L 0,400 Z");
    }
}

.p-recruit .about-area::before{
  content: '';
  background: url(../images/recruit/deco_about_upper.svg) no-repeat;
  width: 100%;
  height: 538px;
  position: absolute;
  left: 0;
  top: -31em;
}

.p-recruit .about-area .inner{
  position: relative;
  z-index: 1;
}

.p-recruit .about-area .c-ttl .en,
.p-recruit .about-area .c-ttl{
  color: #fff;
}

.p-recruit .about-area .about-wrapper{
  display: flex;
  justify-content: space-between;
  margin: 3em 0 0;
  max-width: 92%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.p-recruit .about-area .about-wrapper .img-area{
  width: 55%;
}

.p-recruit .about-area .about-wrapper .img-area img{
  width: 100%;
}

.p-recruit .about-area .about-wrapper .text-area{
  width: 40%;
}

.p-recruit .about-area .about-wrapper .text-area .ttl{
  font-size: 3.5rem;
  margin-bottom: 0.6em;
}



.p-recruit .features-area{
  background-color: #FFF6E6;
  padding: 3em 0 6em;
  position: relative;
}

.p-recruit .features-area::before{
  content: '';
  background: url(../images/recruit/deco_features_upper.svg) no-repeat;
  width: 100%;
  height: 367px;
  position: absolute;
  left: 0;
  top: -21em;
  background-position: right;
}

.p-recruit .features-area::after{
  content: '';
  background: url(../images/recruit/deco_features_bottom.svg) no-repeat;
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  bottom: -29em;
}

.p-recruit .features-area .c-ttl + p{
  margin-top: 1em;
}

.p-recruit .features-area .feature-wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3em;
  position: relative;
  counter-reset: number 0;  
}

.p-recruit .features-area .feature-wrap .f-block{
  background-color: #fff;
  padding: 1.5em 1.5em;
  width: 32%;
  margin: 0 0.5em 1.5em;
  border-radius: 5px;
  -webkit-box-shadow: 2px 3px 0px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 3px 0px 1px rgba(0,0,0,0.75);
  box-shadow: 2px 3px 0px 1px rgba(0,0,0,0.75);
  border: 1px solid #000;

}

.p-recruit .features-area .feature-wrap .f-block figure{
  position: relative;
}

.p-recruit .features-area .feature-wrap .f-block figure::before{
  counter-increment: number 1;
  content: "" counter(number) ". ";
  font-family: "Averia Serif Libre", serif;
  position: absolute;
  bottom: -19px;
  left: 0;
  color: #719289;
  font-size: 7.7rem;
  line-height: 1;
  z-index: 1;
}

.p-recruit .features-area .feature-wrap .f-block .f-ttl{
  font-weight: bold;
  font-size: 1.9rem;
  margin:1em 0;
}

.p-recruit .person-area{
  padding: 5em 0;
  position: relative;
}

.p-recruit .person-area::before{
  /*content: '';
  background: url(../images/recruit/deco_person_upper.svg) no-repeat;
  width: 100%;
  height: 538px;
  position: absolute;
  right: 0;
  top: -6em;
  z-index: -1;*/
}

.wave02{
  position: absolute;
  top: -35em;
  z-index: -1;
}

.p-recruit .person-area .deco04{
  position: absolute;
  right: 19%;
  max-width: 330px;
  width: 100%;
  top: -3em;
}

.p-recruit .person-area .c-ttl{
  font-size: 2.5rem;
}

.p-recruit .person-area .c-ttl .en{
  font-size: 6.5rem;
  line-height: 1.3;
  margin-bottom: 0.2em;
}

.p-recruit .person-area .c-ttl + p{
  margin-top: 2em;
}

.p-recruit .person-area .person-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 4em 0 0;
}

.p-recruit .person-area .person-wrap .p-block{
  width: 32.2%;
  background-color: #FBFBFB;
  padding: 2em 1.5em;
  border-radius: 7px;
  margin-bottom: 1.2em;
  -webkit-box-shadow: 2px 3px 0px 1px rgba(210,210,210,1);
  -moz-box-shadow: 2px 3px 0px 1px rgba(210,210,210,1);
  box-shadow: 2px 3px 0px 1px rgba(210,210,210,1);
  border: 1px solid #D2D2D2;
}

.p-recruit .person-area .person-wrap .p-block .p-ttl{
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1em;
  font-weight: bold;
}

.p-recruit .message-area{
  padding: 0 0 17em;
}

.p-recruit .message-area .m-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 84%;
  position: relative;
  z-index: 1;
}

.p-recruit .message-area .c-ttl{
  position: relative;
  bottom: -3em;
}

.p-recruit .message-area .m-wrap.m01{
  width: 100%;
  position: relative;
}

.p-recruit .message-area .m-wrap.m01 .img-block{
  width: 53%;
}

.p-recruit .message-area .m-wrap.m01 .text-block{
  width: 59%;
  position: absolute;
  left: 0;
  bottom: -17px;
  background-color: #FBFBFB;
  padding: 4em 1em;
}

.p-recruit .message-area .m-wrap.m01 .text-block p{
  display: table;
  margin: 0 auto;
  font-weight: bold;
}

.p-recruit .message-area .m-wrap.m02{
  margin-top: 8em;
  margin-bottom: 8em;
}

.p-recruit .message-area .m-wrap.reverse{
  flex-direction: row-reverse;
  margin: 0 0 0 auto;
}

.p-recruit .message-area .m-wrap .text-block{
  width: 40%;
}

.p-recruit .message-area .m-wrap .text-block .m-ttl{
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 0.8em;
}

.p-recruit .message-area .m-wrap .text-block p{
  line-height: 1.8;
}

.p-recruit .message-area .m-wrap .text-block .last-catch{
  font-size: 2.6rem;
  margin-top: 1em;
  color: #052C15;
  font-weight: bold;
}

.p-recruit .message-area .m-wrap .img-block{
  width: 55%;
  height: 496px;
}

.p-recruit .message-area .m-wrap-outer{
  width: 100%;
}

.p-recruit .message-area .m-wrap.m01 .img-block{
  background: url(../images/recruit/img_message01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.p-recruit .message-area .m-wrap.m02 .img-block{
  background: url(../images/recruit/img_message02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.p-recruit .message-area .m-wrap.m03 .img-block{
  background: url(../images/recruit/img_message03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.p-recruit .recruit-area{
  background-color: #FFF6E6;
  padding: 3em 0 5em;
  position: relative;
}

.p-recruit .recruit-area::before{
  content: '';
  background: url(../images/recruit/deco_recruit_upper.svg) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -19em;
}

.p-recruit .recruit-area::after{
  content: '';
  background: url(../images/recruit/deco_recruit_bottom.svg) no-repeat;
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  bottom: -29em;
}

.p-recruit .recruit-area .table-wrap{
  margin-top: 2em;
}

.p-recruit .form-area{
  padding: 12em 0 10em;
  position: relative;
}

.p-recruit .form-area .deco05{
  position: absolute;
  right: 9em;
  top: 13em;
  max-width: 150px;
  width: 100%;
}

.p-recruit .company-area{
  padding: 3em 0 7em;
}

.p-recruit .company-area .table-wrap{
  margin-top: 2em;
}

.table-wrap.white dl:first-child{
  border-top: 1px solid #D2D2D2;
}

.table-wrap.white dl{
  border-bottom: 1px solid #D2D2D2;
}

.table-wrap dl{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D2D2D2;
}

.table-wrap dl:first-child{
  border-top: 1px solid #D2D2D2;
}

.table-wrap dl dt{
  width: 30%;
  padding: 1.5em 0 1.5em 2em;
  font-weight: bold;
}

.table-wrap dl dd{
  width: 70%;
  padding: 1.5em 2em 1.5em 0em;
}


.table-wrap dl dd iframe{
  margin-top: 1em;
  width: 100%;
  height: 400px;
  display: block;
}


.p-recruit .about-area .table-wrap{
  margin-top: 5em;
}

.c-form input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.c-form .wpcf7-list-item.first {
  margin-left: 0;
}

.c-form span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.c-form span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  background-color: #F6F6F6;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.c-form span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #30423B;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}


@media screen and (max-width: 1500px) {

  .p-recruit .about-area .about-wrapper {
    max-width: 93%;
  }

  .p-recruit .about-area {
    padding: 2em 0 10em;
  }

  .p-recruit .about-area .about-wrapper .text-area .ttl {
    font-size: 2.8rem;
  }

  
  .p-recruit .about-outer::before {
    top: -25em;
  }

}

@media screen and (max-width: 1200px) {

  .p-recruit .r-mv .catch {
    max-width: 724px;
}



  .p-recruit .concept-area .concept-box .con-ttl {
    font-size: 2.5rem;
  }

  .p-recruit .about-area {
    padding: 2em 0 12em;
  }

  .p-recruit .about-area .about-wrapper .text-area .ttl {
    font-size: 2.5rem;
  }

  .p-recruit .about-area .about-wrapper {
    max-width: 100%;
    display: block;
  }

  .p-recruit .about-area .about-wrapper .text-area {
    width: 100%;
    padding: 0 1em;
    margin: 2em 0;
  }

  .p-recruit .about-area .about-wrapper .img-area {
    width: 70%;
  }

  .p-recruit .concept-area .concept-box .last-catch{
    font-size: 1.6rem;
  }

  .p-recruit .features-area .feature-wrap .f-block {
    background-color: #fff;
    padding: 1em 1em;
    width: 31%;
    margin: 0 0.5em 1.5em;
  }

  .p-recruit .person-area .person-wrap .p-block .p-ttl {
    font-size: 1.8rem;
  }

  .p-recruit .message-area .m-wrap .text-block .m-ttl {
    font-size: 2.5rem;
  }

  .p-recruit .message-area .m-wrap {
    width: 97%;
  }

  .p-recruit .message-area .m-wrap .text-block .last-catch {
    font-size: 1.6rem;
  }

  .p-recruit .person-area .deco04 {
    right: 3%;
  }

  .p-recruit .recruit-area::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: -36em;
    background-position: center;
  }

  .p-recruit .form-area .deco05 {
    right: 0em;
    top: 1em;
  }

  .p-recruit .form-area {
    padding: 12em 0 3em;
  }

}

@media screen and (max-width: 767px) {

  .p-recruit .r-mv .catch{
    max-width: 330px;
    top: 11%;
  }

  .p-recruit .r-mv .catch2 {
    top: 27%;
    width: 100%;
    max-width: 237px;
  }

  .p-recruit .r-mv .logo {
    bottom: 6%;
    max-width: 200px;
    width: 100%;
  }

  .wave01,
  .wave02{
    display: none;
  }

  .p-recruit .r-mv{
    background: url(../images/recruit/img_mv_sp.jpg) no-repeat;
    background-size: cover;
    height: 605px;
    background-position: center top;
  }

  .p-recruit .concept-area {
    padding: 2em 0;
  }

  .p-recruit .concept-area {
    padding: 3em 0;
  }

  .p-recruit .concept-area .concept-wrapper {
    margin-top: 2em;
  }

  .p-recruit .concept-area .concept-box .img-box{
    display: none;
  }

  .p-recruit .concept-area .deco01{
    display: block;
    position: relative;
    max-width: 242px;
    width: 100%;
    margin: 0 0 2em auto;
  }
  
  .p-recruit .concept-area .deco02{
    display: block;
    width: 97%;
    margin: 0 auto;
  }

  .p-recruit .concept-area .concept-box {
    display: block;
    margin-bottom: 3em;
  }

  .p-recruit .concept-area .concept-box:last-child{
    margin-bottom: 0;
  }

  .p-recruit .concept-area .concept-box .txt-box {
    width: 100%;
  }

  .p-recruit .concept-area .concept-box .con-ttl {
    font-size: 2.2rem
  }

  .p-recruit .concept-area .c-ttl .en {
    font-size: 5.5rem;
  }

  .p-recruit .about-area {
    padding: 4em 0 12em;
    margin-top: -6em;
  }

  .p-recruit .about-area::before{
    content: '';
    background: url(../images/recruit/deco_about_upper_sp.svg) no-repeat;
    width: 100%;
    height: 97px;
    position: absolute;
    left: 0;
    top: -92px;
    background-size: cover;
  }

  .p-recruit .about-outer::before{
    content: none;
  }

  .p-recruit .about-area .about-wrapper .text-area .ttl {
    font-size: 2.2rem;
    margin-bottom: 1.2em;
  }

  .p-recruit .about-area .about-wrapper .text-area p{
    line-height: 1.8;
  }

  .p-recruit .about-area .about-wrapper{
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .p-recruit .about-area .about-wrapper .img-area{
    width: 100%;
  }

  .p-recruit .about-area .about-wrapper .text-area{
    width: 100%;
    padding: 0 2em;
    margin-top: 3em;
  }

  .p-recruit .features-area {
    padding: 3em 0 4em;
  }

  .p-recruit .features-area::before{
    content: '';
    background: url(../images/recruit/deco_features_upper_sp.svg) no-repeat;
    width: 100%;
    height: 77px;
    position: absolute;
    left: 0;
    top: -69px;
    background-size: cover;
  }

  .p-recruit .features-area .feature-wrap {
    display: block;
  }

  .p-recruit .features-area .feature-wrap .f-block{
    width: 100%;
    margin: 0 0em 1.5em;
  }

  .p-recruit .features-area::after {
    content: '';
    background: url(../images/recruit/deco_features_bottom_sp.svg) no-repeat;
    width: 100%;
    height: 105px;
    position: absolute;
    background-size: cover;
    left: 0;
    bottom: -95px;
  }

  .p-recruit .person-area .deco04 {
    position: relative;
    right: 0;
    max-width: 242px;
    width: 100%;
    top: auto;
    margin: -78px 0 4em auto;
    display: block;
  }

  .p-recruit .person-area::before{
    content: none;
  }

  .p-recruit .person-area .c-ttl .en {
    font-size: 3.5rem;
  }

  .p-recruit .person-area .c-ttl {
    font-size: 2rem;
  }

  .p-recruit .person-area .person-wrap {
    display: block;
  }

  .p-recruit .person-area .person-wrap .p-block {
    width: 100%;
  }

  .p-recruit .person-area .person-wrap .p-block .p-ttl {
    font-size: 2rem;
  }

  .p-recruit .message-area {
    padding: 0 0 9em;
  }

  .p-recruit .message-area .m-wrap.m01 .text-block {
    width: 88%;
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: -31px;
    padding: 2em 1.5em;
  }

  .p-recruit .message-area .m-wrap .text-block .last-catch {
    font-size: 1.7rem;
  }

  .p-recruit .message-area .m-wrap {
    display: block;
    width: 100%;
  }

  .p-recruit .message-area .c-ttl {
    bottom: auto;
  }

  .p-recruit .message-area .m-wrap-outer {
    margin-top: 2em;
  }

  .p-recruit .message-area .m-wrap .text-block .m-ttl {
    font-size: 2.2rem;
  }

  .p-recruit .message-area .m-wrap .text-block {
    width: 100%;
    padding: 2em 1em;
  }

  .p-recruit .message-area .m-wrap.m02 {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .p-recruit .message-area .m-wrap.m01 .img-block {
    width: 100%;
  }

  .p-recruit .message-area .m-wrap .img-block {
    width: 100%;
    height: 338px;
  }

  .p-recruit .form-area{
    padding: 12em 0 2em;
  }

  .p-recruit .form-area .deco05 {
    right: 10px;
    top: 0;
    max-width: 122px;
    width: 100%;
  }

  .p-recruit .recruit-area::before {
    content: '';
    background: url(../images/recruit/deco_recruit_upper_sp.svg) no-repeat;
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: -71px;
    background-size: cover;
  }

  .p-recruit .recruit-area::after {
    content: '';
    background: url(../images/recruit/deco_recruit_bottom_sp.svg) no-repeat;
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: -73px;
    background-size: cover;
  }

  .table-wrap dl {
    display: block;
  }

  .table-wrap dl dt {
    width: 100%;
    padding: 1.5em 0 0.5em 0;
  }

  .table-wrap dl dd {
    width: 100%;
    padding: 0.5em 0em 1.5em 0em;
  }
  
  .table-wrap dl dd iframe{
    margin-top: 1em;
    height: 300px;
  }

  
}



/* ==================================================
   ブログ
================================================== */

.p-blog .page-ttl.voice,
.p-blog .page-ttl.blog,
.p-blog .page-ttl.column,
.p-blog .page-ttl.news{
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em 1em 6em;
}

.p-blog .page-ttl.column{
  background: url(../images/common/bg_pagettl_column.jpg) no-repeat;
  background-size: cover;
}

.p-blog .page-ttl.news{
  background: url(../images/common/bg_pagettl_news.jpg) no-repeat;
  background-size: cover;
}

.p-blog .page-ttl.blog{
  background: url(../images/common/bg_pagettl_blog.jpg) no-repeat;
  background-size: cover;
}

.p-blog .page-ttl.voice{
  background: url(../images/common/bg_pagettl_voice.jpg) no-repeat;
  background-size: cover;
}

.p-blog .archive-wrap{
  padding: 0 0 8em;
}

.p-blog .blog-tab-wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 6em;
} 

.p-blog .blog-tab-wrap.event .b-tab.event, 
.p-blog .blog-tab-wrap.news .b-tab.news, 
.p-blog .blog-tab-wrap.blog .b-tab.blog, 
.p-blog .blog-tab-wrap.report .b-tab.report, 
.p-blog .blog-tab-wrap.cocochi-ie .b-tab.cocochi-ie, 
.p-blog .blog-tab-wrap.resuma .b-tab.resuma, 
.p-blog .blog-tab-wrap .b-tab.active {
  background-color: #35575F;
  color: #fff;
}

.p-blog .blog-tab-wrap .b-tab.cocochi-ie{
  color: #909E9F;
}

.p-blog .blog-tab-wrap .b-tab.resumai{
  color: #AB904F;
}

.p-blog .blog-tab-wrap .b-tab{
  max-width: 162px;
  width: 100%;
  display: block;
  color: #35575F;
  background-color: #fff;
  text-align: center;
  padding: 0.8em 1em;
  margin-right: 11px;
}



.p-blog .blog-tab-wrap .b-tab:last-child{
  margin-right: 0;
}

.p-blog .blog-wrapper{
  display: flex;
  justify-content: space-between;
}

.p-blog .blog-wrapper .b-right{
  width: 66%;
  padding: 0 3em;
}

.p-blog .blog-wrapper .b-left{
  width: 25%;
  padding-top: 3em;
}


.s-blog-list{

}

.s-blog-list li{
  width: 100%;
}

.s-blog-list li a{
  color: #000;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C9C9C9;
  padding: 1.5em 1em;
}

.s-blog-list li a .img-box{
  margin: 0.8em 0 0.8em;
  width: 20%;
}

.s-blog-list li a .text-box{
  width: 73%;
  padding-top: 2.8em;
}

.s-blog-list li a .text-box .date-wrapper{
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.s-blog-list li a .text-box .blog-ttl{
  font-weight: bold;
  font-size: 1.8rem;
}

.s-blog-list.voice li a .text-box .blog-ttl{
  font-weight: 400;
}

.s-blog-list li a .text-box .blog-text{
  margin-top: 1em;
}

.s-blog-list li a .text-box .date-wrapper .blog-date{
  margin-right: 1em;
  margin-bottom: 0;
}

.s-blog-list li a .text-box .date-wrapper .cat-wrap{
  display: flex;
  align-items: center;
}

.s-blog-list li a .img-box figure {
  margin: 0 0 1em;
  width: 100%;
  padding-top: 99.14%;
  overflow: hidden;
  position: relative;
}

.s-blog-list li a .img-box figure img{
  max-width: initial;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.blog-date{
  font-size: 1.4rem;
  margin: 0em 0 0.5em;
}

.s-blog-list li a .readmore{
  color: #35575F;
  font-size: 1.2rem;
  border-bottom: 1px solid #35575F;
  position: relative;
  padding: 1em 0;
}

.s-blog-list li a .readmore:after{
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 0;
  height: 2px;
  display: block;
  background: #0F3A44;
  z-index: -1;
  transition: .5s;
}

.s-blog-list li a:hover .readmore:after{
  width: 100%;
  z-index: 2;
}


.s-blog-list li a .readmore::before{
  content: '';
  background: url(../images/common/deco_btn_b.svg) no-repeat;
  width: 7px;
  height: 7px;
  background-size: cover;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translate(0,-50%);
  transition: .5s;
}

.s-blog-list li a:hover .readmore::before{
  right: 20px;
}

.s-blog-list li a figure{
  overflow: hidden;
}

.s-blog-list li a figure img{
  display: block;
  transition-duration: 0.5s;
  width: 100%;
}

.s-blog-list li a:hover figure img{
  width: 103%;
  transition-duration: 0.5s;
}


.cat-block{
  font-size: 1.2rem;
  margin-right: 10px;
  padding: 2px 5px;
  border: 1px solid #000;
  background-color: #fff;
  display: table;
}

.cat-block:last-child{
  margin-right: 0px;
}


/*サイド*/

.blog-wrapper .side-box{
  margin-bottom: 4em;
}

.blog-wrapper .side-box.banner-box a{
  display: block;
  margin-bottom: 5px;
}

.blog-wrapper .side-box.banner-box a:last-child{
  margin-bottom: 0;
}

.blog-wrapper .side-box:last-child{
  margin-bottom: 0em;
}

.blog-wrapper .side-box .side-ttl{
  border-bottom: 1px solid #909E9F;
  padding: 0 0 0.8em 0.5em;
  font-size: 0.8em;
  margin-bottom: 1em;
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
  position: relative;
}

.blog-wrapper .side-box .side-ttl::before{
  content: '';
  background: url(../images/common/deco_icon.png) no-repeat;
  width: 39px;
  height: 39px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -4px;
}

.blog-wrapper .side-box .side-ttl .en{
  font-size: 1.2rem;
  margin-left: 10px;
}

.blog-wrapper .side-t-box li{
  margin-bottom: 1em;
}

.blog-wrapper .side-t-box li:last-child{
  margin-bottom: 0;
}

.blog-wrapper .side-t-box li a{
  display: flex;
  justify-content: space-between;
  color: #000;
  border: 1px solid #E6E6E6;
  padding: 0.7em 0.7em;
  position: relative;
}

.blog-wrapper .side-t-box li a::before{
  content: '';
  background: url(../images/common/arrow_circle.svg) no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover;
  position: absolute;
  right: 7px;
  bottom: 10px;
}

.blog-wrapper .side-t-box li a:hover::before{
  right: 2px;
}

.blog-wrapper .side-t-box li a .cat-block{
  font-size: 1.2rem;
}

.blog-wrapper .side-t-box li a figure{
  margin-bottom: 0;
  height: 90px;
  overflow: hidden;
  position: relative;
  width: 26%;
}

.blog-wrapper .side-t-box li a figure img{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: initial;
  width: auto;
  height: 100%;
}

.blog-wrapper .side-t-box li a .detail-block{
  width: 69%;
}

.blog-wrapper .side-t-box li a .detail-block .date-wrap{
  display: flex;
  margin-bottom: 10px;
}

.blog-wrapper .side-t-box li a .detail-block .date-wrap .blog-date{
  margin-right: 10px;
  margin-bottom: 0;
}

.blog-wrapper .side-box .t-archive{
  width: 100%;
  position: relative;
  margin-top: 0.8em;
}

.blog-wrapper .side-box .t-archive select{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.95556;
  width: 100%;
  display: block;
  border: none;
  padding: 6px 15px 6px 15px;
  position: relative;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
}

.blog-wrapper .side-box .t-archive:after {
  content: '';
  position: absolute;
  top: 23px;
  right: 24px;
  background: url(../images/common/arrow_down.svg) no-repeat;
  width: 11px;
  height: 7px;
  background-size: cover;
  position: absolute;
  transform: translate(0,-50%);
}

.blog-wrapper .side-box .side-category li a{
  display: block;
  color: #000;
  font-size: 1.6rem;
  position: relative;
  padding: 0.4em 0 0.4em 2em;
  font-weight: bold;
}

.blog-wrapper .side-box .side-category li a::before{
  content: '';
  background: url(../images/common/arrow_left.svg) no-repeat;
  width: 4px;
  height: 7px;
  background-size: cover;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0,-50%);
}


@media screen and (max-width: 1200px) {

  .p-blog .blog-wrapper .b-right {
    width: 66%;
    padding: 0 0em;
  }
}

@media screen and (max-width: 767px) {

  .p-blog .page-ttl.voice .inn img,
  .p-blog .page-ttl.blog .inn img,
  .p-blog .page-ttl.column .inn img,
  .p-blog .page-ttl.news .inn img{
    max-width: 30px;
    width: 100%;
  }

  .p-blog .blog-tab-wrap .b-tab{
    font-size: 1.3rem;
  }
  
  .cat-block {
    font-size: 1.2rem;
  }

  .s-blog-list li a .img-box {
    margin: 0.3em 0 0.5em;
  }

  .p-blog .blog-wrapper {
    display: block;
    padding: 0;
  }

  .p-blog .blog-wrapper .b-right {
    width: 100%;
    padding: 0;
  }

  .p-blog .blog-wrapper .b-left {
    width: 100%;
    padding-top: 0em;
    margin-top: 3em;
  }

  .s-blog-list li {
    width: 100%;
  }

  .s-blog-list li a{
    padding: 1em 0.3em;
  }

  .s-blog-list li a .text-box{
    padding-top: 0;
    width: 75%;
  }

  .s-blog-list li a .text-box .date-wrapper{
    margin-bottom: 0.3em;
  }

  .s-blog-list li a .text-box .blog-ttl {
    font-size: 1.4rem;
  }

  .blog-wrapper .side-box {
    margin-bottom: 2em;
  }

  .blog-wrapper .side-box .side-ttl {
    font-size: 1.6rem;
  }

  .blog-wrapper .side-box .side-category li a{
    font-size: 1.4rem;
  }

}


/*個別*/

.p-single .blog-area{
  padding: 5em 0px 9em;
}


.kiji-wrap .blog-date-wrap{
  display: flex;
  margin-bottom: 1em;
}

.kiji-wrap .blog-date-wrap .blog-date{
  margin-right: 20px;
}

.kiji-wrap{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 4em;
  display: block;
}

.kiji-wrap .wp-block-image{
  margin: 1.5em 0;
}

.kiji-wrap h1{
  text-align: left;
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
}

.kiji-wrap .eyecatch{
  z-index: 1;
  position: relative;
  margin: 3em 0;
}

.kiji-wrap .eyecatch img{
  display: block;
  margin:0 auto;
  height: auto;
}

.kiji-wrap .voice-detail{
  display: flex;
  justify-content: center;
  margin: 0 0 2em;
}

.kiji-wrap .voice-detail .vd-box{
  width: 33.33%;
  border-left: 1px solid #03172A;
  border-bottom: 1px solid #03172A;
}

.kiji-wrap .voice-detail .vd-box:last-child{
  border-right: 1px solid #03172A;
}

.kiji-wrap .voice-detail .vd-box .vd-ttl{
  background-color: #03172A;
  color: #fff;
  text-align: center;
  padding: 0.8em 1em;
  font-size: 1.6rem;
  border-right: 1px solid #fff;
}

.kiji-wrap .voice-detail .vd-box .vd-txt{
  padding: 1em 1em;
  border-right: 1px solid #03172A;
}

.kiji-wrap .voice-detail .vd-box:last-child .vd-txt{
  border-right: none;
}

.kiji-wrap .voice-detail .vd-box .vd-txt .txt{
  display: table;
  margin: 0 auto;
}

.kiji-wrap .voice-detail .vd-box:last-child .vd-ttl{
  border-right:none;
}

.kiji-wrap .kiji-box {
  padding: 0px 0 0;
  overflow: hidden;
}

.kiji-wrap .kiji-box p{
  margin: 1.5em 0;
}

.kiji-wrap .kiji-box h2{
  padding: 1em 0.8em;
  border-bottom: 2px solid #626C76;
  border-top: 2px solid #626C76;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight:bold;
  position: relative;
}

.kiji-wrap .kiji-box h2::before{
  content: '';
  width: 100%;
  height: 1px;
  top: 2px;
  left: 0;
  position: absolute;
  background-color: #626C76;
}

.kiji-wrap .kiji-box h2::after{
  content: '';
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  position: absolute;
  background-color: #626C76;
}

.kiji-wrap .kiji-box h3{
  padding: 0.5em 0.8em;
  background-color: #E6E6E6;
  font-size: 2rem;
  line-height: 2.2;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: bold;
}

.kiji-wrap .kiji-box h4{
  font-size: 1.8rem;
  line-height: 1.4;
  padding-left: 1em;
  margin-bottom: 1em;
  margin-top: 2em;
  position: relative;
  display: block;
  border-left: 1px solid #000;
  font-weight: 500;
}

.kiji-wrap .kiji-box img.aligncenter{
  display: block;
  margin: 1em auto;
} 



.kiji-wrap .kiji-box a{
  color: #000;
  text-decoration: underline;
}

.kiji-wrap .kiji-box a:hover{
  text-decoration: none;
}

.kiji-wrap .kiji-box ol{
  padding-left: 1.8em;
  margin-bottom: 0.5em!important;
}

.kiji-wrap .kiji-box ol li{
  list-style-type:decimal!important;
  
}

.kiji-wrap .kiji-box ul{
  padding-left: 1.8em;
  margin-bottom: 0.5em!important;
}

.kiji-wrap .kiji-box ul li{
  list-style-type: disc!important;
}


.p-blog .related-series{
  background-color: #DBD5CD;
  padding: 4em 0 3em;
}

.p-blog .related-wrap{
  max-width: 95%;
  width: 100%;
  margin: 4em 0 0 auto;
}

.p-blog .related-wrap .s-blog-list{
  display: block;
}


@media screen and (max-width: 767px) {

  .kiji-wrap .blog-date-wrap {
    margin-top: 0.5em;
  }

  .kiji-wrap h1 {
    font-size: 2rem;
  }

  .kiji-wrap .kiji-box h2 {
    padding: 1em 1.3em 1em;
    font-size: 1.8rem;
  }

  .kiji-wrap .kiji-box h3 {
    font-size: 1.6rem;
  }

  .kiji-wrap .kiji-box h4 {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-left: 1em;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-weight: 500;
  }

  .p-blog .archive-wrap {
    padding: 0 0 3em;
  }

  .p-blog .blog-tab-wrap {
    margin-bottom: 3em;
  }

  .p-single .blog-area {
    padding: 0em 0px 5em;
  }

  .p-blog .related-wrap {
    max-width: 100%;
    margin: 3em 0 0 auto;
  } 

  .kiji-wrap .voice-detail{
    display: block;
  }

  .kiji-wrap .voice-detail .vd-box {
    width: 100%;
  }

  .kiji-wrap .voice-detail .vd-box .vd-ttl {
    padding: 0.5em 1em;
    font-size: 1.4rem;
    border-right: none;
  }

  .kiji-wrap .voice-detail .vd-box .vd-txt{
    height: auto!important;
    padding: 0.5em 1em;
  }

}



/* ==================================================
   お問い合わせ
================================================== */

.p-contact .contphone-area{
  padding: 3em 0;
}

.p-contact .contphone-area .top-msg{
  text-align: center;
  margin-bottom: 2em;
}

.p-contact .contphone-area .phone-box{
  max-width: 960px;
  width: 100%;
  background-color: #F8F8F8;
  padding: 1em 1em 2em;
  margin: 0 auto;
  text-align: center;
}

.p-contact .contphone-area .phone-box .phone {
  color: #000;
  font-size: 5rem;
  margin-bottom: 2em;
  display: table;
  margin: 0 auto 0.4em;
  position: relative;
  padding-left: 0.8em;
  letter-spacing: 0.1em;
}

.p-contact .contphone-area .phone-box .phone::before {
  content: '';
  background: url(../images/common/icon_tel2.svg) no-repeat;
  width: 28px;
  height: 24px;
  background-size: cover;
  position: absolute;
  top: 56%;
  left: 0;
  transform: translate(0,-50%);
}

.p-contact .contphone-area .phone-box .open-hour{
  position: relative;
  display: table;
  margin: 0 auto;
  padding-left: 2em;
}

.p-contact .contphone-area .phone-box .open-hour::before{
  position: absolute;
  content: "";
  top: 2px;
  left: -11px;
  width: 24px;
  height: 24px;
  background: url(../images/common/icon_calendar.svg) no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  opacity: 0.7;
}

.p-contact .contphone-area .phone-box .tel-ttl::before{
  content: '';
  background: url(../images/common/icon_tel2.svg) no-repeat;
  background-size: cover;
  width: 14px;
  height: 21px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%,0);
}

.p-contact .contphone-area .phone-box .tel-num{
  font-size: 2.8rem;
}

/* ==================================================
  お問い合わせ
================================================== */

.p-contact{
  position: relative;
}

.p-contact .phone-ps{
  margin-top: 4em;
  color: #DE2909;
  line-height: 1.8;
  text-align: center;
}

.p-contact .c-breadcrumb {
  margin-bottom: 20px;
}

.p-contact .contact-wrap{
  padding: 0 0 80px;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

.p-contact .contact-about{
  text-align: center;
  margin-bottom: 70px;
}

.p-contact .number-box{
  margin-top: 75px;
}

.p-contact .number-box .contact-number.cellphone{
  margin-top:70px;
}

.p-contact .number-box .contact-number span{
  font-size: 1.8rem;
  display: block;
  letter-spacing: 0.15em;
  color: #626C76;
}

.p-contact .number-box .contact-number a{
  font-size: 5rem;
  color: #000;
  position: relative;
  pointer-events: none;
}

.p-contact .number-box .contact-number a::before {
  position: absolute;
  content: "";
  bottom: -23px;
  left: 50%;
  transform: translate(-50%,0%);
  width: 138%;
  height: 55px;
  background: url(../images/contact/img_phoneline.svg) no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  background-size: cover;
}

.p-contact .number-box .contact-number.cellphone a::before {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
	height: 60px;
    right: -26%;
    left: auto;
}


.p-contact .number-box .contact-hour dl{
  max-width: 490px;
  width: 100%;
  background-color: #F5F7F6;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
  padding: 1.2em;
}

.p-contact .number-box .contact-hour dl dt{
  width: 20%;
}

.p-contact .number-box .contact-hour dl dd{
  width: 80%;
  line-height: 1.8;
}

.p-contact .form-area{
  padding: 0 0 13em;
}

.c-form {
  margin: 0 auto;
  max-width: 950px;
}

.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.c-form select,
.c-form textarea {
  background-color:#E3EAEC;
  font-size: 1.6rem;
  padding: 11px 13px;
}

.c-form input[type="text"] {
  width: 60%;
}

.c-form .required {
  color: #28544C !important;
  border: 1px solid #28544C;
  text-align: center;
  display: inline-block;
  font-size: 1.2rem;
  border-radius: 3px;
  font-weight: bold;
  padding: 3px 15px 1px;
  float: right;
}

.c-form table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  table-layout: fixed;
  margin-top: 40px;
}

.c-form table caption {
  text-align: left;
  background: #efefef;
  padding: 0.6em 1em;
  font-weight: 600;
  font-size: 2.0rem;
}

.c-form table th, .c-form table td {
  padding: 2em 1.5em;
  font-weight: normal;
  color:#000 ;
}

.c-form table td {
  font-size: 1.4rem;
}

.c-form table th {
  width: 268px;
  text-align: left;
}

.c-form .select-wrap{
  width: 56%;
  position: relative;
}

.c-form .select-wrap:after {
  content: '';
  position: absolute;
  top: 23px;
  right: 10px;
  background: url(../images/common/arrow_down2.svg) no-repeat;
  width: 12px;
  height: 7px;
  background-size: cover;
  position: absolute;
  transform: translate(0,-50%);
}

.c-form .select-wrap select{
  padding: 14px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-form .namae td{
  display: flex;
  justify-content: space-between;
}


.c-form .age-wrap{
  display: flex;
  align-items: center;
}

.c-form .age-wrap p{
  width: 16%;
  margin-right: 1em;
}

.c-form .warning{
  text-align: center;
  margin-top: 60px;
}

.c-btn-box{
  margin: 60px auto 0;
  position: relative;
  max-width: 302px;
}

.c-btn-box .btn{ 
    color: #000;
    position: relative;
    letter-spacing: 0.1em;
    background: transparent;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    border: 1px solid #000;
    max-width: 302px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.8rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif, "Lato", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"!important;
}

.c-btn-box .backbtn{
  margin-top: 1em;
  background-color: #000;
  color: #fff;
}


.c-form input[type="submit"]:hover {
  opacity: 0.6;
  letter-spacing: 4px;
}

.c-form .c-form.form-check .note{
  display: none;
}

.p-contact .thanks{
  text-align: center;
}

.p-contact .thanks p{
  line-height: 2;
}

.p-contact .thanks .btn02{
  margin: 30px auto 0;
}

.p-contact ::placeholder {
  color: #D2D2D2;
}
/* 旧Edge対応 */
.p-contact ::-ms-input-placeholder {
  color: #D2D2D2;
}
/* IE対応 */
.p-contact :-ms-input-placeholder {
  color: #D2D2D2;
}

.c-form tr.address input[type="text"]{
  margin-bottom: 10px;
}

.c-form tr.address input[type="text"].last{
  margin-bottom: 0px;
}

.c-form .zip-wrap{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.c-form .zip-wrap span{
  text-decoration: underline;
  letter-spacing: normal;
  margin: 0 1em;
}


.c-form tr.address .zip-wrap input[type="text"]{
  width: 14%!important;
  margin: 0 10px ;
}

.c-form tr.address input[type="text"].prefecture{
  width: 25%;
}

.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .c-form select, .c-form textarea {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0.9em 0.5em;
  background-color: #F5F7F6;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 2px;
}

.c-form  .c-def-list dd:before, .p-contact .c-def-list dd:after {
  content: '';
  position: absolute;
  top: 50%;
}

.c-form textarea{
  height: 274px;
}

.c-form.form-check .zip-wrap span{
  display: none;
}

.c-form.form-check .date-wrap .date-input::before {
  content: none;
}

.c-form.form-check .date-wrap {
  display: block;
}

/* チェックボックス01 */

.c-form input[type="checkbox"] {
  /* デフォルトcheckボックス非表示*/
  display: none;
}

.mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2.1em;
  cursor: pointer;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}

.mwform-checkbox-field-text::before {
  background: #F5F7F6;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
  border-width: 1px;
  border-color: transparent transparent #000 #000;
  border-style: solid;
  width: 7px;
  height: 4px;
  margin-top: -0.2em;
  top: 50%;
  left: 0.6em;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}
.c-form input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  /* css擬似要素 :checked が付加されているときは表示  */
  opacity: 1;
}


.c-form .toi-type-btn{
  display: flex;
}

.c-form .toi-type-btn a{
  position: relative;
  padding: 0.8em 4em;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: 1px solid #F8F8F8;
  background-color: #F8F8F8;
  color: #909E9F;
}

.c-form .toi-type-btn a:first-child{
  margin-right: 1em;
}

.c-form .toi-type-btn a.active {
  background-color: #03172A;
  color: #fff;
  border: 1px solid transparent;
}

.mw_wp_form_confirm .c-form .toi-type-btn a{
  pointer-events: none;
}

.mw_wp_form .error {
  text-align: left;
}

.c-form .mw_wp_form_confirm .select-wrap:after {
  content: none;
}

.c-form .mw_wp_form_confirm .date-wrap .date-input::before{
  content: none;
}

.c-form .mw_wp_form_confirm .toi-type-btn a{
  pointer-events: none;
}

.c-form .mw_wp_form_complete{
  text-align: center;
}

.c-form .mw_wp_form_complete .btn{
  margin: 2em auto 0;
}


@media screen and (max-width: 767px) {

  .p-contact .contphone-area {
    padding: 1em 0 1em;
  }

  .p-contact .form-area {
    padding: 0 0 6em;
  }

  .p-contact .contphone-area .phone-box .phone{
    font-size: 3rem;
    padding-left: 1em;
  }

  .p-contact .contphone-area .phone-box .phone::before {
    width: 20px;
    height: 17px;
  }

  .p-contact .contphone-area .phone-box .open-hour {
    padding-left: 2.5em;
    text-align: left;
  }

  .p-contact .contphone-area .phone-box .open-hour::before {
    background-size: cover;
    width: 20px;
    height: 18px;
    left: 0;
  }

  .c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
  }

  .c-form table th {
    padding: 1em 0em;
  }

  .c-form table td{
    padding: 0em 0em 1em;
  }

  .c-form table th .required {
    float: none;
    margin-left: 1em;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .c-form table tbody,
  .c-form table tr,
  .c-form table th,
  .c-form table td {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }

  .c-form .date-wrap .date-input {
    width: 80%!important;
  }

  .c-form .date-wrap .date-input::before {
    top: 9px;
    right: 5px;
    width: 24px;
    height: 24px;
  }

  .mwform-checkbox-field-text::before {
    width: 19px;
    height: 19px;
  }

  .mwform-checkbox-field-text::after {
    left: 0.4em;
  }

  .c-form .date-wrap .mwform-checkbox-field-text{
    font-size: 1.2rem;
  }

  .c-form .toi-typewrap .mwform-radio-field {
    margin: 0;
  }

  .c-form .toi-typewrap input[type="radio"] + span {
    padding: 0.8em 1em;
    font-size: 1.3rem;
  }

  .c-form .check_btn .mwform-checkbox-field label{
    display: block;
  }

  .c-form .add-box.prefecture {
    display:block;
    width: 100%;
  }

  .c-form .add-box.prefecture .select-wrap {
    width: 57%;
    margin-bottom: 10px;
  }

  .c-form .add-box.prefecture .city-wrap {
    width: 100%;
  }

  .c-form .add-box {
    margin-top: 10px;
  }

  .c-form .add-box input {
    width: 100%!important;
  }

  .c-form textarea {
    width: 100%!important;
  }

  .c-form .zip-wrap span{
    width: 50%;
  }
  .c-btn-box{
    margin: 15px auto 0;
  }

  .c-form .age-wrap p{
    width: 35%;
  }

}


/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}