@charset "UTF-8";
/*
Theme Name: wordpress base
Description: クライアント用の情報に書き換えてください。
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: local("M PLUS Rounded 1c Thin");
  font-weight: 100; }
@font-face {
  　font-family: "M PLUS Rounded 1c", sans-serif;
  src: local("M PLUS Rounded 1c Light");
  font-weight: 300; }
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: local("M PLUS Rounded 1c Regular");
  font-weight: 400; }
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: local("M PLUS Rounded 1c Medium");
  font-weight: 500; }
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: local("M PLUS Rounded 1c ExtraBold");
  font-weight: 600; }
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: local("M PLUS Rounded 1c Bold");
  font-weight: 700; }
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
  html:focus {
    outline: none; }

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #333; }

main {
  display: block;
  overflow: hidden; }

address {
  font-style: normal; }

.fontSerif {
  font-family: "M PLUS Rounded 1c", sans-serif; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

@media screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in .1s; }
  @media screen and (min-width: 1025px) {
    .container {
      max-width: 1170px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
      max-width: 970px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 768px) {
    .container {
      max-width: 750px; } }

/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after {
  clear: both; }

/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important; }

.fs22 {
  font-size: 22px !important; }

.fs24 {
  font-size: 24px !important; }

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

.mt5 {
  margin-top: 5px !important; }

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

.mt15 {
  margin-top: 15px !important; }

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

.mt25 {
  margin-top: 25px !important; }

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

.mt35 {
  margin-top: 35px !important; }

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

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

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

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

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

.mb5 {
  margin-bottom: 5px !important; }

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

.mb15 {
  margin-bottom: 15px !important; }

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

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

.mb35 {
  margin-bottom: 35px !important; }

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

.mb45 {
  margin-bottom: 45px !important; }

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

.mb55 {
  margin-bottom: 55px !important; }

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

.mb65 {
  margin-bottom: 65px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb75 {
  margin-bottom: 75px !important; }

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

.mb85 {
  margin-bottom: 85px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.w10p {
  width: 10% !important; }

.w20p {
  width: 20% !important; }

.w30p {
  width: 30% !important; }

.w40p {
  width: 40% !important; }

.w50p {
  width: 50% !important; }

.w60p {
  width: 60% !important; }

.w70p {
  width: 70% !important; }

.w80p {
  width: 80% !important; }

.w90p {
  width: 90% !important; }

.w100p {
  width: 100% !important; }

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #00F;
  text-decoration: underline;
  transition: all ease .3s; }
  a:hover, a:focus {
    color: #F00;
    text-decoration: none;
    transition: all ease .3s; }
  a:focus, a:active, a:hover {
    outline: 0;
    text-decoration: none; }
  a img:hover {
    opacity: 0.8; }

/* ----------------------------------- */
/* 配置 */
/* ----------------------------------- */
.alignnone {
  max-width: 100%;
  margin-bottom: 20px; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

blockquote.alignleft,
img.alignleft {
  margin: 0 20px 20px 0; }
blockquote.alignright,
img.alignright {
  margin: 0 0 20px 20px; }
blockquote.aligncenter,
img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 20px; }

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0; }
  img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; }
  img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 30px; }
  img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px; }
  img.alignright {
    display: inline;
    float: right;
    margin-left: 20px; }
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px !important; }

/* ----------------------------------- */
/* ギャラリー */
/* ----------------------------------- */
.gallery {
  margin: 30px 0; }
  .gallery .gallery-item {
    display: inline-block;
    padding: 0 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 0 15px; }
    .gallery .gallery-item .gallery-icon img {
      margin: 0 auto;
      width: 100%;
      height: auto;
      border: none !important; }
    .gallery .gallery-item .gallery-caption {
      color: #707070;
      display: block;
      text-align: left;
      font-size: 14px;
      line-height: 1.5;
      padding: 0.5em 0 0;
      margin: 0; }
  .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery.gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery.gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery.gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

/* キャプション */
/* ----------------------------------- */
.wp-caption {
  max-width: 100%;
  margin: 0; }
  .wp-caption img {
    border-color: none; }

/* ----------------------------------- */
/* ボタン */
/* ----------------------------------- */
.btnWrap {
  margin: 40px 0; }

.btn {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  margin: 30px 0 30px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  transition: .3s ease-in;
  user-select: none;
  text-align: center;
  position: relative;
  border: 2px solid #36357A;
  color: #fff;
  border-radius: 32px;
  background: #36357A;
  max-width: 320px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .btn .blank {
    margin-left: 10px;
    display: block; }
  .btn .blank_none {
    margin-left: 10px;
    display: none; }
  .btn.arrow:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "";
    width: 32px;
    height: 32px;
    background: #fff url("images/home/svg/arrow_blue.svg") no-repeat;
    background-size: 15px;
    background-position: center left 7px;
    transform: none;
    border-radius: 50%;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .3s ease-in; }
  .btn.arrowReverse:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "\f105";
    font-family: FontAwesome;
    transform: none;
    color: #36357A;
    right: 15px;
    font-size: 20px;
    border-radius: 0;
    top: 50%;
    margin-top: -15px;
    transition: .3s ease-in; }
  .btn.reverse {
    text-decoration: none;
    color: #36357A;
    background: #fff;
    border-color: #36357A; }
  .btn.btnLeft {
    margin: 0; }
  .btn.btnRight {
    margin: 0 auto 0 0; }
  .btn.btnCenter {
    margin-left: auto;
    margin-right: auto; }
  .btn.btnFull {
    max-width: none; }
  .btn.type2 {
    background-image: linear-gradient(90deg, #e95503, #f8b30e);
    max-width: 260px;
    color: #fff;
    border: none; }
    .btn.type2.arrow:after {
      background: url("images/home/svg/arrow_white.svg") no-repeat;
      background-size: 10px;
      background-position: center;
      border-radius: 0; }
  @media print, screen and (min-width: 768px) {
    .btn:hover, .btn:focus {
      color: #36357A !important;
      background: #fff; }
      .btn:hover .blank, .btn:focus .blank {
        margin-left: 10px;
        display: none; }
      .btn:hover .blank_none, .btn:focus .blank_none {
        margin-left: 10px;
        display: block; }
      .btn:hover.arrow:after, .btn:focus.arrow:after {
        background: #36357A url("images/home/svg/arrow_white.svg") no-repeat;
        background-size: 15px;
        background-position: center left 7px; }
    .btn.arrow:hover:after, .btn.arrow:focus:after {
      color: #36357A; }
    .btn.arrowReverse:hover:after, .btn.arrowReverse:focus:after {
      color: #fff; }
    .btn.reverse:hover, .btn.reverse:focus {
      background: #36357A;
      color: #fff; }
    .btn.type2:hover, .btn.type2:focus {
      background-image: linear-gradient(90deg, #f8b30e, #e95503);
      color: #fff !important; }
      .btn.type2:hover.arrow:after, .btn.type2:focus.arrow:after {
        background: url("images/home/svg/arrow_white.svg") no-repeat;
        background-size: 10px;
        background-position: center;
        border-radius: 0; } }

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px; }
  .column2Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 40px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 40px * ( 2 - 1) ) ) / 2 ); }
    .column2Wrap .columnBox p:last-of-type {
      margin-bottom: 0; }
    .column2Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0; }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 140px;
    max-width: 140px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 160px );
    max-width: calc( 100% - 160px ); }
  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 250px;
    max-width: 250px; }
  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 270px );
    max-width: calc( 100% - 270px ); }
  .column2Wrap .column2Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column3Wrap:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column3Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
    .column3Wrap .columnBox img {
      width: 100%;
      max-width: 100%; }
    .column3Wrap .columnBox p:last-child {
      margin-bottom: 0; }
    .column3Wrap .columnBox:nth-of-type(-n + 3) {
      margin-top: 0; }

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative; }
  .column4Wrap .columnBox p:last-child {
    margin-bottom: 0; }
  .column4Wrap .columnBox img {
    max-width: 100%;
    width: 100%; }

.column6Wrap {
  display: flex;
  flex-wrap: wrap; }
  .column6Wrap .columnBox {
    flex-basis: calc( (100% - 50px) / 6);
    max-width: calc( (100% - 50px) / 6);
    margin-right: 10px; }
    .column6Wrap .columnBox img {
      max-width: 100%;
      width: 100%; }
    .column6Wrap .columnBox:last-of-type {
      margin-right: 0; }
    .column6Wrap .columnBox:nth-of-type(n + 7) {
      margin-top: 20px; }

.columnBox img {
  align-self: baseline;
  max-width: 100%; }
.columnBox p:last-of-type {
  margin: 0; }

.borderBox .columnBox {
  padding: 15px 20px;
  border: 1px solid #eee;
  overflow: visible; }
  .borderBox .columnBox + .borderNone {
    border: none; }

@media screen and (min-width: 1025px) {
  .column2Wrap.lp3_7 .columnBox:first-of-type {
    flex-basis: calc( ( 100% - ( 60px ) ) / 3);
    max-width: calc( ( 100% - (60px) ) / 3); }
  .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: calc((((100% - 60px) / 3) * 2) + 30px);
    max-width: calc((((100% - 60px) / 3) * 2) + 30px); }
  .column2Wrap.lp7_3 .columnBox:first-of-type {
    flex-basis: calc((((100% - 60px) / 3) * 2) + 30px);
    max-width: calc((((100% - 60px) / 3) * 2) + 30px); }
  .column2Wrap.lp7_3 .columnBox:last-of-type {
    flex-basis: calc( ( 100% - ( 60px ) ) / 3);
    max-width: calc( ( 100% - (60px) ) / 3); }

  .column3Wrap:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column3Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 20px; }

  .column4Wrap:after {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block; }
  .column4Wrap:before {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block;
    order: 1; }
  .column4Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
    .column4Wrap .columnBox:nth-of-type(n + 5) {
      margin-top: 20px; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column3Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column3Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }

  .column4Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column4Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; } }
@media screen and (max-width: 768px) {
  .column2Wrap {
    /* &.lp3_7 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    }
    &.lp7_3 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    } */ }
    .column2Wrap .columnBox {
      flex-basis: 100%;
      max-width: 100%; }
      .column2Wrap .columnBox:nth-of-type(n + 3) {
        margin-top: 0; }
      .column2Wrap .columnBox:nth-of-type(n + 2) {
        margin-top: 20px; }
    .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }
    .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp250 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp250 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column3Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column3Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column4Wrap .columnBox {
    flex-basis: 100%; }
    .column4Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column6Wrap {
    justify-content: space-between; }
    .column6Wrap .columnBox {
      flex-basis: calc( 50% - 5px );
      max-width: calc( 50% - 5px ); }
      .column6Wrap .columnBox:nth-of-type(n + 4) {
        margin-top: 0; }
      .column6Wrap .columnBox:nth-of-type(n + 7) {
        margin-top: 0; }
      .column6Wrap .columnBox:nth-of-type(n + 3) {
        margin-top: 20px; } }
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  height: 127px;
  border-radius: 0 0 40px 40px;
  width: 100%;
  position: fixed;
  margin: 0 auto;
  z-index: 5;
  top: 0;
  transition: ease-in .1s;
  background: #fff;
  box-shadow: 0 3px 10px rgba(233, 85, 3, 0.16); }
  #header #headerCnt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 48px;
    height: 100%; }
    #header #headerCnt #logoArea {
      flex-basis: 290px;
      width: 290px;
      align-self: center; }
      #header #headerCnt #logoArea #logo {
        margin: 0 !important; }
        #header #headerCnt #logoArea #logo a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%;
          max-width: 290px;
          text-align: center;
          text-decoration: none; }
          #header #headerCnt #logoArea #logo a img {
            max-width: 290px;
            height: auto; }
    #header #headerCnt #headerContact {
      display: inline-flex;
      margin-left: auto;
      height: 100%; }
      #header #headerCnt #headerContact .header_Wrap .header_inner {
        display: grid;
        grid-template-columns: 348px 1fr;
        gap: 0 16px;
        padding-top: 16px;
        height: 75px; }
        #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox01 a {
          display: block;
          width: 100%;
          height: 100%;
          text-decoration: none; }
          #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox01 a img {
            max-width: 348px; }
        #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 {
          display: flex;
          gap: 0 8px; }
          #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol {
            width: 128px;
            height: 60px;
            background: #E95503;
            border-radius: 8px;
            border: #E95503 solid 1px; }
            #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol a {
              width: 100%;
              height: 100%;
              display: flex;
              justify-content: center;
              align-items: flex-end;
              font-size: 13px;
              font-weight: 700;
              color: #fff;
              text-decoration: none;
              padding: 8px;
              position: relative; }
              #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol a::before {
                content: "";
                position: absolute;
                width: 20px;
                height: 20px;
                background: url("images/home/svg/contact_icon.svg") no-repeat;
                background-position: center;
                background-size: 20px;
                left: 50%;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                top: 8px;
                display: block; }
            #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol.headercol02 {
              width: 100px;
              background: #1EBC20;
              border: #1EBC20 solid 1px; }
              #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol.headercol02 a {
                font-size: 16px; }
                #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol.headercol02 a::before {
                  background: url("images/home/svg/line_icon.svg") no-repeat;
                  background-position: center;
                  background-size: 20px; }
            @media print, screen and (min-width: 768px) {
              #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol:hover, #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol:focus {
                background: #fff; }
                #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol:hover a, #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol:focus a {
                  color: #E95503; }
                  #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol:hover a::before, #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol:focus a::before {
                    background: url("images/home/svg/contact_icon_hover.svg") no-repeat;
                    background-position: center;
                    background-size: 20px; }
                #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol:hover.headercol02, #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol:focus.headercol02 {
                  background: #fff; }
                  #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol:hover.headercol02 a, #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol:focus.headercol02 a {
                    color: #1EBC20; }
                    #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol:hover.headercol02 a::before, #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox02 .headercol:focus.headercol02 a::before {
                      background: url("images/home/svg/line_icon_hover.svg") no-repeat;
                      background-position: center;
                      background-size: 20px; } }
  @media screen and (max-width: 1920px) {
    #header #headerCnt {
      padding: 0 48px;
      max-width: 1290px; } }
  @media screen and (max-width: 1600px) {
    #header #headerCnt {
      padding: 0 48px;
      max-width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #header #headerCnt {
      max-width: 970px;
      padding-left: 15px;
      padding-right: 15px; }
      #header #headerCnt #logoArea {
        flex-basis: 200px;
        width: 200px; }
        #header #headerCnt #logoArea #logo a {
          max-width: 200px; }
          #header #headerCnt #logoArea #logo a img {
            max-width: 200px; }
      #header #headerCnt #headerContact .header_Wrap .header_inner {
        grid-template-columns: 300px 1fr; }
        #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox01 a img {
          max-width: 300px; } }
  @media screen and (max-width: 800px) {
    #header #headerCnt #headerContact .header_Wrap .header_inner {
      grid-template-columns: 200px 1fr;
      align-items: center; }
      #header #headerCnt #headerContact .header_Wrap .header_inner .headerbox01 a img {
        max-width: 200px; } }
  @media screen and (max-width: 768px) {
    #header {
      height: 65px;
      border-radius: 0 0 16px 16px; }
      #header #headerCnt {
        max-width: 750px;
        justify-content: space-between;
        padding: 0 15px; }
        #header #headerCnt #logoArea {
          flex-basis: 183px;
          width: 183px; }
          #header #headerCnt #logoArea #logo {
            margin: 0 0 0 15px; }
            #header #headerCnt #logoArea #logo a {
              max-width: 183px; }
              #header #headerCnt #logoArea #logo a img {
                max-width: 183px; }
        #header #headerCnt #mainNaviArea {
          display: none; }
        #header #headerCnt #headerContact {
          display: none; } }

/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
.admin-bar #navi_contents.navi_contents-on {
  padding-top: 46px !important; }

.openSpNavi {
  width: 100%;
  height: 100%; }

#drawerNaviWrap {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400; }
  #drawerNaviWrap .drawerNaviBtnWrap {
    width: 65px;
    height: 65px;
    position: relative;
    cursor: pointer;
    border-radius: 0 0 16px 0;
    background: #E95503; }
  #drawerNaviWrap .drawerNaviBtn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    background: url("images/home/svg/open.svg") no-repeat;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    height: 35px;
    transition: all .5s;
    z-index: 3; }
  #drawerNaviWrap .drawer-nav {
    display: block;
    position: fixed;
    top: 66px;
    right: -375px;
    bottom: 0;
    width: 375px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 999;
    opacity: 0; }
    #drawerNaviWrap .drawer-nav .drawerInner {
      padding: 0; }
    #drawerNaviWrap .drawer-nav ul {
      margin: 0;
      padding: 0;
      width: 100%;
      list-style: none;
      margin-bottom: 38px; }
      #drawerNaviWrap .drawer-nav ul li {
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        border-bottom: #DBDBDB solid 1px; }
        #drawerNaviWrap .drawer-nav ul li a {
          width: 100%;
          min-height: 40px;
          text-decoration: none;
          display: block;
          color: #E95503;
          font-size: 16px;
          padding: 20px 16px;
          transition-duration: 0.2s;
          font-weight: 700; }
        #drawerNaviWrap .drawer-nav ul li.children {
          overflow: hidden; }
          #drawerNaviWrap .drawer-nav ul li.children > a {
            position: relative;
            width: calc( 100% - 60px ); }
          #drawerNaviWrap .drawer-nav ul li.children .childrenToggle {
            width: 60px;
            height: 60px;
            cursor: pointer;
            position: relative;
            top: 0px;
            background: url("images/home/svg/plus.svg") no-repeat;
            background-position: center;
            background-size: 20px; }
          #drawerNaviWrap .drawer-nav ul li.children .sub-menu {
            display: none; }
            #drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
              min-height: inherit;
              display: block;
              padding: 20px 20px 20px 45px; }
            #drawerNaviWrap .drawer-nav ul li.children .sub-menu li:last-child {
              border: none; }
            #drawerNaviWrap .drawer-nav ul li.children .sub-menu.active {
              margin-bottom: 0;
              border-top: #C1C1C1 solid 1px; }
        #drawerNaviWrap .drawer-nav ul li.active .childrenToggle {
          background: url("images/home/svg/minus.svg") no-repeat;
          background-position: center right;
          background-size: 20px; }
        #drawerNaviWrap .drawer-nav ul li .fa-external-link {
          padding-left: 5px; }
    #drawerNaviWrap .drawer-nav .telbox {
      margin-bottom: 12px;
      width: 100%;
      height: 53px;
      border-radius: 27px;
      border: #36357A solid 1px; }
      #drawerNaviWrap .drawer-nav .telbox a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 13px; }
    #drawerNaviWrap .drawer-nav .btnbox {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0 12px; }
      #drawerNaviWrap .drawer-nav .btnbox .btncol {
        width: 100%;
        height: 46px;
        border-radius: 27px;
        background-image: linear-gradient(90deg, #e95503, #f8b30e); }
        #drawerNaviWrap .drawer-nav .btnbox .btncol a {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          text-decoration: none;
          padding: 0 10px;
          position: relative; }
          #drawerNaviWrap .drawer-nav .btnbox .btncol a::after {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            display: block;
            background: url("images/home/svg/arrow_white.svg") no-repeat;
            background-position: center;
            background-size: 10px;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%); }
          #drawerNaviWrap .drawer-nav .btnbox .btncol a img {
            margin-right: 5px; }
        #drawerNaviWrap .drawer-nav .btnbox .btncol.btncol02 {
          background: #1CBD1F; }
          #drawerNaviWrap .drawer-nav .btnbox .btncol.btncol02 a {
            padding: 0 15px; }
  #drawerNaviWrap #overlay {
    display: none;
    transition: all .5s; }
  #drawerNaviWrap.open#drawerNaviWrap {
    position: relative;
    right: -15px; }
  #drawerNaviWrap.open .drawerNaviBtnWrap {
    border: none;
    z-index: 10; }
  #drawerNaviWrap.open .drawerNaviBtn {
    background: url("images/home/svg/colse.svg") no-repeat;
    background-position: center;
    background-size: 30px; }
  #drawerNaviWrap.open .drawer-nav {
    right: 0;
    opacity: 1;
    background: #fff;
    padding: 0 15px; }
  #drawerNaviWrap.open #overlay {
    display: block;
    position: fixed;
    top: 66px;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 2; }

/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
#drawerNaviWrap {
  display: none; }

#mainNaviArea {
  display: block;
  margin: 0;
  padding: 0;
  height: 52px; }
  #mainNaviArea #mainNavi {
    padding: 0;
    height: 100%; }
    #mainNaviArea #mainNavi ul {
      margin: 0;
      padding: 0;
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%; }
      #mainNaviArea #mainNavi ul > li {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 100%;
        flex: 1 0 auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 30px; }
        #mainNaviArea #mainNavi ul > li a {
          justify-content: flex-start;
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          align-self: center;
          text-align: center;
          font-size: 14px;
          color: #333;
          margin: 0;
          padding: 0;
          text-decoration: none;
          line-height: 1.2;
          font-weight: 500; }
          #mainNaviArea #mainNavi ul > li a:hover, #mainNaviArea #mainNavi ul > li a:focus, #mainNaviArea #mainNavi ul > li a:active {
            cursor: pointer;
            opacity: 0.8; }
        #mainNaviArea #mainNavi ul > li:last-child {
          margin-right: 0; }
        #mainNaviArea #mainNavi ul > li.current > a {
          color: #F00 !important; }
        #mainNaviArea #mainNavi ul > li.children {
          cursor: pointer; }
          #mainNaviArea #mainNavi ul > li.children > a {
            gap: 6px; }
            #mainNaviArea #mainNavi ul > li.children > a::after {
              content: "";
              background: url("images/home/svg/heder_arrow.svg") no-repeat;
              background-position: top 5px center;
              background-size: 10px;
              width: 20px;
              height: 20px; }
        #mainNaviArea #mainNavi ul > li .sub-menu {
          position: absolute;
          top: 100%;
          left: 50%;
          transform: translateX(-78%);
          -webkit-transform: translateX(-78%);
          z-index: -1;
          height: 0;
          transition: all .1s ease-in-out;
          opacity: 0;
          width: 100vw;
          max-width: 940px;
          margin-top: 35px;
          display: none;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
          #mainNaviArea #mainNavi ul > li .sub-menu::before {
            content: "";
            width: 100%;
            height: 70px;
            position: absolute;
            left: 0;
            top: -65px; }
          #mainNaviArea #mainNavi ul > li .sub-menu .box {
            display: grid;
            grid-template-columns: 190px 1fr;
            height: 100%;
            padding: 30px 40px;
            position: relative; }
            #mainNaviArea #mainNavi ul > li .sub-menu .box::before {
              content: "";
              position: absolute;
              width: 100%;
              height: 100%;
              display: block;
              background: url("images/home/danger_ilust.png") no-repeat;
              background-position: left 40px bottom;
              background-size: 172px;
              z-index: -1; }
            #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-tllbox {
              border-right: #DBDBDB solid 1px;
              height: 100%; }
              #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-tllbox p {
                font-size: 24px;
                font-weight: 700;
                color: #36357A;
                margin: 0 0 40px; }
              #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-tllbox .sub-menu-tll-link a {
                font-size: 16px;
                font-weight: 700;
                color: #36357A;
                text-decoration: none;
                display: flex;
                align-items: center; }
                #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-tllbox .sub-menu-tll-link a img {
                  margin-left: 10px;
                  transition: all ease .3s; }
              @media print, screen and (min-width: 768px) {
                #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-tllbox .sub-menu-tll-link:hover a img, #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-tllbox .sub-menu-tll-link:focus a img {
                  margin-left: 15px;
                  transition: all ease .3s; } }
            #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox {
              height: 100%;
              padding-left: 32px; }
              #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox .sub-menu-txtbox-inner {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                grid-column-gap: 32px;
                grid-row-gap: 0px; }
                #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox .sub-menu-txtbox-inner ul {
                  padding: 0;
                  margin: 0 !important;
                  list-style: none;
                  display: block; }
                  #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox .sub-menu-txtbox-inner ul li {
                    height: auto;
                    margin-right: 0; }
                    #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox .sub-menu-txtbox-inner ul li a {
                      color: #333;
                      text-decoration: none;
                      font-size: 16px;
                      font-weight: 500;
                      text-align: left;
                      display: block;
                      padding: 16px 15px;
                      transition: .3s ease-in;
                      position: relative; }
                      #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox .sub-menu-txtbox-inner ul li a::after {
                        content: "";
                        width: 15px;
                        height: 15px;
                        display: block;
                        position: absolute;
                        background: url("images/home/svg/hammenu_arrow.svg") no-repeat;
                        background-position: center;
                        background-size: 15px;
                        top: 50%;
                        transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);
                        right: 5px; }
                      @media print, screen and (min-width: 768px) {
                        #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox .sub-menu-txtbox-inner ul li a:hover, #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox .sub-menu-txtbox-inner ul li a:focus {
                          background: #FFF8F4; } }
          @media print, screen and (max-width: 1920px) {
            #mainNaviArea #mainNavi ul > li .sub-menu {
              transform: translateX(-65%);
              -webkit-transform: translateX(-65%); } }
          @media print, screen and (max-width: 1600px) {
            #mainNaviArea #mainNavi ul > li .sub-menu {
              transform: translateX(-79%);
              -webkit-transform: translateX(-79%); } }
          @media print, screen and (max-width: 1300px) {
            #mainNaviArea #mainNavi ul > li .sub-menu {
              transform: translateX(-66%);
              -webkit-transform: translateX(-66%); } }
          @media print, screen and (max-width: 1100px) {
            #mainNaviArea #mainNavi ul > li .sub-menu {
              max-width: 820px;
              transform: translateX(-59%);
              -webkit-transform: translateX(-59%); }
              #mainNaviArea #mainNavi ul > li .sub-menu .box {
                padding: 35px 20px; }
                #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox {
                  padding-left: 2px; }
                  #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox .sub-menu-txtbox-inner {
                    grid-column-gap: 30px; }
                    #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox .sub-menu-txtbox-inner ul:first-child {
                      padding-left: 20px; } }
          @media print, screen and (max-width: 1100px) {
            #mainNaviArea #mainNavi ul > li .sub-menu {
              transform: translateX(-57%);
              -webkit-transform: translateX(-57%);
              max-width: 700px; } }
          @media print, screen and (max-width: 900px) {
            #mainNaviArea #mainNavi ul > li .sub-menu {
              transform: translateX(-55%);
              -webkit-transform: translateX(-55%);
              max-width: 700px; }
              #mainNaviArea #mainNavi ul > li .sub-menu .box {
                padding: 35px 25px; } }
        #mainNaviArea #mainNavi ul > li:hover, #mainNaviArea #mainNavi ul > li:focus {
          transition: .3s ease-in-out; }
          #mainNaviArea #mainNavi ul > li:hover .sub-menu, #mainNaviArea #mainNavi ul > li:focus .sub-menu {
            display: block;
            z-index: calc(infinity);
            height: 356px;
            opacity: 1;
            transition: .3s ease-in-out;
            background: #fff;
            border-radius: 8px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #mainNaviArea #mainNavi ul li {
      margin-right: 15px; }
      #mainNaviArea #mainNavi ul li a {
        font-size: 14px; } }

@media screen and (max-width: 768px) {
  #mainNaviArea {
    display: none; }

  #drawerNaviWrap {
    display: block; } }
/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  position: relative; }
  #footer #footerCnt {
    padding: 60px 0 73px; }
    #footer #footerCnt #logoArea {
      margin-bottom: 24px; }
      #footer #footerCnt #logoArea a {
        width: 100%;
        height: 100%;
        display: block; }
    #footer #footerCnt .inner {
      display: grid;
      grid-template-columns: 351px 1fr;
      gap: 0 140px; }
      #footer #footerCnt .inner .txt {
        font-size: 18px;
        font-weight: 500;
        color: #36357A;
        margin: 0 0 9px; }
      #footer #footerCnt .inner .leftbox .txt02 {
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 24px; }
        #footer #footerCnt .inner .leftbox .txt02 a {
          text-decoration: none;
          color: #333333; }
      #footer #footerCnt .inner .leftbox .leftbtnbox a {
        width: 100%;
        max-width: 230px;
        background: #36357A;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        height: 54px;
        text-decoration: none; }
        #footer #footerCnt .inner .leftbox .leftbtnbox a img {
          margin-left: 24px; }
  #footer #footerNaviWrap {
    background: #E95503;
    padding: 60px 0;
    position: relative; }
    #footer #footerNaviWrap .inner {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0 130px; }
    #footer #footerNaviWrap .naviBox .tll {
      margin: 0 0 17px;
      font-size: 18px;
      font-weight: 500;
      color: #fff; }
      #footer #footerNaviWrap .naviBox .tll a {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        text-decoration: none; }
    #footer #footerNaviWrap .naviBox ul {
      margin: 0;
      padding: 0; }
      #footer #footerNaviWrap .naviBox ul li {
        display: block;
        padding-bottom: 10px; }
        #footer #footerNaviWrap .naviBox ul li a {
          text-decoration: none;
          font-size: 16px;
          color: #fff;
          font-weight: 400;
          position: relative;
          padding-left: 15px; }
          #footer #footerNaviWrap .naviBox ul li a::before {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            background: url("images/home/svg/arrow_white.svg") no-repeat;
            background-position: center;
            background-size: 10px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            left: 0;
            display: block; }
  #footer #footerCntWrap {
    padding: 60px 0 120px;
    background: #FFF8F4; }
    #footer #footerCntWrap .tll {
      font-size: 18px;
      font-weight: 500;
      margin: 0 0 15px;
      color: #36357A; }
    #footer #footerCntWrap .inner {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 0 15px;
      margin-bottom: 120px; }
    #footer #footerCntWrap #copyright p {
      color: #E95503;
      font-size: 14px;
      font-weight: 700;
      margin: 0;
      text-align: center; }
  @media screen and (max-width: 768px) {
    #footer #footerCnt {
      padding: 60px 0 50px; }
      #footer #footerCnt #logoArea {
        margin-bottom: 32px; }
      #footer #footerCnt .inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px 0; }
        #footer #footerCnt .inner .leftbox .txt02 {
          font-size: 16px;
          font-weight: 400;
          margin: 0 0 17px; }
        #footer #footerCnt .inner .leftbox .leftbtnbox a {
          width: 100%;
          max-width: 230px;
          background: #36357A;
          color: #fff;
          font-size: 16px;
          font-weight: 700;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 8px;
          height: 54px;
          text-decoration: none; }
          #footer #footerCnt .inner .leftbox .leftbtnbox a img {
            margin-left: 24px; }
    #footer #footerNaviWrap {
      padding: 50px 0;
      position: relative; }
      #footer #footerNaviWrap .inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 40px 25px; }
      #footer #footerNaviWrap .naviBox:nth-child(3) {
        grid-area: 2 / 1 / 3 / 3; }
      #footer #footerNaviWrap .naviBox ul {
        margin: 0;
        padding: 0; }
        #footer #footerNaviWrap .naviBox ul li {
          display: block;
          padding-bottom: 10px; }
          #footer #footerNaviWrap .naviBox ul li a {
            font-size: 14px; }
            #footer #footerNaviWrap .naviBox ul li a::before {
              content: "";
              position: absolute;
              width: 10px;
              height: 10px;
              background: url("images/home/svg/arrow_white.svg") no-repeat;
              background-position: center;
              background-size: 10px;
              top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              left: 0;
              display: block; }
    #footer #footerCntWrap .inner {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
      margin-bottom: 64px; } }

/* ---------------------------------------------------------------- */
/* サイドバー  */
/* ---------------------------------------------------------------- */
#sidebar .widget-area {
  display: none; }
#sidebar .widget img {
  max-width: 100%; }

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px; }
  .wp-pagenavi a, .wp-pagenavi span {
    color: #36357A;
    width: 30px;
    height: 30px;
    padding: 3px 0 0 0;
    text-decoration: none;
    background: transparent;
    border: transparent solid 1px !important;
    border-radius: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    font-size: 14px;
    font-weight: 500; }
  .wp-pagenavi a:hover,
  .wp-pagenavi a:focus {
    color: #fff;
    background: #36357A;
    border: 1px solid #36357A; }
  .wp-pagenavi span.current {
    color: #fff;
    background: #36357A;
    font-weight: 400;
    border: 1px solid #36357A; }
  .wp-pagenavi span.pages {
    display: none; }
  .wp-pagenavi .nextpostslink {
    width: 30px;
    height: 30px;
    background: url("images/common/nextpostslink.svg") no-repeat;
    background-position: center;
    background-size: 30px;
    display: block;
    border: none; }
    .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus {
      background: url("images/common/nextpostslink.svg") no-repeat;
      background-position: center;
      background-size: 30px; }
  .wp-pagenavi .previouspostslink {
    width: 30px;
    height: 30px;
    background: url("images/common/previouspostslink.svg") no-repeat;
    background-position: center;
    background-size: 30px;
    display: block;
    border: none; }
    .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .previouspostslink:focus {
      background: url("images/common/previouspostslink.svg") no-repeat;
      background-position: center;
      background-size: 30px; }

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea {
  position: absolute;
  top: -30px;
  right: 15%; }
  #pagetopArea a {
    width: 100%;
    height: 100%;
    display: block; }

@media screen and (max-width: 768px) {
  #pagetopArea {
    right: 15px; } }
/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 3;
  position: fixed;
  bottom: -72px;
  transition: .6s;
  background-color: #fff; }
  #fixedBtnSpArea.fixedsp {
    opacity: 1;
    transition: .6s;
    bottom: 0; }
  #fixedBtnSpArea #fixedBtnSp {
    display: none !important; }
    #fixedBtnSpArea #fixedBtnSp ul {
      margin: 0 0 0 0;
      padding: 0;
      height: 72px;
      width: 100%;
      overflow: hidden;
      display: grid;
      grid-template-columns: 60% 1fr 1fr; }
      #fixedBtnSpArea #fixedBtnSp ul li {
        list-style: none;
        flex-basis: 100%; }
        #fixedBtnSpArea #fixedBtnSp ul li a {
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          height: 100%;
          justify-content: center;
          align-items: stretch;
          margin: 0;
          text-align: center;
          padding: 35px 10px 0;
          text-decoration: none;
          position: relative; }
          #fixedBtnSpArea #fixedBtnSp ul li a p {
            font-size: 12px;
            font-weight: 700;
            line-height: 1.2;
            margin: 0;
            color: #fff; }
            #fixedBtnSpArea #fixedBtnSp ul li a p span {
              font-size: 8px;
              line-height: 1; }
          #fixedBtnSpArea #fixedBtnSp ul li a:hover, #fixedBtnSpArea #fixedBtnSp ul li a:focus {
            background-color: #36357A;
            color: #fff; }
        #fixedBtnSpArea #fixedBtnSp ul li:first-child {
          border: #36357A solid 2px; }
          #fixedBtnSpArea #fixedBtnSp ul li:first-child a {
            width: 100%;
            height: 100%;
            display: block;
            padding: 0; }
            #fixedBtnSpArea #fixedBtnSp ul li:first-child a .fixedBtnSp_top {
              height: calc(100% - 22px);
              padding: 5px 12px; }
            #fixedBtnSpArea #fixedBtnSp ul li:first-child a .fixedBtnSp_bottom {
              height: 22px;
              display: grid;
              grid-template-columns: 22px 1fr;
              background: #36357A; }
              #fixedBtnSpArea #fixedBtnSp ul li:first-child a .fixedBtnSp_bottom .left {
                border: #36357A solid 2px;
                background: #fff;
                display: flex;
                justify-content: center;
                align-items: center; }
                #fixedBtnSpArea #fixedBtnSp ul li:first-child a .fixedBtnSp_bottom .left p {
                  font-size: 8px;
                  font-weight: 500;
                  margin: 0;
                  line-height: 1.1;
                  color: #36357A; }
              #fixedBtnSpArea #fixedBtnSp ul li:first-child a .fixedBtnSp_bottom .right {
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 4px; }
        #fixedBtnSpArea #fixedBtnSp ul li:nth-child(2) {
          background-image: linear-gradient(150deg, #e95503, #f8b30e); }
          #fixedBtnSpArea #fixedBtnSp ul li:nth-child(2) a::before {
            position: absolute;
            content: "";
            width: 20px;
            height: 20px;
            background: url("images/home/svg/contact_icon.svg") no-repeat;
            background-size: 18px;
            background-position: center;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            display: block; }
        #fixedBtnSpArea #fixedBtnSp ul li:nth-child(3) {
          background: #1EBC20; }
          #fixedBtnSpArea #fixedBtnSp ul li:nth-child(3) a::before {
            position: absolute;
            content: "";
            width: 20px;
            height: 20px;
            background: url("images/home/svg/line_icon.svg") no-repeat;
            background-size: 18px;
            background-position: center;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            display: block; }
  @media screen and (max-width: 768px) {
    #fixedBtnSpArea #fixedBtnSp {
      display: block !important; } }

/* ---------------------------------------------------------------- */
/* メインスライダー  */
/* ---------------------------------------------------------------- */
#sliderArea {
  position: relative;
  clear: both;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden; }
  #sliderArea #sliderSp {
    display: none; }
  #sliderArea .metaslider .flex-control-paging li a.flex-active {
    background: #36357A; }
  @media screen and (max-width: 768px) {
    #sliderArea #sliderPc {
      display: none; } }

/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
#indexPage #newsArea {
  background: #FFF8F4; }

/* ---------------------------------------------------------------- */
/* #main_visual */
/* ---------------------------------------------------------------- */
#main_visual {
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr 576px 1fr;
  background: #FFF8F4; }

.topleft-fvSwiper, .topright-fvSwiper {
  height: 100vh;
  /* ビューポートの高さを使用 */
  width: 100%; }
  .topleft-fvSwiper .swiper-wrapper, .topright-fvSwiper .swiper-wrapper {
    transition-timing-function: linear !important; }

#main_visual_center {
  padding: 127px 48px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  #main_visual_center::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 150px;
    display: block;
    background: url("images/home/fv_ilust_hana.png") no-repeat;
    background-position: center;
    background-size: 164px;
    bottom: 10px;
    left: -108px;
    z-index: 2; }
  #main_visual_center::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 155px;
    display: block;
    background: url("images/home/fv_ilust_rakkun.png") no-repeat;
    background-position: center;
    background-size: 126px;
    bottom: 10px;
    right: -90px;
    z-index: 2; }
  #main_visual_center .mv_balloon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    width: 347px;
    height: 46px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #ED821C;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0 auto 10px;
    z-index: 0; }
    #main_visual_center .mv_balloon p {
      font-size: 22px;
      font-weight: 700;
      text-align: center;
      margin: 0; }
    #main_visual_center .mv_balloon::before {
      content: "";
      position: absolute;
      bottom: -38px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      border: 28px solid transparent;
      border-top: 36px solid #ED821C;
      z-index: -1; }
  #main_visual_center .mv_txt {
    font-size: 40px;
    font-weight: 700;
    color: #36357A;
    margin: 0 0 11px;
    text-align: center; }
    #main_visual_center .mv_txt span {
      font-size: 28px; }
  #main_visual_center .mv_logoArea {
    margin-bottom: 24px; }
  #main_visual_center .mv_point_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 17px;
    margin-bottom: 24px; }
    #main_visual_center .mv_point_inner .mv_point_box {
      background: #fff;
      border-radius: 4px;
      box-shadow: 0 3px 10px rgba(233, 85, 3, 0.16);
      position: relative;
      z-index: 0;
      padding: 18px 10px 13px; }
      #main_visual_center .mv_point_inner .mv_point_box .item {
        content: "";
        position: absolute;
        width: 75px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        top: -16px;
        left: 50%;
        border-radius: 12px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        z-index: 1;
        background: #ED821C;
        margin: 0;
        line-height: 3.1; }
        #main_visual_center .mv_point_inner .mv_point_box .item span {
          font-size: 17px;
          line-height: 1;
          margin-left: 2px; }
      #main_visual_center .mv_point_inner .mv_point_box .imgbox {
        min-height: 40px; }
        #main_visual_center .mv_point_inner .mv_point_box .imgbox img {
          margin: 0 auto;
          text-align: center;
          display: block; }
      #main_visual_center .mv_point_inner .mv_point_box .mv_point_txt {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        text-align: center;
        color: #36357A; }
        #main_visual_center .mv_point_inner .mv_point_box .mv_point_txt .s_txt {
          font-size: 14px;
          font-weight: 500; }
        #main_visual_center .mv_point_inner .mv_point_box .mv_point_txt .s_txt02 {
          font-size: 14px;
          font-weight: 700; }
  #main_visual_center .mv_tel_box {
    width: 100%;
    height: 53px;
    border: #36357A solid 1px;
    background: #fff;
    border-radius: 27px;
    margin: 0 0 8px; }
    #main_visual_center .mv_tel_box a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
  #main_visual_center .mv_btn_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 9px;
    margin-bottom: 40px; }
    #main_visual_center .mv_btn_wrap .mv_btn_box {
      border-radius: 27px;
      height: 46px;
      width: 100%;
      background-image: linear-gradient(90deg, #e95503, #f8b30e); }
      #main_visual_center .mv_btn_wrap .mv_btn_box a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        padding: 0 30px;
        position: relative; }
        #main_visual_center .mv_btn_wrap .mv_btn_box a::after {
          content: "";
          position: absolute;
          width: 10px;
          height: 10px;
          display: block;
          background: url("images/home/svg/arrow_white.svg") no-repeat;
          background-position: center;
          background-size: 10px;
          top: 50%;
          right: 15px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%); }
      #main_visual_center .mv_btn_wrap .mv_btn_box img {
        margin-right: 5px; }
      #main_visual_center .mv_btn_wrap .mv_btn_box.mv_btn_box02 {
        background: #1CBD1F;
        border: #1CBD1F solid 1px; }
        #main_visual_center .mv_btn_wrap .mv_btn_box.mv_btn_box02 a {
          padding: 0 35px; }
          #main_visual_center .mv_btn_wrap .mv_btn_box.mv_btn_box02 a .on {
            display: block; }
          #main_visual_center .mv_btn_wrap .mv_btn_box.mv_btn_box02 a .off {
            display: none; }
      @media print, screen and (min-width: 768px) {
        #main_visual_center .mv_btn_wrap .mv_btn_box:hover, #main_visual_center .mv_btn_wrap .mv_btn_box:focus {
          background-image: linear-gradient(90deg, #f8b30e, #e95503); }
          #main_visual_center .mv_btn_wrap .mv_btn_box:hover.mv_btn_box02, #main_visual_center .mv_btn_wrap .mv_btn_box:focus.mv_btn_box02 {
            background: #fff; }
            #main_visual_center .mv_btn_wrap .mv_btn_box:hover.mv_btn_box02 a, #main_visual_center .mv_btn_wrap .mv_btn_box:focus.mv_btn_box02 a {
              color: #1CBD1F; }
              #main_visual_center .mv_btn_wrap .mv_btn_box:hover.mv_btn_box02 a::after, #main_visual_center .mv_btn_wrap .mv_btn_box:focus.mv_btn_box02 a::after {
                background: url("images/home/svg/green_arrow.svg") no-repeat;
                background-position: center;
                background-size: 10px; }
              #main_visual_center .mv_btn_wrap .mv_btn_box:hover.mv_btn_box02 a .on, #main_visual_center .mv_btn_wrap .mv_btn_box:focus.mv_btn_box02 a .on {
                display: none; }
              #main_visual_center .mv_btn_wrap .mv_btn_box:hover.mv_btn_box02 a .off, #main_visual_center .mv_btn_wrap .mv_btn_box:focus.mv_btn_box02 a .off {
                display: block; } }
  #main_visual_center .mv_b_txt {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    margin: 0; }

.pc-1000 {
  display: block; }

.tablet {
  display: none; }

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

  .tablet {
    display: block; }

  #main_visual {
    height: auto;
    grid-template-columns: 1fr; }

  .topleftsp-fvSwiper {
    width: 100%; }
    .topleftsp-fvSwiper .swiper-wrapper {
      transition-timing-function: linear !important; }

  #main_visual_center {
    padding: 140px 0 20px; }
    #main_visual_center::before {
      content: "";
      position: absolute;
      width: 220px;
      height: 155px;
      display: block;
      background: url("images/home/fv_ilust_hana_sp.png") no-repeat;
      background-position: center;
      background-size: 211px;
      bottom: -39px;
      left: -77px;
      z-index: 2; }
    #main_visual_center::after {
      content: "";
      position: absolute;
      width: 150px;
      height: 155px;
      display: block;
      background: url("images/home/fv_ilust_rakkun_sp.png") no-repeat;
      background-position: center;
      background-size: 123px;
      bottom: -52px;
      right: -37px;
      z-index: 2; }
    #main_visual_center .mv_balloon {
      width: 100%;
      height: 35px;
      text-align: center; }
      #main_visual_center .mv_balloon p {
        font-size: 18px; }
    #main_visual_center .mv_logoArea img {
      margin: 0 auto;
      text-align: center;
      display: block; }
    #main_visual_center .mv_txt {
      font-size: 32px;
      margin: 0 0 12px; }
      #main_visual_center .mv_txt span {
        font-size: 24px; }
    #main_visual_center .mv_point_inner {
      gap: 0 7.5px;
      margin-bottom: 16px; }
      #main_visual_center .mv_point_inner .mv_point_box {
        padding: 20px 9px 9px; }
        #main_visual_center .mv_point_inner .mv_point_box .item {
          font-size: 10px;
          padding-top: 2px; }
          #main_visual_center .mv_point_inner .mv_point_box .item span {
            font-size: 14px;
            margin-left: 2px;
            line-height: 2.1; }
        #main_visual_center .mv_point_inner .mv_point_box .mv_point_txt {
          font-size: 18px;
          font-weight: 700;
          margin: 0;
          text-align: center;
          color: #36357A;
          line-height: 1.4; }
          #main_visual_center .mv_point_inner .mv_point_box .mv_point_txt .s_txt {
            font-size: 12px;
            font-weight: 400; }
          #main_visual_center .mv_point_inner .mv_point_box .mv_point_txt .s_txt02 {
            font-size: 12px;
            font-weight: 700; }
    #main_visual_center .mv_tel_box a img {
      max-width: 309px; }
    #main_visual_center .mv_btn_wrap {
      gap: 0 12px;
      margin-bottom: 18px; }
      #main_visual_center .mv_btn_wrap .mv_btn_box a {
        font-size: 14px;
        font-weight: 700;
        padding: 0 10px;
        justify-content: center; }
        #main_visual_center .mv_btn_wrap .mv_btn_box a::after {
          right: 10px; }
      #main_visual_center .mv_btn_wrap .mv_btn_box img {
        margin-right: 3px;
        max-width: 16px; }
      #main_visual_center .mv_btn_wrap .mv_btn_box.mv_btn_box02 a {
        padding: 0 15px; }
    #main_visual_center .mv_b_txt {
      font-size: 12px; } }
@media screen and (max-width: 768px) {
  #main_visual_center {
    padding: 80px 0 20px; } }
/* ---------------------------------------------------------------- */
/* content */
/* ---------------------------------------------------------------- */
.content {
  padding: 120px 0; }
  .content h2 {
    font-size: 40px;
    color: #36357A;
    margin: 0 0 43px;
    text-align: center;
    line-height: 1.2; }

@media screen and (max-width: 768px) {
  .content {
    padding: 60px 0; }
    .content h2 {
      font-size: 32px;
      margin: 0 0 26px; } }
/* ---------------------------------------------------------------- */
/* #eventnewsArea */
/* ---------------------------------------------------------------- */
#eventnewsArea {
  background: #FFF8F4;
  padding: 64px 0; }
  #eventnewsArea .inner {
    box-shadow: 0 3px 10px rgba(233, 85, 3, 0.16);
    border-radius: 16px;
    background: #fff;
    position: relative;
    max-width: 1000px;
    margin: 0 auto; }
    #eventnewsArea .inner::after {
      content: "";
      position: absolute;
      background: #E95503 url("images/home/svg/arrow_white.svg") no-repeat;
      background-position: center;
      background-size: 14px;
      width: 48px;
      height: 48px;
      display: block;
      right: 0;
      bottom: 0;
      border-radius: 16px 0 16px 0; }
    #eventnewsArea .inner a {
      width: 100%;
      height: 100%;
      display: block;
      text-decoration: none;
      padding: 32px;
      color: #333; }
      #eventnewsArea .inner a .tll {
        font-size: 24px;
        font-weight: 700;
        color: #E95503;
        position: relative;
        padding-left: 34px;
        margin: 0 0 17px; }
        #eventnewsArea .inner a .tll::before {
          position: absolute;
          content: "";
          width: 35px;
          height: 35px;
          background: url("images/home/svg/event_icon.svg") no-repeat;
          background-position: center;
          background-size: 34px;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%); }
      #eventnewsArea .inner a .box {
        display: grid;
        grid-template-columns: 160px 1fr;
        gap: 0 16px; }
        #eventnewsArea .inner a .box .imgbox {
          border-radius: 8px;
          position: relative;
          width: 100%;
          padding-bottom: 160px;
          overflow: hidden; }
          #eventnewsArea .inner a .box .imgbox img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px; }
        #eventnewsArea .inner a .box .txtbox .txt01 {
          font-size: 24px;
          font-weight: 700;
          margin: 0 0 14px; }
        #eventnewsArea .inner a .box .txtbox .txt02 {
          font-size: 16px;
          font-weight: 400;
          margin: 0 0 33px; }
        #eventnewsArea .inner a .box .txtbox .e_box {
          display: flex;
          gap: 0 46px; }
          #eventnewsArea .inner a .box .txtbox .e_box .date_time .txt03 {
            margin: 0;
            font-size: 16px;
            font-weight: 400;
            display: flex;
            align-items: center;
            position: relative;
            padding-left: 40px; }
            #eventnewsArea .inner a .box .txtbox .e_box .date_time .txt03::before {
              position: absolute;
              content: "";
              width: 35px;
              height: 35px;
              background: url("images/home/svg/calender_icon.svg") no-repeat;
              background-position: center;
              background-size: 32px;
              left: 0;
              top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%); }
            #eventnewsArea .inner a .box .txtbox .e_box .date_time .txt03 span {
              font-weight: 500;
              color: #36357A;
              margin-right: 16px; }
            #eventnewsArea .inner a .box .txtbox .e_box .date_time .txt03.txt04 {
              margin: 0; }
              #eventnewsArea .inner a .box .txtbox .e_box .date_time .txt03.txt04::before {
                background: url("images/home/svg/cloce_icon.svg") no-repeat;
                background-position: center;
                background-size: 32px; }
    @media print, screen and (min-width: 768px) {
      #eventnewsArea .inner:hover, #eventnewsArea .inner:focus {
        background: #E95503; }
        #eventnewsArea .inner:hover::after, #eventnewsArea .inner:focus::after {
          background: #fff url("images/home/svg/hammenu_arrow.svg") no-repeat;
          background-position: center;
          background-size: 14px; }
        #eventnewsArea .inner:hover a, #eventnewsArea .inner:focus a {
          color: #fff; }
          #eventnewsArea .inner:hover a .tll, #eventnewsArea .inner:focus a .tll {
            color: #fff; }
            #eventnewsArea .inner:hover a .tll::before, #eventnewsArea .inner:focus a .tll::before {
              background: url("images/home/svg/w_event_icon.svg") no-repeat;
              background-position: center;
              background-size: 34px; }
          #eventnewsArea .inner:hover a .box .txtbox .e_box .date_time .txt03::before, #eventnewsArea .inner:focus a .box .txtbox .e_box .date_time .txt03::before {
            background: url("images/home/svg/calender_icon_hover.svg") no-repeat;
            background-position: center;
            background-size: 32px; }
          #eventnewsArea .inner:hover a .box .txtbox .e_box .date_time .txt03 span, #eventnewsArea .inner:focus a .box .txtbox .e_box .date_time .txt03 span {
            color: #fff; }
          #eventnewsArea .inner:hover a .box .txtbox .e_box .date_time .txt03.txt04::before, #eventnewsArea .inner:focus a .box .txtbox .e_box .date_time .txt03.txt04::before {
            background: url("images/home/svg/cloce_icon_hover.svg") no-repeat;
            background-position: center;
            background-size: 32px; } }

@media screen and (max-width: 768px) {
  #eventnewsArea {
    padding: 48px 0; }
    #eventnewsArea .inner {
      max-width: 100%; }
      #eventnewsArea .inner a {
        padding: 24px; }
        #eventnewsArea .inner a .tll {
          text-align: center; }
          #eventnewsArea .inner a .tll::before {
            left: 24px; }
        #eventnewsArea .inner a .box {
          display: grid;
          grid-template-columns: 1fr;
          gap: 12px 0; }
          #eventnewsArea .inner a .box .imgbox {
            padding-bottom: 297px; }
          #eventnewsArea .inner a .box .txtbox .txt01 {
            margin: 0 0 10px; }
          #eventnewsArea .inner a .box .txtbox .txt02 {
            margin: 0 0 20px; }
          #eventnewsArea .inner a .box .txtbox .e_box {
            display: block; }
            #eventnewsArea .inner a .box .txtbox .e_box .date_time {
              margin-bottom: 15px; }
              #eventnewsArea .inner a .box .txtbox .e_box .date_time:nth-child(2) {
                margin-bottom: 0; } }
/* ---------------------------------------------------------------- */
/* #ctaArea */
/* ---------------------------------------------------------------- */
#ctaArea {
  padding: 64px 0 122px; }
  #ctaArea .inner {
    border: #36357A solid 2px;
    border-radius: 16px;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff; }
    #ctaArea .inner .cta_topArea .cta_top_inner {
      display: grid;
      grid-template-columns: 1fr 272px;
      gap: 0 28px;
      padding: 8px 30px 0; }
      #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap {
        display: flex;
        gap: 0 12px;
        margin-bottom: 20px; }
        #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap .cta_top_group1 {
          border-bottom: #E95503 double; }
          #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap .cta_top_group1 p {
            font-size: 32px;
            font-weight: 700;
            color: #E95503;
            margin: 0; }
            #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap .cta_top_group1 p span {
              font-size: 24px; }
        #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap .cta_top_group2 p {
          font-size: 32px;
          font-weight: 700;
          color: #36357A;
          margin: 0; }
          #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap .cta_top_group2 p span {
            font-size: 24px; }
    #ctaArea .inner .cta_topArea .cta_top_info {
      display: grid;
      grid-template-columns: 290px 1fr;
      gap: 0 9px;
      background: #F8F8F8;
      padding: 9px 30px; }
      #ctaArea .inner .cta_topArea .cta_top_info .cta_top_info_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 4px; }
        #ctaArea .inner .cta_topArea .cta_top_info .cta_top_info_box .cta_top_info_post {
          background: #ED821C;
          border-radius: 8px;
          width: 100%;
          height: 54px;
          display: flex;
          justify-content: center;
          align-items: center; }
          #ctaArea .inner .cta_topArea .cta_top_info .cta_top_info_box .cta_top_info_post p {
            font-size: 32px;
            font-weight: 700;
            margin: 0;
            color: #fff; }
      #ctaArea .inner .cta_topArea .cta_top_info .cta_top_catch p {
        font-size: 32px;
        font-weight: 700;
        color: #36357A;
        margin: 0; }
    #ctaArea .inner .cta_bottomArea {
      background: #36357A;
      padding: 14px 24px 18px;
      display: grid;
      grid-template-columns: 388px 1fr;
      gap: 0 25px;
      border-radius: 0 0 13px 13px; }
      #ctaArea .inner .cta_bottomArea .cta_bottom_right {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 8px; }
        #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox {
          border-radius: 27px;
          height: 46px;
          width: 100%;
          background-image: linear-gradient(90deg, #e95503, #f8b30e); }
          #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox a {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            text-decoration: none;
            font-size: 16px;
            font-weight: 700;
            padding: 0 30px;
            position: relative; }
            #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox a::after {
              content: "";
              position: absolute;
              width: 10px;
              height: 10px;
              display: block;
              background: url("images/home/svg/arrow_white.svg") no-repeat;
              background-position: center;
              background-size: 10px;
              top: 50%;
              right: 15px;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%); }
          #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox img {
            margin-right: 5px; }
          #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox._02 {
            background: #1EBC20;
            border: #1EBC20 solid 1px; }
            #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox._02 .on {
              display: block; }
            #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox._02 .off {
              display: none; }
          @media print, screen and (min-width: 768px) {
            #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox:hover, #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox:focus {
              background-image: linear-gradient(90deg, #f8b30e, #e95503); }
              #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox:hover._02, #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox:focus._02 {
                background: #fff; }
                #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox:hover._02 a, #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox:focus._02 a {
                  color: #1EBC20; }
                  #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox:hover._02 a::after, #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox:focus._02 a::after {
                    background: url("images/home/svg/green_arrow.svg") no-repeat;
                    background-position: center;
                    background-size: 10px; }
                #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox:hover._02 .on, #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox:focus._02 .on {
                  display: none; }
                #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox:hover._02 .off, #ctaArea .inner .cta_bottomArea .cta_bottom_right .cta_bottom_right_btnbox:focus._02 .off {
                  display: block; } }

.home .cta_bg #ctaArea {
  background: linear-gradient(180deg, #FFF8F4 0%, #FFF8F4 50%, #fff 50%, #fff 100%);
  padding: 0; }

.cta_bg #ctaArea {
  padding: 0; }
.cta_bg._02 #ctaArea {
  background: linear-gradient(180deg, #E95503 0%, #E95503 50%, #FFF8F4 50%, #FFF8F4 100%);
  padding: 0; }
.cta_bg._03 #ctaArea {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #FFF8F4 50%, #FFF8F4 100%);
  padding: 120px 0 0; }
.cta_bg._04 #ctaArea {
  padding: 80px 0 120px; }
.cta_bg._05 #ctaArea {
  background: linear-gradient(180deg, #FFF8F4 0%, #FFF8F4 50%, #fff 50%, #fff 100%);
  padding: 0 0 120px; }
.cta_bg._06 #ctaArea {
  background: #fff;
  padding: 120px 0; }
.cta_bg._07 #ctaArea {
  background: #fff;
  padding: 0 0 120px; }
.cta_bg._08 #ctaArea {
  background: linear-gradient(180deg, #E95503 0%, #E95503 50%, #fff 50%, #fff 100%);
  padding: 0; }
.cta_bg._09 #ctaArea {
  background: #fff;
  padding: 120px 0 0; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ctaArea .inner .cta_topArea .cta_top_inner {
    grid-template-columns: 1fr 200px;
    gap: 0 15px;
    align-items: center; }
    #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap .cta_top_group1 p {
      font-size: 26px; }
      #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap .cta_top_group1 p span {
        font-size: 20px; }
    #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap .cta_top_group2 p {
      font-size: 26px; }
      #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap .cta_top_group2 p span {
        font-size: 20px; }
  #ctaArea .inner .cta_topArea .cta_top_info {
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 0 9px;
    background: #F8F8F8;
    padding: 9px 30px; }
    #ctaArea .inner .cta_topArea .cta_top_info .cta_top_info_box {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 4px 0;
      margin-bottom: 10px; }
      #ctaArea .inner .cta_topArea .cta_top_info .cta_top_info_box .cta_top_info_post p {
        font-size: 30px; }
    #ctaArea .inner .cta_topArea .cta_top_info .cta_top_catch p {
      font-size: 30px; }
  #ctaArea .inner .cta_bottomArea {
    gap: 0 20px;
    align-items: center; }
    #ctaArea .inner .cta_bottomArea .cta_bottom_right {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 8px 0; }

  .cta_bg._03 #ctaArea {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #FFF8F4 50%, #FFF8F4 100%);
    padding: 60px 0 0; }
  .cta_bg._04 #ctaArea {
    padding: 20px 0 60px; }
  .cta_bg._05 #ctaArea {
    padding: 0 0 60px; }
  .cta_bg._06 #ctaArea {
    padding: 60px 0; }
  .cta_bg._07 #ctaArea {
    padding: 0 0 60px; }
  .cta_bg._09 #ctaArea {
    padding: 100px 0 0; } }
@media screen and (max-width: 768px) {
  #ctaArea {
    padding: 48px 0 84px; }
    #ctaArea .inner {
      max-width: 100%;
      margin: 0 auto; }
      #ctaArea .inner .cta_topArea .cta_top_inner {
        display: grid;
        grid-template-columns: 1fr;
        padding: 16px 16px 12px;
        background: #F8F8F8;
        border-radius: 16px 16px 0 0; }
        #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap {
          display: block;
          gap: 0;
          margin-bottom: 10px; }
          #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap .cta_top_group_col {
            display: flex;
            justify-content: center;
            gap: 0 7px; }
            #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap .cta_top_group_col .cta_top_group1 {
              border-bottom: #E95503 double; }
              #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap .cta_top_group_col .cta_top_group1 p {
                font-size: 28px;
                font-weight: 700;
                color: #E95503;
                margin: 0; }
                #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap .cta_top_group_col .cta_top_group1 p span {
                  font-size: 22px; }
            #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap .cta_top_group_col .cta_top_group2 p {
              font-size: 28px;
              font-weight: 700;
              color: #36357A;
              margin: 0; }
              #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap .cta_top_group_col .cta_top_group2 p span {
                font-size: 22px; }
          #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap .cta_top_group3 p {
            font-size: 28px;
            font-weight: 700;
            color: #36357A;
            margin: 0;
            text-align: center; }
            #ctaArea .inner .cta_topArea .cta_top_inner .cta_top_txtbox .cta_top_txt_wrap .cta_top_group3 p span {
              font-size: 22px; }
      #ctaArea .inner .cta_topArea .cta_top_info {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        background: #F8F8F8;
        padding: 0 104px 10px 13px;
        position: relative; }
        #ctaArea .inner .cta_topArea .cta_top_info::after {
          content: "";
          position: absolute;
          width: 170px;
          height: 116px;
          background: url(images/home/cta_ilust.png) no-repeat;
          background-position: center;
          background-size: 140px;
          right: -20px;
          bottom: -15px;
          display: block; }
        #ctaArea .inner .cta_topArea .cta_top_info .cta_top_info_box {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 0 4px;
          margin-bottom: 10px; }
          #ctaArea .inner .cta_topArea .cta_top_info .cta_top_info_box .cta_top_info_post {
            background: #ED821C;
            border-radius: 8px;
            width: 100%;
            height: 47px;
            display: flex;
            justify-content: center;
            align-items: center; }
            #ctaArea .inner .cta_topArea .cta_top_info .cta_top_info_box .cta_top_info_post p {
              font-size: 22px;
              font-weight: 700;
              margin: 0;
              color: #fff; }
        #ctaArea .inner .cta_topArea .cta_top_info .cta_top_catch p {
          font-size: 20px;
          font-weight: 700;
          color: #36357A;
          margin: 0; }
      #ctaArea .inner .cta_topArea .cta_bottom_right {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 8px 0;
        padding: 10px 0 20px;
        background: #fff; }
        #ctaArea .inner .cta_topArea .cta_bottom_right .cta_bottom_right_btnbox {
          border-radius: 27px;
          height: 46px;
          width: 100%;
          max-width: 235px;
          margin: 0 auto;
          background-image: linear-gradient(90deg, #e95503, #f8b30e); }
          #ctaArea .inner .cta_topArea .cta_bottom_right .cta_bottom_right_btnbox a {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            text-decoration: none;
            font-size: 16px;
            font-weight: 700;
            padding: 0 30px;
            position: relative; }
            #ctaArea .inner .cta_topArea .cta_bottom_right .cta_bottom_right_btnbox a::after {
              content: "";
              position: absolute;
              width: 10px;
              height: 10px;
              display: block;
              background: url("images/home/svg/arrow_white.svg") no-repeat;
              background-position: center;
              background-size: 10px;
              top: 50%;
              right: 15px;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%); }
          #ctaArea .inner .cta_topArea .cta_bottom_right .cta_bottom_right_btnbox img {
            margin-right: 5px; }
          #ctaArea .inner .cta_topArea .cta_bottom_right .cta_bottom_right_btnbox._02 {
            background: #1EBC20;
            border: #1EBC20 solid 1px; }
            #ctaArea .inner .cta_topArea .cta_bottom_right .cta_bottom_right_btnbox._02 .on {
              display: block; }
            #ctaArea .inner .cta_topArea .cta_bottom_right .cta_bottom_right_btnbox._02 .off {
              display: none; } }
        @media screen and (max-width: 768px) and (min-width: 768px) {
          #ctaArea .inner .cta_topArea .cta_bottom_right .cta_bottom_right_btnbox:hover, #ctaArea .inner .cta_topArea .cta_bottom_right .cta_bottom_right_btnbox:focus {
            background-image: linear-gradient(90deg, #f8b30e, #e95503); }
            #ctaArea .inner .cta_topArea .cta_bottom_right .cta_bottom_right_btnbox:hover._02, #ctaArea .inner .cta_topArea .cta_bottom_right .cta_bottom_right_btnbox:focus._02 {
              background: #fff; }
              #ctaArea .inner .cta_topArea .cta_bottom_right .cta_bottom_right_btnbox:hover._02 a, #ctaArea .inner .cta_topArea .cta_bottom_right .cta_bottom_right_btnbox:focus._02 a {
                color: #1EBC20; }
              #ctaArea .inner .cta_topArea .cta_bottom_right .cta_bottom_right_btnbox:hover._02 .on, #ctaArea .inner .cta_topArea .cta_bottom_right .cta_bottom_right_btnbox:focus._02 .on {
                display: none; }
              #ctaArea .inner .cta_topArea .cta_bottom_right .cta_bottom_right_btnbox:hover._02 .off, #ctaArea .inner .cta_topArea .cta_bottom_right .cta_bottom_right_btnbox:focus._02 .off {
                display: block; } }
@media screen and (max-width: 768px) {
      #ctaArea .inner .cta_bottomArea {
        background: #36357A;
        padding: 14px 27px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        border-radius: 0 0 13px 13px; } }
/* ---------------------------------------------------------------- */
/* #content01 */
/* ---------------------------------------------------------------- */
#content01 {
  background: #E95503;
  padding: 63px 0;
  position: relative; }
  #content01::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 90px;
    background: url("images/home/svg/danger_icon.svg") no-repeat;
    background-position: center;
    background-size: 100px;
    display: block;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  #content01::after {
    position: absolute;
    content: "";
    width: 220px;
    height: 190px;
    background: url("images/home/danger_ilust.png") no-repeat;
    background-position: center;
    background-size: 213px;
    display: block;
    left: 9%;
    bottom: 0; }
  #content01 .inner .txt01 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 27px;
    color: #fff; }
  #content01 .inner .content01box {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    max-width: 1000px;
    margin: 0 auto; }
    #content01 .inner .content01box h2 {
      font-size: 24px;
      font-weight: 700;
      margin: 0;
      text-align: center;
      letter-spacing: 0.1rem; }
      #content01 .inner .content01box h2 img {
        max-width: 242px;
        height: 46px;
        margin-right: 10px; }
      #content01 .inner .content01box h2 span {
        display: inline-block; }
      #content01 .inner .content01box h2 .b_txt {
        font-size: 28px;
        color: #36357A; }
      #content01 .inner .content01box h2 .big_txt {
        font-size: 28px; }
      #content01 .inner .content01box h2 .o_txt {
        background: #E95503;
        width: 128px;
        height: 45px;
        padding: 5px;
        color: #fff;
        border-radius: 4px;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.2;
        margin: 0 5px; }
  #content01 .inner .txt02 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center; }

@media screen and (min-width: 768px) and (max-width: 1400px) {
  #content01 {
    padding-bottom: 130px; }
    #content01::after {
      background-size: 150px;
      bottom: -30px; } }
@media screen and (max-width: 768px) {
  #content01 {
    padding: 58px 0 39px; }
    #content01::before {
      width: 80px;
      height: 70px;
      background: url("images/home/svg/danger_icon.svg") no-repeat;
      background-position: center;
      background-size: 80px;
      top: -40px; }
    #content01::after {
      position: absolute;
      content: "";
      width: 140px;
      height: 126px;
      background: url("images/home/danger_ilust.png") no-repeat;
      background-position: center;
      background-size: 138px;
      display: block;
      left: 0;
      bottom: 0; }
    #content01 .inner .txt01 {
      font-size: 32px; }
    #content01 .inner .content01box {
      padding: 24px 12px;
      max-width: 100%; }
      #content01 .inner .content01box h2 {
        font-size: 22px;
        letter-spacing: 0.1rem; }
      #content01 .inner .content01box .txt02 {
        color: #333;
        margin-left: 120px;
        font-size: 12px;
        font-weight: 400;
        text-align: left; } }
/* ---------------------------------------------------------------- */
/* #content02 */
/* ---------------------------------------------------------------- */
#content02 .content02_top {
  background: #36357A;
  padding: 120px 0 60px;
  position: relative; }
  #content02 .content02_top::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("images/home/svg/onayami_ilust.svg") no-repeat;
    background-position: center;
    background-size: auto 60%;
    bottom: -166px;
    left: 0;
    display: block;
    z-index: 2;
    margin-left: -15px; }
  #content02 .content02_top::after {
    content: "";
    position: absolute;
    height: 50px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    /* ココ */
    background-color: #36357A;
    /* デモは青色の部分 */
    left: 0;
    bottom: -49px;
    z-index: 1; }
  #content02 .content02_top h2 {
    font-size: 32px;
    color: #fff;
    margin: 0 0 40px;
    text-align: center; }
    #content02 .content02_top h2 ._01 {
      font-size: 40px; }
    #content02 .content02_top h2 ._02 {
      font-size: 56px; }
  #content02 .content02_top .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 0 auto; }
    #content02 .content02_top .inner .box h3 {
      max-width: 343px;
      height: auto;
      margin: 0 0 16px;
      font-size: 18px;
      font-weight: 500;
      padding: 16px 44px;
      border-radius: 8px;
      background: #fff;
      position: relative; }
      #content02 .content02_top .inner .box h3::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: url("images/home/svg/onayami_icon.svg") no-repeat;
        background-position: center;
        background-size: 20px;
        top: 18px;
        left: 16px;
        display: block; }
#content02 .content02_bottom {
  background: #FFF9F5;
  padding: 100px 0 50px;
  position: relative; }
  #content02 .content02_bottom::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 170px;
    background: url("images/home/onayami_rakkun.png") no-repeat;
    background-position: center;
    background-size: 150px;
    display: block;
    left: 50%;
    margin-left: 500px;
    bottom: 0; }
  #content02 .content02_bottom p {
    font-size: 40px;
    font-weight: 700;
    color: #E95503;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    #content02 .content02_bottom p img {
      max-width: 443px;
      margin-right: 10px; }

@media screen and (min-width: 768px) and (max-width: 1400px) {
  #content02 .content02_bottom {
    padding-bottom: 150px; }
    #content02 .content02_bottom::after {
      background: url("images/home/onayami_rakkun.png") no-repeat;
      background-position: center;
      background-size: 130px;
      right: 15px;
      left: auto;
      margin-left: 0; } }
@media screen and (max-width: 768px) {
  #content02 .content02_top {
    padding: 64px 0 130px; }
    #content02 .content02_top::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: url("images/home/sp_onayami_ilust.png") no-repeat;
      background-position: center;
      background-size: 375px;
      bottom: -336px;
      left: 0;
      display: block;
      z-index: 2;
      margin-left: 0; }
    #content02 .content02_top::after {
      content: "";
      position: absolute;
      height: 35px;
      width: 100%;
      clip-path: polygon(0 0, 50% 100%, 100% 0);
      /* ココ */
      background-color: #36357A;
      /* デモは青色の部分 */
      left: 0;
      bottom: -34px;
      z-index: 1; }
    #content02 .content02_top h2 {
      font-size: 22px;
      color: #fff;
      margin: 0 0 40px;
      text-align: center; }
      #content02 .content02_top h2 ._01 {
        font-size: 22px; }
      #content02 .content02_top h2 ._02 {
        font-size: 32px; }
    #content02 .content02_top .inner {
      max-width: 100%; }
      #content02 .content02_top .inner .box {
        max-width: 100%;
        flex-basis: 100%; }
        #content02 .content02_top .inner .box h3 {
          max-width: 100%;
          padding: 16px 24px 16px 44px; }
  #content02 .content02_bottom {
    background: #FFF9F5;
    padding: 50px 0 115px;
    position: relative; }
    #content02 .content02_bottom::after {
      position: absolute;
      content: "";
      width: 100px;
      height: 120px;
      background: url("images/home/onayami_rakkun.png") no-repeat;
      background-position: center;
      background-size: 100px;
      display: block;
      right: auto;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      bottom: 0;
      margin-left: 0; }
    #content02 .content02_bottom p {
      font-size: 32px;
      font-weight: 700;
      color: #E95503;
      text-align: center;
      margin: 0;
      line-height: 1.2;
      display: block; }
      #content02 .content02_bottom p img {
        max-width: 225px;
        margin-right: 10px;
        height: 50px; } }
/* ---------------------------------------------------------------- */
/* #content03 */
/* ---------------------------------------------------------------- */
#content03 {
  position: relative;
  padding-bottom: 140px; }
  #content03::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 10vw solid #E95503;
    /* 三角を白にする */
    border-left: 100vw solid transparent; }
  #content03 .content03_rotate {
    content: "";
    position: absolute;
    width: 595px;
    height: 595px;
    right: 0;
    bottom: -50px; }
    #content03 .content03_rotate::before {
      position: absolute;
      content: "";
      width: 595px;
      height: 595px;
      display: block;
      background: url("images/home/rotate.png") no-repeat;
      background-position: center;
      background-size: 595px;
      animation: 10s linear infinite rotation1; }
    #content03 .content03_rotate img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%); }
  #content03 h2 {
    margin-bottom: 80px; }
    #content03 h2 span {
      font-size: 56px;
      color: #E95503; }
  #content03 .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 96px 40px; }
    #content03 .inner .box:nth-child(even) {
      padding-top: 55px; }
    #content03 .inner .box .imgbox {
      border-radius: 16px;
      margin-bottom: 24px;
      position: relative; }
      #content03 .inner .box .imgbox::before {
        content: "01";
        position: absolute;
        left: 10px;
        top: -30px;
        font-family: "Hind Vadodara", sans-serif;
        font-size: 56px;
        font-weight: 700;
        line-height: 1;
        width: 50px;
        height: 80px;
        color: #fff;
        display: block;
        text-shadow: 1px 1px 1px #E95503, -1px 1px 1px #E95503, 1px -1px 1px #E95503, 1px -1px 1px #E95503, 1px 0px 1px #E95503, 0px 1px 1px #E95503, -1px 0px 1px #E95503, 0px -1px 1px #E95503; }
      #content03 .inner .box .imgbox img {
        border-radius: 16px; }
    #content03 .inner .box .txtbox {
      padding-left: 40px;
      position: relative; }
      #content03 .inner .box .txtbox::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 211px;
        background: #E95503;
        top: -60px;
        left: 20px;
        display: block; }
      #content03 .inner .box .txtbox h3 {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 18px;
        color: #36357A; }
      #content03 .inner .box .txtbox p {
        font-size: 16px;
        font-weight: 400;
        margin: 0; }
    #content03 .inner .box._02 .imgbox::before {
      content: "02"; }
    #content03 .inner .box._03 .imgbox::before {
      content: "03"; }
    #content03 .inner .box._04 .imgbox::before {
      content: "04"; }
    #content03 .inner .box._05 .imgbox::before {
      content: "05"; }

@keyframes rotation1 {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@media screen and (min-width: 768px) and (max-width: 1400px) {
  #content03 .content03_rotate {
    right: -50px;
    width: 500px;
    height: 500px; }
    #content03 .content03_rotate::before {
      width: 500px;
      height: 500px;
      background: url("images/home/rotate.png") no-repeat;
      background-position: center;
      background-size: 500px; }
    #content03 .content03_rotate img {
      max-width: 250px; } }
@media screen and (max-width: 768px) {
  #content03 {
    padding-bottom: 163px; }
    #content03 .content03_rotate {
      right: -72px;
      bottom: -91px;
      width: 250px;
      height: 250px; }
      #content03 .content03_rotate::before {
        width: 250px;
        height: 250px;
        background: url("images/home/rotate.png") no-repeat;
        background-position: center;
        background-size: 250px; }
      #content03 .content03_rotate img {
        max-width: 130px; }
    #content03 h2 {
      margin-bottom: 63px; }
      #content03 h2 span {
        font-size: 42px; }
    #content03 .inner {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 70px 0; }
      #content03 .inner .box:nth-child(even) {
        padding-top: 0; }
      #content03 .inner .box .txtbox h3 {
        font-size: 22px;
        margin: 0 0 17px; } }
/* ---------------------------------------------------------------- */
/* #content04 */
/* ---------------------------------------------------------------- */
#content04 {
  background: #E95503; }
  #content04 h2 {
    color: #fff; }
  #content04 .inner {
    border-radius: 16px;
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 315px 1fr 1fr;
    gap: 0 16px;
    padding: 32px 24px 16px; }
    #content04 .inner .box {
      padding: 20px 0; }
      #content04 .inner .box .info_box {
        padding: 20px;
        min-height: 70px;
        border-radius: 4px;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        #content04 .inner .box .info_box p {
          font-size: 16px;
          font-weight: 500;
          margin: 0; }
          #content04 .inner .box .info_box p.w700 {
            font-weight: 700; }
        #content04 .inner .box .info_box.__center {
          justify-content: center; }
        #content04 .inner .box .info_box.g_box {
          background: #F8F8F8; }
        #content04 .inner .box .info_box.o_box {
          background: #FDEABD;
          justify-content: center; }
          #content04 .inner .box .info_box.o_box p {
            color: #E95503;
            text-align: center; }
      #content04 .inner .box.box02 {
        background: #FDEABD;
        border: #ED821C solid 1px;
        border-radius: 16px;
        padding: 20px 16px; }
        #content04 .inner .box.box02 .b_box, #content04 .inner .box.box02 .w_box {
          min-height: 60px;
          display: flex;
          justify-content: center;
          align-items: center; }
          #content04 .inner .box.box02 .b_box p, #content04 .inner .box.box02 .w_box p {
            font-size: 18px;
            margin: 0;
            text-align: center;
            font-weight: 700;
            color: #36357A; }
        #content04 .inner .box.box02 .w_box {
          background: #fff; }

@media screen and (max-width: 768px) {
  #content04 .scroll_wrapper {
    position: relative; }
    #content04 .scroll_wrapper .sc {
      overflow: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch; }
      #content04 .scroll_wrapper .sc .sc_inner {
        width: 940px; }
        #content04 .scroll_wrapper .sc .sc_inner .inner .box .info_box {
          padding: 21px; } }
/* ---------------------------------------------------------------- */
/* #content05 */
/* ---------------------------------------------------------------- */
#content05 {
  background: #FFF8F4; }
  #content05 .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    margin-bottom: 40px; }
    #content05 .inner._02 {
      grid-template-columns: repeat(3, 1fr);
      gap: 40px 20px; }
    #content05 .inner .box {
      border-radius: 16px;
      box-shadow: 0 3px 10px rgba(233, 85, 3, 0.16); }
      #content05 .inner .box a {
        width: 100%;
        height: 100%;
        display: block;
        text-decoration: none;
        color: #333;
        font-size: 16px;
        font-weight: 400;
        position: relative;
        background: #fff;
        border-radius: 16px; }
        #content05 .inner .box a::after {
          position: absolute;
          content: "";
          width: 48px;
          height: 48px;
          background: #E95503 url("images/home/svg/arrow_white.svg") no-repeat;
          background-position: center;
          background-size: 15px;
          display: block;
          bottom: 0;
          right: 0;
          border-radius: 16px 0 16px 0; }
        #content05 .inner .box a .imgbox {
          border-radius: 16px 16px 0 0;
          position: relative;
          width: 100%;
          padding-bottom: 59%;
          overflow: hidden;
          background: #fff; }
          #content05 .inner .box a .imgbox img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        #content05 .inner .box a .txtbox {
          _background: #fff;
          border-radius: 0 0 16px 16px;
          padding: 24px; }
          #content05 .inner .box a .txtbox h3 {
            font-size: 24px;
            font-weight: 700;
            margin: 0 0 10px;
            color: #36357A; }
      @media print, screen and (min-width: 768px) {
        #content05 .inner .box:hover a, #content05 .inner .box:focus a {
          color: #fff;
          background: #E95503; }
          #content05 .inner .box:hover a::after, #content05 .inner .box:focus a::after {
            background: #fff url("images/home/svg/hammenu_arrow.svg") no-repeat;
            background-position: center;
            background-size: 15px; }
          #content05 .inner .box:hover a .txtbox, #content05 .inner .box:focus a .txtbox {
            _background: #E95503; }
            #content05 .inner .box:hover a .txtbox h3, #content05 .inner .box:focus a .txtbox h3 {
              color: #fff; } }

@media screen and (max-width: 768px) {
  #content05 {
    background: #FFF8F4; }
    #content05 .inner {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 24px 0;
      margin-bottom: 24px; }
      #content05 .inner._02 {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px 0; } }
/* ---------------------------------------------------------------- */
/* #content06 */
/* ---------------------------------------------------------------- */
.content06inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px; }
  .content06inner .box {
    background: #E95503;
    border-radius: 8px;
    padding: 16px 16px 19px; }
    .content06inner .box h3 {
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      margin: 0 0 18px;
      text-align: center; }
    .content06inner .box .content06_info {
      background: linear-gradient(180deg, #fff 0%, #fff 24%, #FFF8F4 24%, #FFF8F4 100%);
      border-radius: 8px;
      padding: 12px 20px 25px; }
      .content06inner .box .content06_info .txt {
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 9px;
        text-align: center; }
      .content06inner .box .content06_info .imgbox {
        margin: 0 0 9px; }
        .content06inner .box .content06_info .imgbox img {
          margin: 0 auto;
          text-align: center;
          display: block; }
      .content06inner .box .content06_info .txt02 {
        font-size: 32px;
        font-weight: 700;
        color: #E95503;
        margin: 0 0 16px;
        text-align: center; }
        .content06inner .box .content06_info .txt02 span {
          font-size: 18px; }
      .content06inner .box .content06_info .txt03 {
        font-size: 16px;
        font-weight: 500;
        color: #36357A;
        margin: 0;
        text-align: center; }
      .content06inner .box .content06_info .content06_group {
        gap: 12px 0;
        display: grid;
        margin-bottom: 12px; }
        .content06inner .box .content06_info .content06_group .content06_groupbox {
          background: #FDEABD;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 25px; }
          .content06inner .box .content06_info .content06_group .content06_groupbox p {
            font-size: 18px;
            font-weight: 500;
            color: #36357A;
            margin: 0; }

@media screen and (max-width: 768px) {
  .content06inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0; } }
/* ---------------------------------------------------------------- */
/* .spfvSwiper */
/* ---------------------------------------------------------------- */
.spfvSwiper .sp-button-prev {
  display: none; }
.spfvSwiper .sp-button-next {
  display: none; }
.spfvSwiper .sp-pagination {
  display: none; }

@media screen and (max-width: 768px) {
  .spfvSwiper {
    display: block;
    gap: 0;
    padding-bottom: 75px; }
    .spfvSwiper .swiper-wrapper .swiper-slide {
      height: auto; }
      .spfvSwiper .swiper-wrapper .swiper-slide .box {
        height: 100%; }
    .spfvSwiper .sp-button-prev {
      width: 40px;
      height: 40px;
      display: block;
      background: url("images/home/svg/prev.svg") no-repeat;
      background-position: center;
      background-size: 40px;
      top: auto;
      bottom: 0;
      left: 50%;
      margin-top: 0;
      margin-left: -132px;
      z-index: 12; }
      .spfvSwiper .sp-button-prev::after {
        display: none; }
    .spfvSwiper .sp-button-next {
      width: 40px;
      height: 40px;
      display: block;
      background: url("images/home/svg/o_arrow.svg") no-repeat;
      background-position: center;
      background-size: 40px;
      top: auto;
      bottom: 0;
      left: 50%;
      right: auto;
      margin-top: 0;
      margin-left: 83px;
      z-index: 12; }
      .spfvSwiper .sp-button-next::after {
        display: none; }
    .spfvSwiper .sp-pagination {
      display: block; }
      .spfvSwiper .sp-pagination .swiper-pagination-bullet {
        margin: 0 8px;
        background: #DBDBDB;
        opacity: 1; }
        .spfvSwiper .sp-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #E95503; }

  .sub_container {
    max-width: 100%;
    padding: 0; } }
/* ---------------------------------------------------------------- */
/* #content07 */
/* ---------------------------------------------------------------- */
#content07 {
  background: #E95503; }
  #content07 h2 {
    color: #fff; }
  #content07 .inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 23px; }
    #content07 .inner .box {
      position: relative; }
      #content07 .inner .box::after {
        position: absolute;
        content: "";
        right: -20px;
        top: 100px;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 16px solid #fff;
        border-right: 0; }
      #content07 .inner .box .icon {
        position: absolute;
        top: 0;
        left: 30px;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F8B30E;
        border-radius: 50%; }
        #content07 .inner .box .icon p {
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          line-height: 1;
          margin: 0;
          text-align: center;
          font-family: "Hind Vadodara", sans-serif; }
          #content07 .inner .box .icon p span {
            font-size: 24px; }
      #content07 .inner .box .imgbox {
        width: 218px;
        height: 218px;
        border-radius: 50%;
        background: #fff;
        margin: 0 auto 16px; }
      #content07 .inner .box .txtbox h3 {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        text-align: center; }
      #content07 .inner .box:last-child::after {
        display: none; }

@media screen and (max-width: 768px) {
  #content07 {
    background: #E95503; }
    #content07 .inner {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 24px 0; }
      #content07 .inner .box::after {
        display: none; }
      #content07 .inner .box .icon {
        left: 60px; } }
/* ---------------------------------------------------------------- */
/* #content08 */
/* ---------------------------------------------------------------- */
#content08 {
  background: #FFF8F4; }
  #content08 .inner {
    display: block; }
    #content08 .inner .box {
      background: #fff;
      padding: 32px;
      display: grid;
      grid-template-columns: 300px 1fr;
      gap: 0 16px;
      box-shadow: 0 3px 10px rgba(233, 85, 3, 0.16);
      margin-bottom: 40px;
      border-radius: 16px; }
      #content08 .inner .box .txtbox h3 {
        font-size: 24px;
        font-weight: 700;
        color: #36357A;
        margin: 0 0 10px; }
      #content08 .inner .box .txtbox p {
        font-size: 16px;
        font-weight: 400;
        margin: 0; }

@media screen and (max-width: 768px) {
  #content08 .inner {
    display: flex; }
    #content08 .inner .box {
      display: block;
      padding: 20px; }
      #content08 .inner .box .imgbox {
        margin-bottom: 10px; } }
/* ---------------------------------------------------------------- */
/* #content09 */
/* ---------------------------------------------------------------- */
#content09 {
  background: #E95503;
  position: relative;
  z-index: 0; }
  #content09 p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 120px; }
  #content09::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("images/home/area_img.png") no-repeat;
    background-position: top right;
    background-size: 555px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: -1; }
  #content09 h2 {
    color: #fff;
    text-align: left; }
    #content09 h2 + p {
      max-width: 570px; }
  #content09 .accordion-container {
    margin-bottom: 0; }
    #content09 .accordion-container.area-accordion .accordion-list {
      background: #fff;
      border-radius: 16px;
      padding: 0;
      margin-bottom: 0; }
      #content09 .accordion-container.area-accordion .accordion-list .accordion-title {
        padding: 24px;
        font-size: 24px;
        font-weight: 700;
        color: #36357A; }
        #content09 .accordion-container.area-accordion .accordion-list .accordion-title::before {
          display: none; }
        #content09 .accordion-container.area-accordion .accordion-list .accordion-title::after {
          position: absolute;
          content: '';
          top: 27px;
          right: 22px;
          height: 30px;
          width: 30px;
          background: url("images/home/svg/plus.svg") no-repeat;
          background-position: center;
          background-size: 27px;
          transition: all .3s ease-in-out; }
        #content09 .accordion-container.area-accordion .accordion-list .accordion-title.open::after {
          transform: rotate(180deg) !important;
          background: url("images/home/svg/minus.svg") no-repeat;
          background-position: center;
          background-size: 27px; }
      #content09 .accordion-container.area-accordion .accordion-list .accordion-text {
        padding: 25px 32px;
        position: relative;
        font-size: 16px;
        background: #FFF8F4;
        border-radius: 0 0 16px 16px; }
        #content09 .accordion-container.area-accordion .accordion-list .accordion-text::before {
          display: none; }
        #content09 .accordion-container.area-accordion .accordion-list .accordion-text .a_text {
          font-size: 16px;
          font-weight: 500;
          margin: 0;
          color: #333; }

@media screen and (max-width: 1050px) {
  #content09 {
    padding-top: 257px; }
    #content09::before {
      background-size: 360px; }
    #content09 h2 + p {
      max-width: unset;
      width: 100%; }
    #content09 p {
      margin: 0 0 60px; }
    #content09 .accordion-container.area-accordion .accordion-list .accordion-title {
      padding: 16px 70px 16px 16px;
      font-size: 20px; } }
/* ---------------------------------------------------------------- */
/* #content10 */
/* ---------------------------------------------------------------- */
#content10 {
  background: #FFF8F4; }
  #content10 .inner {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 0 24px; }
    #content10 .inner .imgbox {
      border-radius: 16px; }
      #content10 .inner .imgbox img {
        border-radius: 16px; }
  #content10 .googlemap {
    border-radius: 16px; }

@media screen and (max-width: 768px) {
  #content10 .inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px 0; } }
/* ---------------------------------------------------------------- */
/* #content11 */
/* ---------------------------------------------------------------- */
#content11 {
  background: #E95503; }
  #content11 h2 {
    color: #fff; }
  #content11.service_qa {
    background: #FFF8F4; }
    #content11.service_qa h2 {
      color: #36357A; }

.accordion-container {
  margin: 40px auto;
  width: 100%; }
  .accordion-container .accordion-list {
    background: #fff;
    margin-bottom: 30px;
    padding: 28px 40px 28px 50px;
    border-radius: 8px; }
    .accordion-container .accordion-list::first-child {
      margin-top: 10px; }
    .accordion-container .accordion-list .accordion-title {
      cursor: pointer;
      position: relative;
      padding: 0 0 0 40px; }
      .accordion-container .accordion-list .accordion-title::before {
        position: absolute;
        content: "Q";
        font-size: 24px;
        font-weight: bold;
        color: #E95503;
        left: 0px;
        top: -9px; }
      .accordion-container .accordion-list .accordion-title::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        height: 25px;
        width: 25px;
        background: url("images/home/svg/faq_plass.svg") no-repeat;
        background-position: center;
        background-size: 22px;
        transition: all .3s ease-in-out; }
      .accordion-container .accordion-list .accordion-title h3 {
        font-size: 18px;
        font-weight: 700;
        color: #36357A;
        margin: 0; }
      .accordion-container .accordion-list .accordion-title.open {
        border-bottom: #EFEFEF solid 1px;
        padding-bottom: 25px; }
        .accordion-container .accordion-list .accordion-title.open::after {
          background: url("images/home/svg/faq_minus.svg") no-repeat;
          background-position: center;
          background-size: 22px; }
    .accordion-container .accordion-list .accordion-text {
      display: none;
      padding: 18px 0 0 40px;
      position: relative; }
      .accordion-container .accordion-list .accordion-text::before {
        position: absolute;
        content: "A";
        font-size: 24px;
        font-weight: 700;
        color: #E95503;
        left: 0;
        top: 13px; }
      .accordion-container .accordion-list .accordion-text .a_text {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        color: #012445; }

@media screen and (max-width: 768px) {
  .accordion-container .accordion-list {
    padding: 18px 20px; }
    .accordion-container .accordion-list .accordion-title {
      padding: 0 40px; }
      .accordion-container .accordion-list .accordion-title::after {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
      .accordion-container .accordion-list .accordion-title h3 {
        font-size: 18px; }
      .accordion-container .accordion-list .accordion-title.open::after {
        margin-top: -7px; } }
/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
/* ---------------------------- */
/* TOP投稿　アニメーション */
/* ---------------------------- */
.top-postListWrap .postBox:nth-child(2) {
  transition-delay: 0.2s; }
.top-postListWrap .postBox:nth-child(3) {
  transition-delay: 0.3s; }
.top-postListWrap .postBox:nth-child(4) {
  transition-delay: 0.4s; }

/* ---------------------------- */
/* 作業事例 */
/* ---------------------------- */
.caseBox {
  margin-bottom: 40px; }
  .caseBox a {
    text-decoration: none;
    color: #333;
    width: 100%;
    height: 100%;
    display: block; }
    .caseBox a .case_inner .caseImg {
      margin-bottom: 24px; }
      .caseBox a .case_inner .caseImg .b_aWrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 40px; }
        .caseBox a .case_inner .caseImg .b_aWrap .b_aBox {
          border-radius: 16px;
          position: relative;
          padding-bottom: 60%;
          overflow: hidden;
          width: 100%; }
          .caseBox a .case_inner .caseImg .b_aWrap .b_aBox::before {
            content: "Before";
            position: absolute;
            width: 100px;
            height: 37px;
            border-radius: 16px 0 16px 0;
            background: #F8B30E;
            font-size: 20px;
            font-weight: 400;
            font-family: "Hind Vadodara", sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            z-index: 1; }
          .caseBox a .case_inner .caseImg .b_aWrap .b_aBox.caseAfter::before {
            content: "After";
            background: #E95503; }
          .caseBox a .case_inner .caseImg .b_aWrap .b_aBox img {
            border-radius: 16px;
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover; }
            .caseBox a .case_inner .caseImg .b_aWrap .b_aBox img:hover {
              opacity: 1; }
          .caseBox a .case_inner .caseImg .b_aWrap .b_aBox.caseBefore::after {
            position: absolute;
            content: "";
            right: -30px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            width: 0;
            height: 0;
            border-style: solid;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 16px solid #36357A;
            border-right: 0; }
    .caseBox a .headlineWrap h3 {
      margin: 0 0 14px;
      font-size: 24px;
      font-weight: 700; }
    .caseBox a .headlineWrap .headline_box {
      display: flex;
      gap: 0 17px;
      margin-bottom: 17px; }
      .caseBox a .headlineWrap .headline_box .catList {
        list-style: none;
        padding: 0;
        margin: 0; }
        .caseBox a .headlineWrap .headline_box .catList li {
          border: #36357A solid 1px;
          border-radius: 19px;
          height: 38px; }
          .caseBox a .headlineWrap .headline_box .catList li a {
            width: 100%;
            height: 100%;
            font-size: 16px;
            font-weight: 500;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #36357A;
            padding: 0 20px; }
    .caseBox a .caseData {
      background: #FFF8F4;
      border-radius: 16px;
      padding: 24px;
      margin-bottom: 15px; }
      .caseBox a .caseData .caseDataInner {
        display: grid;
        grid-template-columns: 300px 1fr;
        gap: 0 19px;
        margin-bottom: 18px; }
        .caseBox a .caseData .caseDataInner .caseDataL {
          border-right: #E95503 solid 1px; }
          .caseBox a .caseData .caseDataInner .caseDataL .caseCost {
            display: flex;
            align-items: center;
            gap: 17px 12px; }
            .caseBox a .caseData .caseDataInner .caseDataL .caseCost .dataName {
              font-size: 16px;
              font-weight: 500; }
            .caseBox a .caseData .caseDataInner .caseDataL .caseCost p {
              font-size: 24px;
              font-weight: 700;
              color: #E95503;
              margin: 0; }
          .caseBox a .caseData .caseDataInner .caseDataL .caseTime {
            display: flex;
            align-items: center;
            gap: 17px 12px; }
            .caseBox a .caseData .caseDataInner .caseDataL .caseTime .dataName {
              font-size: 16px;
              font-weight: 500; }
            .caseBox a .caseData .caseDataInner .caseDataL .caseTime p {
              font-size: 18px;
              font-weight: 500;
              margin: 0; }
        .caseBox a .caseData .caseDataInner .caseDataR .caseItemList .dataName {
          font-size: 16px;
          font-weight: 500;
          margin: 0 0 9px;
          display: block; }
        .caseBox a .caseData .caseDataInner .caseDataR .caseItemList p {
          font-size: 16px;
          font-weight: 400;
          margin: 0; }
      .caseBox a .caseData .caseStaffComment {
        background: #fff;
        padding: 20px;
        border-radius: 16px; }
        .caseBox a .caseData .caseStaffComment .StaffCommentHeadline {
          font-size: 24px;
          font-weight: 700;
          margin: 0 0 14px;
          color: #36357A;
          display: flex;
          align-items: center; }
          .caseBox a .caseData .caseStaffComment .StaffCommentHeadline img {
            margin-right: 6px; }
    .caseBox a .view {
      font-size: 16px;
      font-weight: 700;
      display: block;
      text-align: right;
      color: #36357A; }
      .caseBox a .view img {
        margin-left: 8px; }

@media screen and (max-width: 768px) {
  .caseBox {
    margin-bottom: 35px; }
    .caseBox a .case_inner {
      display: flex;
      flex-direction: column-reverse;
      margin-bottom: 16px; }
      .caseBox a .case_inner .caseImg {
        margin-bottom: 0; }
        .caseBox a .case_inner .caseImg .b_aWrap {
          display: grid;
          grid-template-columns: repeat(1, 1fr);
          gap: 32px 0; }
          .caseBox a .case_inner .caseImg .b_aWrap .b_aBox::before {
            width: 77px;
            height: 28px;
            background: #F8B30E; }
          .caseBox a .case_inner .caseImg .b_aWrap .b_aBox.caseBefore::after {
            position: absolute;
            content: "";
            right: auto;
            bottom: -25px;
            left: 50%;
            top: auto;
            transform: translateY(0%) translateX(-50%);
            -webkit-transform: translateY(0%) translateX(-50%);
            width: 0;
            height: 0;
            border-style: solid;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            border-top: 16px solid #36357A;
            border-bottom: 0; }
    .caseBox a .caseData {
      background: #FFF8F4;
      padding: 24px 20px; }
      .caseBox a .caseData .caseDataInner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px 0;
        margin-bottom: 27px; }
        .caseBox a .caseData .caseDataInner .caseDataL {
          border-right: none;
          border-bottom: #E95503 solid 1px; }
          .caseBox a .caseData .caseDataInner .caseDataL .caseCost {
            display: flex;
            align-items: center;
            gap: 0 12px;
            padding-bottom: 17px; }
            .caseBox a .caseData .caseDataInner .caseDataL .caseCost .dataName {
              font-size: 16px;
              font-weight: 500; }
            .caseBox a .caseData .caseDataInner .caseDataL .caseCost p {
              font-size: 24px;
              font-weight: 700;
              color: #E95503;
              margin: 0; }
          .caseBox a .caseData .caseDataInner .caseDataL .caseTime {
            display: flex;
            align-items: center;
            gap: 0 12px;
            padding-bottom: 17px; }
            .caseBox a .caseData .caseDataInner .caseDataL .caseTime .dataName {
              font-size: 16px;
              font-weight: 500; }
            .caseBox a .caseData .caseDataInner .caseDataL .caseTime p {
              font-size: 18px;
              font-weight: 500;
              margin: 0; }
        .caseBox a .caseData .caseDataInner .caseDataR .caseItemList .dataName {
          font-size: 16px;
          font-weight: 500;
          margin: 0 0 9px;
          display: block; }
        .caseBox a .caseData .caseDataInner .caseDataR .caseItemList p {
          font-size: 16px;
          font-weight: 400;
          margin: 0; }
      .caseBox a .caseData .caseStaffComment {
        background: #fff;
        padding: 20px;
        border-radius: 16px; } }
/* ---------------------------- */
/* 作業事例一覧 */
/* ---------------------------- */
#caseCatList #mainCnt {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #FFF8F4 50%, #FFF8F4 100%); }

.post-type-archive-case .cta_bg #ctaArea {
  background: linear-gradient(180deg, #FFF8F4 0%, #FFF8F4 50%, #fff 50%, #fff 100%); }

#caseList {
  background: linear-gradient(180deg, #fff 0%, #fff 4%, #FFF8F4 4%, #FFF8F4 100%); }
  #caseList.columnList {
    background: #fff; }

.heading {
  border: #36357A solid 2px;
  background: #fff;
  position: relative;
  z-index: 0;
  margin-bottom: 130px; }
  .heading::before {
    position: absolute;
    width: 12px;
    height: 100%;
    background: #36357A;
    top: 5px;
    right: -12px;
    display: block;
    content: "";
    z-index: -1; }
  .heading::after {
    position: absolute;
    width: 100%;
    height: 12px;
    background: #36357A;
    bottom: -12px;
    left: 12px;
    display: block;
    content: "";
    z-index: -1; }
  .heading .heading_inner {
    padding: 29px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: url("images/common/case/case_icon01.png") no-repeat;
    background-size: 143px;
    background-position: bottom left;
    position: relative; }
    .heading .heading_inner::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      background: url("images/common/case/case_icon02.png") no-repeat;
      background-size: 159px;
      background-position: bottom right;
      z-index: -1; }
    .heading .heading_inner .headingtxt, .heading .heading_inner .headingtxt02 {
      font-size: 24px;
      font-weight: 700;
      color: #36357A;
      margin: 0;
      line-height: 1.67;
      text-align: center; }
  .heading._02 .heading_inner .headingtxt {
    margin-bottom: 40px; }
  .heading._02 .heading_inner .headingbtn {
    background: #36357A;
    width: 346px;
    height: 64px;
    position: relative; }
    .heading._02 .heading_inner .headingbtn a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      .heading._02 .heading_inner .headingbtn a img {
        max-width: 226px; }
    .heading._02 .heading_inner .headingbtn .balloon3 {
      position: absolute;
      top: -55px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 1.5em 0;
      padding: 0 5px;
      width: 170px;
      height: 36px;
      background: #ED821C;
      border-radius: 18px;
      box-sizing: border-box; }
      .heading._02 .heading_inner .headingbtn .balloon3 p {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        margin: 0; }
      .heading._02 .heading_inner .headingbtn .balloon3::after {
        position: absolute;
        content: "";
        bottom: -10px;
        width: 0;
        z-index: -1;
        height: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        border-style: solid;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 17px solid #ed821c;
        border-bottom: 0; }

.category_title {
  font-size: 24px;
  font-weight: 700;
  text-align: center !important;
  color: #36357A;
  margin: 0 0 30px; }

.category_case {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px 12px;
  margin-bottom: 50px; }
  .category_case .categorybox {
    width: auto;
    height: 62px;
    background: #F8B30E;
    border-radius: 7px;
    border: #F8B30E solid 1px; }
    .category_case .categorybox a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: #fff;
      font-size: 14px;
      font-weight: 500; }
    @media print, screen and (min-width: 768px) {
      .category_case .categorybox:hover, .category_case .categorybox:focus {
        background: #fff; }
        .category_case .categorybox:hover a, .category_case .categorybox:focus a {
          color: #F8B30E; } }

@media screen and (max-width: 768px) {
  .heading {
    margin-bottom: 82px; }
    .heading::before {
      width: 7px;
      top: 5px;
      right: -7px; }
    .heading::after {
      left: 7px; }
    .heading .heading_inner {
      padding: 32px 0 40px;
      background: url("images/common/case/case_icon01.png") no-repeat;
      background-size: 82px;
      background-position: bottom left -14px; }
      .heading .heading_inner::after {
        background: url("images/common/case/case_icon02.png") no-repeat;
        background-size: 80px;
        background-position: bottom right -15px; }
      .heading .heading_inner .headingtxt, .heading .heading_inner .headingtxt02 {
        font-size: 18px; }
    .heading._02 .heading_inner {
      padding: 32px 25px; }
      .heading._02 .heading_inner .headingtxt {
        font-size: 14px;
        margin-bottom: 45px; }
      .heading._02 .heading_inner .headingbtn {
        background: #36357A;
        width: 280px;
        height: 52px;
        position: relative;
        z-index: -1; }
        .heading._02 .heading_inner .headingbtn a img {
          max-width: 188px; }
    .heading._03 .heading_inner .headingtxt {
      font-size: 16px; }
    .heading._03 .heading_inner .headingtxt02 {
      font-size: 16px; }

  .category_title {
    font-size: 18px;
    margin: 0 0 16px; }

  .category_case {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 24px;
    margin-bottom: 29px; }
    .category_case .categorybox {
      height: 42px; }
      .category_case .categorybox a {
        font-size: 12px; } }
.case-postListWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 90px; }
  .case-postListWrap .postBox {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16); }
    .case-postListWrap .postBox a {
      width: 100%;
      height: 100%;
      display: block;
      color: #333;
      text-decoration: none;
      padding: 32px 20px; }
      .case-postListWrap .postBox a .thumbnail {
        border-radius: 16px;
        position: relative;
        width: 100%;
        padding-bottom: 60%;
        overflow: hidden;
        margin-bottom: 24px; }
        .case-postListWrap .postBox a .thumbnail img {
          border-radius: 16px;
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .case-postListWrap .postBox a .permalinkWrap .tll {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 22px; }
      .case-postListWrap .postBox a .permalinkWrap .headline_box {
        display: flex;
        margin-bottom: 17px; }
        .case-postListWrap .postBox a .permalinkWrap .headline_box .catList {
          list-style: none;
          margin: 0;
          padding: 0; }
          .case-postListWrap .postBox a .permalinkWrap .headline_box .catList li {
            width: auto;
            display: inline-block;
            border-radius: 19px;
            border: #36357A solid 1px;
            height: 38px;
            margin: 0 10px; }
            .case-postListWrap .postBox a .permalinkWrap .headline_box .catList li:first-child {
              margin-left: 0; }
            .case-postListWrap .postBox a .permalinkWrap .headline_box .catList li a {
              width: 100%;
              height: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
              font-size: 16px;
              font-weight: 500;
              text-decoration: none;
              color: #36357A;
              line-height: 1.6;
              padding: 0 10px; }
      .case-postListWrap .postBox a .permalinkWrap .caseCost {
        margin: 0 0 26px;
        display: flex;
        align-items: center;
        gap: 0 13px; }
        .case-postListWrap .postBox a .permalinkWrap .caseCost p {
          margin: 0;
          font-size: 24px;
          font-weight: 700;
          color: #E95503; }
        .case-postListWrap .postBox a .permalinkWrap .caseCost span {
          font-size: 16px;
          color: #333; }
      .case-postListWrap .postBox a .permalinkWrap .arrow {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        color: #36357A;
        padding-right: 35px;
        position: relative;
        text-align: right; }
        .case-postListWrap .postBox a .permalinkWrap .arrow::after {
          content: "";
          position: absolute;
          width: 28px;
          height: 28px;
          background: url("images/home/svg/colum_arrow_right.svg") no-repeat;
          background-position: center;
          background-size: 28px;
          display: block;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%); }

@media screen and (max-width: 768px) {
  .case-postListWrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
    margin-bottom: 60px; }
    .case-postListWrap .postBox a {
      padding: 30px 20px; }
      .case-postListWrap .postBox a .permalinkWrap .tll {
        font-size: 18px;
        margin: 0 0 20px; } }
/* ---------------------------- */
/* 作業事例詳細ページ */
/* ---------------------------- */
.casePage {
  padding-bottom: 120px; }
  .casePage time {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 8px; }
    .casePage time img {
      margin-right: 4px; }
  .casePage .case_title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 20px; }
  .casePage .headline_box {
    display: flex;
    gap: 20px;
    margin-bottom: 30px; }
    .casePage .headline_box ul {
      display: inline-block;
      margin: 0; }
      .casePage .headline_box ul li {
        display: inline-block;
        width: auto;
        height: 38px;
        border: #36357A solid 1px;
        border-radius: 19px;
        margin-bottom: 0; }
        .casePage .headline_box ul li a {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 16px;
          font-weight: 500;
          color: #36357A;
          line-height: 1.6;
          text-decoration: none;
          padding: 0 19px; }
  .casePage .b_aWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    margin-bottom: 60px; }
    .casePage .b_aWrap .b_aBox {
      border-radius: 16px;
      position: relative; }
      .casePage .b_aWrap .b_aBox::before {
        content: "Before";
        position: absolute;
        width: 100px;
        height: 37px;
        border-radius: 16px 0 16px 0;
        background: #F8B30E;
        font-size: 20px;
        font-weight: 400;
        font-family: "Hind Vadodara", sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff; }
      .casePage .b_aWrap .b_aBox.caseAfter::before {
        content: "After";
        background: #E95503; }
      .casePage .b_aWrap .b_aBox.caseBefore::after {
        position: absolute;
        content: "";
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 16px solid #36357A;
        border-right: 0; }
      .casePage .b_aWrap .b_aBox img {
        border-radius: 16px; }
  .casePage .single_case_content {
    margin-bottom: 32px; }
    .casePage .single_case_content._02 {
      margin-bottom: 48px; }
    .casePage .single_case_content h2.titleh2 {
      margin-bottom: 32px; }
    .casePage .single_case_content .single_case_txt {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.6;
      margin: 0; }
    .casePage .single_case_content .caseDataInner {
      background: #FFF8F4;
      border-radius: 16px;
      padding: 24px;
      margin-top: 24px;
      display: grid;
      grid-template-columns: 300px 1fr; }
      .casePage .single_case_content .caseDataInner .caseDataL {
        border-right: #ED821C solid 1px; }
        .casePage .single_case_content .caseDataInner .caseDataL .caseCost, .casePage .single_case_content .caseDataInner .caseDataL .caseTime {
          display: flex;
          align-items: center;
          gap: 0 12px; }
          .casePage .single_case_content .caseDataInner .caseDataL .caseCost h2, .casePage .single_case_content .caseDataInner .caseDataL .caseTime h2 {
            font-size: 16px;
            font-weight: 500;
            margin: 0;
            line-height: 1.3; }
          .casePage .single_case_content .caseDataInner .caseDataL .caseCost p, .casePage .single_case_content .caseDataInner .caseDataL .caseTime p {
            margin: 0; }
        .casePage .single_case_content .caseDataInner .caseDataL .caseCost {
          margin-bottom: 20px; }
          .casePage .single_case_content .caseDataInner .caseDataL .caseCost p {
            font-size: 24px;
            font-weight: 700;
            color: #E95503;
            line-height: 1.3; }
      .casePage .single_case_content .caseDataInner .caseItemList {
        padding-left: 14px; }
        .casePage .single_case_content .caseDataInner .caseItemList .dataName {
          font-size: 16px;
          font-weight: 500;
          margin: 0 0 9px;
          line-height: 1.3; }
        .casePage .single_case_content .caseDataInner .caseItemList p {
          font-weight: 400;
          font-size: 16px;
          margin: 0; }
  .casePage .caseStaffComment {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0 12px;
    margin-bottom: 50px; }
    .casePage .caseStaffComment .caseStaff_txtbox {
      background: #FFF8F5;
      border-radius: 16px;
      padding: 20px; }
      .casePage .caseStaffComment .caseStaff_txtbox h2 {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 14px;
        color: #36357A; }
      .casePage .caseStaffComment .caseStaff_txtbox p {
        font-size: 16px;
        font-size: 400;
        margin: 0; }

@media screen and (max-width: 768px) {
  .casePage {
    padding-bottom: 60px; }
    .casePage .case_title {
      font-size: 30px; }
    .casePage .headline_box {
      gap: 16px; }
    .casePage .b_aWrap {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 32px 0;
      margin-bottom: 48px; }
      .casePage .b_aWrap::before {
        width: 77px;
        height: 28px; }
      .casePage .b_aWrap .b_aBox.caseBefore::after {
        position: absolute;
        content: "";
        right: auto;
        bottom: -25px;
        left: 50%;
        top: auto;
        transform: translateY(0%) translateX(-50%);
        -webkit-transform: translateY(0%) translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 16px solid #36357A;
        border-bottom: 0; }
    .casePage .single_case_content._02 {
      margin-bottom: 97px; }
    .casePage .single_case_content .caseDataInner {
      padding: 24px 20px;
      display: block; }
      .casePage .single_case_content .caseDataInner .caseDataL {
        border-right: none;
        border-bottom: #ED821C solid 1px;
        padding-bottom: 17px; }
      .casePage .single_case_content .caseDataInner .caseItemList {
        padding-left: 0;
        padding-top: 17px; }
    .casePage .caseStaffComment {
      display: block;
      position: relative;
      margin-bottom: 40px; }
      .casePage .caseStaffComment .caseStaff_imgbox {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        top: -55px; }
        .casePage .caseStaffComment .caseStaff_imgbox img {
          max-width: 80px; }
      .casePage .caseStaffComment .caseStaff_txtbox {
        padding: 32px 20px 46px; }
        .casePage .caseStaffComment .caseStaff_txtbox h2 {
          font-size: 22px;
          margin: 0 0 13px; } }
/* ---------------------------- */
/* 詳細ページ　pagelink */
/* ---------------------------- */
.post_link_pn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 90px; }
  .post_link_pn_box a {
    display: block;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    padding: 20px 15px 52px;
    text-align: center;
    color: #36357A;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #fff;
    white-space: nowrap;
    /* テキストを1行に制限 */
    overflow: hidden;
    /* はみ出した部分を非表示 */
    text-overflow: ellipsis;
    /* 省略記号「...」を表示 */ }
    .post_link_pn_box a:hover, .post_link_pn_box a:focus {
      color: #36357A !important; }
  @media (max-width: 767px) {
    .post_link_pn_box a {
      padding: 4px 15px 55px;
      height: 0;
      overflow: hidden;
      background: #fff; }
      .post_link_pn_box a::after {
        color: #222222; } }
  .post_link_pn_box .previous_post_box {
    width: calc( 50% - 60px );
    border-radius: 4px; }
    .post_link_pn_box .previous_post_box a::after {
      content: '前の記事へ';
      position: absolute;
      bottom: 15px;
      color: #E95503;
      left: 50%;
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      background: url("images/home/svg/prev.svg") no-repeat;
      background-size: 28px;
      padding: 5px 35px;
      background-position: top 4px left 0;
      margin-left: -65px; }
  .post_link_pn_box .next_post_box {
    width: calc( 50% - 60px );
    border-radius: 4px; }
    .post_link_pn_box .next_post_box a::after {
      content: '次の記事へ';
      position: absolute;
      bottom: 15px;
      color: #E95503;
      left: 50%;
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      background: url("images/home/svg/o_arrow.svg") no-repeat;
      background-size: 28px;
      padding: 5px 35px;
      background-position: top 4px right 0;
      margin-left: -65px; }
  .post_link_pn_box._column {
    padding: 0; }

@media screen and (max-width: 768px) {
  .post_link_pn_box {
    padding: 0; }
    .post_link_pn_box .previous_post_box {
      margin-bottom: 20px;
      width: 100%;
      height: 78px; }
      .post_link_pn_box .previous_post_box a {
        padding: 15px 40px;
        height: 100%; }
        .post_link_pn_box .previous_post_box a::after {
          bottom: 10px; }
    .post_link_pn_box .next_post_box {
      width: 100%;
      height: 78px; }
      .post_link_pn_box .next_post_box a {
        padding: 15px 40px;
        height: 100%; }
        .post_link_pn_box .next_post_box a::after {
          bottom: 10px; }

  .sp_hide {
    display: none !important; } }
/* ---------------------------- */
/* お役立ち情報 */
/* ---------------------------- */
.columnfvSwiper {
  padding-bottom: 10px; }
  .columnfvSwiper .swiper-wrapper .swiper-slide {
    height: auto; }
    .columnfvSwiper .swiper-wrapper .swiper-slide .box {
      height: 100%; }
      .columnfvSwiper .swiper-wrapper .swiper-slide .box .postBox {
        border-radius: 16px;
        box-shadow: 0 3px 10px rgba(233, 85, 3, 0.16);
        padding: 12px 12px 24px;
        position: relative; }
        .columnfvSwiper .swiper-wrapper .swiper-slide .box .postBox::after {
          position: absolute;
          content: "";
          width: 40px;
          height: 40px;
          border-radius: 16px 0 16px 0;
          background: #E95503 url("images/home/svg/arrow_white.svg") no-repeat;
          background-position: center;
          background-size: 13px;
          display: block;
          bottom: 0;
          right: 0; }
        .columnfvSwiper .swiper-wrapper .swiper-slide .box .postBox a {
          text-decoration: none;
          width: 100%;
          height: 100%;
          font-size: 16px;
          font-weight: 400;
          color: #333; }
          .columnfvSwiper .swiper-wrapper .swiper-slide .box .postBox a .thumbnail {
            position: relative;
            width: 100%;
            height: 100%;
            padding-bottom: 60%;
            margin-bottom: 15px;
            border-radius: 12px;
            overflow: hidden; }
            .columnfvSwiper .swiper-wrapper .swiper-slide .box .postBox a .thumbnail img {
              position: absolute;
              width: 100%;
              height: 100%;
              object-fit: cover; }
          .columnfvSwiper .swiper-wrapper .swiper-slide .box .postBox a .permalinkWrap object {
            margin-bottom: 10px;
            display: inline-block;
            height: 24px; }
            .columnfvSwiper .swiper-wrapper .swiper-slide .box .postBox a .permalinkWrap object a {
              border: #E95503 solid 1px;
              border-radius: 12px;
              font-size: 12px;
              font-weight: 500;
              background: #fff;
              color: #E95503;
              width: 100%;
              height: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 2px 15px 0;
              line-height: 2; }
          .columnfvSwiper .swiper-wrapper .swiper-slide .box .postBox a .permalinkWrap .limited-text {
            margin: 0 0 36px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            min-height: 75px; }
          .columnfvSwiper .swiper-wrapper .swiper-slide .box .postBox a .permalinkWrap time {
            font-size: 12px;
            font-weight: 400; }
        @media print, screen and (min-width: 768px) {
          .columnfvSwiper .swiper-wrapper .swiper-slide .box .postBox:hover, .columnfvSwiper .swiper-wrapper .swiper-slide .box .postBox:focus {
            background: #E95503; }
            .columnfvSwiper .swiper-wrapper .swiper-slide .box .postBox:hover::after, .columnfvSwiper .swiper-wrapper .swiper-slide .box .postBox:focus::after {
              background: #fff url("images/home/svg/hammenu_arrow.svg") no-repeat;
              background-position: center;
              background-size: 13px; }
            .columnfvSwiper .swiper-wrapper .swiper-slide .box .postBox:hover a, .columnfvSwiper .swiper-wrapper .swiper-slide .box .postBox:focus a {
              color: #fff; } }
  .columnfvSwiper .column-button-prev {
    width: 50px;
    height: 50px;
    display: block;
    background: url("images/home/svg/colum_arrow_left.svg") no-repeat;
    background-position: center;
    background-size: 46px;
    z-index: 12;
    left: 100px; }
    .columnfvSwiper .column-button-prev::after {
      display: none; }
  .columnfvSwiper .column-button-next {
    width: 50px;
    height: 50px;
    display: block;
    background: url("images/home/svg/colum_arrow_right.svg") no-repeat;
    background-position: center;
    background-size: 46px;
    z-index: 12;
    right: 100px; }
    .columnfvSwiper .column-button-next::after {
      display: none; }
  .columnfvSwiper .column-pagination {
    display: none; }

@media screen and (max-width: 768px) {
  .columnfvSwiper {
    padding-bottom: 75px; }
    .columnfvSwiper .column-button-prev {
      top: auto;
      bottom: 0;
      left: 50%;
      margin-top: 0;
      margin-left: -125px; }
    .columnfvSwiper .column-button-next {
      top: auto;
      bottom: 0;
      left: 50%;
      right: auto;
      margin-top: 0;
      margin-left: 75px;
      z-index: 12; }
    .columnfvSwiper .column-pagination {
      display: block; }
      .columnfvSwiper .column-pagination .swiper-pagination-bullet {
        margin: 0 8px;
        background: #DBDBDB;
        opacity: 1; }
        .columnfvSwiper .column-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #E95503; } }
/* ---------------------------- */
/* お役立ち情報一覧 */
/* ---------------------------- */
.columnCatList-postListWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
  margin-bottom: 120px; }
  .columnCatList-postListWrap .postBox a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    display: block; }
    .columnCatList-postListWrap .postBox a .thumbnail {
      position: relative;
      width: 100%;
      padding-bottom: 60%;
      margin-bottom: 24px;
      border-radius: 16px;
      overflow: hidden; }
      .columnCatList-postListWrap .postBox a .thumbnail img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px; }
    .columnCatList-postListWrap .postBox a .permalinkWrap .cat {
      display: flex;
      align-items: center;
      gap: 0 25px;
      margin-bottom: 17px; }
      .columnCatList-postListWrap .postBox a .permalinkWrap .cat time {
        font-size: 16px;
        font-weight: 700;
        color: #36357A; }
      .columnCatList-postListWrap .postBox a .permalinkWrap .cat object {
        display: inline-block;
        height: 38px; }
        .columnCatList-postListWrap .postBox a .permalinkWrap .cat object a {
          border: #36357A solid 1px;
          border-radius: 19px;
          font-size: 16px;
          font-weight: 500;
          background: #fff;
          color: #36357A;
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 0 14px;
          line-height: 2; }
    .columnCatList-postListWrap .postBox a .limited-text {
      margin: 0; }

@media screen and (max-width: 768px) {
  .columnCatList-postListWrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
    margin-bottom: 60px; }
    .columnCatList-postListWrap .postBox a .thumbnail {
      padding-bottom: 205px; } }
/* ---------------------------- */
/* お役立ち情報詳細 */
/* ---------------------------- */
.single-column main {
  overflow: visible; }

#column_inner {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 0 60px;
  margin: 40px 0 90px;
  position: relative; }

.column_leftArea {
  overflow: hidden; }
  .column_leftArea h1 {
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 16px;
    line-height: 1.6;
    color: #333; }
  .column_leftArea img {
    margin: 0 auto 20px;
    text-align: center;
    display: block; }
  .column_leftArea .columnflex {
    display: flex;
    gap: 0 16px;
    margin-bottom: 25px;
    align-items: center; }
    .column_leftArea .columnflex time {
      font-size: 16px;
      font-weight: 700;
      color: #36357A; }
    .column_leftArea .columnflex object {
      width: auto;
      height: 37px;
      border: #36357A solid 1px;
      border-radius: 19px; }
      .column_leftArea .columnflex object a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        color: #36357A;
        text-decoration: none;
        padding: 8px 14px; }
  .column_leftArea .thumbnail {
    border-radius: 16px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden; }
    .column_leftArea .thumbnail img {
      border-radius: 16px;
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.column_side {
  position: relative; }
  .column_side .column_side_cta_sticky {
    position: sticky;
    top: 150px;
    z-index: 1; }
  .column_side .column_side_cta {
    border: #36357A solid 2px;
    border-radius: 16px;
    margin-bottom: 30px; }
    .column_side .column_side_cta .column_side_cta_top {
      padding: 14px;
      background: #fff;
      border-radius: 16px 16px 0 0; }
      .column_side .column_side_cta .column_side_cta_top .side_cta_top_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 5.5px;
        margin-bottom: 3.5px; }
        .column_side .column_side_cta .column_side_cta_top .side_cta_top_wrap .side_cta_topbox p {
          font-size: 16px;
          font-weight: 700;
          margin: 0;
          color: #E95503; }
          .column_side .column_side_cta .column_side_cta_top .side_cta_top_wrap .side_cta_topbox p span {
            font-size: 14px; }
        .column_side .column_side_cta .column_side_cta_top .side_cta_top_wrap .side_cta_topbox._02 p {
          font-size: 14px;
          color: #36357A; }
          .column_side .column_side_cta .column_side_cta_top .side_cta_top_wrap .side_cta_topbox._02 p span {
            color: #333; }
      .column_side .column_side_cta .column_side_cta_top .side_cta_top_txt {
        font-size: 16px;
        font-weight: 700;
        color: #36357A;
        text-align: center;
        margin: 0 0 9px; }
        .column_side .column_side_cta .column_side_cta_top .side_cta_top_txt span {
          font-size: 14px;
          color: #333; }
      .column_side .column_side_cta .column_side_cta_top .side_cta_top_imgbox {
        margin-bottom: 13px; }
        .column_side .column_side_cta .column_side_cta_top .side_cta_top_imgbox img {
          max-width: 178px;
          margin: 0 auto;
          text-align: center;
          display: block; }
      .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox {
        border-radius: 27px;
        height: 46px;
        width: 100%;
        margin-bottom: 10px;
        background-image: linear-gradient(90deg, #e95503, #f8b30e); }
        .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox a {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          text-decoration: none;
          font-size: 14px;
          font-weight: 700;
          padding: 0 30px;
          position: relative; }
          .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox a::after {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            display: block;
            background: url("images/home/svg/arrow_white.svg") no-repeat;
            background-position: center;
            background-size: 10px;
            top: 50%;
            right: 15px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%); }
        .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox img {
          margin-right: 5px; }
        .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox._02 {
          background: #1EBC20;
          border: #1EBC20 solid 1px;
          margin-bottom: 0; }
          .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox._02 .on {
            display: block; }
          .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox._02 .off {
            display: none; }
        @media print, screen and (min-width: 768px) {
          .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox:hover, .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox:focus {
            background-image: linear-gradient(90deg, #f8b30e, #e95503); }
            .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox:hover._02, .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox:focus._02 {
              background: #fff; }
              .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox:hover._02 a, .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox:focus._02 a {
                color: #1EBC20; }
                .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox:hover._02 a::after, .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox:focus._02 a::after {
                  background: url("images/home/svg/green_arrow.svg") no-repeat;
                  background-position: center;
                  background-size: 10px; }
              .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox:hover._02 .on, .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox:focus._02 .on {
                display: none; }
              .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox:hover._02 .off, .column_side .column_side_cta .column_side_cta_top .side_cta_top_btnbox:focus._02 .off {
                display: block; } }
    .column_side .column_side_cta .column_side_cta_bottom {
      background: #36357A;
      border-radius: 0 0 16px 16px;
      padding: 8px 25px 13px; }
  .column_side .column_side_article {
    margin-bottom: 30px;
    padding: 20px 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .column_side .column_side_article p {
      font-size: 18px;
      font-weight: 700;
      color: #36357A;
      margin: 0 0 10px;
      text-align: center; }
    .column_side .column_side_article .no-posts {
      font-size: 14px; }
    .column_side .column_side_article .latest_articles_list .latest_article_item {
      margin-bottom: 15px; }
      .column_side .column_side_article .latest_articles_list .latest_article_item:last-child {
        margin-bottom: 0; }
      .column_side .column_side_article .latest_articles_list .latest_article_item a {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 90px 1fr;
        gap: 0 8px;
        text-decoration: none; }
        .column_side .column_side_article .latest_articles_list .latest_article_item a .permalinkWrap p.article_title {
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          min-height: 59px;
          font-size: 12px;
          font-weight: 500;
          color: #333;
          text-align: left; }
  .column_side .column_category {
    display: inline-block; }
    .column_side .column_category .categorybox {
      display: inline-block;
      width: auto;
      height: 30px;
      border: #36357A solid 1px;
      border-radius: 8px;
      margin: 0 5px 10px; }
      .column_side .column_category .categorybox a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        font-weight: 500;
        color: #36357A;
        text-decoration: none;
        padding: 8px 14px; }

.column_service {
  padding-top: 90px; }

@media screen and (max-width: 768px) {
  .single-column main {
    overflow: hidden; }

  #column_inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0 0 64px; }

  .column_side .column_side_cta_sticky {
    position: static;
    top: 0;
    z-index: 1; }
  .column_side .column_side_article {
    margin-bottom: 0; }
    .column_side .column_side_article .latest_articles_list .latest_article_item a {
      grid-template-columns: 136px 1fr; }

  .column_service {
    padding-top: 64px; } }
/* ---------------------------- */
/* 目次 */
/* ---------------------------- */
#toc_container {
  width: 100%;
  border-radius: 16px;
  border: #36357A solid 2px;
  background: #fff;
  padding: 15px 24px;
  margin-bottom: 50px; }
  #toc_container p.toc_title {
    font-size: 20px;
    font-weight: 700;
    color: #36357A;
    margin: 0 0 16px;
    border-bottom: #36357A solid 1px;
    text-align: left !important;
    padding-bottom: 10px !important; }
  #toc_container .toc_list li {
    padding-bottom: 12px; }
    #toc_container .toc_list li a {
      font-size: 18px;
      font-weight: 700;
      color: #333;
      text-decoration: none;
      display: block;
      padding-bottom: 12px; }
    #toc_container .toc_list li ul {
      margin-left: 50px; }
      #toc_container .toc_list li ul li {
        list-style: decimal-leading-zero;
        padding-bottom: 8px; }
        #toc_container .toc_list li ul li span {
          display: none; }
        #toc_container .toc_list li ul li a {
          display: block;
          padding-bottom: 0;
          font-weight: 400; }
        #toc_container .toc_list li ul li::marker {
          color: #E95503;
          font-weight: 700; }

/* ---------------------------- */
/* ニュースリストベース */
/* ---------------------------- */
.news-postListWrap {
  margin-bottom: 60px; }
  .news-postListWrap .postBox {
    transition: ease-in .3s;
    border-bottom: #B9B9B9 solid 1px;
    padding: 33px 0 18px; }
    .news-postListWrap .postBox:first-child {
      padding-top: 0; }
    .news-postListWrap .postBox a {
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: #333;
      display: block; }
      .news-postListWrap .postBox a h3 {
        display: grid;
        grid-template-columns: 205px 1fr;
        gap: 0 40px;
        margin: 0;
        font-size: 16px;
        font-weight: 400; }
        .news-postListWrap .postBox a h3 .newsbox {
          display: flex; }
          .news-postListWrap .postBox a h3 .newsbox time {
            font-size: 14px;
            font-weight: 400;
            margin-right: 40px; }
          .news-postListWrap .postBox a h3 .newsbox object {
            border: #E95503 solid 1px;
            width: 93px;
            height: 24px;
            background: #fff;
            border-radius: 12px; }
            .news-postListWrap .postBox a h3 .newsbox object a {
              display: flex;
              justify-content: center;
              align-items: center;
              font-size: 12px;
              font-weight: 500;
              color: #E95503;
              width: 93px;
              height: 24px;
              line-height: 1; }
  @media screen and (max-width: 768px) {
    .news-postListWrap .postBox {
      padding: 24px 0 17px; }
      .news-postListWrap .postBox a h3 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px 0; }
        .news-postListWrap .postBox a h3 .newsbox time {
          margin-right: 20px; }
        .news-postListWrap .postBox a h3 .permaLinkWrap {
          text-overflow: clip;
          overflow: visible;
          white-space: normal;
          display: inline; } }

/* ---------------------------- */
/* お知らせ一覧 */
/* ---------------------------- */
#newsCatList .postListWrap {
  margin-top: 50px; }

.newsCatList-postListWrap {
  margin-bottom: 60px; }
  .newsCatList-postListWrap .postBox {
    transition: ease-in .3s;
    border-bottom: #B9B9B9 solid 1px;
    padding: 33px 0 18px; }
    .newsCatList-postListWrap .postBox:first-child {
      padding-top: 0; }
    .newsCatList-postListWrap .postBox a {
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: #333;
      display: grid;
      grid-template-columns: 205px 1fr;
      gap: 0 40px;
      font-size: 16px;
      font-weight: 400; }
      .newsCatList-postListWrap .postBox a .newsbox {
        display: flex; }
        .newsCatList-postListWrap .postBox a .newsbox time {
          font-size: 14px;
          font-weight: 400;
          margin-right: 40px; }
        .newsCatList-postListWrap .postBox a .newsbox object {
          border: #E95503 solid 1px;
          width: 93px;
          height: 24px;
          background: #fff;
          border-radius: 12px; }
          .newsCatList-postListWrap .postBox a .newsbox object a {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
            font-weight: 500;
            color: #E95503;
            width: 93px;
            height: 24px;
            line-height: 1; }
  @media screen and (max-width: 768px) {
    .newsCatList-postListWrap .postBox {
      padding: 24px 0 17px; }
      .newsCatList-postListWrap .postBox a {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px 0; }
        .newsCatList-postListWrap .postBox a .newsbox time {
          margin-right: 20px; }
        .newsCatList-postListWrap .postBox a .permaLinkWrap {
          text-overflow: clip;
          overflow: visible;
          white-space: normal;
          display: inline; } }

/* ---------------------------- */
/* ページヘッダー */
/* ---------------------------- */
#cnts {
  margin: 0;
  padding-bottom: 120px; }

#pageTitle {
  height: 330px;
  background-image: linear-gradient(90deg, #e95503, #f8b30e);
  position: relative; }
  #pageTitle::before {
    content: "";
    position: absolute;
    background: url("images/common/luckun.png") no-repeat;
    background-position: bottom right 15px;
    background-size: 188px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: block;
    width: 1170px;
    height: 100%; }
  @media screen and (min-width: 1025px) {
    #pageTitle::before {
      width: 1170px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #pageTitle::before {
      width: 970px; } }
  @media screen and (max-width: 768px) {
    #pageTitle::before {
      width: 100%;
      background-size: 84px; } }
  #pageTitle .inner {
    padding-top: 180px; }
    #pageTitle .inner span {
      font-size: 22px;
      font-weight: 700;
      color: #fff;
      margin: 0 0 10px;
      line-height: 1; }
    #pageTitle .inner .title {
      margin: 0;
      font-size: 34px;
      font-weight: 700;
      margin: 0;
      line-height: 2.1;
      color: #fff !important; }

@media screen and (max-width: 768px) {
  #cnts {
    padding-bottom: 60px; }

  #pageTitle {
    height: 230px;
    background-image: linear-gradient(90deg, #e95503, #f8b30e); }
    #pageTitle .inner {
      padding-top: 110px; }
      #pageTitle .inner span {
        font-size: 20px; }
      #pageTitle .inner .title {
        font-size: 28px;
        line-height: 1.6; } }
/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.pcmbreadcrumbsWrap {
  margin: 10px 0 60px; }

@media screen and (max-width: 768px) {
  .pcmbreadcrumbsWrap {
    margin: 10px 0 40px; } }
.pcm-breadcrumbs__list {
  width: 100%;
  margin: 0 auto !important;
  font-size: 14px;
  line-height: 1.4em;
  list-style: none;
  font-weight: 700;
  padding-left: 0 !important;
  display: block; }
.pcm-breadcrumbs__item {
  margin-bottom: 0 !important;
  display: inline; }
.pcm-breadcrumbs__item::after {
  display: inline-block; }
.pcm-breadcrumbs__item::marker {
  display: none !important; }
.pcm-breadcrumbs__item:not(:last-child)::after {
  content: ">";
  color: #E95503;
  padding: 0 6px; }
.pcm-breadcrumbs__link {
  color: #333333 !important;
  text-decoration: none !important;
  white-space: initial; }
  .pcm-breadcrumbs__link:hover {
    color: #36357A !important;
    text-decoration: underline !important; }
@media screen and (min-width: 1025px) {
  .pcm-breadcrumbs {
    max-width: 1170px; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pcm-breadcrumbs {
    max-width: 970px;
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 768px) {
  .pcm-breadcrumbs {
    max-width: 750px; }
    .pcm-breadcrumbs__list {
      font-size: 12px; } }

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
#singlePage {
  margin-top: 167px; }

@media screen and (max-width: 768px) {
  #singlePage {
    margin-top: 105px; } }
.postPage #postCnt {
  min-height: 300px; }
  .postPage #postCnt ul {
    position: relative;
    margin: 0 0 20px 0; }
    .postPage #postCnt ul li {
      padding: 0 0 0 .8em;
      line-height: 1.4;
      margin-bottom: 10px; }
      .postPage #postCnt ul li:before {
        position: absolute;
        left: 0;
        top: 9px;
        content: '';
        width: 6px;
        height: 6px;
        background: #E95503;
        border-radius: 50%; }
  .postPage #postCnt ol {
    margin: 0 0 20px 0; }
    .postPage #postCnt ol li {
      list-style: decimal-leading-zero; }
      .postPage #postCnt ol li::marker {
        color: #E95503;
        font-weight: 700; }
.postPage h1, .postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6 {
  line-height: 1.2; }
.postPage .titleh2 {
  font-size: 28px;
  color: #36357A;
  padding: 0 0 5px;
  font-weight: 700;
  position: relative;
  line-height: 1.6;
  margin: 0 0 40px; }
  .postPage .titleh2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 76px;
    height: 3px;
    background: #E95503;
    border-radius: 8px;
    display: block; }
  .postPage .titleh2._center {
    text-align: center; }
    .postPage .titleh2._center::after {
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
  .postPage .titleh2._center02::after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #F8B30E; }
  .postPage .titleh2 a {
    text-decoration: none;
    color: #36357A; }
.postPage .titleh3 {
  font-size: 26px;
  font-weight: 700;
  color: #36357A;
  padding-left: 25px;
  line-height: 1.6;
  position: relative;
  margin: 0 0 30px; }
  .postPage .titleh3::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #E95503;
    left: 0;
    top: 15px;
    display: block; }
.postPage .titleh4 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  color: #36357A;
  padding-bottom: 10px;
  border-bottom: #36357A solid 1px;
  margin: 0 0 30px; }
.postPage .titleh5 {
  font-size: 22px;
  font-weight: 700;
  color: #E95503;
  line-height: 1.6;
  margin: 0 0 30px; }
.postPage .titleh6 {
  font-size: 20px;
  font-weight: 700;
  color: #36357A;
  line-height: 1.6;
  margin: 0 0 30px; }
@media screen and (max-width: 768px) {
  .postPage .titleh2 {
    font-size: 26px;
    margin: 0 0 24px; }
  .postPage .titleh3 {
    font-size: 24px; }
  .postPage .titleh4 {
    font-size: 22px; }
  .postPage .titleh5 {
    font-size: 20px; }
  .postPage .titleh6 {
    font-size: 18px; } }
.postPage p {
  margin: 0 0 20px;
  text-align: justify;
  text-align: inter-ideograph; }
  .postPage p img {
    max-width: 100%;
    margin-bottom: 0; }
  .postPage p.tableAtt {
    margin: -20px 0 20px; }
.postPage .bold {
  font-weight: bold; }
.postPage .coming {
  text-align: center;
  margin: 50px 0;
  font-size: 16px; }
.postPage .small {
  font-size: 14px; }
.postPage .linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  align-items: flex-start; }
.postPage .imgWrap + .imgWrap {
  margin-top: 20px; }
.postPage .textLeft {
  text-align: left; }
.postPage .textCenter {
  text-align: center; }
.postPage .textRight {
  text-align: right; }
.postPage code {
  font-family: "M PLUS Rounded 1c", sans-serif; }
.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "M PLUS Rounded 1c", sans-serif; }
.postPage a {
  position: relative; }
  .postPage a:hover, .postPage a:focus {
    text-decoration: none;
    color: #333; }
  .postPage a.textBlank {
    position: relative;
    margin-right: 30px;
    display: inline-block; }
    .postPage a.textBlank:before {
      content: '\f08e';
      position: absolute;
      display: block;
      font: 14px/1 FontAwesome;
      right: -25px;
      top: 5px; }
  .postPage a.textArrow {
    text-decoration: none;
    color: #36357A; }
    .postPage a.textArrow:hover {
      color: #00F;
      text-decoration: underline; }
    .postPage a.textArrow:after {
      display: inline-block;
      content: '\f0a9';
      font: 16px/1 FontAwesome;
      margin-left: 10px;
      text-decoration: none; }
  .postPage a.textArrowR {
    text-decoration: none;
    color: #00F; }
    .postPage a.textArrowR:hover, .postPage a.textArrowR:focus {
      color: #36357A;
      text-decoration: underline; }
    .postPage a.textArrowR:after {
      display: inline-block;
      content: '\f0a9';
      font: 16px/1 FontAwesome;
      margin-left: 10px;
      text-decoration: none; }
.postPage table {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: collapse; }
  .postPage table caption {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0; }
  .postPage table tr {
    border-bottom: #36357A solid 1px; }
    .postPage table tr th, .postPage table tr td {
      padding: 10px 0;
      width: auto;
      line-height: 1.4; }
    .postPage table tr th {
      font-weight: bold;
      vertical-align: top;
      min-width: 190px;
      text-align: center;
      width: auto;
      color: #36357A;
      position: relative;
      border-bottom: #36357A solid 3px;
      font-size: 16px; }
      .postPage table tr th.w200 {
        width: 200px; }
      .postPage table tr th.thLeft {
        text-align: left; }
    .postPage table tr td {
      border-left: none;
      padding-left: 30px; }
    .postPage table tr .tw15p {
      width: 15%; }
    .postPage table tr .tw30p {
      width: 30%; }
    .postPage table tr .tw33p {
      width: 33.333%;
      min-width: inherit; }
    .postPage table tr .tw50p {
      width: 50%;
      min-width: inherit; }
    .postPage table tr .tw70p {
      width: 70%; }
    .postPage table tr .tw200 {
      width: 200px; }
    .postPage table tr .tw210 {
      width: 210px; }
  .postPage table.company {
    font-size: 16px;
    font-weight: 500;
    color: #333333; }
    .postPage table.company tr {
      border-bottom: #DBDBDB solid 1px; }
      .postPage table.company tr th {
        border-bottom: none;
        min-width: 66px; }
        .postPage table.company tr th h3 {
          font-size: 16px;
          font-weight: 500;
          color: #333333;
          margin: 0; }
      .postPage table.company tr td {
        font-weight: 400; }
        .postPage table.company tr td a {
          font-size: 16px;
          font-weight: 500;
          color: #333333;
          text-decoration: none; }
.postPage .tableSc {
  overflow: inherit;
  white-space: normal;
  width: 100%; }
  .postPage .tableSc table {
    width: 100%; }
    .postPage .tableSc table tr {
      border-bottom: 1px solid #E95503; }
      .postPage .tableSc table tr:nth-of-type(odd) {
        background: none; }
      .postPage .tableSc table tr th, .postPage .tableSc table tr td {
        display: table-cell;
        border-collapse: collapse;
        width: inherit; }
      .postPage .tableSc table tr th {
        background: #E95503;
        text-align: center;
        vertical-align: middle;
        min-width: inherit; }
        .postPage .tableSc table tr th + th {
          border-left: 1px solid #333; }
      .postPage .tableSc table tr td + td {
        border-left: 1px solid #333; }
      .postPage .tableSc table tr td:nth-of-type(1) {
        border-left: none; }
    .postPage .tableSc table.type2 {
      border-collapse: separate;
      border-spacing: 0;
      border-radius: 8px;
      overflow: hidden;
      border: #DBDBDB solid 1px;
      background: #fff; }
      .postPage .tableSc table.type2 tr:nth-child(odd) {
        background-color: inherit; }
      .postPage .tableSc table.type2 tr th, .postPage .tableSc table.type2 tr td {
        padding: 15px 30px; }
      .postPage .tableSc table.type2 tr th {
        background: #E95503;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        border-bottom: 1px solid #DBDBDB;
        border-left: 1px solid #DBDBDB; }
        .postPage .tableSc table.type2 tr th:first-child {
          border-left: none; }
      .postPage .tableSc table.type2 tr td {
        border-bottom: 1px solid #DBDBDB;
        border-left: 1px solid #DBDBDB;
        color: #012445;
        font-weight: 500;
        text-align: center; }
        .postPage .tableSc table.type2 tr td:first-child {
          border-left: none; }
      .postPage .tableSc table.type2 tr:nth-child(3), .postPage .tableSc table.type2 tr:nth-child(5), .postPage .tableSc table.type2 tr:nth-child(7), .postPage .tableSc table.type2 tr:nth-child(9), .postPage .tableSc table.type2 tr:nth-child(11) {
        background: #FFF8F4; }
      .postPage .tableSc table.type2 tr:last-child th, .postPage .tableSc table.type2 tr:last-child td {
        border-bottom: none; }
      .postPage .tableSc table.type2 tr:first-child th:first-child {
        border-top-left-radius: 8px; }
      .postPage .tableSc table.type2 tr:first-child th:last-child {
        border-top-right-radius: 8px; }
      .postPage .tableSc table.type2 tr:last-child td:first-child {
        border-bottom-left-radius: 8px; }
      .postPage .tableSc table.type2 tr:last-child td:last-child {
        border-bottom-right-radius: 8px; }
    .postPage .tableSc table.type3 {
      border-collapse: separate;
      border-spacing: 0;
      border-radius: 8px;
      overflow: hidden;
      border: #DBDBDB solid 1px; }
      .postPage .tableSc table.type3 tr:nth-child(odd) {
        background-color: inherit; }
      .postPage .tableSc table.type3 tr th, .postPage .tableSc table.type3 tr td {
        padding: 15px 30px; }
      .postPage .tableSc table.type3 tr th {
        background: #E95503;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        border-bottom: 1px solid #DBDBDB;
        border-left: 1px solid #DBDBDB; }
        .postPage .tableSc table.type3 tr th:first-child {
          border-left: none; }
      .postPage .tableSc table.type3 tr td {
        border-bottom: 1px solid #DBDBDB;
        border-left: 1px solid #DBDBDB;
        color: #012445;
        font-weight: 500;
        text-align: center; }
        .postPage .tableSc table.type3 tr td:first-child {
          border-left: none;
          background: #E95503;
          color: #fff; }
      .postPage .tableSc table.type3 tr:nth-child(3) {
        background: #FFF8F4; }
      .postPage .tableSc table.type3 tr:last-child th, .postPage .tableSc table.type3 tr:last-child td {
        border-bottom: none; }
      .postPage .tableSc table.type3 tr:first-child th:first-child {
        border-top-left-radius: 8px; }
      .postPage .tableSc table.type3 tr:first-child th:last-child {
        border-top-right-radius: 8px; }
      .postPage .tableSc table.type3 tr:last-child td:first-child {
        border-bottom-left-radius: 8px; }
      .postPage .tableSc table.type3 tr:last-child td:last-child {
        border-bottom-right-radius: 8px; }
    .postPage .tableSc table.type4 {
      border-collapse: separate;
      border-spacing: 0;
      border-radius: 8px;
      overflow: hidden;
      border: #DBDBDB solid 1px; }
      .postPage .tableSc table.type4 tr:nth-child(odd) {
        background-color: inherit; }
      .postPage .tableSc table.type4 tr th, .postPage .tableSc table.type4 tr td {
        color: #012445;
        font-weight: 500;
        padding: 15px 30px;
        background: #fff; }
      .postPage .tableSc table.type4 tr th {
        text-align: center;
        vertical-align: middle;
        border-bottom: 1px solid #DBDBDB;
        border-left: 1px solid #DBDBDB; }
        .postPage .tableSc table.type4 tr th:first-child {
          border-left: none;
          background: #E95503;
          color: #fff; }
      .postPage .tableSc table.type4 tr td {
        border-bottom: 1px solid #DBDBDB;
        border-left: 1px solid #DBDBDB;
        text-align: center; }
        .postPage .tableSc table.type4 tr td:first-child {
          border-left: none;
          background: #E95503;
          color: #fff; }
      .postPage .tableSc table.type4 tr:nth-child(even) th:nth-child(2), .postPage .tableSc table.type4 tr:nth-child(even) th:nth-child(3), .postPage .tableSc table.type4 tr:nth-child(even) td:nth-child(2), .postPage .tableSc table.type4 tr:nth-child(even) td:nth-child(3) {
        background: #FFF8F4; }
      .postPage .tableSc table.type4 tr:last-child th, .postPage .tableSc table.type4 tr:last-child td {
        border-bottom: none; }
      .postPage .tableSc table.type4 tr:first-child th:first-child {
        border-top-left-radius: 8px; }
      .postPage .tableSc table.type4 tr:first-child th:last-child {
        border-top-right-radius: 8px; }
      .postPage .tableSc table.type4 tr:last-child td:first-child {
        border-bottom-left-radius: 8px; }
      .postPage .tableSc table.type4 tr:last-child td:last-child {
        border-bottom-right-radius: 8px; }
    .postPage .tableSc table.type5 {
      border-collapse: separate;
      border-spacing: 0;
      border-radius: 8px;
      overflow: hidden;
      border: #DBDBDB solid 1px; }
      .postPage .tableSc table.type5 tr:nth-child(odd) {
        background-color: inherit; }
      .postPage .tableSc table.type5 tr th, .postPage .tableSc table.type5 tr td {
        padding: 15px 30px;
        color: #012445;
        font-weight: 500; }
      .postPage .tableSc table.type5 tr th {
        text-align: center;
        vertical-align: middle;
        border-bottom: 1px solid #DBDBDB;
        border-left: 1px solid #DBDBDB;
        background: #fff; }
        .postPage .tableSc table.type5 tr th:first-child {
          border-left: none; }
      .postPage .tableSc table.type5 tr td {
        border-bottom: 1px solid #DBDBDB;
        border-left: 1px solid #DBDBDB;
        text-align: center; }
      .postPage .tableSc table.type5 tr:nth-child(even) {
        background: #FFF8F4; }
      .postPage .tableSc table.type5 tr:last-child th, .postPage .tableSc table.type5 tr:last-child td {
        border-bottom: none; }
      .postPage .tableSc table.type5 tr:first-child th:first-child {
        border-top-left-radius: 8px; }
      .postPage .tableSc table.type5 tr:first-child th:last-child {
        border-top-right-radius: 8px; }
      .postPage .tableSc table.type5 tr:last-child td:first-child {
        border-bottom-left-radius: 8px; }
      .postPage .tableSc table.type5 tr:last-child td:last-child {
        border-bottom-right-radius: 8px; }
.postPage blockquote {
  background: #F5F5F5;
  width: 100%;
  padding: 20px 30px;
  margin: 0 0 60px;
  position: relative; }
  .postPage blockquote p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    line-height: 1.6; }
    .postPage blockquote p:first-child {
      font-weight: 700; }
  .postPage blockquote.blockquote02 {
    background: #FFF8F4; }
.postPage .iconListbox {
  border: #36357A solid 1px;
  border-radius: 4px;
  padding: 20px; }
  .postPage .iconListbox .balloon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 18px;
    padding: 0 5px;
    width: 320px;
    height: 40px;
    line-height: 1.7;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    background: #36357A;
    border-radius: 4px;
    box-sizing: border-box; }
    .postPage .iconListbox .balloon::before {
      content: "";
      position: absolute;
      bottom: -12px;
      left: 20px;
      border-style: solid;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 10px solid #36357a;
      z-index: 0; }
  .postPage .iconListbox .iconList {
    padding: 0;
    margin-bottom: 0; }
    .postPage .iconListbox .iconList li:last-child {
      margin-bottom: 0; }
.postPage dl {
  margin: 0 0 30px; }
  .postPage dl dt {
    font-weight: bold; }
  .postPage dl dd {
    margin: 0;
    margin-bottom: 15px; }
.postPage ul {
  margin: 0 0 20px 5px;
  padding: 0; }
  .postPage ul li {
    list-style: none;
    position: relative;
    padding: 0;
    line-height: 1.1;
    margin-bottom: 15px; }
    .postPage ul li ul {
      padding: 0 0 10px;
      margin: 10px 0 0 1em; }
      .postPage ul li ul li::marker {
        color: #36357A; }
  .postPage ul.iconList li {
    padding: 0 0 0 .8em;
    line-height: 1.4; }
    .postPage ul.iconList li:before {
      position: absolute;
      left: 0;
      top: 6px;
      content: '';
      width: 6px;
      height: 6px;
      background: #E95503;
      border-radius: 50%; }
  .postPage ul.number {
    margin: 0 0 20px 30px; }
    .postPage ul.number li {
      list-style: decimal-leading-zero; }
      .postPage ul.number li::marker {
        color: #E95503;
        font-weight: 700; }
.postPage ol {
  margin: 0 0 20px;
  padding: 0 0 0 1.6em; }
  .postPage ol li {
    margin: 0;
    padding: 0;
    line-height: 1.1;
    margin-bottom: 15px; }
    .postPage ol li:last-child {
      margin: 0 0 10px; }
    .postPage ol li ol {
      margin: 10px 0;
      padding: 0 0 0 1em; }
.postPage address {
  font-style: normal; }
.postPage hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px; }
@media screen and (max-width: 768px) {
  .postPage table tr th, .postPage table tr td {
    display: block;
    width: 100%; }
    .postPage table tr th + td, .postPage table tr td + td {
      border-left: 0; }
  .postPage table tr th {
    min-width: 1px;
    color: #36357A;
    text-align: left; }
    .postPage table tr th.w200 {
      width: 100%; }
  .postPage table tr td {
    padding-left: 0; }
  .postPage table tr .tw15p {
    width: 100%; }
  .postPage table tr .tw30p {
    width: 100%; }
  .postPage table tr .tw33p {
    width: 100%; }
  .postPage table tr .tw50p {
    width: 100%; }
  .postPage table tr .tw70p {
    width: 100%; }
  .postPage table tr .tw200 {
    width: 100%; }
  .postPage table tr .tw210 {
    width: 100%; }
  .postPage table.type2 tr th, .postPage table.type2 tr td {
    display: table-cell;
    width: auto; }
  .postPage table.type2 tr th {
    min-width: 1px; }
  .postPage table.company tr th {
    padding-bottom: 0; }
  .postPage .tableSc {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; } }

.gmapWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .gmapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.youtubeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .youtubeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 768px) {
  .scroll_table_wrapper .table_inner {
    width: 1008px; } }
/* ---------------------------------------------------------------- */
/* サービス一覧 */
/* ---------------------------------------------------------------- */
#serviceWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px; }
  #serviceWrap .box .imgbox {
    border-radius: 16px;
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    margin-bottom: 20px; }
    #serviceWrap .box .imgbox img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 16px; }
  #serviceWrap .box .txt {
    font-size: 16px;
    font-weight: 700;
    margin: 0; }

@media screen and (max-width: 768px) {
  #serviceWrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0; }
    #serviceWrap .box .titleh2 {
      margin: 0 0 24px; } }
/* ---------------------------------------------------------------- */
/* 各サービスページ */
/* ---------------------------------------------------------------- */
.onayami .onayami_top {
  background: #36357A;
  padding: 120px 0 220px;
  position: relative; }
  .onayami .onayami_top::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("images/home/svg/onayami_ilust.svg") no-repeat;
    background-position: center;
    background-size: auto 40%;
    bottom: -280px;
    left: 0;
    display: block;
    z-index: 2; }
  .onayami .onayami_top::after {
    content: "";
    position: absolute;
    height: 60px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    /* ココ */
    background-color: #36357A;
    /* デモは青色の部分 */
    left: 0;
    bottom: -59px;
    z-index: 1; }
  .onayami .onayami_top h2 {
    font-size: 32px;
    color: #fff;
    margin: 0 0 40px;
    text-align: center; }
    .onayami .onayami_top h2 ._01 {
      font-size: 40px; }
    .onayami .onayami_top h2 ._02 {
      font-size: 56px; }
  .onayami .onayami_top .onayami_top_inner .onayami_top_01 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 35px;
    margin-bottom: 34px; }
    .onayami .onayami_top .onayami_top_inner .onayami_top_01 .onayami_top_box {
      background: #fff;
      padding: 26px;
      border-radius: 8px; }
      .onayami .onayami_top .onayami_top_inner .onayami_top_01 .onayami_top_box h3 {
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        text-align: center;
        line-height: 1.6; }
        .onayami .onayami_top .onayami_top_inner .onayami_top_01 .onayami_top_box h3 img {
          margin: 0 5px 3px 0; }
  .onayami .onayami_top .onayami_top_inner .onayami_top_02 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 35px; }
    .onayami .onayami_top .onayami_top_inner .onayami_top_02 .onayami_top_box {
      background: #fff;
      padding: 26px;
      border-radius: 8px;
      max-width: 290px;
      min-height: 100px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .onayami .onayami_top .onayami_top_inner .onayami_top_02 .onayami_top_box h3 {
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        text-align: center;
        line-height: 1.6; }
        .onayami .onayami_top .onayami_top_inner .onayami_top_02 .onayami_top_box h3 img {
          margin: 0 5px 3px 0; }
.onayami .onayami_bottom {
  background: #FFF9F5;
  padding: 100px 0 50px;
  position: relative; }
  .onayami .onayami_bottom::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 170px;
    background: url("images/home/onayami_rakkun.png") no-repeat;
    background-position: center;
    background-size: 150px;
    display: block;
    right: 10%;
    bottom: 0; }
  .onayami .onayami_bottom p {
    font-size: 40px;
    font-weight: 700;
    color: #E95503;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .onayami .onayami_bottom p img {
      max-width: 443px;
      margin-right: 10px; }

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .onayami .onayami_bottom {
    padding-bottom: 150px; }
    .onayami .onayami_bottom::after {
      background: url("images/home/onayami_rakkun.png") no-repeat;
      background-position: center;
      background-size: 130px;
      right: 15px; } }
@media screen and (max-width: 768px) {
  .onayami .onayami_top {
    padding: 64px 0 130px; }
    .onayami .onayami_top::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: url("images/home/sp_onayami_ilust.png") no-repeat;
      background-position: center;
      background-size: 350px;
      bottom: -307px;
      left: 0;
      display: block;
      z-index: 2; }
    .onayami .onayami_top::after {
      content: "";
      position: absolute;
      height: 35px;
      width: 100%;
      clip-path: polygon(0 0, 50% 100%, 100% 0);
      /* ココ */
      background-color: #36357A;
      /* デモは青色の部分 */
      left: 0;
      bottom: -35px;
      z-index: 1; }
    .onayami .onayami_top h2 {
      font-size: 22px;
      color: #fff;
      margin: 0 0 40px;
      text-align: center; }
      .onayami .onayami_top h2 ._01 {
        font-size: 22px; }
      .onayami .onayami_top h2 ._02 {
        font-size: 32px; }
    .onayami .onayami_top .onayami_top_inner .onayami_top_01 {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 8px 0;
      margin-bottom: 8px; }
      .onayami .onayami_top .onayami_top_inner .onayami_top_01 .onayami_top_box {
        background: #fff;
        padding: 16px; }
        .onayami .onayami_top .onayami_top_inner .onayami_top_01 .onayami_top_box h3 {
          font-size: 18px;
          font-weight: 700;
          margin: 0;
          text-align: left;
          line-height: 1.6;
          display: flex;
          align-items: flex-start;
          gap: 0 8px; }
          .onayami .onayami_top .onayami_top_inner .onayami_top_01 .onayami_top_box h3 img {
            margin: 3px 0 0; }
    .onayami .onayami_top .onayami_top_inner .onayami_top_02 {
      gap: 8px 0; }
      .onayami .onayami_top .onayami_top_inner .onayami_top_02 .onayami_top_box {
        background: #fff;
        padding: 16px;
        border-radius: 8px;
        max-width: 100%;
        min-height: auto;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .onayami .onayami_top .onayami_top_inner .onayami_top_02 .onayami_top_box h3 {
          font-size: 18px; }
          .onayami .onayami_top .onayami_top_inner .onayami_top_02 .onayami_top_box h3 img {
            margin: 0 5px 5px 0; }
  .onayami .onayami_bottom {
    background: #FFF9F5;
    padding: 50px 0 115px;
    position: relative; }
    .onayami .onayami_bottom::after {
      position: absolute;
      content: "";
      width: 100px;
      height: 120px;
      background: url("images/home/onayami_rakkun.png") no-repeat;
      background-position: center;
      background-size: 100px;
      display: block;
      right: auto;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      bottom: 0; }
    .onayami .onayami_bottom p {
      font-size: 32px;
      font-weight: 700;
      color: #E95503;
      text-align: center;
      margin: 0;
      line-height: 1.2;
      display: block; }
      .onayami .onayami_bottom p img {
        max-width: 225px;
        margin-right: 10px;
        height: 50px; } }
#service_reason {
  padding: 120px 0 160px;
  background: #FFF8F4; }
  #service_reason {
    background: #fff; }
  #service_reason h2 {
    margin: 0 0 160px; }
  #service_reason .inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px; }
    #service_reason .inner .box {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      background: #fff;
      border-radius: 8px;
      padding: 150px 30px 37px;
      position: relative; }
      #service_reason .inner .box span {
        font-size: 44px;
        font-weight: 700;
        color: #FFA26F;
        line-height: 1.59;
        position: absolute;
        top: -44px;
        right: 0;
        z-index: 1; }
      #service_reason .inner .box .imgbox {
        width: 73%;
        position: absolute;
        top: -50%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); }
      #service_reason .inner .box .txtbox h3 {
        font-size: 20px;
        font-weight: 700;
        color: #36357A;
        margin: 0 0 20px;
        text-align: center; }
      #service_reason .inner .box .txtbox p {
        font-size: 14px;
        font-weight: 400;
        margin: 0; }

@media screen and (max-width: 768px) {
  #service_reason {
    padding: 60px 0 100px; }
    #service_reason h2 {
      margin: 0 0 100px; }
    #service_reason .inner {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 90px 0; }
      #service_reason .inner .box {
        padding: 90px 25px 40px; }
        #service_reason .inner .box span {
          right: 27px; }
        #service_reason .inner .box .imgbox {
          width: 100%;
          top: -37%; }
          #service_reason .inner .box .imgbox img {
            max-width: 144px;
            margin: 0 auto;
            text-align: center;
            display: block; } }
#service_details {
  padding: 120px 0;
  background: #FFF8F4; }
  #service_details .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px; }
    #service_details .inner .box {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      background: #fff;
      border-radius: 8px;
      padding: 30px; }
      #service_details .inner .box h3 {
        font-size: 26px;
        font-weight: 700;
        color: #36357A;
        margin: 0 0 40px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center; }
        #service_details .inner .box h3 img {
          margin-right: 5px; }
      #service_details .inner .box .imgbox {
        min-height: 196px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px; }
      #service_details .inner .box p {
        font-size: 16px;
        font-weight: 400;
        margin: 0; }

@media screen and (max-width: 768px) {
  #service_details {
    padding: 60px 0; }
    #service_details .inner {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 30px 0; }
      #service_details .inner .box {
        padding: 30px 20px; }
        #service_details .inner .box h3 {
          font-size: 24px;
          margin: 0 0 16px; }
        #service_details .inner .box .imgbox {
          min-height: 162px;
          margin-bottom: 16px; } }
/* ---------------------------------------------------------------- */
/* 料金表 */
/* ---------------------------------------------------------------- */
.white__box {
  padding: 120px 0; }
  .white__box._02 {
    padding: 0 0 120px; }
  .white__box._03 {
    padding: 120px 0 0; }
  .white__box._04 {
    padding: 0 0 64px; }

.gray__box {
  background: #F8F8F8;
  padding: 120px 0; }

.beige__box {
  background: #FFF8F4;
  padding: 120px 0; }
  .beige__box._02 {
    background: #FDEDE3; }
  .beige__box._03 {
    padding: 50px 0 120px; }

.price_txt_area {
  max-width: 720px;
  margin: 0 auto 64px; }
  .price_txt_area p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    line-height: 1.6; }
  .price_txt_area._02 {
    max-width: 100%;
    margin: 0; }
    .price_txt_area._02 p {
      text-align: left;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.8; }
  .price_txt_area._03 {
    max-width: 100%;
    margin: 0 0 120px; }
    .price_txt_area._03 p {
      text-align: left;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.8; }

.price_features {
  display: grid;
  grid-template-columns: 1fr 225px;
  gap: 0 80px;
  padding: 26px;
  background: #fff;
  margin-bottom: 50px; }
  .price_features .imgbox {
    display: flex;
    justify-content: center;
    align-items: center; }
  .price_features.last {
    margin-bottom: 0; }
    .price_features.last .imgbox img {
      max-width: 130px;
      margin: 0 auto;
      display: block;
      text-align: center; }

@media screen and (max-width: 768px) {
  .page-id-28 .titleh2._center {
    margin-bottom: 24px; }
  .page-id-28 .titleh3 {
    margin-bottom: 16px; }

  .white__box {
    padding: 60px 0; }
    .white__box._02 {
      padding: 0 0 60px; }
    .white__box._03 {
      padding: 60px 0 0; }
    .white__box._04 {
      padding: 0; }

  .gray__box {
    padding: 60px 0; }

  .beige__box {
    padding: 60px 0; }
    .beige__box._03 {
      padding: 60px 0; }

  .price_txt_area {
    max-width: 100%;
    margin: 0 auto 24px; }
    .price_txt_area p {
      font-size: 14px;
      text-align: left; }
    .price_txt_area._03 {
      margin: 0 0 60px; }

  .price_features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 0; } }
/* ---------------------------------------------------------------- */
/* inc__service */
/* ---------------------------------------------------------------- */
#inc__service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px; }
  #inc__service .box {
    border-radius: 16px;
    box-shadow: 0 3px 10px rgba(233, 85, 3, 0.16);
    position: relative; }
    #inc__service .box::after {
      position: absolute;
      content: "";
      width: 48px;
      height: 48px;
      border-radius: 16px 0 16px 0;
      background: #E95503 url("images/home/svg/arrow_white.svg") no-repeat;
      background-position: center;
      background-size: 13px;
      bottom: 0;
      right: 0;
      display: block; }
    #inc__service .box a {
      width: 100%;
      height: 100%;
      display: block;
      text-decoration: none;
      color: #333333; }
      #inc__service .box a .imgbox {
        position: relative;
        width: 100%;
        padding-bottom: 60%;
        overflow: hidden;
        border-radius: 16px 16px 0 0; }
        #inc__service .box a .imgbox img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      #inc__service .box a .txtbox {
        padding: 24px 24px 65px; }
        #inc__service .box a .txtbox h3 {
          color: #36357A; }
        #inc__service .box a .txtbox p {
          font-weight: 400;
          margin: 0; }

@media screen and (max-width: 768px) {
  #inc__service {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 0; }
    #inc__service a .txtbox {
      padding: 24px 20px 75px; } }
/* ---------------------------------------------------------------- */
/* 回収品目 */
/* ---------------------------------------------------------------- */
.radius16 {
  position: relative;
  width: 100%;
  padding-bottom: 270px;
  overflow: hidden;
  border-radius: 16px; }
  .radius16 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px; }

.pagelinkWrap {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #FFF8F4 50%, #FFF8F4 100%); }
  .pagelinkWrap .pagelink_inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px; }
    .pagelinkWrap .pagelink_inner .box {
      background: #E95503;
      width: 100%;
      height: 62px;
      border-radius: 7px;
      position: relative; }
      .pagelinkWrap .pagelink_inner .box a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        padding: 10px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        .pagelinkWrap .pagelink_inner .box a::after {
          position: absolute;
          content: "";
          background: url("images/home/svg/arrow_icon_left.svg") no-repeat;
          background-position: center;
          background-size: 16px;
          bottom: 11px;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          display: block;
          width: 20px;
          height: 20px; }

#page01, #page02, #page03, #page04 {
  height: 1px;
  display: block;
  padding-top: 80px;
  margin-top: -80px; }

@media screen and (max-width: 768px) {
  .radius16 {
    padding-bottom: 207px; }

  .pagelinkWrap {
    background: linear-gradient(180deg, #fff 0%, #fff 72%, #FFF8F4 72%, #FFF8F4 100%);
    height: 115px; }
    .pagelinkWrap .pagelink_inner {
      gap: 0 4px; }
      .pagelinkWrap .pagelink_inner .box a {
        font-size: 13px;
        font-weight: 700;
        padding: 8px;
        text-align: center;
        line-height: 1.35; }
        .pagelinkWrap .pagelink_inner .box a::after {
          background: url("images/home/svg/arrow_icon_left.svg") no-repeat;
          background-position: center;
          background-size: 7px;
          bottom: 1px; }
      .pagelinkWrap .pagelink_inner .box._02 a {
        align-items: center; } }
.item__box {
  border-radius: 16px;
  box-shadow: 0 3px 10px rgba(233, 85, 3, 0.16);
  padding: 32px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0 24px;
  background: #fff;
  margin-bottom: 40px; }
  .item__box.last {
    margin-bottom: 0; }
  .item__box .imgbox {
    border-radius: 16px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 180px; }
    .item__box .imgbox img {
      border-radius: 16px;
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .item__box.flow {
    margin-bottom: 90px;
    position: relative; }
    .item__box.flow .step {
      position: absolute;
      width: 109px;
      height: 109px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background: #E95503;
      top: -54px;
      left: 0;
      z-index: 1; }
      .item__box.flow .step p {
        margin: 0;
        font-size: 25px;
        font-weight: 700;
        line-height: .9;
        font-family: "Hind Vadodara", sans-serif;
        color: #fff;
        text-align: center; }
        .item__box.flow .step p span {
          font-size: 44px;
          font-weight: 700;
          display: block; }
    .item__box.flow .txtbox h2 {
      margin: 0 0 30px; }

@media screen and (max-width: 768px) {
  .item__box {
    border-radius: 16px;
    box-shadow: 0 3px 10px rgba(233, 85, 3, 0.16);
    padding: 80px 20px 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px 0;
    margin-bottom: 30px;
    position: relative; }
    .item__box .txtbox h3 {
      position: absolute;
      top: 30px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      text-align: center;
      width: 90%;
      padding-left: 0; }
    .item__box .txtbox p {
      margin: 0; }
    .item__box._01 .txtbox h3::before {
      left: 50%;
      margin-left: -45px; }
    .item__box._02 .txtbox h3::before {
      left: -5px;
      top: 13px; }
    .item__box._03 .txtbox h3::before {
      left: 50%;
      margin-left: -93px; }
    .item__box._04 .txtbox h3::before {
      left: 50%;
      margin-left: -67px;
      top: 13px; }
    .item__box.flow {
      padding: 30px 20px;
      margin-bottom: 70px; }
      .item__box.flow .step {
        width: 79px;
        height: 79px;
        top: -39.5px; }
        .item__box.flow .step p {
          font-size: 18px; }
          .item__box.flow .step p span {
            font-size: 31px; } }
/* ---------------------------------------------------------------- */
/* 不用品回収の流れ */
/* ---------------------------------------------------------------- */
.flow__box {
  border-radius: 16px;
  box-shadow: 0 3px 10px rgba(233, 85, 3, 0.16);
  margin-bottom: 90px;
  position: relative; }
  .flow__box .step {
    position: absolute;
    width: 109px;
    height: 109px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #E95503;
    top: -54px;
    left: 0;
    z-index: 1; }
    .flow__box .step p {
      margin: 0;
      font-size: 25px;
      font-weight: 700;
      line-height: .9;
      font-family: "Hind Vadodara", sans-serif;
      color: #fff;
      text-align: center; }
      .flow__box .step p span {
        font-size: 44px;
        font-weight: 700;
        display: block; }
  .flow__box .inner {
    border-radius: 16px 16px 0 0;
    padding: 38px 32px 18px;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 0 24px;
    background: #fff; }
    .flow__box .inner .imgbox {
      border-radius: 16px;
      position: relative;
      width: 100%;
      overflow: hidden;
      padding-bottom: 180px; }
      .flow__box .inner .imgbox img {
        border-radius: 16px;
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .flow__box .inner .txtbox h2 {
      margin: 0 0 30px; }
    .flow__box .inner .txtbox p {
      margin: 0; }
  .flow__box .inner_bottom {
    border-radius: 0 0 16px 16px;
    padding: 16px 24px;
    display: grid;
    grid-template-columns: 388px 1fr;
    gap: 0 24px;
    background: #36357A; }
    .flow__box .inner_bottom .box._02 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0 8px; }
      .flow__box .inner_bottom .box._02 .btnbox {
        border-radius: 27px;
        height: 46px;
        width: 100%;
        background-image: linear-gradient(90deg, #e95503, #f8b30e); }
        .flow__box .inner_bottom .box._02 .btnbox a {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          text-decoration: none;
          font-size: 16px;
          font-weight: 700;
          padding: 0 30px;
          position: relative; }
          .flow__box .inner_bottom .box._02 .btnbox a::after {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            display: block;
            background: url("images/home/svg/arrow_white.svg") no-repeat;
            background-position: center;
            background-size: 10px;
            top: 50%;
            right: 15px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%); }
        .flow__box .inner_bottom .box._02 .btnbox img {
          margin-right: 5px; }
        .flow__box .inner_bottom .box._02 .btnbox._02 {
          background: #1EBC20;
          border: #1EBC20 solid 1px; }
          .flow__box .inner_bottom .box._02 .btnbox._02 .on {
            display: block; }
          .flow__box .inner_bottom .box._02 .btnbox._02 .off {
            display: none; }
        @media print, screen and (min-width: 768px) {
          .flow__box .inner_bottom .box._02 .btnbox:hover, .flow__box .inner_bottom .box._02 .btnbox:focus {
            background-image: linear-gradient(90deg, #f8b30e, #e95503); }
            .flow__box .inner_bottom .box._02 .btnbox:hover._02, .flow__box .inner_bottom .box._02 .btnbox:focus._02 {
              background: #fff; }
              .flow__box .inner_bottom .box._02 .btnbox:hover._02 a, .flow__box .inner_bottom .box._02 .btnbox:focus._02 a {
                color: #1EBC20; }
                .flow__box .inner_bottom .box._02 .btnbox:hover._02 a::after, .flow__box .inner_bottom .box._02 .btnbox:focus._02 a::after {
                  background: url("images/home/svg/green_arrow.svg") no-repeat;
                  background-position: center;
                  background-size: 10px; }
              .flow__box .inner_bottom .box._02 .btnbox:hover._02 .on, .flow__box .inner_bottom .box._02 .btnbox:focus._02 .on {
                display: none; }
              .flow__box .inner_bottom .box._02 .btnbox:hover._02 .off, .flow__box .inner_bottom .box._02 .btnbox:focus._02 .off {
                display: block; } }

@media screen and (max-width: 768px) {
  .flow__box {
    margin-bottom: 70px; }
    .flow__box .step {
      width: 79px;
      height: 79px;
      top: -39.5px; }
      .flow__box .step p {
        font-size: 18px; }
        .flow__box .step p span {
          font-size: 31px; }
    .flow__box .inner {
      padding: 30px 20px 50px;
      grid-template-columns: 1fr;
      gap: 16px 0; }
      .flow__box .inner .txtbox .titleh2 {
        margin: 0 0 18px; }
    .flow__box .inner_bottom {
      padding: 28px 25px;
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      gap: 10px; }
      .flow__box .inner_bottom .box._02 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px 0; }
        .flow__box .inner_bottom .box._02 .btnbox {
          width: 235px; }

  .item__box.flow .txtbox .titleh2 {
    margin: 0 0 18px; } }
/* ---------------------------------------------------------------- */
/* サイトマップ */
/* ---------------------------------------------------------------- */
.sitemaplist {
  margin: 0;
  list-style: none; }
  .sitemaplist li {
    padding-left: 0 !important; }
    .sitemaplist li::before {
      display: none; }
    .sitemaplist li a {
      font-size: 16px;
      font-weight: 700;
      text-decoration: none;
      color: #36357A;
      position: relative;
      padding-left: 15px; }
      .sitemaplist li a::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background: url("images/common/sitemap_icon.svg") no-repeat;
        background-position: center;
        background-size: 10px;
        display: block;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
.formFlow_bg {
  background: #E95503;
  padding: 120px 0; }
  .formFlow_bg .formFlow_inner {
    background: #fff;
    padding: 60px 64px;
    border-radius: 16px; }

@media screen and (max-width: 768px) {
  .formFlow_bg {
    padding: 40px 0 60px; }
    .formFlow_bg .formFlow_inner {
      padding: 40px 16px; } }
ul.formFlow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 130px;
  margin: 0 auto 60px !important;
  padding: 0;
  max-width: 625px; }
  ul.formFlow li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FFD0B5;
    color: #E95503;
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    height: 116px;
    font-weight: 700;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
    border-radius: 50%;
    line-height: 1.67; }
    ul.formFlow li:after {
      position: absolute;
      content: '';
      right: -80px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      z-index: 1;
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 13px solid transparent;
      border-bottom: 13px solid transparent;
      border-left: 16px solid #ffd0b5;
      border-right: 0; }
    ul.formFlow li:before {
      display: none; }
    ul.formFlow li.visited {
      background: #999;
      color: #fff; }
    ul.formFlow li.active {
      background: #E95503;
      color: #fff;
      position: relative; }
    ul.formFlow li.third::after {
      display: none; }

@media screen and (max-width: 768px) {
  ul.formFlow {
    gap: 0 52px;
    margin: 0 auto 38px;
    max-width: 100%; }
    ul.formFlow li {
      height: 70px;
      font-size: 14px;
      line-height: 1.4; }
      ul.formFlow li:after {
        right: -30px;
        border-style: solid;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 8px solid #ffd0b5;
        border-right: 0; } }
/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea {
  /*dl {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      dt {
          flex-basis: 250px;
          text-align: right;
      }
      dd {
          flex-basis: calc(100% - 280px);
          
          &.fb100 {
              flex-basis: 100%;
          }
      }
  }*/ }
  #formArea .formbox {
    margin-bottom: 26px; }
    #formArea .formbox .leftbox {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px; }
  #formArea .att {
    color: #D10000;
    font-size: 16px;
    font-weight: 700;
    margin-left: 15px; }
  #formArea .error {
    margin: 0; }
  #formArea .radio_wrap {
    margin-top: 10px; }
  #formArea .vertical-item {
    display: block !important; }
  #formArea .reference_photo_tll {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px; }
  #formArea .reference_photo_txt {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 25px; }
  #formArea .over_scorll {
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 4px;
    border: #D0D0D0 solid 1px;
    height: 200px;
    padding: 30px 40px;
    margin-bottom: 40px; }
    #formArea .over_scorll .over_scorll_tll {
      font-size: 24px;
      font-weight: 700;
      margin: 0 0 30px;
      text-align: center; }
    #formArea .over_scorll .over_scorll_txt {
      font-size: 14px;
      font-weight: 700;
      margin: 0; }
      #formArea .over_scorll .over_scorll_txt a {
        color: #333;
        text-decoration: none; }
  #formArea .privacy_policy_text {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 37px;
    text-align: center; }
  #formArea #zip_close {
    display: none; }
  #formArea input[type="text"],
  #formArea input[type="email"],
  #formArea input[type="number"],
  #formArea input[type="tel"],
  #formArea textarea {
    padding: 12px 17px;
    margin: 0;
    background: #F5F5F5;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #9F9F9F; }
    #formArea input[type="text"]:focus,
    #formArea input[type="email"]:focus,
    #formArea input[type="number"]:focus,
    #formArea input[type="tel"]:focus,
    #formArea textarea:focus {
      background: #fff; }
    #formArea input[type="text"]:hover,
    #formArea input[type="email"]:hover,
    #formArea input[type="number"]:hover,
    #formArea input[type="tel"]:hover,
    #formArea textarea:hover {
      background: #fff; }
    #formArea input[type="text"] + input,
    #formArea input[type="email"] + input,
    #formArea input[type="number"] + input,
    #formArea input[type="tel"] + input,
    #formArea textarea + input {
      margin-top: 10px; }
  #formArea input[type="number"].short {
    width: 60px; }
  #formArea input[type="text"],
  #formArea input[type="email"] {
    width: 100%; }
    #formArea input[type="text"] .short,
    #formArea input[type="email"] .short {
      max-width: 150px; }
  #formArea select {
    padding: .4em 0 .3em .5em;
    margin-bottom: 5px;
    display: block;
    border-color: #e7e7e7; }
    #formArea select option {
      word-wrap: normal; }
  #formArea input[type="text"].short {
    width: 200px;
    text-align: left;
    margin-bottom: 0; }
  #formArea input[type="text"].hasDatepicker {
    margin: 5px 0;
    background: #EEEEEE; }
    #formArea input[type="text"].hasDatepicker:hover, #formArea input[type="text"].hasDatepicker:focus {
      background: #fff; }
  #formArea .mwform-checkbox-field {
    display: inline-block;
    width: auto;
    margin: 5px 5px;
    font-size: 14px; }
  #formArea input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e2e2e2));
    /*For Modern Browser*/
    background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%); }
  #formArea input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #36357A;
    /*For Old WebKit*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #36357A), color-stop(1, #36357A));
    /*For Modern Browser*/
    background: linear-gradient(to bottom, #36357A 0%, #36357A 100%);
    border: 1px solid #36357A; }
  #formArea input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center; }
  #formArea input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center; }
  #formArea .mwform-zip-field input {
    width: inherit; }
  #formArea .mwform-tel-field input {
    margin: 0 !important;
    width: auto; }
  #formArea .mwform-radio-field {
    display: inline-block;
    margin: 0 15px 5px 0; }
    #formArea .mwform-radio-field input {
      margin: 0 15px 0 0; }
  #formArea .mwform-radio-field-text {
    margin-left: 10px; }
  #formArea input[type="file"] {
    margin-bottom: 10px;
    font-weight: 700; }
  #formArea .inline_wrap select {
    display: inline-block; }
  #formArea .btnArea {
    display: flex; }
    #formArea .btnArea .submitArea {
      flex-basis: 100%; }
      #formArea .btnArea .submitArea .submit {
        max-width: 290px;
        margin: 0 auto; }
        #formArea .btnArea .submitArea .submit:hover, #formArea .btnArea .submitArea .submit:focus {
          color: #36357A;
          background: #fff;
          transition: .3s;
          cursor: pointer;
          border-color: #36357A; }
    #formArea .btnArea .returnArea {
      flex-basis: 100%;
      display: none; }
      #formArea .btnArea .returnArea .return {
        width: 100%;
        margin: 0 auto;
        display: block;
        text-align: center;
        background: #fff;
        border: 1px solid #36357A;
        color: #36357A;
        padding: .4em 0;
        transition: .3s;
        font-size: 14px; }
        #formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
          color: #fff !important;
          background: #36357A;
          transition: .3s; }
  #formArea .mw_wp_form_confirm .btnArea .returnArea {
    display: inline-flex; }
  @media screen and (max-width: 768px) {
    #formArea .formbox {
      margin-bottom: 20px; }
      #formArea .formbox .leftbox {
        font-size: 16px; }
    #formArea .att {
      font-size: 14px; }
    #formArea .reference_photo_tll {
      font-size: 16px; }
    #formArea .reference_photo_txt {
      font-size: 14px;
      margin: 0 0 20px; }
    #formArea .over_scorll {
      padding: 30px 15px; }
      #formArea .over_scorll .over_scorll_tll {
        font-size: 20px; }
      #formArea .over_scorll .over_scorll_txt {
        font-size: 12px; }
    #formArea .privacy_policy_text {
      font-size: 14px;
      margin: 0 0 20px; }
    #formArea dl {
      display: flex;
      flex-wrap: wrap; }
      #formArea dl dt {
        flex-basis: 100%;
        padding: 5px 0 0 0;
        margin: 0 0 15px;
        text-align: left; }
      #formArea dl dd {
        flex-basis: 100%;
        margin-bottom: 15px;
        align-self: center; }
    #formArea select {
      margin-bottom: 5px; }
    #formArea .mwform-checkbox-field {
      display: block;
      width: 100%; }
    #formArea .mwform-radio-field {
      display: block;
      margin: 5px 0 10px; }
      #formArea .mwform-radio-field .mwform-radio-field-text {
        margin-right: 15px; }
      #formArea .mwform-radio-field input {
        margin: 0; }
    #formArea .btnArea {
      flex-wrap: wrap; }
      #formArea .btnArea .submitArea {
        flex-basis: 100%;
        margin: 0 0 25px; }
    #formArea .mw_wp_form_confirm .btnArea {
      flex-direction: column-reverse; }
      #formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
        margin: 0 auto; }
      #formArea .mw_wp_form_confirm .btnArea .returnArea {
        display: block; }
        #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
          margin: 0 auto; } }

/* ---------------------------------------------------------------- */
/* effectFade */
/* ---------------------------------------------------------------- */
.effectFade.effectFadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.2s ease; }
.effectFade.effectFirst {
  opacity: 0;
  transition: opacity 2s linear, transform 5s linear; }
.effectFade.effectFadeDown {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1.2s ease;
  transition: opacity 2s linear, transform 5s linear; }
.effectFade.effectActive {
  opacity: 1;
  transform: translate(0, 0); }
.effectFade.td1 {
  transition-delay: 0.1s; }
.effectFade.td2 {
  transition-delay: 0.2s; }
.effectFade.td3 {
  transition-delay: 0.3s; }
.effectFade.td4 {
  transition-delay: 0.4s; }
.effectFade.effectShow {
  opacity: 1;
  transition-delay: 0s;
  transition: .3s ease-in; }

.page-id-38 .over_scorll, .page-id-38 .privacy_policy_text, .page-id-40 .over_scorll, .page-id-40 .privacy_policy_text {
  display: none; }

.page-id-40 .formFlow_bg {
  background: #fff;
  padding: 0; }

#zip_close {
  display: none; }

/* for IE */
