/*
 Theme Name:I'LL Biz-ONE Template
 Description:
 Theme URI:
 Author:I'LL
 Author URI:
 Version:
 License:
 License URI:
*/
@charset "utf-8";

/* =====================================================================
【各種カラー標準設定値】
ボタンカラー：#2C8DDF
ボタンホバー：反転
メールボタンホバー：#00BCFB
ラインカラー：#2C8DDF
リンクテキストカラー：#2C8DDF
問い合わせエリア：#E7EEF5

【主なメディアクエリ】
@media screen and (max-width:1140px)
@media screen and (min-width:901px)
@media screen and (max-width:900px)
@media screen and (min-width:768px)
@media screen and (max-width:767px)
 ===================================================================== */


/* リセット
---------------------------------------------------------------------------- */
html, body, div, span, a, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing:border-box;
}
input,textarea {
  box-sizing:border-box;
}
ul,li,ol {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  list-style-type: none;
  text-align: left;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  line-height:1.0;
}
table {
  border-collapse: collapse;
}

/* Font
---------------------------------------------------------------------------- */
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: url(font/noto_regular.woff) format('woff'),
        url(font/noto_regular.eot) format('embedded-opentype'),
        url(font/noto_regular.ttf) format('truetype');
  font-display: swap;
 }

/* Body
---------------------------------------------------------------------------- */
body {
  margin: 0;
  border: 0;
  background: #FFF;
  line-height: 1.8;
  font-family:  'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', YuGothic, Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.12em;
  position: relative;
}

@media screen and (max-width:767px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width:900px) {
  .wide_only {
    display: none;
  }
  .tab_only {
    display: block;
  }
}
@media screen and (min-width:901px) {
  .tab_only {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .pc_only {
    display: none;
  }
  .sp_block {
    display: block;
  }
}

a {
  color: #000;
  text-decoration: underline;
  outline: none;
  transition: 0.2s all ease;
}
a.inner_link img{
  opacity: 1.0;
  transition: 0.2s all ease;
}
a.inner_link:hover img{
  opacity: 0.6;
}

@media screen and (min-width:980px) {
  a:hover {
    color: #2C8DDF;
    text-decoration: none;
  }

}

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

p {
  line-height: 1.8;
  margin: 0 0 20px 0;
}

img {
  max-width: 100%;
  backface-visibility: hidden;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.fixed {
  position: fixed;
}

/* ボタン
---------------------------------------------------------------------------- */
.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  line-height: 1.8;
  font-size: 13px;
  padding: 10px 50px;
  text-align: center;
  border: #2C8DDF 1px solid;
  background: #2C8DDF;
  color: #FFF;
  text-decoration: none;
}
.btn_link_wrap {
  letter-spacing: -1rem;
}
.btn_link_wrap a {
  letter-spacing: normal;
  margin: 0 7px 14px;
  display: inline-block;
  line-height: 1.8;
  font-size: 13px;
  padding: 14px 80px;
  text-align: center;
  border: #2C8DDF 1px solid;
  background: #2C8DDF;
  color: #FFF;
  text-decoration: none;
}
.col2_box .btn_link_wrap a,
.col3_box .btn a{
  padding: 12px 80px;
  background: rgba(0,0,0,0);
  color: #2C8DDF;
}
.col2_box .btn_link_wrap a:hover,
.col3_box .btn a:hover{
  background: #2C8DDF;
  color: #FFF;
}
.col2_box .con_col_img{
  width: 100%;
  height: 360px;
  text-align: center;
}
main section:nth-of-type(2n+1) .contents_btn_wrap{
  margin-top: 40px;
}
@media screen and (max-width:1140px){
  .col2_box .con_col_img{
    height: calc(calc(100vw - 100px) / 3);
  }
}
@media screen and (min-width: 980px){
  .btn a:hover {
    border-color: #2C8DDF;
    background: #FFF;
    color: #2C8DDF;
    text-decoration: none;
  }
}
@media screen and (max-width:767px){
  .btn a {
    padding: 8px 30px;
  }
  .btn_link_wrap{
    letter-spacing: normal;
  }
  .btn_link_wrap a{
    width: calc(100% - 14px);
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 14px;
    margin: 0 7px 14px;
  }
  .btn_link_wrap.right{
    text-align: center!important;
    margin-bottom: 20px;
  }
  .col2_box .btn_link_wrap a,
  .col3_box .btn a{
    width: initial;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  _:-ms-fullscreen, :root .col2_box .btn_link_wrap a,
  _:-ms-fullscreen, :root .col3_box .btn a{
    width:  auto;
  }
}


/* 画像リンク
---------------------------------------------------------------------------- */

/* 1カラム */
.bnr_image_wrap{
   display: flex;
   justify-content: center;
   align-items: center;
}
.bnr_image_wrap .bnr_image{
  margin: 0 10px;
  text-align: center;
}
.num1 .bnr_image{
  width: 100%;
}
.num2 .bnr_image{
  width: calc( 50% - 20px );
}
.num3 .bnr_image{
  width: calc( calc( 100% - 60px ) / 3 );
}

.bnr_image .inner_link{
  margin-bottom: 14px;
  display: inline-block;
}
_:-ms-fullscreen, :root .bnr_image .inner_link{
  max-width:  100%;
}
.bnr_image .inner_link+.inner_link{
  margin-left: 14px;
}

@media screen and (max-width:767px){
  .bnr_image .inner_link,
  .bnr_image .inner_link+.inner_link{
    margin-bottom: 20px;
    margin-right: 2%;margin-left: 2%;
  }
  .bnr_image .inner_link:last-child{
    margin-bottom: 0;
  }
  .bnr_image_wrap .inner_link{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .bnr_image_wrap{
    width: 100%;
    display: block;
    position: relative;
  }
  .bnr_image_wrap .bnr_image{
    margin: 0;
  }
  .num1 .bnr_image,
  .num2 .bnr_image,
  .num3 .bnr_image{
    width: calc(100vw - 30px);
  }
  .bnr_image_wrap .slick-next,
  .bnr_image_wrap .slick-prev{
    display: none!important;
  }
}



/* ヘッダ
---------------------------------------------------------------------------- */
.header_wrap {
  width: 100%;
  height: 70px;
  padding: 0 20px;
  background: #FFF;
  position: fixed;
  z-index: 1500;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.header {
  width: 100%;
  max-width: 1140px;
  height: 67px;
  line-height: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 1500;
  text-align: left;
}
.header_logo {
  float: left;
  vertical-align: middle;
  margin: 2px 20px 0 0;
}
.header_logo a {
  display: block;
}
.header_logo img {
  vertical-align: middle;
  max-width: 300px;
  max-height: 56px;
}
.navi {
  float: right;
  text-align: right;
}
.navi ul{
  display: inline-block;
  text-align: right;
}
.navi li {
  display: inline-block;
  line-height: 64px;
  position: relative;
}
.navi li a {
  width: 100%;
  display: inline-block;
  line-height: 64px;
  padding: 0 12px;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}
.navi li a:hover {
  opacity: 0.5;
}
.navi ul ul{
  display: none;
  position: absolute;
  top: 62px;
  left: 0;
  width: 180px;
  background: #FFF;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.navi li:hover ul{
  display: block;
}
.navi li li{
  display: block;
  text-align: left;
}
.navi li li{
  line-height: 1.4;
}
.navi li li a{
  line-height: 1.4;
  padding: 14px 12px;
}


.sns_navi{
  float: right;
  margin-left: 10px;
  text-align: left;
}
.sns_navi ul{
  line-height: 64px;
}
.sns_navi li{
  line-height: 1.5;
}
.sns_navi li a{
  display: inline-block;
  line-height: 2.0;
  padding: 0 4px;
}
.sns_navi img{
  width: 28px;
  height: 28px;
}
.header_contact {
  display: inline-block;
}
.header_contact a {
  line-height: 1.8;
  padding: 8px 20px;
}
.header_contact a::after {
  display: none;
}
@media screen and (max-width:1100px){
  .navi li a {
    padding: 0 8px;
    font-size: 13px;
  }
  .header_contact a {
    font-size: 13px;
  }
}
@media screen and (max-width:1000px){
  .header_wrap {
    width: 100%;
    height: 50px;
    padding: 0 20px;
  }
  .header {
    width: 100%;
    max-width: 1200px;
    height: 48px;
    line-height: 42px;
  }
  .header_logo {
    max-width: 80%;
  }
  .header_logo img {
    max-height: 36px;
    width: auto;
  }
  .navi ul ul{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
  }
  .navi li:hover ul,
  .navi li ul{
    display: none;
  }
  .navi li li{
    display: block;
    line-height: 24px;
  }
  .navi li li a{
    line-height: 1.8;
    padding: 15px 40px 15px 40px;
    text-align: left;
    background: #e2e2e2;
  }
  .navi li.subnavi_open ul{
    display: block;
  }
}


/* スマホメニュー */
.navi_btn {
  display: none;
}
@media screen and (max-width:1000px){
  .navi {
    opacity: 0;
    float: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: 0.3s opacity ease;
    overflow: hidden;
  }
  .navi.active {
    height: calc(100% - 50px);
    opacity: 1;
    z-index: 1000;
    padding: 0 0 15px 0;
    background: #FFF;
    overflow-y: scroll;
  }
  .lock {
    overflow: hidden;
  }
  .lock:after {
    display: block;
    content: "";
    position: fixed;
    top: 0px;
    right: 0;
    background-color: #FFF;
    width: 100vw;
    height: 100vh;
    opacity: 0.6;
    z-index: 999;
  }
  .lock .header_wrap {
    border-bottom: #DDD 1px solid;
  }
  .navi ul{
    display: block;
    text-align: left;
  }
  .navi li {
    display: block;
    line-height: 24px;
  }
  .navi li a {
    display: block;
    line-height: 1.8;
    padding: 15px 40px 15px 25px;
    text-decoration: none;
    font-size: 14px;
    border-bottom: #EEE 1px solid;
    position: relative;
  }
  .navi li a:hover{
    opacity: 1;
  }
  .navi li a::after,
  .iOS .navi li a::after{
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      top: 0;
      margin: auto;
      right: 6%;
      left: auto;
      height: 8px;
      width: 8px;
      border-bottom: 1px solid #2C70D3;
      border-right: 1px solid #2C70D3;
      transform: rotate(-45deg);
      background: none;
  }
  .navi .headnavi_sub>a::before,
  .navi .headnavi_sub>a::after,
  .iOS .navi .headnavi_sub>a::before,
  .iOS .navi .headnavi_sub>a::after {
      content: "";
      display: block;
      position: absolute;
      border: none;
      width: 15px;
      height: 1px;
      background: #2C70D3;
      transform: none;
      right: 4.5%;
      bottom: 0;
      top: 0;
      margin: auto;
      transition: 0.3s;
  }
  .navi .headnavi_sub a::after,
  .iOS .navi .headnavi_sub>a::after {
      transform: rotate(90deg);
  }
  .navi .headnavi_sub.subnavi_open>a::after,
  .iOS .navi .headnavi_sub.subnavi_open>a::after {
      transform: rotate(0deg);
  }
  .navi .headnavi_sub ul a::after,
  .iOS .navi .headnavi_sub ul a::after {
      transform: rotate(-45deg);
  }
  .sns_navi{
    display: block;
    float: none;
    width: 100%;
    width: calc(100% - 50px);
    margin: 0 auto;
}
  .sns_navi ul{
    text-align: center;
    line-height: 1.5;
    margin: 7% auto 0;
  }
  .sns_navi li{
    display: inline-block;
    margin-bottom: 14px;
  }
  .sns_navi li a{
    border: none;
    display: inline-block;
    padding: 0 8px;
  }
  .sns_navi li a::after,
  .iOS .sns_navi li a::after{
    display: none;
  }
  .sns_navi img{
    width: 32px;
    height: 32px;
  }
  .header_contact {
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
  }
  .header_contact a {
    width: calc(100% - 50px);
    line-height: 1.8;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 14px;
  }


  .navi_btn {
    display: block;
    position: absolute;
    width: 25px;
    height: 24px;
    margin: 0;
    top: 10px;
    right: 0;
    z-index: 1;
  }
  .navi_btn span,
  .navi_btn::before,
  .navi_btn::after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 25px;
    height: 1px;
    margin: auto;
    background: #6D665F;
  }
  .navi_btn span {
    z-index: 2;
    color: #6D665F;
  }
  .navi_btn::before {
    z-index: 3;
    transform: translate(0, -8px);
    content: "";
  }
  .navi_btn::after {
    z-index: 3;
    transform: translate(0, 8px);
    content: "";
  }

  .navi_btn span {
    opacity: 1;
    transition: opacity 150ms 50ms;
  }
  .navi_btn::before,
  .navi_btn::after {
    transition: transform 200ms;
  }
  .navi_btn.active span {
    opacity: 0;
    transition: opacity 150ms;
  }
  .navi_btn.active::before {
    transform: rotate(45deg);
  }
  .navi_btn.active::after {
    transform: rotate(-45deg);
  }
  .navi_btn.active span {
    opacity: 0;
    transition: opacity 150ms;
  }

}




/* コンテンツ
---------------------------------------------------------------------------- */
.contents_wrap {
  width: 100%;
  position: relative;
  top: 70px;
  margin: 0 auto;
}
@media screen and (max-width:1000px){
  .contents_wrap {
    top: 50px;
  }
}

.sec_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px 100px;
  position: relative;
}
.sec {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 50px auto;
}
.sec.col_link_wrap{
  margin: 0 auto 36px auto;
}
.col1_ttl.sec{
  margin: 0 auto 25px auto;
}

.sec_wrap .contents_slider:last-of-type,
.sec_wrap .sec:last-of-type {
  margin-bottom: 0;
}
.sec_wrap::after,
.sec::after {
  display: block;
  content: "";
  clear: both;
}
main section:nth-of-type(2n) .sec_wrap {
  background: #F5F5F5;
}

main .post_wrap section:nth-of-type(2n) .sec_wrap{
  background: none;
}


.sec.bg {
  background: #FFF;
  padding: 40px;
}
@media screen and (max-width:767px){
  .sec {
    margin: 0 auto 40px auto;
  }
  .sec_wrap {
    padding: 40px 15px 60px;
  }
  .sec.bg {
    background: none;
    padding: 0;
  }
  .btn_link_wrap{
    padding: 0 15px;
  }
  .sec.col_link_wrap {
    margin: 0 auto 40px auto;
  }
}

/* カラム
---------------------------------------------------------------------------- */
.image {
  text-align: center;
  margin: 0 0 20px 0;
}
.col1 .image {
  width: 540px;
}
.col1_wide .image {
  width: 100%;
}
.col1 .content {
  width: calc(100% - 590px);
}
.col1_wide .content {
  max-width: 80%;
  margin: 0 auto;
}
.col1_wide .subhead {
  text-align: left;
  border-left: 2px solid #2C8DDF;
  padding: 0 0 0 14px;
  margin-bottom: 15px;
}
.col1_wide .subhead::after{
  display: none;
}
@media screen and (max-width:1140px){
  .col1 .image {
    width: 46%;
  }
  .col1 .content {
    width: calc(54% - 30px);
  }
  .col1_wide .content {
    max-width: 100%;
  }
}
.pc_col3 {
  text-align: left;
  letter-spacing: -0.4em;
}
.pc_col3 .col3_box {
  display: inline-block;
  vertical-align: top;
  width: calc(33.333% - 20px);
  letter-spacing: 0.08em;
  margin: 0 30px 30px 0;
}
.pc_col3 .col3_box:nth-of-type(3n) {
  margin: 0 0 30px 0;
}
.pc_col3 .col3_box .subhead{
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 0;
}
.pc_col3 .col3_box .subhead::after {
  display: none;
}
@media screen and (max-width:900px){
  .pc_col3 {
    text-align: left;
    letter-spacing: -0.4em;
  }
  .pc_col3 .col3_box {
    width: calc(33.333% - 20px);
    margin: 0 30px 30px 0;
    letter-spacing: 0.08em;
  }
  .pc_col3 .col3_box:nth-of-type(3n) {
    margin: 0 0 30px 0;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width:768px){
  .pc_float_l {
    float: left;
  }
  .pc_float_r {
    float: right;
  }
}
@media screen and (max-width:767px){
  .col1 .image {
    width: 100%;
  }
  .col1_wide .image {
    width: 100%;
  }
  .col1 .content {
    width: 100%;
  }
  .col1_wide .content {
    max-width: 100%;
  }
  .col1_wide .subhead {
    text-align: left;
  }
  .pc_col3 .col3_box,
  .pc_col3 .col3_box:nth-of-type(3n) {
    width: 100%;
    letter-spacing: 0.06em;
    margin: 0 0 40px 0;
  }
  .pc_col3 .col3_box:last-child{
    margin-bottom: 0;
  }
}

.pc_col2 {
  text-align: left;
  letter-spacing: -0.4em;
}
.pc_col2 .col2_box {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 30px);
  letter-spacing: 0.08em;
  margin: 0 60px 0px 0;
}
.pc_col2 .col2_box:nth-of-type(2n) {
  margin: 0 0 0px 0;
}
.pc_col2 .col2_box .subhead{
  font-size: 20px;
  margin: 0 0 15px 0;
  padding: 0;
}
.pc_col2 .col2_box .subhead::after {
  display: none;
}

.col2_box .text:last-child p:last-child,
.col2_box .col_image:last-child,
.col3_box .text:last-child p:last-child,
.col3_box .col_image:last-child{
  margin-bottom: 0;
}

.col2_box .text,
.col3_box .text{
  margin-bottom: 20px;
}
.col2_box .text p:last-child,
.col3_box .text p:last-child{
  margin-bottom: 0;
}

.col2_box .btn_link_wrap,
.col2_box .bnr_image,
.col2_box .table_profile,
.col2_box .table_editable,
.col2_box .btn_pdf,
.col3_box .btn_link_wrap,
.col3_box .bnr_image,
.col3_box .table_profile,
.col3_box .table_editable,
.col3_box .btn_pdf{
  margin-bottom: 20px;
}
.col2_box .bnr_image .inner_link,
.col3_box .bnr_image .inner_link{
  margin-bottom: 0;
}
.col2_box .subhead:last-child,
.col2_box .text:last-child,
.col2_box .col_image:last-child,
.col2_box .gmap:last-child,
.col2_box .btn_link_wrap:last-child,
.col2_box .bnr_image:last-child,
.col2_box .table_profile:last-child,
.col2_box .table_editable:last-child,
.col2_box .btn_pdf:last-child,
.col3_box .subhead:last-child,
.col3_box .text:last-child,
.col3_box .col_image:last-child,
.col3_box .gmap:last-child,
.col3_box .btn_link_wrap:last-child,
.col3_box .bnr_image:last-child,
.col3_box .table_profile:last-child,
.col3_box .table_editable:last-child,
.col3_box .btn_pdf:last-child{
  margin-bottom: 0;
}


@media screen and (max-width:900px){
  .pc_col2 {
    text-align: left;
    letter-spacing: -0.4em;
  }
  .pc_col2 .col2_box {
    width: calc(50% - 20px);
    margin: 0 40px 30px 0;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width:767px){
  .pc_col2 .col2_box .subhead{
    font-size: 18px;
  }
  .pc_col2 .col2_box,
  .pc_col2 .col2_box:nth-of-type(2n) {
    width: 100%;
    letter-spacing: 0.06em;
    margin: 0 0 40px 0;
  }
  .pc_col2 .col2_box:last-child{
    margin-bottom: 0;
  }
}

/* 下層ページタイトル
---------------------------------------------------------------------------- */
.page_title_wrap {
  width: 100%;
  display: table;
  min-height: 160px;
  max-height: 200px;
  padding: 20px;
  background: #F5F5F5;
}
.page_title_wrap.mainvis_img {
  width: 100%;
  min-height: 200px;
  max-height: 240px;
  padding: 60px 20px 60px 20px;
  background: #F5F5F5;
  position: relative;
}

.page_title_wrap .page_h1{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.page_title_wrap.mainvis_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    z-index: 0;
}
.mainvis_img h1,
.mainvis_img .page_title{
    position: relative;
    text-shadow: 0px 0px 4px #ffffff;
}
.page_title {
  font-family:  'Lato', 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', YuGothic, Verdana, Geneva, sans-serif;
  display: block;
  margin: 0 auto 5px auto;
  font-size: 36px;
  line-height: 1.5;
  color: #000;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.16em;
}
.category_title {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #2C8DDF;
  position: relative;
}
@media screen and (max-width:900px){
  .page_title_wrap {
    min-height: auto;
    max-height: 120px;
    padding: 30px 20px 30px 20px;
  }
  .page_title_wrap.mainvis_img{
    min-height: auto;
  }
  .page_title {
    font-size: 26px;
    line-height: 30px;
  }
  .category_title {
    font-size: 14px;
  }
}
@media screen and (max-width:767px){
  .page_title_wrap {
    max-height: 90px;
    padding: 30px 20px 30px 20px;
  }
  .page_title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .category_title {
    font-size: 14px;
  }
  .mainvis_img .page_title{
    font-size: 24px;
  }
  .mainvis_img .category_title {
    font-size: 15px;
  }

}

.crumb {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 5px 20px;
}
.crumb_list {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  letter-spacing: -0.4em;
}
.crumb_list li {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  margin: 0 15px 0 0;
  letter-spacing: 0.06em;
}
.crumb_list li::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  line-height: 16px;
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #AAA;
  border-right: solid 1px #AAA;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.crumb_list li:last-child::after {
  display: none;
}
@media screen and (max-width:767px){

  .crumb_list li {
    font-size: 10px;
    margin: 0 8px 0 0;
  }
  .crumb_list li::after {
    margin: -2px 0 0 3px;
  }
}
/* 見出し
---------------------------------------------------------------------------- */
.crosshead {
  font-family:  'Lato', 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', YuGothic, Verdana, Geneva, sans-serif;
  margin: 0 auto 60px auto;
  line-height: 1.5;
  font-size: 30px;
  color: #000;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.16em;
}
.crosshead .sub {
  display: block;
  text-align: center;
  padding-top: 8px;
  font-size: 14px;
  color: #2C8DDF;
  position: relative;
  font-weight: normal;
  letter-spacing: 0.12em;
}
.subhead {
  font-family:  'Lato', 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', YuGothic, Verdana, Geneva, sans-serif;
  font-size: 22px;
  /* margin: 0 0 20px 0; */
  margin: 0;
  padding: 0 0 15px 0;
  text-align: left;
  position: relative;
  letter-spacing: 0.12em!important;
}
@media screen and (max-width:900px){
  .crosshead {
    margin: 0 auto 30px auto;
    font-size: 30px;
  }
  .crosshead .sub {
    font-size: 13px;
  }
  .subhead {
    font-size: 18px;
    margin: 0;
    /* margin: 0 0 20px 0; */
    padding: 0 0 10px 0;
  }
  .subhead::after {
    width: 80px;
  }
}
@media screen and (max-width:767px){
  .crosshead {
    margin: 0 auto 30px auto;
    font-size: 22px;
  }
  .crosshead .sub {
    font-size: 13px;
  }
  .subhead {
    font-size: 16px;
    /* margin: 0 0 20px 0; */
    margin: 0;
    padding: 0 0 10px 0;
  }
  .sec .col2_box .subhead:last-child,
  .sec .col3_box .subhead:last-child{
    margin-bottom: 0px;
  }
  .sec .subhead:last-child
  .subhead::after {
    width: 80px;
  }
}


/* ビジュアル・スライダー
---------------------------------------------------------------------------- */
.mv_slider {
  width: 100%;
  overflow: hidden;
}
.mv_slides {
  max-width: 1140px;
}
.mv_slides a{
  display: block;
}
.mv_copy_box {
  font-family:  'Lato', 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', YuGothic, Verdana, Geneva, sans-serif;
  width: 50%;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 50px;
  padding: 40px;
  background: rgba(0,0,0,0.25);
  z-index: 1100;
}
.mv_copy {
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 15px 0;
}
.mv_text {
  font-size: 15px;
  margin: 0;
  color: #FFF;
}
@media screen and (max-width:1140px){
  .mv_copy_box {
    width: 70%;
    top: auto;
    bottom: 10%;
    left: 30px;
    padding: 30px;
    margin: auto;
  }
  .mv_copy {
    font-size: 24px;
  }
  .mv_text {
    font-size: 13px;
  }
}
@media screen and (max-width:767px){
  .mv_copy_box {
    width: calc(100% - 40px);
    top: auto;
    bottom: 5%;
    left: 20px;
    right: 20px;
    padding: 10px;
  }
  .mv_copy {
    font-size: 14px;
  }
  .mv_text {
    font-size: 11px;
  }
}

/* 背景画像版 */
.mv_bg {
  width: 100%;
  height: 570px;
  overflow-y: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
  pointer-events: none;
  text-align: center;
}
.mv_bg img {
  width: 100%;
  max-width: 100%;
}
.mv_bg_box {
  max-width: 1140px;
  height: 570px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.mv_bg_box .mv_copy_box {
  position: relative;
  top: 40%;
  bottom: auto;
  left: 50px;
}
@media screen and (max-width:1140px){
  .mv_bg {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .mv_bg img {
    position: absolute;
    width: auto;
    max-width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    max-height: auto;
    margin: auto;
    left: 0;
    right: 0;
  }
  .mv_bg_box {
    height: 400px;
  }
  .mv_bg_box .mv_copy_box {
    width: 70%;
    top: 40%;
    bottom: auto;
    left: auto;
    padding: 30px;
    margin: auto;
  }
}
@media screen and (max-width:767px){
  .mv_bg {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .mv_bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 500%;
    min-width: auto;
    height: 400px;
  }
  .mv_bg_box .mv_copy_box {
    width: calc(100% - 40px);
    top: 60%;
    bottom: auto;
    left: 0;
    right: auto;
    padding: 10px;
  }
}


/* 投稿コンテンツ
---------------------------------------------------------------------------- */

.pagelink_navi_wrap .sec{
  margin-bottom: 0px;
}
.sec_wrap.pglink_plus{
  padding-top: 40px;
}
.pagelink_navi{
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagelink_navi li{
  margin: 0 10px 10px;

}
.pagelink_navi li a{
  display: inline-block;
  line-height: 1.8;
  font-size: 13px;
  padding: 6px 26px;
  text-align: center;
  border: #2C8DDF 1px solid;
  background: #2C8DDF;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width:767px){
  .pagelink_navi_wrap .sec{
    margin-bottom: 20px;
  }
  .pagelink_navi{
    display: block;
    margin-top: 20px;
    margin-bottom: -30px;
    padding: 0 20px;
  }
  .pagelink_navi li{
    width: 48%;
    display: inline-block;
    margin: 2% 1% 0 0;
  }
  .pagelink_navi li:nth-child(2n){
    margin: 2% 0 0 1%;
  }
  .pagelink_navi li:nth-child(1),
  .pagelink_navi li:nth-child(2){
    margin-top: 0;
  }
  .pagelink_navi li a{
    width: 100%;
    display: inline-block;
    line-height: 1.8;
    font-size: 13px;
    padding: 8px 10px;
    text-align: center;
    border: #2C8DDF 1px solid;
    background: #2C8DDF;
    color: #FFF;
    text-decoration: none;
  }
}

.con_cate{
  width: 100%;
  margin-bottom: 6px;
}

.con_cate li{
    display: inline-block;
    padding: 2px 6px 3px;
    margin: 0px 4px 4px 0;
    background: none;
    border: #2C8DDF 1px solid;
    font-size: 12px;
    line-height: 16px;
    color: #2C8DDF;
    vertical-align: middle;
}
.con_cate li:last-child{
  margin-right: 0;
}
.con_ttl{
  font-size: 17px;
  margin-bottom: 2px;
}
.con_col_wrap a{
  display: block;
  text-decoration: none;
  transition: 0.3s all ease;
  opacity: 1;
}
.con_col_wrap a:hover{
  opacity: 0.7;
}
.con_col_wrap .col3_box {
  margin: 30px 30px 0 0;
}
.con_col_img{
  margin-bottom: 10px;
}
.con_col_wrap .col3_box:nth-of-type(3n){
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 0;
}
.con_col_wrap .col3_box:nth-child(1),
.con_col_wrap .col3_box:nth-child(2),
.con_col_wrap .col3_box:nth-child(3) {
  margin-top: 0;
}
.con_col_wrap .col3_box h2:last-child,
.con_col_wrap .col3_box p:last-child{
  margin-bottom: 0;
}
.con_col_wrap .col2_box {
  margin: 30px 60px 0 0;
}
.con_col_wrap .col2_box:nth-of-type(2n) {
  margin: 30px 0 0 0;
}
.con_col_wrap .col2_box:nth-child(1),
.con_col_wrap .col2_box:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width:900px){
  .con_col_wrap .col2_box {
    margin: 30px 40px 0 0;
  }
  .col2_box .con_col_img {
    height: calc(calc(100vw - 70px) / 3);
  }
  .con_ttl{
    font-size: 15px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width:767px){
  .con_col_wrap .col2_box{
    margin-right: 0;
  }
  .col2_box .con_col_img {
    height: calc(calc(calc(100vw - 30px) / 3 ) * 2);
  }
  .con_col_wrap .col2_box:nth-child(2){
    margin-top: 30px;
  }
}
.con_col_wrap{
  width: 100%;
  overflow: hidden;
}
.col_box_inner{
  padding: 20px 0 10px;
  border-bottom: #DDD 1px solid;
}
.col_box_inner:last-child{
  border-bottom: none;
}
.col_box_inner:first-child{
  border-top: #DDD 1px solid;
}
.col_box_sp_bottom p:last-child{
  margin-bottom: 10px;
}
.col_box_inner,
.col_box_inner a{
  width: 100%;
  display: block;
  overflow: hidden;
}
.col_box_inner.img_r .con_col_img,
.col_box_inner.img_l .con_col_img{
  width: 220px;
  height: 146px;
  margin-right: 30px;
  float: left;
  text-align: center;
}
.col_box_inner.img_r .con_col_img{
  float: right;
  margin-left: 30px;
  margin-right: 0px;
}
.col_box_inner.img_none .con_col_img{
  display: none;
}
.col_box_inner.img_r .con_col_txt,
.col_box_inner.img_l .con_col_txt{
  width: calc(100% - 250px);
  float: left;
}
.col_box_inner.img_l .con_col_txt{
  float: right;
}
.col_box_inner.img_none .con_col_txt{
  width: 100%;
}
.col_box_inner .col_box_sp_bottom p{
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
}

.col3_box .con_col_img{
  height: 240px;
  text-align: center;
}
_:-ms-fullscreen, :root .col3_box .con_col_img{
  height: auto;
}
@media screen and (max-width:1180px){
  .col3_box .con_col_img{
    height: calc(calc(calc(100vw - 100px)/9)*2);
  }
}

@media screen and (max-width:767px){
  .con_cate{
    margin-bottom: 0;
  }
  .con_cate li{
    padding: 2px 6px 3px;
  }
  .con_col_wrap a:hover{
    opacity: 1;
  }
  .col_box_inner.img_r .con_col_img,
  .col_box_inner.img_l .con_col_img {
      width: 40%;
      height: calc(calc(100vw - 30px) * 0.27);
      margin: 0 14px 15px 0;
      float: none;
      display: inline-block;
  }
  .col_box_inner.img_l .con_col_txt,
  .col_box_inner.img_r .con_col_txt,
  .col_box_inner.img_none .con_col_txt {
      width: 100%;
      margin: 0 0 15px 0;
      float: none;
      display: contents;
  }
  .col_box_inner.img_l .con_col_txt01,
  .col_box_inner.img_r .con_col_txt01{
    display: inline-block;
    width: calc(60% - 20px);
    vertical-align: top;
  }
  .col_box_inner.img_none .con_col_txt01{
    display: block;
    width: 100%;
  }
  .col_box_inner .con_col_txt02{
    display: block;
    flex-wrap: wrap;
  }
  .con_col_wrap .col3_box{
    margin: 0 0 30px!important;
  }
  .pc_col3 .col_box_sp_top .con_col_img{
      width: 40%;
      margin: 0 15px 15px 0;
      float: none;
      display: inline-block;
  }
  .pc_col3 .col_box_sp_top .con_col_txt{
    display: inline-block;
    width: calc(60% - 20px);
    vertical-align: top;
  }
  .pc_col3 .col_box_sp_bottom{
    width: 100%;
  }
  .col3_box .con_col_img{
    height: calc(calc(calc(100vw - 30px) * 0.8) / 3);
  }
}

/* News
---------------------------------------------------------------------------- */
.news_wrap {
  display: table;
  width: 100%;
  margin: 0 0 40px 0;
}
.news_head {
  width: 300px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.news_head .crosshead{
  margin-bottom: 40px;
}
.news_list {
  width: calc(100% - 300px);
  display: table-cell;
}


@media screen and (min-width:901px){
  .news_list {
    width: calc(100%);
    display: block;
  }
}
.news_list.top_news li:nth-child(2n-1) {
  padding-bottom: 1px;
}
.news_list li {
  margin: 0;
  padding: 0;
  border-bottom: #DDD 1px solid;
  text-align: left;
}
.news_list li a,
.news_list li .newslist_nolink {
  display: block;
  padding: 20px 40px 25px 20px;
  position: relative;
  text-decoration: none;
}
.news_list li .newslist_nolink{
  padding: 20px 20px 25px 20px;
}
.news_list.top_news li a,
.news_list.top_news li .newslist_nolink,
.news_list.top_news li .news_list_wrap {
  padding: 15px 30px 15px 15px;
}
.news_list li a::after {
  display: block;
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #CCC;
  border-right: solid 1px #CCC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  transition: 0.3s border ease;
}
.news_list li a:hover {
  background-color: #FAFAFA;
}
.news_list li a:hover::after {
  border-top: solid 1px #2C8DDF;
  border-right: solid 1px #2C8DDF;
}

.news_list_head {
  line-height: 1.8;
  text-align: left;
  margin: 0 0 10px 0;
}
.news_list_head .date {
  font-size: 12px;
  margin: 0 10px 0 0;
  color: #999;
  vertical-align: middle;
}
.news_list_head .category {
  display: inline-block;
  padding: 2px 6px 3px;
  background: none;
  border: #2C8DDF 1px solid;
  font-size: 12px;
  line-height: 16px;
  color: #2C8DDF;
  vertical-align: middle;
}
.news_list_title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.pdf_link {
  position: relative;
}
.pdf_link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 0 0 5px;
  background: url(img/common/icon_pdf.png) no-repeat 0;
}
.news_list_img_wrap{
  padding-top: 40px;
  position: relative;
}
.news_list_img_wrap .news_list_head{
  position: absolute;
  top: 0;
  left: 0;
}
.newslist_nolink .news_list_img_wrap{
  padding-right: 0px;
}
.news_list_img_plus{
    display: block;
    width: calc(100% - 110px);
    float: left;
    margin-left: 18px;
}
.news_list_img{
  width: 90px;
  height: 90px;
  text-align: center;
  float: left;
}
.news_list_maintext{
  margin: 5px 0 0 0;
  font-size: 13px;
  color: #666;
}
.news_list_maintext.free_area p:last-child{
  margin-bottom: 0;
}

@media screen and (max-width: 900px){
  .news_wrap {
    display: block;
    margin: 0 0 20px 0;
  }
  .news_head {
    width: 100%;
    display: block;
  }
  .news_head .crosshead{
    margin-bottom: 30px;
  }
  .news_list {
    display: block;
    width: 100%;
  }
  .news_list li a,
  .news_list li .newslist_nolink {
    padding: 15px 30px 15px 15px;
    position: relative;
    text-decoration: none;
  }
  .news_list li .newslist_nolink{
    padding: 15px 15px 15px 15px;
  }
  .news_list li:nth-child(2n) a,
  .news_list li:nth-child(2n) .newslist_nolink{
    background-color: #F5F5F5;
  }
  .news_list li a::after
  .news_list li .newslist_nolink::after {
    right: 15px;
  }
  .news_list_head {
    line-height: 1.8;
    text-align: left;
    margin: 0 0 10px 0;
  }
  .news_list_head .date {
    font-size: 11px;
    margin: 0 10px 0 0;
  }
  .news_list_head .category {
    padding: 2px 6px 3px;
    font-size: 11px;
  }
  .news_list_title {
    margin: 0;
    font-size: 15px;
  }
  .news_list_txt_headwrap{
    display: inline-block;
    width: calc(76% - 20px);
    vertical-align: top;
  }
}
@media screen and (max-width:767px){
  .news_list li a{
    padding: 15px 15px 15px 15px;
  }
  .pdf_link::after {
    width: 13px;
    height: 13px;
    background-size: 13px;
  }
  .news_list_title {
    font-size: 14px;
  }
  .news_list_img_wrap{
    padding-right: 0;
  }
  .news_list_img_plus{
      width: calc(76% - 20px);
      margin-left: 2px;
  }
  .news_list_img{
    width: 24%;
    height:calc( calc(100vw - 30px) * 0.24);
    margin: 0px 14px 6px 0;
    text-align: center;
    display: inline-block;
  }
  .news_list li a::after{
    display: none;
  }
  .news_list_head .category {
    padding: 1px 6px;
  }
}


/* NEWSページ */
.category_tabs_scroll {
  width: 100%;
  white-space: nowrap;
}
.category_tabs_scroll ::-webkit-scrollbar{
  width: 20px;
  height: 4px;
}
.category_tabs_scroll ::-webkit-scrollbar-track{
  background: #EEE;
}
.category_tabs_scroll ::-webkit-scrollbar-thumb{
  background: #CCC;
  border-radius: 0;
  box-shadow: none;
}
.category_tabs {
  width: auto;
  border-bottom: #CCC 1px solid;
  margin: 0;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  overflow-y: hidden;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  letter-spacing: -0.4em;
}
.category_tabs li {
  margin: 0 0 -1px 0;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
}
.category_tabs li a {
  display: block;
  padding: 10px 20px;
  border: #CCC 1px solid;
  border-right: none;
  background: #F5F5F5;
  float: left;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
}
.category_tabs li:last-child a {
  border-right: #CCC 1px solid;
}
.category_tabs li.active a,
.category_tabs li.current-cat a {
  border-bottom: transparent 1px solid;
  background: #FFF;
}
@media screen and (max-width: 900px){
  .category_tabs {
    padding: 0 15px;
  }
  .category_tabs li a {
    padding: 8px 14px;
    font-size: 12px;
  }
}

/* News詳細 */
.news_head {
  line-height: 1.8;
  text-align: left;
  margin: 0 0 5px 0;
}
.news_details .news_head {
  text-align: right;
}
.news_head .date {
  font-size: 12px;
  margin: 0 10px 0 0;
  color: #999;
  vertical-align: middle;
}
.news_head .category {
  display: inline-block;
  padding: 2px 6px 3px;
  background: none;
  border: #2C8DDF 1px solid;
  font-size: 12px;
  line-height: 16px;
  color: #2C8DDF;
  vertical-align: middle;
}
.news_details,
.page_details {
  max-width: 960px;
  margin: 0 auto 40px auto;
  padding: 0 0 60px 0;
  border-bottom: #CCC 1px dotted;
}
.news_details .news_head {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0;
  text-align: left;
  display: block;
}
.news_title {
  font-size: 22px;
  margin: 0 0 40px 0;
  padding: 0 0 15px 0;
  text-align: left;
  position: relative;
}
.news_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DDD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_content {
  font-size: 14px;
}
.news_detail_image{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.news_detail_image p:last-child{
  margin-bottom: 0;
}
.news_details .news_detail_image:last-child{
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width:900px){
  .news_title {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
  }
  .news_title::after {
    width: 80px;
  }
  .news_content {
    font-size: 14px;
  }
}
@media screen and (max-width:767px){
  .news_details {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
  }
  .news_title {
    font-size: 16px;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
  }
  .news_title::after {
    width: 80px;
  }
  .news_head .date {
    font-size: 10px;
  }
  .news_head .category {
    font-size: 10px;
  }
}
/* 投稿用 */

.mceContentBody h2,
.free_area h2 {
  font-size: 22px;
  margin: 0 0 40px 0;
  padding: 0 0 15px 0;
  text-align: left;
  position: relative;
}
.mceContentBody h2::before,
.free_area h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #DDD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mceContentBody h2::after,
.free_area h2::after {
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  background: #2C8DDF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mceContentBody h3,
.free_area h3{
  font-size: 20px;
  margin: 50px 0 20px 0;
  padding: 0 0 15px 0;
  text-align: left;
  position: relative;
}
.mceContentBody h3::after,
.free_area h3::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #2C8DDF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mceContentBody h4,
.free_area h4{
  width: 100%;
  font-size: 18px;
  border-left: 3px #2C8DDF solid;
  padding: 2px 0 2px 12px;
  margin: 40px 0 20px 0;
}
.mceContentBody h5,
.free_area h5{
  width: 100%;
  font-size: 16px;
  position: relative;
  padding-left: 18px;
  margin: 30px 0 15px 0;
}
.mceContentBody h5::before,
.free_area h5::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #2C8DDF;
}
.mceContentBody h6,
.free_area h6 {
  width: 100%;
  font-size: 16px;
  margin: 30px 0 15px 0;
  font-weight: bold;
}
.mceContentBody strong,
.free_area strong,
#tinymce strong,
.mceContentBody b,
.free_area b,
#tinymce b{
    font-weight: bold;
}
.mceContentBody em,
.free_area em,
#tinymce em{
    font-style: italic;
}
.free_area ol,
.free_area ul,
.free_area table,
.mceContentBody ol,
.mceContentBody ul,
.mceContentBody table,
#tinymce ol,
#tinymce ul,
#tinymce table{
  margin: 30px 0;
}
.free_area th,
.free_area td,
.mceContentBody th,
.mceContentBody td,
#tinymce th,
#tinymce td{
  padding: 10px 20px;
  border: 1px solid #ccc;
  font-size: 15px;
}
.free_area th,
.mceContentBody th,
#tinymce th{
  font-weight: bold;
  background: #F5F5F5;
}
.free_area ol li,
.mceContentBody ol li,
#tinymce ol li{
  list-style: decimal outside;
  margin: 0 0 15px 20px;
}
.free_area ul li,
.mceContentBody ul li,
#tinymce ul li{
  list-style:disc outside;
  margin: 0 0 15px 20px;
}
.free_area img,
.mceContentBody img,
#tinymce img{
  max-width: 800px;
  max-height: 500px;
  margin: 0 auto 20px auto;
}

@media screen and (max-width: 767px) {
    /* 投稿用 */
  .mceContentBody h2,
  .free_area h2{
    font-size: 18px;
    margin: 40px 0 20px 0;
    padding: 0 0 15px 0;
  }
  .mceContentBody h3,
  .free_area h3{
    font-size: 16px;
    margin: 40px 0 20px 0;
  }
  .mceContentBody h4,
  .free_area h4{
    font-size: 15px;
    margin: 30px 0 15px 0;
  }
  .mceContentBody h5,
  .free_area h5,
  .mceContentBody h6,
  .free_area h6{
    font-size: 15px;
    margin: 30px 0 15px 0;
  }
  .mceContentBody strong,
  .free_area strong,
  #tinymce strong,
  .mceContentBody b,
  .free_area b,
  #tinymce b{
      font-weight: bold;
  }
  .mceContentBody em,
  .free_area em,
  #tinymce em{
      font-style: italic;
  }
  .free_area ol,
  .free_area ul,
  .free_area table,
  .mceContentBody ol,
  .mceContentBody ul,
  .mceContentBody table,
  #tinymce ol,
  #tinymce ul,
  #tinymce table{
    width: 100%;
    margin: 30px 0;
  }
  .free_area th,
  .free_area td,
  .mceContentBody th,
  .mceContentBody td,
  #tinymce th,
  #tinymce td{
    padding: 10px 10px;
    font-size: 13px;
  }
  .free_area img,
  .mceContentBody img,
  #tinymce img {
    max-width: 100%;
  }
}

.post_controls {
  width: 100%;
  max-width: 960px;
  text-align: center;
  margin: 0 auto 40px auto;
  padding: 0 0 40px 0;
  position: relative;
}
.list_link {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.next_link {
  position: absolute;
  right: 0;
}
.prev_link {
  position: absolute;
  left: 0;
}
.next_link.btn a,
.prev_link.btn a{
  padding: 10px 0;
  border: none;
  background: none;
  color: #111;
  position: relative;
}
.next_link.btn a{
  text-align: right;
  padding-right: 20px;
}
.prev_link.btn a{
  text-align: left;
  padding-left: 20px;
}
.prev_link.btn a::before{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 5px;
    height: 7px;
    width: 7px;
    border-bottom: 1px solid #4096E9;
    border-right: 1px solid #4096E9;
    transform: rotate(135deg);
    transition: 0.3s all ease;
}
.prev_link.btn a:hover::before{
    left: 0px;
}
.next_link.btn a::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    right: 5px;
    height: 7px;
    width: 7px;
    border-bottom: 1px solid #4096E9;
    border-right: 1px solid #4096E9;
    transform: rotate(-45deg);
    transition: 0.3s all ease;
}
.next_link.btn a:hover::after{
    right: 0px;
}

@media screen and (max-width:767px){
  .list_link a,
  .next_link a,
  .prev_link a {
    font-size: 11px;
    padding: 8px 30px;
  }
  .prev_link.btn a::before,
  .next_link.btn a::after{
    display: none;
  }
  .prev_link.btn a,
  .next_link.btn a{
    display: inline-block;
    line-height: 1.8;
    font-size: 11px;
    padding: 8px 30px;
    text-align: center;
    border: #2C8DDF 1px solid;
    background: #2C8DDF;
    color: #FFF;
    text-decoration: none;
  }
}

/* table テーブル
---------------------------------------------------------------------------- */
.table_editable {
  width: 100%;
  margin: 0 auto;
}
.table_editable th {
  min-width: 240px;
  border: #CCC 1px solid;
  padding: 15px;
  background: #EEE;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
}
.table_editable thead th {
  background: #111;
  padding: 8px 15px;
}
.table_editable td {
  border: #CCC 1px solid;
  padding: 15px;
  background: #FFF;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width:767px){
  .table_editable th {
    min-width: initial;
    padding: 10px;
    font-size: 13px;
  }
  _:-ms-fullscreen, :root .table_editable th{
    min-width:  auto;
  }
  .table_editable thead th {
    padding: 5px 10px;
  }
  .table_editable td {
    padding: 10px;
    font-size: 13px;
  }
}
.table_profile {
  width: 100%;
  /* max-width: 960px; */
  margin: 0 auto;
}
.col2_box .table_profile{
  max-width: 100%;
}
.table_profile th {
  min-width: 170px;
  border-top: #CCC 1px solid;
  border-bottom: #CCC 1px solid;
  padding: 20px;
  background: #EEE;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
}
.table_profile td {
  border-top: #CCC 1px solid;
  border-bottom: #CCC 1px solid;
  padding: 15px 20px;
  background: #FFF;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width:900px){
  .table_profile th,
  .table_editable th{
    min-width: initial;
  }
  _:-ms-fullscreen, :root .table_profile th,
  _:-ms-fullscreen, :root .table_editable th{
    min-width:  auto;
  }
}


@media screen and (max-width:767px){
  .table_profile,
  .table_profile tbody,
  .table_profile tr {
    display: block;
    width: 100%;
  }
  .table_profile {
    border-top: #CCC 1px solid;
  }
  .table_profile th {
    display: block;
    border: none;
    width: 100%;
    padding: 5px 10px;
    font-size: 13px;
    text-align: left;
  }
  .table_profile td {
    display: block;
    border-top: #CCC 1px dotted;
    width: 100%;
    padding: 15px 10px;
    font-size: 13px;
  }
}
th p:last-of-type,
td p:last-of-type {
  margin-bottom: 0;
}

/* GoogleMap
---------------------------------------------------------------------------- */
.gmap {
  width: 100%;
  min-height: 200px;
  margin: 0 0 20px 0;
  background: #FFF url(img/common/loading.gif) no-repeat center 50%;
  background-size: 36px;
  overflow: hidden;
  transition: 0.3s all ease;
}
.gmap iframe {
  width: 100%;
  margin: 0;
  display: block;
}
.gmap_lazyload {
  overflow: hidden;
}
.gmap iframe {
  min-height: 350px;
  max-height: 450px;
}
.col3_box .gmap iframe {
  max-height: 320px;
}
@media screen and (max-width:767px){
  .gmap iframe {
    max-height: 360px;
  }
  .col3_box .gmap iframe {
    max-height: 360px;
  }
}

/* お問い合わせ
---------------------------------------------------------------------------- */
.contact_wrap {
  padding-bottom: 0px;
  margin-bottom: 30px;
}
#c_contact.contact_wrap{
  background: #FFF;
}
.contact_btn_area {
  width: 700px;
  margin: 0 auto 24px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact_btn_area .btn_tel:nth-child(2n),
.contact_btn_area .btn_fax:nth-child(2n),
.contact_btn_area .btn_email:nth-child(2n),
.contact_btn_area .btn_form:nth-child(2n),
.contact_btn_area .btn_tel:last-child,
.contact_btn_area .btn_fax:last-child,
.contact_btn_area .btn_email:last-child,
.contact_btn_area .btn_form:last-child{
  margin-right: 0;
}
.contact_btn_area .crosshead {
  width: 100%;
  font-size: 28px;
  text-align: center;
  padding: 0;
  margin-bottom: 28px;
}

.btn_tel,
.btn_fax {
  display: table;
  width: 330px;
  height: 92px;
  margin: 0 10px 10px 0;
  border: #2C8DDF 2px solid;
  background: #2C8DDF url(img/common/icon_tel.svg) no-repeat 36px 51%;
  background-size: 50px;
  color: #FFF;
  text-decoration: none;
}
.btn_fax{
  background: #2C8DDF url(img/common/icon_fax.svg) no-repeat 36px 51%;
  background-size: 50px;
}
.btn_tel_inner,
.btn_fax_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 20px 20px 106px;
}
.tel_num,
.fax_num {
  font-family:  'Lato', 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', YuGothic, Verdana, Geneva, sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  text-align: left;
  letter-spacing: 0.16em;
}
.tel_time {
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin: 0;
}
.btn_email {
  display: table;
  width: 330px;
  height: 92px;
  margin: 0 10px 10px 0;
  color: #FFF;
}
.btn_email_inner {
  display: block;
  vertical-align: middle;
  padding: 28px 20px 28px 106px;
}
.btn_email a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  border: #2C8DDF 2px solid;
  background: #2C8DDF url(img/common/icon_mail.svg) no-repeat 27px 50%;
  background-size: 50px;
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.08em;
  text-align: left;
  text-decoration: none;
}
.btn_email a:hover {
  background-color: #00BCFB;
  border-color: #00BCFB;
  color: #FFF;
  text-decoration: none;
}

.btn_form {
  display: table;
  width: 330px;
  height: 92px;
  margin: 0 10px 10px 0;
  color: #FFF;
}
.btn_form_inner {
  display: block;
  vertical-align: middle;
  padding: 28px 20px 28px 87px;
}
.btn_form a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  border: #2C8DDF 2px solid;
  background: #2C8DDF url(img/common/icon_form.svg) no-repeat 23px 56%;
  background-size: 50px;
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
}
.btn_form a:hover {
  background-color: #00BCFB;
  border-color: #00BCFB;
  color: #FFF;
  text-decoration: none;
}

.sec_contact {
  background: #FFF;
  padding: 80px 50px 30px;
}
.contact_head {
  font-family: 'Lato', 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', YuGothic, Verdana, Geneva, sans-serif;
  margin: 0 auto 60px auto;
  line-height: 1.5;
  font-size: 30px;
  color: #000;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.16em;
}
.table_contact {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 30px auto;
  border-top: #DDD 1px solid;
  border-bottom: #DDD 1px solid;
}
.table_contact th {
  width: 350px;
  border: none;
  padding: 20px 50px 20px 20px;
  background: none;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
}
.table_contact td {
  border: none;
  padding: 20px;
  background: none;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
.table_contact tr:nth-child(2n) th,
.table_contact tr:nth-child(2n) td {
  background: #F3F7FA;
}
.must {
  display: inline-block;
  padding: 0 5px;
  height: 20px;
  background: #CC0000;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.any {
  display: inline-block;
  padding: 0 5px;
  height: 20px;
  background: #AAA;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media screen and (max-width:1140px){
  .sec_contact {
    padding: 40px 20px 0;
  }
}
@media screen and (max-width:900px){
  .table_contact th {
    width: 280px;
  }
  .sec_contact .send_btn_area{
    margin-bottom: 0;
  }
  .contact_btn_area .crosshead {
    width: 100%;
    font-size: 22px;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }
  .contact_btn_area > a{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .contact_btn_area > a:last-child,
  .contact_btn_area  div.btn_tel:last-child,
  .contact_btn_area  div.btn_email:last-child{
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px){

  .contact_btn_area {
    width: 100%;
  }
  .btn_tel,
  .btn_fax {
    float: none;
    width: 100%;
    height: 70px;
    margin: 0 0 10px 0;
    background: #2C8DDF url(img/common/icon_tel.svg) no-repeat 10px 50%;
    background-size: 48px;
  }
  .btn_fax {
    background: #2C8DDF url(img/common/icon_fax.svg) no-repeat 10px 50%;
    background-size: 48px;
  }
  .btn_tel_inner,
  .btn_fax_inner {
    width: 100%;
    padding: 0;
  }
  .tel_num,
  .fax_num {
    font-size: 21px;
    line-height: 36px;
    text-align: center;
  }
  .tel_time {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  .btn_email,
  .btn_form {
    float: none;
    width: 100%;
    height: 70px;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .btn_email_inner {
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
  }
  .btn_email a {
    height: 100%;
    background: #2C8DDF url(img/common/icon_mail.svg) no-repeat 10px 50%;
    background-size: 48px;
    font-size: 16px;
    line-height: 70px;
    margin: 0;
    text-align: center;
  }
  .btn_form_inner{
    width: 100%;
    display: block;
    padding: 0px;
    text-align: center;
  }
  .btn_form a {
    height: 100%;
    background: #2C8DDF url(img/common/icon_form.svg) no-repeat 10px 50%;
    background-size: 48px;
    font-size: 16px;
    line-height: 70px;
    margin: 0;
    text-align: center;
  }
  .contact_head {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .table_contact,
  .table_contact tbody,
  .table_contact tr {
    display: block;
    width: 100%;
  }
  .table_contact {
    border: none;
  }
  .table_contact th {
    display: block;
    border: none;
    width: 100%;
    padding: 12px 60px 12px 15px;
    font-size: 13px;
    text-align: left;
  }
  .table_contact td {
    display: block;
    border: none;
    width: 100%;
    padding: 0 15px 15px 15px;
    font-size: 13px;
  }
  .sec_contact{
    margin-bottom: 40px;
  }
  .must,
  .any {
    font-size: 11px;
    right: 15px;
  }
  .contact_btn_area .crosshead{
    font-size: 20px;
    letter-spacing: 0.12em;
  }
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  font-family:  'Lato', 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', YuGothic, Verdana, Geneva, sans-serif;
  width: 100%;
  padding: 6px 10px;
  line-height: 1.8;
  border: #CCC 1px solid;
  font-size: 16px;
  background: #FFF;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0 5px 0 0;
  vertical-align: middle;
  border: #CCC 1px solid;
}
textarea {
  min-height: 150px;
}
.sec_contact label {
  display: inline-block;
  line-height: 1.8;
  margin: 5px 8px 5px 0;
  padding: 5px 8px;
  border: #DDD 1px solid;
  border-radius: 3px;
  background: #FFF;
  cursor: pointer;
  letter-spacing: 0.06em;
}
.sec_contact label.active {
  border: #333 1px solid;
  font-weight: bold;
  letter-spacing: 0.055em;
}
.agree_policy {
  margin-bottom: 5px;
}

.send_btn_area {
  margin: 20px auto;
  text-align: center;
}
.btn_send {
  min-width: 300px;
  font-family:  'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', YuGothic, Verdana, Geneva, sans-serif;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.16em;
  padding: 14px 80px;
  text-align: center;
  border: #2C8DDF 1px solid;
  background: #2C8DDF;
  color: #FFF;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  transition: 0.3s background-color ease;
}
@media screen and (min-width: 980px){
  .btn_send:hover {
    background: #FFF;
    color: #2C8DDF;
    text-decoration: none;
  }
}
@media screen and (max-width:767px){
  .btn_send {
    display: block;
    min-width: 100px;
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
  }
}


.sec_privacy {
  max-width: 960px;
  height: 300px;
  padding: 30px;
  margin: 40px auto 60px;
  background: #FFF;
  font-size: 13px;
  overflow-y: scroll;
}
.sec_contact+.sec_privacy{
  margin: 0 auto 60px;
  border: 1px solid #DDD;
}

.sec_privacy .subhead {
  font-size: 16px;
}
@media screen and (max-width: 1140px){
  .sec_privacy{
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width:767px){
  .sec_privacy {
    height: 300px;
    padding: 15px;
    font-size: 12px;
  }
  .sec_privacy .subhead {
    font-size: 14px;
  }
}

.contact_wrap .crosshead{
  margin-bottom: 40px;
}
.contact_wrap .contact_btn_area{
  margin-bottom: 16px!important;
}
.contact_page .contact_btn_area{
  justify-content: left;
}

@media screen and (max-width:900px){
  .contact_page .contact_wrap .crosshead{
    text-align: center;
  }
  .contact_page .contact_btn_area{
    justify-content: center;
  }
}


.contact_page .conttact_box_wrap{
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #DDDDDD;
  padding: 15px 30px;
  margin-bottom: 20px;
}
.contact_page .conttact_box_ttl,
.contact_page .btn_telfax_wrap,
.contact_page .btn_email{
  text-align: center;
}
.contact_page .btn_telfax_wrap{
  padding-right: 62px;
}
.conttact_box_ttl .crosshead{
  text-align: left;
  padding-right: 20px;
  font-size: 18px;
  margin: 0 20px 0 0;
  padding: 0;
}
.btn_telfax_wrap p{
  color: #111;
}
.btn_telfax_wrap .tel_wrap,
.btn_telfax_wrap .fax_wrap{
  text-align: left;
  vertical-align: middle;
  background: url(img/common/icon_tel02_bk.svg) no-repeat 0 51%;
  background-size: 28px;
  margin-bottom: 0px;
  display: table;
  padding-left: 32px;
}
.btn_telfax_wrap .fax_wrap{
  background: url(img/common/icon_fax02_bk.svg) no-repeat 0 51%;
  background-size: 30px;
}
.btn_telfax_wrap p:last-child{
  margin-bottom: 0;
}
.tel_wrap .min,
.fax_wrap .min {
    font-size: 14px;
    vertical-align: middle;
    padding-right: 10px;
    display: table-cell;
}
.btn_telfax_wrap .tel_time{
  margin-top: 4px;
  padding-left: 32px;
}
.conttact_box_wrap .btn_email{
  padding-left: 62px;
  border-left: 1px solid #bbb;
  width:  initial;
  height: initial;
  margin-bottom: 0;
}
_:-ms-fullscreen, :root .conttact_box_wrap .btn_email{
  width:  auto;
  height: auto;
}
.conttact_box_wrap .btn_email a{
  background: #111 url(img/common/icon_mail02.svg) no-repeat 27px 50%;
  background-size: 30px;
}
.conttact_box_wrap .btn_email_inner {
    display: block;
    vertical-align: middle;
    padding: 12px 30px 12px 70px;
    font-size: 14px;
}
.conttact_box_wrap .conttact_box_ttl{
  max-width: calc(100% - 610px);
  padding-right: 50px;
}
.conttact_box_wrap .btn_telfax_wrap{
  min-width: 280px;
  margin: 0;
}
.conttact_box_wrap .btn_email{
  min-width: 330px;
  margin: 0;
}

@media screen and (max-width:900px){
  .conttact_box_wrap{
    flex-wrap: wrap;
  }
  .conttact_box_wrap .conttact_box_ttl,
  .conttact_box_wrap .btn_telfax_wrap{
    width: 48%;
    min-width: initial;
    max-width: initial;
    text-align: center;
  }
  _:-ms-fullscreen, :root .conttact_box_wrap .conttact_box_ttl,
  _:-ms-fullscreen, :root .conttact_box_wrap .btn_telfax_wrap{
    min-width:  auto;
    max-width: 100%;
  }
  .conttact_box_wrap .conttact_box_ttl .crosshead{
    text-align: center;
  }
  .conttact_box_wrap .btn_email{
    padding: 0;
    margin: 0 auto;
    border-left: none;
    min-width: initial;
    text-align: center;
    position: relative;
  }
  _:-ms-fullscreen, :root .conttact_box_wrap .btn_email{
    min-width:  auto;
  }
  .conttact_box_wrap .btn_email_wrap{
    width: 100%;
    margin: 16px auto 0;
    padding: 16px 0 0 0;
    border-top: 1px solid #ddd;
    text-align: center;
  }
}
@media screen and (max-width:767px){
  .contact_page .conttact_box_wrap{
    display: block;
  }
  .conttact_box_wrap .conttact_box_ttl{
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
  }
  .contact_page .btn_telfax_wrap{
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
  }
  .btn_telfax_wrap .tel_wrap,
  .btn_telfax_wrap .fax_wrap{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .btn_telfax_wrap .tel_num,
  .btn_telfax_wrap .fax_num {
    font-size: 18px;
  }
  .btn_telfax_wrap .tel_time{
    padding-left: 0;
  }
  .btn_email a{
    line-height: 1.5;
  }
  .conttact_box_wrap .conttact_box_ttl:last-child,
  .conttact_box_wrap .btn_telfax_wrap:last-child{
    margin-bottom: 0;
  }
}

.contact_free_area{
  border-bottom: 1px solid #DDD;
}
.contact_free_area .free_area p:last-child{
  margin-bottom: 0;
}

/* フッタ
---------------------------------------------------------------------------- */
.footer_wrap {
  width: 100%;
  background: #FFF;
  position: relative;
  top: 70px;
}
.footer {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}
.fotter_border{
  border-top: 1px solid #F5F5F5;
}
.footer_logo {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
.footer_name {
  text-align: center;
  font-size: 13px;
  margin: 30px 0 0 0;
  font-weight: bold;
}
.footer_address {
  text-align: center;
  font-size: 13px;
  margin: 5px 0 0 0;
}
.copyright {
  width: 100%;
  color: #999;
  line-height: 36px;
  font-size: 12px;
  text-align: center;
}
.pagetop {
  position: fixed;
  z-index: 200;
  width: 48px;
  height: 48px;
  border: #2C8DDF 2px solid;
  background: #2C8DDF;
  cursor: pointer;
  transition: 0.3s all ease;
  right: 10px;
  bottom: 10px;
}
@media screen and (min-width:768px){
  .pagetop:hover {
    background: #FFF;
  }
}
.pagetop::after {
  content: '';
  width: 10px;
  height: 10px;
  top: 20px;
  left: 17px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}
.pagetop:hover::after {
  border-color: #2C8DDF;
}
@media screen and (max-width:900px){
  .footer_wrap {
    top: 50px;
  }
  .footer_logo img {
    max-width: 75%;
  }
}
@media screen and (max-width:767px){
  .footer_address {
    font-size: 11px;
  }
  .copyright {
    line-height: 18px;
    font-size: 12px;
    padding: 10px 15px;
    text-align: center;
  }
  .footer_wrap{
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/* 装飾
---------------------------------------------------------------------------- */
em,
.strong {
  font-style: normal;
  font-weight: bold;
}

.red {
  color: #CC0000;
}

.small {
  font-size: 12px;
  line-height: 1.6;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.fs16 {
  font-size: 16px;
}

.va_middle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.cursor_default{
  cursor: default;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd30 {
  padding: 30px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.center {
  text-align: center !important;
}

.center p {
  text-align: center;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.pc_float_l {
  float: left;
}

.pc_float_r {
  float: right;
}

@media screen and (max-width:767px) {
  .pc_float_l,
  .pc_float_r {
    float: none;
  }
}

.bold {
  font-weight: bold;
}

@media screen and (min-width:768px) {
  .pc_mt50 {
    margin-top: 50px !important;
  }
  .pc_large_text {
    font-size: 110%;
  }
  .pc_center {
    text-align: center;
  }
}

.small_text {
  font-size: 90%;
}

/* Slider */

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  position: relative;
  z-index: -1 !important;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/* CUSTOMIZE */
.slick-slide {
    position: relative;
}
.slick-slide img {
    max-width: 100%;
    position: relative;
    z-index: 100;
}
.slick-arrow {
    position: absolute;
    z-index: 1100;
    width: calc(50% - 570px);
    height: 100%;
    border: none;
    background: rgba(0,0,0,0.2);
    text-align: center;
    color: #FFF;
    cursor: pointer;
    text-indent: -9999px;
}
.slick-arrow:focus {
    outline: none;
}
.slick-prev {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1100;
}
.slick-prev::after {
  content: '';
  width: 25px;
  height: 25px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: calc(50% - 13px);
  right: 15px;
}
.slick-next {
    top: 0;
    left: auto;
    right: 0;
    position: absolute;
    z-index: 1100;
}
.slick-next::after {
  content: '';
  width: 25px;
  height: 25px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 13px);
  left: 15px;
}
.slick-dots {
  text-align: center;
  margin: 20px 0 10px;
  padding: 0 15px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.slick-dots button {
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  padding: 0;
  background: #CCC;
  border: none;
  border-radius: 6px;
  overflow: hidden;
  text-indent: -9999px;
  outline: none;
}
.slick-dots .slick-active button {
  background: #2C8DDF;
}
@media screen and (max-width:900px){
  .slick-arrow {
      position: absolute;
      z-index: 1100;
      width: calc(50% - 570px);
      height: 100%;
      border: none;
      background: rgba(0,0,0,0.2);
      text-align: center;
      color: #FFF;
      cursor: pointer;
      text-indent: -9999px;
  }
  .slick-arrow:focus {
      outline: none;
  }
  .slick-dots li:only-child {
    display: none;
  }
  .slick-prev {
      top: 0;
      left: 0;
      position: absolute;
      z-index: 1100;
  }
  .slick-prev::after {
    content: '';
    width: 25px;
    height: 25px;
    border: 0px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: calc(50% - 13px);
    right: 15px;
  }
  .slick-next {
      top: 0;
      left: auto;
      right: 0;
      position: absolute;
      z-index: 1100;
  }
  .slick-next::after {
    content: '';
    width: 25px;
    height: 25px;
    border: 0px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 13px);
    left: 15px;
  }

}


.posts_details .news_head{
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0;
  text-align: left;
  display: block;
}
.contents_title.crosshead{
  margin-bottom: 36px;
}

.posts_details .news_head.contents_head{
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
}

/* コンテンツ用スライダー */
.contents_slider {
  width: calc(100% + 40px);
  left: -20px;
  margin: 0 auto 80px;
  position: relative;
}
.slider_col {
  width: 320px;
}
.slider_col a {
  width: 320px;
  display: block;
  position: relative;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.slider_col a::before {
  content: "";
  width: 320px;
  height: 320px;
  content: "";
  background: linear-gradient(rgba(46, 115, 214, 1) 0%, rgba(64, 150, 233, 1) 100%) 50% 50% / 100% 100% no-repeat;
  width: 320px;
  height: 320px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.slider_col_image {
  width: 320px;
  /* height: 320px; */
  text-align: center;
  position: relative;
  transition: 0.3s;
  bottom: 0px;
  left: 0px;
}
.slider_col_image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.contents_slider .slick-slide {
  width: 320px;
  margin: 0 28px;
}
.contents_slider .slick-dots {
  bottom: 0;
}
.contents_slider .slick-dots li button::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #2C70D3;
  border-radius: 100%;
  opacity: 1.0;
}
.contents_slider .slick-dots li.slick-active button::before {
  background: #2C70D3;
  opacity: 1.0;
}
.contents_slider .slick-dots li {
  width: 12px;
  height: 12px;
}
.contents_slider .slick-prev,
.contents_slider .slick-next {
  display: none!important;
}
.top_case_col a:hover::before {
  opacity: 1;
}
.top_case_col a:hover .top_case_image {
  bottom: 10px;
  left: 10px;
}
.iOS .top_case_col a:hover::before{
  display: none;
}
.iOS .top_case_col a:hover .top_case_image{
  bottom: 0px;
  left: 0px;
}

@media screen and (max-width:767px) {
  .contents_title.crosshead{
    margin-bottom: 10px;
  }
  .contents_slider {
    width: 100%;
    min-width: 100%;
    margin: 0 auto 40px;
    left:auto;
  }
}


p.col_image{
  text-align: center;
}

/* =========================================================
サイド追従
========================================================= */
.sidebnr_wrap{
  position: relative;
}
.sidebnr{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 1400;
}
.sidebnr a:hover{
  opacity: 0.7;
}
@media screen and (max-width:1000px){
  .sidebnr{
    position: fixed;
  }
}
@media screen and (max-width:767px) {
  .sidebnr{
    width:42%;
  }
  .sidebnr a:hover{
    opacity: 1;
  }
}


/* =========================================================
投稿ギャラリー
========================================================= */

.gallery_container {
  width: 100%;
  overflow: hidden;
}
.gallery_main_photo {
  position: relative;
  width: 766px;
  height: 510px!important;
  float: left;
}
.gallery_main_photo img{
  position: absolute;
  top:0;
  left:0;
  right:0;
  margin:auto;
}
.gallery_thumb {
  width: 360px;
  float: right;
}
.gallery_thumb::after {
  clear: both;
  content: "";
  display: block;
}
.gallery_thumb li{
  float: left;
  width: 110px;
  height: 73px;
  text-align: center;
  margin: 0 11px 12px 0;
}
.gallery_thumb li:nth-child(3n) {
  margin-right: 8px;
}
.gallery_thumb li a {
  width: 110px;
  height: 73px;
  text-align: center;
  display: block;
}
.gallery_thumb li img,
.case_gallery_box img {
  transition: 0.3s;
}


@media screen and (max-width:1180px){
  .gallery_main_photo {
    width: 100%;
    height: 510px;
    text-align: center;
    margin-bottom: 40px;
    float: none;
  }
  .gallery_main_photo img,
  .gallery_thumb img{
    max-width: 100%;
    width: initial;
  }
  _:-ms-fullscreen, :root .gallery_main_photo img,
  _:-ms-fullscreen, :root .gallery_thumb img{
    width:  auto;
  }
  .gallery_thumb{
    width: 100%;
    float: none;
    overflow-x: scroll!important;
    white-space: nowrap!important;
    -webkit-overflow-scrolling: touch;
  }
  .gallery_thumb li {
    width: 110px;
    margin: 0 12px 0 0;
    display: inline-block;
    float: none;
  }
  .gallery_thumb::-webkit-scrollbar {
    width: 10px;
    height: 6px;
  }
  .gallery_thumb::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff;
  }
  .gallery_thumb::-webkit-scrollbar-track {
    background: #fff;
    border-left: solid 1px #ececec;
  }
}
@media screen and (min-width:769px) {
  .gallery_thumb li a:hover img {
    opacity: 0.8;
  }
}
@media screen and (max-width:767px) {
  .gallery_container {
    width: 100%;
  }
  .gallery_main_photo {
    width: 100%;
    height: calc( calc(100vw - 40px ) * 0.667)!important;
    margin-bottom: 10px;
    float: none;
  }
  .gallery_thumb {
    margin-bottom: 12px;
  }
  .gallery_thumb li {
    width: 17%;
    height: calc( calc(100vw - 30px ) * 0.113)!important;
    margin: 0 3.7% 10px 0;
  }
  .gallery_thumb li a {
    width: 100%;
    height: calc( calc(100vw - 30px ) * 0.113)!important;
  }
}

/* =========================================================
INVIEW
========================================================= */
.inview {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, -webkit-transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.8s;
  transition-delay: .2s;
}
@media screen and (max-width: 767px) {
  .inview {
    transition-duration: 0.8s;
    transition-delay: .2s;
  }
}
.inview.delay01 {
  transition-delay: 0.2s;
}
.inview.delay02 {
  transition-delay: 0.4s;
}
.inview.delay03 {
  transition-delay: 0.6s;
}
.inview.delay04 {
  transition-delay: 0.8s;
}
.inview.delay05 {
  transition-delay: 1.0s;
}
@media screen and (max-width: 767px) {
  .inview.delay01,
  .inview.delay02,
  .inview.delay03,
  .inview.delay04,
  .inview.delay05,
  .inview.delay06 {
    transition-delay: 0.2s;
  }
}
.inview.inview_on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


/* ページネーション */
.wp-pagenavi {
  width: 100%;
  clear: both;
  margin: 30px auto 10px auto;
  padding: 0 0 50px 0;
  text-align:center;
  overflow: hidden;
  letter-spacing: -0.4em;
  position: relative;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px;
  min-width: 30px;
  height: 42px;
  padding: 0 !important;
  text-decoration: none;
  border: none;
  border-bottom: #FFF 1px solid;
  background: none;
  color: #222;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 0.08em;
  text-decoration: none;
  position: relative;
}
.wp-pagenavi .pages {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-align: center;
  margin: 20px auto 10px auto;
  font-size: 12px;
  color: #999;
}
.wp-pagenavi .extend,
.wp-pagenavi .last,
.wp-pagenavi .first {
  display: none;
}
@media screen and (min-width:768px){
  .wp-pagenavi a:hover {
    background: none;
    border-bottom: #2C8DDF 1px solid;
    color: #2C8DDF;
  }
}

.wp-pagenavi .current {
  background: none;
  color: #2C8DDF;
  border-bottom: #2C8DDF 1px solid;
}
@media screen and (max-width:767px){
  .wp-pagenavi {
    margin: 30px auto 10px auto;
    text-align:center;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 5px;
    min-width: 30px;
    height: 36px;
    padding: 2px 4px !important;
    font-size: 12px;
  }
}


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

.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}

.recaptcha_policy {
    padding: 0;
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 11px !important;
    color: #444 !important;
}
.recaptcha_policy a {
    font-size: 11px !important;
    text-decoration: underline;
}
.wpcf7-spinner {
  display: block !important;
  margin: 10px auto !important;
  text-align: center !important;
}

/* Project */
.project_table {
  width: 100%;
  border-collapse: collapse;
}
.project_table th {
  background: #F5F5F5;
  border-top: #CCC 1px solid;
  border-bottom: #CCC 1px solid;
  padding: 15px 20px;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
} 
.project_table td {
  background: #FFF;
  border-top: #CCC 1px solid;
  border-bottom: #CCC 1px solid;
  padding: 15px 20px;
  height: 75px;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
} 
.project_table td.project_table_title {
  font-weight: bold;
}
.project_table td.project_table_btns {
  text-align: right;
}
.project_table_btns .btn {
  display: inline-block;
}
.project_table_btns .btn a {
  max-width: 140px;
  padding: 8px 15px;
}
@media screen and (max-width:767px){
  .project_table {
    width: 100%;
    display: block;
  }
  .project_table tbody {
    display: block;
  }
  .project_table tr {
    display: flex;
    flex-wrap: wrap;
    border-top: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    padding: 0 0 10px 0;
  }
  .project_table tr + tr {
    border-top: none;
  }
  .project_table th {
    width: 100%;
    height: auto;
    border: none;
    padding: 5px 10px;
    text-align: left;
    font-size: 13px;
  } 
  .project_table td {
    width: 100%;
    height: auto;
    border: none;
    padding: 10px;
    font-size: 13px;
  } 
  .project_table th.project_table_date {
    font-size: 12px;
  }
  .project_table td.project_table_title {
    font-size: 13px;
    padding: 15px 10px 10px 10px;
  }
  .project_table td.project_table_member {
    font-size: 12px;
    padding: 5px 10px;
  }
  .project_table td.project_table_btns {
    text-align: right;
    padding: 5px 10px;
  }
  .project_table_btns .btn a {
    font-size: 12px;
    padding: 5px 15px;
  }
}

