@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
/*
Theme Name:
Theme URL: sugarbeats.co.jp
Description:
Author: sugarbeats
Version: 1
Tags:
License: sugarbeats.co.jp
License URI: sugarbeats.co.jp
*/
/*=====================================
*
*reset
=======================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*{
  margin:0;
  padding:0;
  list-style: none;
  box-sizing: border-box;
}
body{
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",'Noto Sans JP';
  color:#333;
  font-size:16px;
  font-weight: normal;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a,a:visited{
  text-decoration:none;
  color:#1977ec;
}
a:hover{
  color:#ec194a;
}
.content_wid{
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}
.w126{
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .content_wid{
    padding: 0 20px;
  }
  .w126{
    padding: 0 20px;
  }
}
.title_box01 h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
  position: relative;
	
  text-align: center;
  margin-bottom: 70px;
}
.title_box01 h2::after {
  content: "";
  width: 120px;
  position: absolute;
  bottom: -16px;
  height: 2px;
  background: #ff994f;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
.title_box01 h2 {
  font-size: 22px;
  margin-bottom: 50px;
}
}
.more_btn a {
  background: #ff994f;
  padding: 8px 0 10px;
  border: 1px solid #ff994f;
  transition: .3s;
  display: flex;
  max-width: 250px;
  width: 100%;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
}
.more_btn a:hover {
  color: #ff994f;
  background: #fff;
}
.more_btn a span {
    position: relative;
}
.more_btn a span::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 600;
}
.more_btn.underPosition a{
  margin: 0 auto;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
.more_btn a {
  margin: 0 auto;
  max-width: initial;
}
}
.pagetop a {
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ff994f;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0px, 100px);
  transition: .3s;
  opacity: 0;
  z-index: 1;
}
.pagetop.active a {
  opacity: 1;
  transform: translate(0, 0px);
}
.pagetop a:hover {
  opacity: .7;
}
.pagetop a span {
  display: none;
}
.pagetop a::after {
  color: #ff994f;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 600;
  transition: .3s;
}
@media only screen and (max-width: 1024px) {
.pagetop a {
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 30px;
}
}
/*=====================================
*
*pc
*
=======================================*/
@media only screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .sp_tb {
    display: none !important;
  }
}

/*=====================================
*
*tb
*
=======================================*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: none !important;
  }

  .tb {
    display: inherit !important;
  }

  .tb_pc {
    display: inherit !important;
  }

  .sp_tb {
    display: inherit !important;
  }
}

/*=====================================
*
*sp
*
=======================================*/
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .tb_pc {
    display: none !important;
  }

  .sp {
    display: inherit !important;
  }

  .tb {
    display: none !important;
  }

  .sp_tb {
    display: inherit !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {}

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

/*=====================================
*
*header
*
=======================================*/
header{
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  border-bottom: 1px solid #efefef;
}
header::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 61px;
  background: rgb(0 0 0 / 50%);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
header.active::before {
  visibility: visible;
  opacity: 1;
}
.header_content{
  display: flex;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: end;
  padding: 0 40px;
  flex-wrap: wrap;
  height: 120px;
}
.header_content .logo {
    width: 120px;
}
.header_content h1.logo a{
  transition: .3s;
}
.header_content h1.logo a:hover{
  opacity: .7;
}
.header_content .cta_box {
  width: auto;
  display: flex;
  gap: 20px;
  justify-content: end;
}
.header_content .cta_box .tel_box01 a, .header_content .cta_box .mail_box01 a {
  position: relative;
  width: 200px;
  color: #fff;
  display: flex;
  height: 37px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: .3s;
}
.header_content .cta_box .tel_box01 a {
  background: #edc743;
  font-size: 16px;
  font-family: 'M PLUS 1p', sans-serif;
  transform: rotate(0.03deg);
  border: 1px solid #edc743;
  pointer-events: none;
}
.header_content .cta_box .mail_box01 a {
  background: #ff994f;
  font-size: 14px;
  border: 1px solid #ff994f;
}
.header_content .cta_box .tel_box01 a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: bold;
  padding-right: 8px;
  padding-top: 0px;
}
.header_content .cta_box .mail_box01 a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 400;
  color: #333;
  color: #fff;
  padding-right: 5px;
  padding-top: 2px;
  font-size: 18px;
  transition: .3s;
}
.header_content .cta_box .tel_box01 a:hover, .header_content .cta_box .mail_box01 a:hover {
  background-color: #fff;
}
.header_content .cta_box .tel_box01 a:hover{
  color: #005ca1;
}
.header_content .cta_box .mail_box01 a:hover{
  color: #ff994f;
}
.header_content .cta_box .tel_box01 a:hover::before{
  color: #005ca1;
}
.header_content .cta_box .mail_box01 a:hover::before{
  color: #ff994f;
}
.header_content .cta_box .twitter a, .header_content .cta_box .facebook a {
  transition: .3s;
  width: 39px;
  display: block;
}
.header_content .cta_box .twitter a:hover, .header_content .cta_box .facebook a:hover {
  opacity: .7;
}
.header_content .menu{
    width: 100%;
}
.header_content .menu ul{
  height: 100%;
  display: grid;
  justify-content: space-around;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.header_content .menu ul li{
  position: relative;
}
.header_content .menu ul li a{
  font-size: 16px;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: .3s;
  justify-content: center;
  background: #fff;
}
.header_content .menu ul li a:hover {
  background: #efefef;
}
.header__hamburger {
  display: none;
}
/*ドロップダウンメニュ*/
li.menu-item-has-children{
  position: relative;
}
li.menu-item-has-children > a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: bold;
  font-size: 12px;
  transition: .3s;
  margin-left: 5px;
}
li.menu-item-has-children > a:hover::after {
  transform: rotate(-180deg);
}
/* li.menu-item-has-children.active a::after{
  transform: rotate(-180deg);
} */
.header_content .menu ul li ul{
  position: absolute;
  background-color: pink;
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .header_content .menu ul li ul{
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    transform: scaleY(0.0);
    transform-origin: center top;
  }
  .header_content .menu ul li:hover ul{
    visibility: visible;
    opacity: 1;
    transition: .3s;
    transform: scaleY(1.0);
  }

}
.header_content .menu ul li ul li{
  width: 100%;
}
.header_content .menu ul li ul li a{
  border-top: 1px solid #fff;
  background-color: #efefef;
}
.header_content .menu ul li ul li a:hover{
  border-top: 1px solid #fff;
  background-color: #fff;
}
/*ドロップダウンメニュend*/
@media only screen and (max-width: 1024px) {
  body.active{
    height: 100%;
    overflow: hidden;
  }
  /*ドロップダウンメニュ*/
  li.menu-item-has-children > a::after{
    right: 20px;
    top: 20px;
    font-size: 16px;
    transition: .3s;
    position: absolute;
    pointer-events: none;
  }
  li.menu-item-has-children.active a::after{
    transform: rotate(-180deg);
  }
  .header_content .menu ul li ul{
    position: relative;
    margin-top: 0;
    visibility: hidden;
    transform: scaleY(0.0);
    height: 0;
    transition: .3s;
    transform-origin: center top;
    opacity: 0;
  }
  .header_content .menu ul li ul.active {
    height: 100%;
    transition: .3s;
    transform: scaleY(1.0);
    opacity: 1;
    visibility: visible;
}
  li.menu-item-has-children::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #efefef;
    width: 60px;
    height: 64px;
  }
  /*ドロップダウンメニュend*/
  .header_content .logo {
    width: 90px;
  }
  .sec09_content {
    padding: 0px !important;
  }
  .mv_area{
    margin-top: 60px !important;
  }
  .header_content .menu {
    position: fixed;
    right: 0;
    /* left: 0; */
    top: 61px;
    width: 300px;
    height: calc(100vh - 61px);
    transform: translateX(100%);
    background-color: #fff;
    transition: ease .3s;
    overflow-y: scroll;
    padding-bottom: 50px;
  }
  .header_content h1{
    width: 230px;
  }
  .header__hamburger {
    width: 30px;
    height: 100%;
    display: block;
  }
  .header_content .menu ul{
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 20px;
    grid-template-columns: 1fr;
  }
  .header_content .menu ul li{
    width: 100%;
  }
  .header_content .menu ul li a{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-size: 16px;
    border-bottom: 1px solid #efefef;
  }
  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }
  /* ハンバーガーメニューの線 */
  .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
    transition: ease .3s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
    display: block;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  .hamburger span:nth-child(3) {
    top: 0;
  }
  /* ハンバーガーメニュークリック後のスタイル */
  .menu.active {
    transform: translateX(0);
  }
  .hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }
  .header_content {
    padding: 0 20px;
    height: 60px;
    align-items: center;
}
.header_content .cta_box.sp_tb{
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.header_content .cta_box .tel_box01, .header_content .cta_box .mail_box01{
  width: 100%;
  justify-content: center;
  display: flex;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1050px) {
.header_content .menu ul li a {
  font-size: 14px;
}
}

/*=====================================
*
*mv_area
*
=======================================*/
.mv_area {
  height: 100%;
  max-height: 754px;
  margin-top: 120px;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  background: #f7f7f7;
  position: relative;
  justify-content: center;
  overflow: hidden;
}
.mv_area .title_box {
  position: absolute;
  top: 11%;
  left: 50%;
  width: 100%;
  max-width: 1340px;
  transform: translate(-50%, 0px);
  padding: 0 40px;
}
.mv_area .title_box .title {
  width: 530px;
  width: 42.3%;
  font-size: 50px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.mv_area .title_box .title span {
  font-size: 42px;
}
.mv_area .title_box .sub_title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 20px;
  margin-top: 30px;
  letter-spacing: 0.05em;
}
.slick-slider.img_box01{
  height: 100%;
  width: 56%;
  max-width: 1060px;
}
.slick-slider.img_box02{
  max-width: 450px;
  width: 24%;
  height: 100%;
  max-height: 375px;
}
.slick-slider.img_box03{
  max-width: 410px;
  width: 22%;
  height: 100%;
  max-height: 375px;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) and (max-width: 1650px) {
  .mv_area .title_box {
    top: 8%;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .mv_area .title_box {
    top: 5%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
.mv_area .title_box {
  top: 1vw;
}
.mv_area .title_box .title {
  font-size: 3.8vw;
}
.mv_area .title_box .sub_title {
  font-size: 1.5vw;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.mv_area .title_box {
  top: 2.6vw;
}
.mv_area .title_box .title {
  font-size: 4vw;
}
.mv_area .title_box .title span {
    font-size: 3.5vw;
}
.mv_area .title_box .sub_title {
  font-size: 14px;
  margin-top: 10px;
  width: 42.3%;
}
}
@media only screen and (max-width: 767px) {
.mv_area .title_box {
  top: 31%;
  left: 50%;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.8);
}
.mv_area .title_box .title {
  font-size: 30px;
  width: 100%;
}
.mv_area .title_box .title span {
  font-size: 27px;
}
.mv_area .title_box .sub_title {
  font-size: 14px;
  margin-top: 20px;
}
.mv_area {
  flex-wrap: wrap;
}
.slick-slider.img_box01 {
  width: 100%;
}
.slick-slider.img_box02 {
    max-height: 150px;
    width: 50%;
}
.slick-slider.img_box03 {
  width: 50%;
  max-height: 150px;
}
}
/*=====================================
*
*news_sec
*
=======================================*/
.news_sec {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
}
.news_sec ul{
  width: 78%;
}
.news_sec ul li {
  display: flex;
  padding: 0px 5px;
  gap: 30px;
}
.news_sec ul li:not(:last-of-type) {
  border-bottom: 1px solid #efefef;
}
.news_sec ul li .day {
  font-family: 'M PLUS 1p', sans-serif;
  transform: rotate(0.03deg);
  letter-spacing: 0.05em;
  padding: 20px 0;
}
.news_sec ul li a {
  color: #333;
  transition: .3s;
  padding: 20px 0;
  width: 100%;
}
.news_sec ul li a:hover {
  color: #ff994f;
}
@media only screen and (max-width: 767px) {
.news_sec {
  flex-direction: column;
}
.news_sec ul {
  width: 100%;
}
.news_sec ul li {
  flex-direction: column;
  gap: 0;
}
.news_sec ul li .day {
  padding: 20px 0 5px;
  font-size: 14px;
}
.news_sec ul li a {
  padding: 0px 0 20px;
  font-size: 14px;
}
}
/*=====================================
*
*strength_sec
*
=======================================*/
.strength_sec{
  background: url('img/top_02.jpg')no-repeat center top;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 100px;
}
.strength_sec .flex_row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.strength_sec .flex_row .left_col {
  width: 50%;
}
.strength_sec .flex_row .left_col h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
}
.strength_sec .flex_row .left_col p {
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
.strength_sec .flex_row .left_col .more_btn {
  margin-top: 30px;
}
.strength_sec .flex_row .right_col {
  width: 47.6%;
}
.strength_sec .flex_row .right_col .img_box img {
  width: 100%;
}
.strength_sec .flex_row .right_col .img_box {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.strength_sec .flex_row .right_col .img_box p {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  font-size: 22px;
  padding: 16px 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.fade_slide_strength .slick-prev, .fade_slide_strength .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -100%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.fade_slide_strength .slick-next {
  right: 0;
}
.fade_slide_strength .slick-prev {
    right: 30px;
}
.fade_slide_strength .slick-prev::before, .fade_slide_strength .slick-next::before {
  color: #333;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.fade_slide_strength .slick-prev::before {
    content: "\f053";
}
.fade_slide_strength .slick-next::before {
  content: "\f054";
}

/*=====================================
*
*businessContent_sec
*
=======================================*/
.businessContent_sec {
  margin-bottom: 100px;
}
.businessContent_sec .flex_row {
  display: flex;
  gap: 60px;
  margin-top: 90px;
}
.businessContent_sec .flex_row .flex_box {
    border-radius: 5px;
    border: 1px solid #efefef;
    background: #fdfdfe;
}
.businessContent_sec .flex_row .flex_box .img_box {
  position: relative;
}
.businessContent_sec .flex_row .flex_box .img_box::after {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 140px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transform: translate(10px, -50%);
  font-size: 18px;
  font-weight: 500;
}
.businessContent_sec .flex_row .flex_box.corporation .img_box::after {
  content: "法人様向け";
  background: #edc743;
}
.businessContent_sec .flex_row .flex_box.individual .img_box::after {
  content: "個人様向け";
  background: #ff994f;
}
.businessContent_sec .flex_row .flex_box ul {
  padding: 20px 20px 40px;
}
.businessContent_sec .flex_row .flex_box ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
}
.businessContent_sec .flex_row .flex_box .img_box a {
  display: block;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  pointer-events: none;
}
.businessContent_sec .flex_row .flex_box .img_box a::before {
  transition: .3s;
  content: "詳しく見る";
  background: rgba(0, 0, 0, .5);
  position: absolute;
  width: 100%;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  border-radius: 5px 5px 0px 0px;
  opacity: 0;
}
.businessContent_sec .flex_row .flex_box .img_box a:hover::before {
  opacity: 1;

}

/*=====================================
*
*enforcementExample_sec
*
=======================================*/
.enforcementExample_sec {
  background: #f7f7f7;
  padding: 50px 0;
  margin-bottom: 100px;
}
.enforcementExample_sec .img_list {
  margin-top: 70px;
  display: flex;
  /* gap: 30px; */
}
.enforcementExample_sec .img_list .img_box {
  width: 400px;
  /* margin: 0 15px; */
}
.enforcementExample_sec .img_list .img_box a {
  display: block;
  color: #fff;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 75.6%;
}
.enforcementExample_sec .img_list .img_box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: .3s;
}
.enforcementExample_sec .img_list .img_box a:hover img {
  transform: scale(1.1, 1.1);
}
.enforcementExample_sec .img_list .img_box .text_box {
  position: absolute;
  background: rgb(196 120 65 / 50%);
  padding: 15px;
  bottom: 0;
  width: 100%;
}
.enforcementExample_sec .img_list .img_box .text_box p {
  font-family: 'M PLUS 1p', sans-serif;
  transform: rotate(0.03deg);
  font-size: 14px;
  letter-spacing: 0.05em;
}
/*=====================================
*
*column_sec
*
=======================================*/
.column_sec {
  margin-bottom: 100px;
}
.column_sec .flex_row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.column_sec .flex_row .flex_box {
  width: calc(95%/3);
  box-shadow: 0px 0px 9.8px 0.2px rgba(51, 51, 51, 0.08);
  border-radius: 5px;
  border: 1px solid #efefef;
  overflow: hidden;
}
.column_sec .flex_row .flex_box:not(:nth-of-type(3n)) {
    margin-right: calc(5%/2);
}
.column_sec .flex_row .flex_box a {
  color: #333;
}
.column_sec .flex_row .flex_box a .img_box {
  padding-bottom: 75.6%;
  position: relative;
  overflow: hidden;
}
.column_sec .flex_row .flex_box a .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: .3s;
}
.column_sec .flex_row .flex_box a:hover .img_box img {
  transform: scale(1.1, 1.1);
}
.column_sec .flex_row .flex_box a .text_box {
  padding: 15px;
}
.column_sec .flex_row .flex_box a .text_box p{
  font-family: 'M PLUS 1p', sans-serif;
  transform: rotate(0.03deg);
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 10px 0;
}

/*=====================================
*
*cta_sec
*
=======================================*/
.cta_sec {
  padding: 80px 0;
  background: #f7f7f7;
}
.cta_sec .flex_row {
  background: #fff;
  border-radius: 5px;
  display: flex;
}
.cta_sec .flex_row .left_col {
  border-right: 1px solid #f7f7f7;
  padding: 80px 0;
  width: 36%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta_sec .flex_row .right_col {
  width: 64%;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta_sec .flex_row .right_col .tel a {
  color: #333;
  font-family: 'M PLUS 1p', sans-serif;
  transform: rotate(0.03deg);
  font-size: 39.28px;
  font-weight: 500;
  letter-spacing: 0;
  transition: .3s;
  pointer-events: none;
}
.cta_sec .flex_row .right_col .tel a:hover{
  color: #6BB532;
}
.cta_sec .flex_row .right_col .tel a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: bold;
  font-size: 36px;
  margin-right: 5px;
}
.cta_sec .flex_row .right_col .mail_btn {
  max-width: 480px;
  width: 100%;
  height: 90px;
  margin-top: 50px;
}
.cta_sec .flex_row .right_col .mail_btn a {
  background: #ff994f;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 23.84px;
  font-weight: 500;
  border: 2px solid #ff994f;
  border-radius: 5px;
  transition: .3s;
}
.cta_sec .flex_row .right_col .mail_btn a:hover{
  background: #fff;
  color: #ff994f;
}
.cta_sec .flex_row .right_col .mail_btn a span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta_sec .flex_row .right_col .mail_btn a span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 400;
  top: 50%;
  left: -6px;
  font-size: 31px;
  margin-right: 6px;
  margin-top: 5px;
}
.tag01 {
  border: 1px solid #ccc;
  width: fit-content;
  padding: 3px 7px;
  font-size: 12px;
  color: #666;
  border-radius: 3px;
}
.tag01::before {
  content: "#";
}
.tag_list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
footer .flex_content .left_col .logo a {
    width: 120px;
    display: block;
}
div#re404 h1.h1 {
  font-size: 45px;
  font-weight: bold;
  border-bottom: 2px solid #efefef;
  margin-bottom: 50px;
  padding-bottom: 30px;
  position: relative;
  margin-top: 70px;
}
div#re404 h1.h1::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 150px;
  background: #ff994f;
  height: 2px;
}
div#re404 {
  margin-top: 110px;
  margin-bottom: 100px;
}
/*=====================================
*
*footer
*
=======================================*/
footer .flex_content {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
footer .flex_content .left_col {
  width: 42%;
}
footer .flex_content .left_col .subtext {
  margin-top: 40px;
  margin-bottom: 20px;
}
footer .flex_content .left_col .tel_box a {
  color: #333;
  font-family: 'M PLUS 1p', sans-serif;
  transform: rotate(0.03deg);
  font-size: 18px;
  font-weight: 500;
  transition: .3s;
  pointer-events: none;
  display: block;
}
footer .flex_content .left_col .tel_box a:hover {
  color: #ff994f;
}
footer .flex_content .left_col .tel_box a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: bold;
}
footer .flex_content .right_col {
  width: 58%;
  max-width: 540px;
}
footer .right_col ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 30px;
}
footer .right_col ul a {
  color: #333;
  transition: .3s;
}
footer .right_col ul a:hover {
  color: #ff994f;
}
.copyright {
  text-align: center;
  margin: 20px 0;
  color: #636874;
}


/*==========================================================================
*
*pc
*
============================================================================*/
@media only screen and (min-width: 1025px) and (max-width: 1050px) {
.strength_sec .flex_row .right_col .img_box p {
  font-size: 20px;
}
}
/*==========================================================================
*
*tb
*
============================================================================*/
@media screen and (max-width:1024px) {
.header_content .cta_box .tel_box01 a {
  pointer-events: all;
}
.cta_sec .flex_row .right_col .tel a {
  pointer-events: all;
}
footer .flex_content .left_col .tel_box a::before {
  pointer-events: all;
}
.businessContent_sec .flex_row .flex_box .img_box::after {
  width: 130px;
  height: 38px;
  font-size: 16px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.strength_sec .flex_row .right_col .img_box p{
  font-size: 16px;
}
.cta_sec .flex_row .left_col {
  width: 40%;
}
.cta_sec .flex_row .right_col {
  width: 60%;
}
.cta_sec .flex_row .right_col .mail_btn {
    max-width: 370px;
}
}
/*==========================================================================
*
*sp
*
============================================================================*/
@media only screen and (max-width: 767px) {
.businessContent_sec .flex_row {
  flex-direction: column;
  margin-top: 70px;
  gap: 40px;
}
.column_sec .flex_row .flex_box{
  width: calc(95%/2);
}
.column_sec .flex_row .flex_box:not(:nth-of-type(3n)){
  margin-right: 0;
}
.column_sec .flex_row .flex_box:not(:nth-of-type(2n)){
  margin-right: 5%;
}
.column_sec .flex_row {
  row-gap: 20px;
}
.column_sec .flex_row .flex_box a .text_box h3{
  font-size: 14px;
}
.enforcementExample_sec .img_list {
  margin-top: 50px;
}
.enforcementExample_sec .img_list .img_box {
  width: 280px;
}
.businessContent_sec .flex_row .flex_box .img_box a img{
  width: 100%;
}
.strength_sec .flex_row {
  flex-direction: column;
}
.strength_sec .flex_row .left_col {
  width: 100%;
  order: 2;
}
.strength_sec .flex_row .right_col {
  width: 100%;
}
.strength_sec .flex_row .right_col .img_box p {
    font-size: 15px;
}
.strength_sec .flex_row .left_col h2 {
  font-size: 22px;
  margin-bottom: 16px;
}
.strength_sec .flex_row {
  gap: 20px;
}
.enforcementExample_sec .more_btn.underPosition a{
  width: calc(100% - 40px);
}
.cta_sec .flex_row{
  flex-direction: column;
}
.cta_sec .flex_row .left_col{
  width: 100%;
  border-right: none;
  padding-bottom: 0;
  padding-top: 50px;
}
.cta_sec .flex_row .right_col{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
}
.cta_sec .flex_row .right_col .tel a {
  font-size: 25px;
}
.cta_sec .flex_row .right_col .tel a::before {
  font-size: 26px;
}
.cta_sec .flex_row .right_col .mail_btn{
  width: calc(100% - 40px);
  height: 70px;
  margin-top: 30px;
}
.cta_sec .flex_row .right_col .mail_btn a {
    font-size: 20px;
}
.cta_sec .flex_row .right_col .mail_btn a span::before {
  font-size: 22px;
}
footer .flex_content {
  flex-direction: column;
}
footer .flex_content .left_col {
  width: 100%;
}
footer .flex_content .left_col .logo {
  width: 200px;
}
footer .flex_content .left_col .subtext {
    margin-top: 30px;
    margin-bottom: 20px;
}
footer .flex_content .right_col {
  width: 100%;
}
footer .right_col ul {
  flex-direction: column;
  row-gap: 20px;
  margin-top: 50px;
}
.copyright {
  margin: 0px 0 20px;
  font-size: 14px;
}
}

/*==========================================================================
*
*page archive single
*
============================================================================*/
.privacy_sec {
  margin-bottom: 100px;
  margin-top: 80px;
}
.privacy_sec .content {
  margin: 40px 0;
}
.privacy_sec .content h3 {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
#page .normalform {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  margin-top: 80px;
  margin-bottom: 100px;
}
#page .normalform .cp_iptxt {
  margin: 20px 0;
}
#page .normalform .cp_iptxt p {
  margin-bottom: 10px;
  display: flex;
  font-weight: 500;
  align-items: center;
  gap: 15px;
}
#page .normalform .cp_iptxt p span {
  background: #ff994f;
  color: #fff;
  padding: 1px 10px 3px;
  font-size: 12px;
  border-radius: 2px;
}
#page .normalform .cp_iptxt input {
  width: 100%;
  font-size: 16px;
  padding: 15px;
  border: 1px solid #DDDDDD;
}
#page .normalform .cp_iptxt input:focus, #page .normalform .cp_iptxt textarea:focus {
  outline: #ff994f 1px solid;
}
#page .normalform .cp_iptxt textarea {
  width: 100%;
  max-width: 700px;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  padding: 15px;
}
#page .normalform .sub {
  text-align: center;
  margin-top: 50px;
}
#page .normalform .sub input{
  background: #ff994f;
  color: #fff;
  border: 1px solid #ff994f;
  padding: 10px 20px 10px;
  border-radius: 5px;
  width: 250px;
  font-size: 16px;
  letter-spacing: 0.05em;
  transition: .3s;
  pointer-events: all;
}
#page .normalform .sub input:hover{
  background: #fff;
  color: #ff994f;
}
.CompanyProfile_sec {
  margin-top: 80px;
  margin-bottom: 100px;
}
.CompanyProfile_sec .table {
  margin-bottom: 50px;
}
.CompanyProfile_sec .table table {
  width: 100%;
}
.CompanyProfile_sec .table table tr {
  width: 100%;
}
.CompanyProfile_sec .table table th {
  width: 22%;
  text-align: inherit;
  font-weight: 500;
  background: #f5f5f5;
}
.CompanyProfile_sec .table table td {
  width: 80%;
}
.CompanyProfile_sec .table table th, .CompanyProfile_sec .table table td {
  border: 1px solid #ccc;
  padding: 16px 20px;
  font-size: 16px;
}
.CompanyProfile_sec .table table td ul {
  display: flex;
  flex-wrap: wrap;
}
.CompanyProfile_sec .table table td ul li:not(:last-of-type)::after {
  content: "・";
}
.CompanyProfile_sec .table table tr:last-of-type {
  border-bottom: 1px solid #efefef;
}
.CompanyProfile_sec .map_box iframe{
  width: 100%;
}
.pagination {
  margin: 50px 0 0;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
}
.pagination .page-numbers li a, .pagination .page-numbers li .current {
  color: #fff;
  border: 2px solid #ff994f;
  padding: 7.5px 15px;
  font-size: 18px;
  border-radius: 5px;
  background: #ff994f;
  font-family: 'M PLUS 1p', sans-serif;
  transform: rotate(0.03deg);
  font-weight: 500;
  transition: .3s;
}
.pagination .page-numbers li a:hover{
  color: #ff994f;
  background: #fff;
}
.pagination .page-numbers li .current {
  background: #fff;
  color: #ff994f;
}
#archive .column_sec{
  margin-top: 80px;
}
#archive .news_sec ul {
  width: 100%;
}
#archive .news_sec {
  flex-direction: column;
}
.breadcrumb {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
  padding-top: 20px;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li:not(:last-of-type):after{
  content: "/";
  margin-right: 5px;
  margin-left: 5px;
  font-size: 14px;
}
.breadcrumb ul li{
  list-style: none !important;
  margin-left: 0 !important;
}
.breadcrumb ul li a {
  font-size: 14px;
  color: #333;
}
#page, #archive, #single{
  margin-top: 120px;
}
.mvarea_page{
  position: relative;
}
.mvarea_page .img_box{
  height: 400px;
  position: relative;
  overflow: hidden;
}
.mvarea_page .img_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: .3s;
}
.mvarea_page .mv_text{
  position: absolute;
  top: 50%;
  max-width: 1340px;
  width: 100%;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mvarea_page .mv_text h2{
  font-family: 'Noto Serif JP', serif;
  font-size: 50px;
  font-weight: 500;
}
.gray_text_box {
  padding: 50px 0px;
  margin: 80px 0 100px;
}
.readtext {
  background: #fff;
  border: 5px solid #f7f7f7;
  padding: 80px;
  position: relative;
  overflow: hidden;
}
.readtext::before {
  content: "";
  background: #ff994f;
  height: 40px;
  width: 200px;
  position: absolute;
  left: 0;
  top: 25px;
  transform: rotate(-45deg)translate(-20%, -90%);
}
.readtext::after {
  content: "";
  background: #ff994f;
  height: 40px;
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 25px;
  transform: rotate(-45deg)translate(20%, 90%);
}
.gray_text_box p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
.strengthPage01_sec {
  margin-bottom: 100px;
}
.strengthPage01_sec .flex_row {
  display: flex;
  gap: 40px;
}
.strengthPage01_sec .flex_row:not(:last-of-type) {
  margin-bottom: 50px;
}
.strengthPage01_sec .flex_row:nth-of-type(2) {
  flex-direction: row-reverse;
}
.strengthPage01_sec .flex_row .text_col {
  width: 50%;
}
.title_box02 h2 {
  font-size: 28px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
.title_box02 h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 150px;
  background: #ff994f;
  left: 0;
}
.strengthPage01_sec .flex_row .img_col {
  width: 50%;
  overflow: hidden;
  border-radius: 5px;
}
.strengthPage01_sec .flex_row .img_col .img_box img {
  width: 100%;
}
.pageBtnList_sec {
  margin-top: 80px;
  margin-bottom: 80px;
}
.pageBtnList_sec .flex_row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: center;
  column-gap: 27px;
}
.pageBtnList_sec .flex_row .more_btn {
  min-width: 230px;
}
.pagecorporate01_sec {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
.pagecorporate01_sec h2 {
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  text-align: center;
}
.pagecorporate01_sec p {
  text-align: center;
  margin-top: 20px;
}
.pagecorporate01_sec.text_only{
  padding-top: 80px;
  padding-bottom: 80px;
}
.pagecorporate01_sec.text_only p{
  text-align: start;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.2;
  margin-top: 0;
}
.pagecorporate02_sec {
  margin-bottom: 100px;
}
.pagecorporate02_sec .flex_row {
  display: flex;
  align-items: center;
}
.pagecorporate02_sec .flex_row .text_col {
  width: 50%;
}
.pagecorporate02_sec .flex_row .img_col {
  width: 50%;
}
.pagecorporate02_sec .flex_row .img_col .img_box{
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding-bottom: 70%;
}
.pagecorporate02_sec .flex_row .img_col .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.pagecorporate02_sec .flex_row:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.pagecorporate02_sec .flex_row:not(:last-of-type) {
  margin-bottom: 30px;
}
.pageConstructionExample01_sec .flex_content {
  margin-top: 80px;
  margin-bottom: 100px;
}
.pageConstructionExample01_sec .flex_content .flex_row {
  display: flex;
  column-gap: 40px;
  align-items: center;
}
.pageConstructionExample01_sec .flex_content .flex_row .img_col {
  width: 50%;
}
.pageConstructionExample01_sec .flex_content .flex_row .img_col .img_box {
  position: relative;
  overflow: hidden;
  padding-bottom: 70%;
  border-radius: 5px;
}
.pageConstructionExample01_sec .flex_content .flex_row .img_col .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.pageConstructionExample01_sec .flex_content .flex_row .text_col {
  width: 50%;
}
#single .h1{
  border-bottom: 2px solid #ff994f;
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  font-weight: 500;
  padding: 15px 0;
  margin-bottom: 30px;
  margin-top: 60px;
}
#single h2{
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  background: #f7f7f7;
  border-left: 5px solid #ff994f;
  padding: 20px;
  margin: 30px 0;
}
#single h3{
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  margin: 30px 0;
}
#single h3::before {
  content: '■';
  color: #ff994f;
  display: inline-block;
  margin-right: 5px;
}
#single p{
  margin: 30px 0;
}
#single p img{
  margin: 0 auto;
  display: block;
}
#single p a{
  color: #ff994f;
  transition: .3s;
}
#single p a:hover{
  opacity: .7;
}
#single b{
  font-weight: bold;
}
#single ul li {
  list-style: disc;
  margin-left: 1.4em;
  line-height: 1.7;
}
#single table tr td {
  border: 1px solid;
  padding: 10px;
}
#single table tr th {
  border: 1px solid;
  padding: 10px;
  font-weight: 500;
  background: #efefef;
}
#single .single_mv_img {
  position: relative;
  overflow: hidden;
  padding-bottom: 31.8%;
  margin: 30px 0;
}
#single .single_mv_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
#single .toc_area {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
}
#single .toc_area .toc {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 20px;
  background: #f7f7f7;
}
#single .toc_area .toc .top_inner .title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
#single .toc_area .toc .top_inner li {
  margin: 10px 0;
}
#single .toc_area .toc .top_inner li a {
  color: #ff994f;
}
#single .day_cat {
  display: flex;
  align-items: center;
  gap: 20px;
}
#single .day_cat .day {
  font-size: 14px;
  font-family: 'M PLUS 1p', sans-serif;
  transform: rotate(0.03deg);
}
#single .day_cat a {
  color: #ff994f;
  border: 1px solid;
  border-radius: 5px;
  padding: 4px 20px 6px;
  font-size: 14px;
  transition: .3s;
}
#single .day_cat a:hover{
  color: #fff;
  background: #ff994f;
}
#single .page_pn {
  margin-bottom: 100px;
  margin-top: 100px;
}
#single .page_pn ol {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
#single .page_pn ol li {
  max-width: 250px;
  width: 100%;
}
#single .page_pn ol li a {
  border-radius: 5px;
  background: #ff994f;
  border: 1px solid #ff994f;
  color: #fff;
  text-align: center;
  padding: 8px 0 10px;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: .3s;
}
#single .page_pn ol li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 600;
  margin-left: 10px;
  padding-top: 2px;
}
#single .page_pn ol li a:hover {
  background: #fff;
  color: #ff994f;
}
.qa_container {
  margin-top: 80px;
  margin-bottom: 100px;
}
.qa_list:not(:first-child) {
  margin-top: 10px;
}
.question_title {
  background: #efefef;
  cursor: pointer;
  font-size: 16px;
  padding: 20px 40px;
  position: relative;
}
.question_title:before {
  position: absolute;
  display: block;
  content: 'Q';
  top: 18px;
  left: 12px;
  color: #ff994f;
  font-size: 18px;
}
.question_title:after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}
.question_title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}
.answer_text {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  display: none;
  padding: 20px 40px;
  position: relative;
}
.answer_text:before {
  position: absolute;
  display: block;
  content: 'A';
  top: 18px;
  left: 12px;
  color: #ff994f;
  font-size: 18px;
}
.effectPage_sec {
  margin-bottom: 100px;
}
.effectPage_sec .flex_box {
  display: flex;
  column-gap: 70px;
}
.effectPage_sec .flex_box:not(:last-of-type) {
  margin-bottom: 60px;
}
.effectPage_sec .flex_box:nth-of-type(3), .effectPage_sec .flex_box:nth-of-type(5) {
  flex-direction: row-reverse;
}
.effectPage_sec .flex_box .img_col {
  width: 50%;
}
.effectPage_sec .flex_box .img_col .img_box {
  position: relative;
  overflow: hidden;
  padding-bottom: 70.6%;
  border-radius: 5px;
}
.effectPage_sec .flex_box .img_col .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.effectPage_sec .flex_box .text_box {
  width: 50%;
}
.effectPage_sec .flex_box .text_box .title_box03 h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.effectPage_sec .flex_box .text_box .title_box03 h2::before {
  content: "1";
  font-size: 34px;
  font-style: italic;
  margin-right: 10px;
}
.effectPage_sec .flex_box:nth-of-type(3) .text_box .title_box03 h2::before {
  content: "2";
}
.effectPage_sec .flex_box:nth-of-type(4) .text_box .title_box03 h2::before {
  content: "3";
}
.effectPage_sec .flex_box:nth-of-type(5) .text_box .title_box03 h2::before {
  content: "4";
}
.effectPage_sec .flex_box .text_box p{
  line-height: 1.6;
}
#single .flex_imglist3column {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
#single .flex_imglist3column .img_box {
  width: calc(95%/3);
  border-radius: 5px;
}
#single .flex_imglist3column .img_box:not(:nth-of-type(3n)) {
  margin-right: calc(5%/2);
}
/*==========================================================================
*
*pc
*
============================================================================*/
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
.strengthPage01_sec .flex_row .text_col h2 {
  font-size: 24px;
}
}
/*==========================================================================
*
*tb
*
============================================================================*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.strengthPage01_sec .flex_row .text_col h2 {
  font-size: 24px;
}
.effectPage_sec .flex_box {
  column-gap: 40px;
}
}
@media only screen and (max-width: 1024px) {
.mvarea_page .img_box {
  height: 250px;
}
.mvarea_page .mv_text h2 {
  font-size: 33px;
}
#page, #archive, #single{
  margin-top: 60px;
}
.mvarea_page .mv_text{
  padding: 0 20px;
}
.breadcrumb {
  padding: 0 20px;
}
.gray_text_box p {
  font-size: 16px;
  line-height: 1.7;
}
.pagecorporate01_sec h2 {
  font-size: 21px;
}
.pagecorporate01_sec p {
  font-size: 14px;
}
.pagecorporate01_sec p br{
  display: none;
}
.readtext {
  padding: 70px 20px;
}
.readtext::before {
  height: 20px;
  transform: rotate(-45deg)translate(-20%, -280%);
}
.readtext::after {
  height: 20px;
  transform: rotate(-45deg)translate(20%, 280%);
}
}
/*==========================================================================
*
*sp
*
============================================================================*/
@media only screen and (max-width: 767px) {
.CompanyProfile_sec .table table th {
  width: 100%;
}
.CompanyProfile_sec .table table td {
  width: 100%;
}
.CompanyProfile_sec .table table th, .CompanyProfile_sec .table table td {
  margin-top: -1px;
}
.CompanyProfile_sec .map_box iframe {
  height: 250px;
}
.strengthPage01_sec .flex_row {
  flex-direction: column-reverse;
  gap: 20px;
}
.title_box02 h2 {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.strengthPage01_sec .flex_row .img_col {
  width: 100%;
}
.strengthPage01_sec .flex_row .text_col {
  width: 100%;
}
.strengthPage01_sec .flex_row:nth-of-type(2) {
  flex-direction: column-reverse;
}
.pageBtnList_sec .flex_row .more_btn {
  width: 100%;
}
.pageBtnList_sec .flex_row .more_btn:not(:last-of-type) {
  margin-right: 0;
}
.pagecorporate02_sec .flex_row {
  flex-direction: column-reverse;
  row-gap: 20px;
}
.pagecorporate02_sec .flex_row:nth-of-type(2n) {
  flex-direction: column-reverse;
}
.pagecorporate02_sec .flex_row:not(:last-of-type) {
  margin-bottom: 40px;
}
.pagecorporate02_sec .flex_row .text_col {
  width: 100%;
}
.pagecorporate02_sec .flex_row .img_col {
  width: 100%;
}
.pageConstructionExample01_sec .flex_content .flex_row {
  flex-direction: column;
  row-gap: 20px;
}
.pageConstructionExample01_sec .flex_content .flex_row .img_col {
  width: 100%;
}
.pageConstructionExample01_sec .flex_content .flex_row .text_col {
  width: 100%;
}
.pagination .page-numbers {
  flex-wrap: wrap;
}
.pagination .page-numbers li a, .pagination .page-numbers li .current {
  font-size: 16px;
}
#single .page_pn ol li a {
  font-size: 13px;
}
#single .page_pn ol li a::after {
  font-size: 12px;
  margin-left: 3px;
}
#single .h1 {
  font-size: 26px;
}
#single h2 {
  font-size: 22px;
}
#single h3 {
  font-size: 18px;
}
#single .single_mv_img {
  padding-bottom: 52%;
}
.effectPage_sec .flex_box {
  flex-direction: column;
}
.effectPage_sec .flex_box .img_col {
  width: 100%;
}
.effectPage_sec .flex_box .text_box {
  width: 100%;
}
.effectPage_sec .flex_box .text_box .title_box03 h2 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 18px;
}
.effectPage_sec .flex_box:nth-of-type(3), .effectPage_sec .flex_box:nth-of-type(5) {
  flex-direction: row-reverse;
  flex-direction: column;
}
.effectPage_sec .flex_box:not(:last-of-type) {
  margin-bottom: 40px;
}
.effectPage_sec .flex_box .text_box .title_box03 h2::before {
  font-size: 30px;
}
.pagecorporate01_sec.text_only p {
  font-size: 16px;
  line-height: 2;
}
#single .flex_imglist3column {
  row-gap: 10px;
}
#single .flex_imglist3column .img_box:not(:nth-of-type(3n)) {
  margin-right: 0;
}
#single .flex_imglist3column .img_box {
  width: calc(95%/2);
}
#single .flex_imglist3column .img_box:not(:nth-of-type(2n)) {
  margin-right: calc(5%/1);
}
.CompanyProfile_sec .table table tr {
  display: flex;
  flex-direction: column;
}
footer .flex_content .left_col .tel_box a {
  pointer-events: all;
}
.businessContent_sec .flex_row .flex_box ul li {
  font-size: 14px;
}
div#re404 h1.h1 {
  font-size: 24px;
}
div#re404 {
  margin-top: 70px;
}
	footer .flex_content .left_col .logo a {
    width: 90px;
}
}











/*-----------------------
    ローディング
-----------------------*/
#loading {
  /* 画面いっぱいになる箇所 */
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100vw;
 height: 100vh;
 background-color: #ff994f;
 transition: all 1s;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9999;
 transition-delay: 1s;
}
/* 中のローディングアニメ */
#loading .loader , #loading .loader:before , #loading .loader:after {
   background: #ffffff;
   animation: loading 1s infinite ease-in-out;
   width: 1em;
   height: 4em;
}
#loading .loader {
 color: #ffffff;
 text-indent: -9999em;
 margin: 88px auto;
 position: relative;
 font-size: 11px;
 transform: translateZ(0);
 animation-delay: -0.16s;
}
#loading .loader::before,
#loading .loader::after {
   position: absolute;
   top: 0;
   content: '';
}

#loading .loader::before {
   left: -1.5em;
   animation-delay: -0.32s;
}

#loading .loader::after {
   left: 1.5em;
}
@-webkit-keyframes loading {

 0%,
 80%,
 100% {
     box-shadow: 0 0;
     height: 4em;
 }

 40% {
     box-shadow: 0 -2em;
     height: 5em;
 }
}

@keyframes loading {

 0%,
 80%,
 100% {
     box-shadow: 0 0;
     height: 4em;
 }

 40% {
     box-shadow: 0 -2em;
     height: 5em;
 }
}
.loaded {
 opacity: 0;
 visibility: hidden;
}
