@charset "UTF-8";
/*
===================================================================
 site_theme.css - kurashigoto-navi.com
===================================================================
v1.0.0 
2023-10-24
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/* リセット */
@import url("default.css");
/*変数読み込み*/
/*
===================================================================
 var.css - sakura-bussan.com - tawaraco.co.jp
===================================================================
v1.0.0 
2022-06-24
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*各セクションscss読み込み*/
/*
===================================================================
 categorySec001.css
===================================================================
v1.0.0 
2024-02-09
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#categorySec001 h1 {
  padding: 12rem 10% 4rem 10%;
  font-size: 9vw;
  line-height: 140%;
  letter-spacing: 0.2rem;
  color: #FF6700;
  font-weight: 900;
  padding-bottom: 4rem; }
  #categorySec001 h1 a {
    text-decoration: none; }
  #categorySec001 h1.page_h1 {
    padding: 8rem 0 4rem 0; }
#categorySec001 .category_link {
  margin: 2rem 0; }
  #categorySec001 .category_link a {
    font-size: 1.4rem;
    display: inline-block;
    padding: 0.5rem 1rem;
    border: solid 2px #FF6700;
    border-radius: 0.2rem;
    color: #FF6700;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-weight: 900;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #fff; }
    #categorySec001 .category_link a:hover {
      color: #fff;
      background: #FF6700; }
#categorySec001 .flex_box {
  padding: 4rem 10%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between; }
  #categorySec001 .flex_box .flex_child {
    width: 48%;
    box-sizing: border-box;
    border: solid 1px #ddd;
    margin-bottom: 3rem; }
    #categorySec001 .flex_box .flex_child a {
      text-decoration: none;
      text-decoration-color: #FF6700;
      transition: all 0.3s ease; }
    #categorySec001 .flex_box .flex_child img {
      width: 100%;
      height: auto;
      transition: all 0.3s ease; }
    #categorySec001 .flex_box .flex_child .honbun {
      padding: 1.5rem; }
      #categorySec001 .flex_box .flex_child .honbun h2 {
        font-size: 2.0rem;
        color: #000;
        padding: 0.5rem 0 1rem 0;
        line-height: 150%; }
      #categorySec001 .flex_box .flex_child .honbun p {
        font-size: 1.6rem;
        line-height: 150%;
        color: #000; }
      #categorySec001 .flex_box .flex_child .honbun .date {
        font-size: 1.2rem;
        color: #999; }
    #categorySec001 .flex_box .flex_child:hover img {
      filter: brightness(1.1); }
    #categorySec001 .flex_box .flex_child:hover a {
      text-decoration: underline; }
#categorySec001 .flex_box_2 {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  padding: 0 10%; }
#categorySec001 .pagination {
  margin-bottom: 4rem;
  text-align: center; }
  #categorySec001 .pagination a {
    color: #FF6700; }

@media screen and (min-width: 768px) {
  #categorySec001 h1 {
    font-size: 5rem;
    padding-top: 4rem; }
  #categorySec001 .category_link a {
    font-size: 1.6rem;
    margin-right: 2rem; } }
@media screen and (min-width: 1084px) {
  #categorySec001 {
    padding-top: 8rem;
    padding-bottom: 8rem; }
    #categorySec001 h1 {
      font-size: 6rem; }
    #categorySec001 .flex_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #categorySec001 .flex_box .flex_child {
        width: 24%;
        margin-bottom: 2rem; }
        #categorySec001 .flex_box .flex_child img {
          width: 100%;
          height: auto; } }
@media screen and (min-width: 1400px) {
  #categorySec001 {
    padding-top: 12rem;
    padding-bottom: 12rem; }
    #categorySec001 h1 {
      font-size: 7rem; } }
/*
===================================================================
 category4_sec_001.css - sakura-busan.com - tawaraco.co.jp
===================================================================
v1.0.0 
2022-11-18
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#category4_sec_001 {
  padding-bottom: 10rem; }
  #category4_sec_001 h1 {
    color: #FFC6B7;
    font-size: 9vw;
    font-weight: 900;
    line-height: 140%;
    letter-spacing: 0.2rem;
    padding: 8rem 0 4rem 0; }
  #category4_sec_001 p {
    font-size: 1.4rem;
    padding: 1rem 0;
    line-height: 180%; }
  #category4_sec_001 .category_link {
    margin: 2rem 0; }
    #category4_sec_001 .category_link a {
      font-size: 1.4rem;
      display: inline-block;
      padding: 0.5rem 1rem;
      border: solid 2px #FFC6B7;
      border-radius: 0.2rem;
      color: #FFC6B7;
      margin-right: 1rem;
      margin-bottom: 1rem;
      font-weight: 900;
      text-decoration: none;
      transition: all 0.3s ease;
      background: #fff; }
      #category4_sec_001 .category_link a:hover {
        color: #fff;
        background: #FFC6B7; }
  #category4_sec_001 .flex_box {
    padding: 4rem 10%; }
    #category4_sec_001 .flex_box .flex_child {
      width: 100%;
      box-sizing: border-box;
      border: solid 1px #ddd;
      margin-bottom: 3rem; }
      #category4_sec_001 .flex_box .flex_child a {
        text-decoration: none;
        text-decoration-color: #FF6700;
        transition: all 0.3s ease; }
      #category4_sec_001 .flex_box .flex_child img {
        width: 100%;
        height: auto;
        transition: all 0.3s ease; }
      #category4_sec_001 .flex_box .flex_child .honbun {
        padding: 1.5rem; }
        #category4_sec_001 .flex_box .flex_child .honbun h2 {
          font-size: 2.0rem;
          color: #000;
          padding: 0.5rem 0 1rem 0;
          line-height: 150%; }
        #category4_sec_001 .flex_box .flex_child .honbun p {
          font-size: 1.6rem;
          line-height: 150%;
          color: #000; }
        #category4_sec_001 .flex_box .flex_child .honbun .date {
          font-size: 1.2rem;
          color: #999; }
      #category4_sec_001 .flex_box .flex_child:hover img {
        filter: brightness(1.1); }
      #category4_sec_001 .flex_box .flex_child:hover a {
        text-decoration: underline; }
  #category4_sec_001 .flex_box_2 {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 0 10%; }
  #category4_sec_001 .eye_catch {
    padding-bottom: 3rem; }
  #category4_sec_001 .bg_sub {
    background: #ede6dd; }
  #category4_sec_001 .cat4_flex_box {
    padding: 4rem 10%; }
  #category4_sec_001 .main_box {
    padding: 4rem 10%; }

@media screen and (min-width: 768px) {
  #category4_sec_001 h1 {
    font-size: 4rem;
    padding-top: 4rem; }
  #category4_sec_001 p {
    font-size: 1.6rem; }
  #category4_sec_001 .category_link a {
    font-size: 1.6rem;
    margin-right: 2rem; }
  #category4_sec_001 .cat4_flex_box {
    padding: 5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: url("../image/bg_001.png");
    background-size: auto 100%;
    background-repeat: repeat;
    animation: scroll-left 2500s linear infinite; }
    #category4_sec_001 .cat4_flex_box .eye_catch {
      padding-bottom: 0; }
    #category4_sec_001 .cat4_flex_box .right {
      width: 50%;
      text-align: right; }
      #category4_sec_001 .cat4_flex_box .right img {
        border-radius: 1.5rem 0 0 1.5rem;
        width: 100%;
        height: auto;
        max-width: 1000px;
        display: inline; }
    #category4_sec_001 .cat4_flex_box .left {
      width: 45%;
      padding-left: 10%; }
  @keyframes scroll-left {
    0% {
      background-position: 0 0; }
    100% {
      background-position: -10000% 0; } } }
@media screen and (min-width: 1084px) {
  #category4_sec_001 {
    padding-bottom: 8rem; }
    #category4_sec_001 h1 {
      font-size: 5rem; }
    #category4_sec_001 .flex_box {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      #category4_sec_001 .flex_box .flex_child {
        width: 30%;
        margin-bottom: 2rem; }
        #category4_sec_001 .flex_box .flex_child img {
          width: 100%;
          height: auto; } }
@media screen and (min-width: 1400px) {
  #category4_sec_001 {
    padding-bottom: 12rem; }
    #category4_sec_001 h1 {
      font-size: 7rem; } }
/*
===================================================================
 globalHeader.css
===================================================================
v1.0.0 
2023-10-24
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#globalHeader a {
  text-decoration: none; }
#globalHeader .globalHeader__logo {
  width: 90%;
  display: block;
  margin: 0 auto;
  max-width: 1400px; }
  #globalHeader .globalHeader__logo img {
    width: 100%;
    height: auto; }
#globalHeader .drawer-brand {
  color: #000; }
#globalHeader .drawer-dropdown-menu {
  background-color: #555;
  padding: 0.8rem 0; }
  #globalHeader .drawer-dropdown-menu a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem; }
    #globalHeader .drawer-dropdown-menu a:hover {
      color: #FF6700;
      text-decoration: none; }
  #globalHeader .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 2.2rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    color: #fff;
    padding-left: 25px; }
#globalHeader .drawer-hamburger {
  width: 3.2rem;
  color: #fff;
  font-size: 1rem;
  background: #FF6700;
  padding: 1.8rem; }
  #globalHeader .drawer-hamburger a {
    text-decoration: none; }
  #globalHeader .drawer-hamburger:hover {
    background: #FFC6B7;
    text-decoration: none; }
#globalHeader .drawer-hamburger-icon,
#globalHeader .drawer-hamburger-icon:after,
#globalHeader .drawer-hamburger-icon:before {
  background-color: #fff; }
#globalHeader .drawer-menu li {
  display: block;
  width: 100%;
  padding: 1.5rem 1rem;
  font-size: 1.4rem;
  border-bottom: solid 1px #000; }
#globalHeader .drawer-menu-a {
  display: block;
  color: #000;
  transition: all 0.3s ease; }
  #globalHeader .drawer-menu-a:hover {
    color: #FF6700; }
#globalHeader .drawer-menu-item {
  font-size: 1.6rem;
  padding: 15px 15px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease-in-out; }
  #globalHeader .drawer-menu-item:hover {
    color: #AAA;
    text-decoration: none; }
#globalHeader .drawer-nav {
  background-color: #fff; }
#globalHeader .drawer--right .drawer-hamburger {
  right: 1rem; }
#globalHeader .drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
#globalHeader .drawer--left.drawer-open .drawer-nav,
#globalHeader .drawer--left .drawer-hamburger,
#globalHeader .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
#globalHeader .drawer--right.drawer-open .drawer-nav,
#globalHeader .drawer--right .drawer-hamburger,
#globalHeader .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

@media screen and (min-width: 1400px) {
  .globalHeader__logo {
    width: 100%; } }
/*
===================================================================
 globalFooter.css
===================================================================
v1.0.0 
2023-10-26
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#globalFooter {
  background: #FF6700;
  padding: 3rem 10%; }
  #globalFooter ._box {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto; }
  #globalFooter .globalFooter__left {
    width: 100%;
    box-sizing: border-box; }
    #globalFooter .globalFooter__left img {
      width: 100%;
      height: auto; }
    #globalFooter .globalFooter__left p {
      font-size: 2.7vw;
      color: #fff;
      font-family: keifont;
      font-weight: normal;
      padding: 2rem 0; }
  #globalFooter .globalFooter__right {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    text-align: right;
    vertical-align: bottom;
    position: relative; }
    #globalFooter .globalFooter__right img {
      width: 30%;
      max-width: 200px;
      height: auto;
      box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
      transition: all 0.3s ease;
      border-radius: 10px;
      position: absolute;
      bottom: 5px;
      right: 5px; }
      #globalFooter .globalFooter__right img:hover {
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
        bottom: 0;
        right: 0; }
  #globalFooter .copy {
    display: block;
    font-size: 1.4rem;
    width: 100%;
    font-weight: normal;
    font-family: keifont;
    color: #fff;
    text-align: center;
    padding-top: 10rem;
    padding-bottom: 2rem;
    line-height: 150%; }
    #globalFooter .copy a {
      color: #fff;
      text-decoration: none;
      transition: all 0.3s ease; }
      #globalFooter .copy a:hover {
        color: #FFC6B7; }

@media screen and (min-width: 768px) {
  #globalFooter .globalFooter__left {
    float: left;
    width: 50%; }
    #globalFooter .globalFooter__left p {
      font-size: 2vw; }
  #globalFooter .globalFooter__right {
    float: right;
    width: 50%;
    height: 300px; }
    #globalFooter .globalFooter__right img {
      width: 50%; } }
@media screen and (min-width: 1400px) {
  #globalFooter .globalFooter__left p {
    font-size: 2.5rem;
    padding: 2rem 0; } }
/*
===================================================================
 homeSec001.css
===================================================================
v1.0.0 
2023-10-25
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec001 {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px; }
  #homeSec001 h2 {
    font-size: 9vw;
    font-family: keifont;
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0.2rem;
    color: #000;
    padding-bottom: 4rem;
    padding-top: 4rem;
    text-align: center; }
    #homeSec001 h2 span {
      font-size: 4vw; }
  #homeSec001 h3 {
    position: relative;
    width: 100%;
    padding: 1rem 0;
    box-sizing: border-box;
    background: #FF6700;
    color: #fff;
    font-family: keifont;
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 3vw;
    display: block; }
    #homeSec001 h3._adj {
      margin-top: 4rem; }
  #homeSec001 .homeSec001__yajirushi {
    width: 100%;
    max-width: 1400px;
    display: block; }
    #homeSec001 .homeSec001__yajirushi img {
      width: 10%;
      max-width: 80px;
      height: auto;
      display: block;
      margin: 0 auto; }
  #homeSec001 .homeSec001__flexBox {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 2rem auto; }
    #homeSec001 .homeSec001__flexBox li {
      width: 20%;
      box-sizing: border-box;
      border: 0;
      margin: 0;
      padding: 0; }
      #homeSec001 .homeSec001__flexBox li a {
        transition: all 0.3s ease;
        filter: brightness(1); }
        #homeSec001 .homeSec001__flexBox li a:hover {
          filter: brightness(1.2); }
  #homeSec001 .homeSec001_catList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    #homeSec001 .homeSec001_catList li {
      border: solid 3px #FF6700;
      border-radius: 5px;
      font-size: 1.6rem;
      font-weight: normal;
      box-sizing: border-box;
      margin: 0.5rem;
      transition: all .3s ease; }
      #homeSec001 .homeSec001_catList li a {
        padding: 0.6rem 1.5rem;
        color: #000;
        text-decoration: none;
        font-weight: 900;
        display: inline-block; }
      #homeSec001 .homeSec001_catList li._blue {
        border: solid 3px #0097D7; }
      #homeSec001 .homeSec001_catList li:hover {
        background: #FF6700; }
        #homeSec001 .homeSec001_catList li:hover a {
          color: #fff; }
        #homeSec001 .homeSec001_catList li:hover._blue {
          background: #0097D7; }

@media screen and (min-width: 540px) {
  #homeSec001 h2 {
    font-size: 4rem; } }
@media screen and (min-width: 768px) {
  #homeSec001 h2 {
    font-size: 5rem;
    padding-bottom: 5rem; }
  #homeSec001 .homeSec001_catList li {
    border: solid 4px #FF6700;
    border-radius: 10px;
    font-size: 2.5rem;
    font-weight: normal;
    margin: 0.8rem; }
    #homeSec001 .homeSec001_catList li a {
      padding: 1.2rem 2.0rem; }
    #homeSec001 .homeSec001_catList li._blue {
      border: solid 4px #0097D7; } }
@media screen and (min-width: 1084px) {
  #homeSec001 h2 {
    font-size: 6rem; }
    #homeSec001 h2 span {
      font-size: 3rem; }
  #homeSec001 h3 {
    font-size: 2.5rem; } }
@media screen and (min-width: 1400px) {
  #home_sec_001 {
    width: 100%; }
    #home_sec_001 h2 {
      font-size: 7rem; }
      #home_sec_001 h2 span {
        font-size: 4rem; } }
/*
===================================================================
 homeSec002.css
===================================================================
v1.0.0 
2023-10-26
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec002 {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  background: #FFC6B7;
  margin-top: 6rem;
  padding-bottom: 1rem; }
  #homeSec002 h2 {
    font-size: 4vw;
    font-family: keifont;
    font-weight: normal;
    letter-spacing: 0.2rem;
    color: #000;
    padding-bottom: 4rem;
    padding-top: 4rem;
    text-align: center; }
  #homeSec002 .homeSec002__flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article {
      width: 43%;
      box-sizing: border-box;
      margin-bottom: 2rem; }
      #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article a {
        text-decoration: none;
        color: #000; }
      #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article img {
        width: 100%;
        height: auto;
        border-radius: 0.5rem; }
      #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article h3 {
        font-size: 1.6rem;
        font-weight: 900;
        text-align: left;
        padding: 0.5rem;
        color: #000; }
      #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article h4 {
        font-size: 1.3rem;
        font-weight: 400;
        text-align: left;
        padding: 0 0.5rem 0.5rem 0.5rem;
        color: #000; }
      #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article hr {
        display: block;
        border: none;
        height: 1px;
        width: calc(100% - 10px);
        margin: 0 auto;
        background: #000;
        margin-bottom: 0.5rem; }
      #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article p {
        font-size: 1.6rem;
        text-align: left;
        line-height: 120%;
        padding: 0.5rem;
        padding-top: 0.2rem;
        color: #000; }
      #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article ._category ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article ._category ul li {
          background: #fff;
          border: solid 1px #666;
          border-radius: 100rem;
          padding: 0.2rem 0.7rem;
          font-size: 1.2rem;
          margin-right: 0.3rem;
          margin-bottom: 0.3rem;
          color: #000; }
  #homeSec002 ._more {
    display: block;
    width: 80%;
    max-width: 400px;
    background: #fff;
    padding: 0.8rem 0.8rem;
    border: solid 1px #999;
    border-radius: 100px;
    font-size: 1.5rem;
    color: #000;
    text-decoration: none;
    text-align: center;
    margin: 4rem auto;
    transition: all 0.3s ease; }
    #homeSec002 ._more:hover {
      background: #FF6700;
      color: #fff; }

@media screen and (min-width: 768px) {
  #homeSec002 h2 {
    font-size: 3rem; } }
@media screen and (min-width: 1084px) {
  #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article {
    width: 24%; } }
@media screen and (min-width: 1400px) {
  #homeSec002 h2 {
    font-size: 4rem; } }
/*
===================================================================
 homeSec003.css
===================================================================
v1.0.0 
2023-10-26
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec003 {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  margin-top: 6rem;
  padding-bottom: 1rem; }
  #homeSec003 h2 {
    font-size: 9vw;
    font-family: keifont;
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0.2rem;
    color: #000;
    padding-bottom: 4rem;
    padding-top: 4rem;
    text-align: center; }
    #homeSec003 h2 span {
      font-size: 4vw; }
  #homeSec003 .homeSec003__image {
    width: 100%; }
    #homeSec003 .homeSec003__image img {
      width: 100%;
      height: auto; }
  #homeSec003 .homeSec003__article {
    width: 100%;
    background: #FFC6B7;
    margin: 2rem 0;
    border-radius: 5px;
    overflow: hidden; }
    #homeSec003 .homeSec003__article a {
      text-decoration: none;
      filter: brightness(1); }
      #homeSec003 .homeSec003__article a:hover {
        filter: brightness(1.2); }
    #homeSec003 .homeSec003__article .homeSec003__article--left {
      width: 100%; }
      #homeSec003 .homeSec003__article .homeSec003__article--left img {
        width: 100%;
        height: auto; }
    #homeSec003 .homeSec003__article .homeSec003__article--right h3 {
      font-size: 1.8rem;
      font-weight: normal;
      font-family: keifont;
      text-align: left;
      color: #000;
      padding: 0.5rem 5%;
      padding-top: 1.5rem; }
      #homeSec003 .homeSec003__article .homeSec003__article--right h3 span {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 900; }
    #homeSec003 .homeSec003__article .homeSec003__article--right p {
      font-size: 1.6rem;
      color: #000;
      padding: 0.5rem 5%;
      padding-bottom: 1.5rem; }

@media screen and (min-width: 540px) {
  #homeSec003 h2 {
    font-size: 4rem; } }
@media screen and (min-width: 768px) {
  #homeSec003 h2 {
    font-size: 5rem;
    padding-bottom: 5rem; }
  #homeSec003 .homeSec003__article {
    margin: 4rem 0;
    border-radius: 5px; }
    #homeSec003 .homeSec003__article .homeSec003__article--left {
      float: left;
      width: 30%;
      box-sizing: border-box; }
      #homeSec003 .homeSec003__article .homeSec003__article--left img {
        width: 100%;
        height: auto; }
    #homeSec003 .homeSec003__article .homeSec003__article--right {
      float: right;
      width: 70%;
      box-sizing: border-box; }
      #homeSec003 .homeSec003__article .homeSec003__article--right h3 {
        font-size: 2.2vw;
        padding: 0.5rem 10%;
        padding-top: 3.5rem; }
      #homeSec003 .homeSec003__article .homeSec003__article--right p {
        font-size: 1.9vw;
        color: #000;
        padding: 0.5rem 10%; } }
@media screen and (min-width: 1084px) {
  #homeSec003 h2 {
    font-size: 6rem; }
    #homeSec003 h2 span {
      font-size: 3rem; } }
@media screen and (min-width: 1400px) {
  #homeSec003 {
    width: 100%; }
    #homeSec003 h2 {
      font-size: 7rem; }
      #homeSec003 h2 span {
        font-size: 4rem; }
    #homeSec003 .homeSec003__article .homeSec003__article--left {
      width: 20%; }
    #homeSec003 .homeSec003__article .homeSec003__article--right {
      width: 80%; }
      #homeSec003 .homeSec003__article .homeSec003__article--right h3 {
        font-size: 4rem;
        padding: 0.5rem 10%;
        padding-top: 3.5rem; }
      #homeSec003 .homeSec003__article .homeSec003__article--right p {
        font-size: 1.9rem;
        color: #000;
        padding: 0.5rem 10%; } }
/*
===================================================================
 homeSec004.css
===================================================================
v1.0.0 
2023-10-26
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec004 {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  margin-top: 6rem;
  padding-bottom: 8rem; }
  #homeSec004 h2 {
    font-size: 9vw;
    font-family: keifont;
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0.2rem;
    color: #000;
    padding-bottom: 4rem;
    padding-top: 4rem;
    text-align: center; }
    #homeSec004 h2 span {
      font-size: 4vw; }
  #homeSec004 h3 {
    font-size: clamp(1.6rem, 3.3vw, 3.2rem);
    font-family: keifont;
    font-weight: normal;
    text-align: center;
    padding: 5rem 0 3rem 0; }
  #homeSec004 .homeSec004__box .homeSec004__left p {
    font-size: 1.6rem;
    padding: 0 0 2.5rem 0;
    line-height: 150%; }
  #homeSec004 .homeSec004__box .homeSec004__right {
    padding-bottom: 2rem;
    text-align: center; }
    #homeSec004 .homeSec004__box .homeSec004__right img {
      display: inline;
      width: 80%;
      height: auto; }
  #homeSec004 .homeSec004__shoukoukai {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 3rem; }
    #homeSec004 .homeSec004__shoukoukai .homeSec004__shoukoukai--child {
      width: 30%; }
      #homeSec004 .homeSec004__shoukoukai .homeSec004__shoukoukai--child img {
        width: 100%;
        height: auto;
        transition: all 0.3s ease;
        filter: brightness(1);
        margin-bottom: 2rem; }
        #homeSec004 .homeSec004__shoukoukai .homeSec004__shoukoukai--child img:hover {
          filter: brightness(1.2); }

@media screen and (min-width: 540px) {
  #homeSec004 h2 {
    font-size: 4rem; } }
@media screen and (min-width: 768px) {
  #homeSec004 h2 {
    font-size: 5rem;
    padding-bottom: 5rem; }
  #homeSec004 .homeSec004__box .homeSec004__left {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding: 0 5%; }
    #homeSec004 .homeSec004__box .homeSec004__left p {
      font-size: 1.6vw; }
  #homeSec004 .homeSec004__box .homeSec004__right {
    float: right;
    width: 40%;
    box-sizing: border-box; }
    #homeSec004 .homeSec004__box .homeSec004__right img {
      width: 100%;
      height: auto;
      padding: 0; }
  #homeSec004 .homeSec004__shoukoukai .homeSec004__shoukoukai--child {
    width: 19%; } }
@media screen and (min-width: 1084px) {
  #homeSec004 h2 {
    font-size: 6rem; }
    #homeSec004 h2 span {
      font-size: 3rem; }
  #homeSec004 .homeSec004__box .homeSec004__left p {
    font-size: 1.8rem; }
  #homeSec004 .homeSec004__box .homeSec004__right {
    padding-right: 10%; } }
@media screen and (min-width: 1400px) {
  #homeSec004 h2 {
    font-size: 7rem; }
    #homeSec004 h2 span {
      font-size: 4rem; }
  #homeSec004 .homeSec004__box .homeSec004__left p {
    font-size: 2.0rem; }
  #homeSec004 .homeSec004__box .homeSec004__right {
    padding-right: 10%; } }
/*
===================================================================
 homeSlide.css
===================================================================
v1.0.0 
2023-10-24
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSlide {
  display: block;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px; }
  #homeSlide .swiper-container {
    width: 100%; }
    #homeSlide .swiper-container .swiper-wrapper img {
      width: 100%;
      height: auto; }

@media screen and (min-width: 1400px) {
  #homeSlide {
    width: 100%; } }
/*
===================================================================
 loading_001.css - supakura.com - tawaraco.co.jp
===================================================================
v1.0.0 
2022-06-14
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#loading_001 {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 100;
  transition: all 0.5s ease; }
  #loading_001 .flex_child {
    text-align: center; }
    #loading_001 .flex_child img {
      width: 50%;
      height: auto;
      max-width: 300px; }
  #loading_001 *,
  #loading_001 *::before,
  #loading_001 *::after {
    box-sizing: border-box; }
  #loading_001 .loading {
    height: 100vh;
    width: 100vw;
    cursor: progress; }
    #loading_001 .loading::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 5em;
      height: 5em;
      margin-top: -2.5em;
      margin-left: -2.5em;
      border-radius: 50%;
      border: 0.25em solid #FF6700;
      border-top-color: #FFC6B7;
      animation: spinner 1.5s linear infinite; }
@keyframes spinner {
  to {
    transform: rotate(360deg); } }
  #loading_001.loaded {
    animation: 1s fadeOut 1s forwards; }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    display: none;
    opacity: 0;
    z-index: -1; } }
/*
===================================================================
 koteiPage001.css
===================================================================
v1.0.0 
2023-11-05
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#koteiPage001 {
  padding-bottom: 10rem;
  max-width: 1400px;
  width: 90%;
  margin: 0 auto; }
  #koteiPage001 h1 {
    font-size: 9vw;
    font-family: keifont;
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0.2rem;
    color: #000;
    padding-bottom: 4rem;
    padding-top: 4rem;
    text-align: center; }
    #koteiPage001 h1 span {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 900; }
  #koteiPage001 h2 {
    font-size: 5vw;
    line-height: 130%;
    padding: 0 0 3rem 0;
    text-align: center;
    font-weight: normal;
    color: #FF6700; }
  #koteiPage001 hr.koteiPage__hr {
    display: block;
    width: 100%;
    max-width: 1400px;
    border: none;
    height: 1px;
    margin: 6rem auto;
    background: #FF6700; }
  #koteiPage001 hr.koteiPage__hrGray {
    display: block;
    width: 100%;
    max-width: 1400px;
    border: none;
    height: 1px;
    margin: 3rem auto;
    background: #ccc; }
  #koteiPage001 p {
    font-size: 1.4rem;
    padding: 1rem 0;
    line-height: 160%; }
    #koteiPage001 p.koteiPage001__jikan {
      padding: 0;
      padding-left: 5.5rem;
      text-indent: -5.5rem; }
    #koteiPage001 p.koteiPage001__jikanHankaku {
      padding: 0;
      padding-left: 5.5rem;
      text-indent: -4.6rem; }
  #koteiPage001 .koteiPageBox, #koteiPage001 .koteiPageBoxReverse {
    width: 100%; }
    #koteiPage001 .koteiPageBox img, #koteiPage001 .koteiPageBoxReverse img {
      width: 100%;
      height: auto; }
  #koteiPage001 .koteiPage_jikanBox {
    margin: 0 auto;
    width: 100%;
    max-width: 550px; }
  #koteiPage001 .koteiPage__shoukoukai {
    display: flex;
    justify-content: center; }
    #koteiPage001 .koteiPage__shoukoukai a {
      width: 35%; }
      #koteiPage001 .koteiPage__shoukoukai a:first-child {
        margin-right: 5%; }
    #koteiPage001 .koteiPage__shoukoukai img {
      width: 100%;
      height: auto; }
  #koteiPage001 .flex_box_2 {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 0 10% 5rem 10%; }
  #koteiPage001 .main_box {
    padding: 4rem 10%;
    width: 100%;
    max-width: 1400px; }

@media screen and (min-width: 768px) {
  #koteiPage001 h1 {
    font-size: 5rem;
    padding-bottom: 2rem; }
  #koteiPage001 h2 {
    font-size: 3rem; }
  #koteiPage001 p {
    font-size: 1.6rem; }
    #koteiPage001 p.koteiPage001__jikan {
      padding: 0;
      padding-left: 6.2rem;
      text-indent: -6.2rem; }
    #koteiPage001 p.koteiPage001__jikanHankaku {
      padding: 0;
      padding-left: 6.2rem;
      text-indent: -5.3rem; }
  #koteiPage001 .koteiPageBox {
    max-width: 1400px;
    display: flex;
    justify-content: space-between; }
    #koteiPage001 .koteiPageBox ._left45 {
      width: 55%;
      box-sizing: border-box; }
    #koteiPage001 .koteiPageBox ._right55 {
      width: 45%;
      display: flex;
      justify-content: center;
      align-items: center; }
      #koteiPage001 .koteiPageBox ._right55 p {
        display: inline-block;
        width: 80%; }
    #koteiPage001 .koteiPageBox ._left60 {
      width: 60%;
      box-sizing: border-box; }
    #koteiPage001 .koteiPageBox ._right40 {
      width: 40%;
      display: flex;
      justify-content: center;
      align-items: center; }
      #koteiPage001 .koteiPageBox ._right40 p {
        display: inline-block;
        width: 80%; }
  #koteiPage001 .koteiPageBoxReverse {
    max-width: 1400px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }
    #koteiPage001 .koteiPageBoxReverse ._left60 {
      width: 70%;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center; }
      #koteiPage001 .koteiPageBoxReverse ._left60 p {
        display: inline-block;
        width: 80%; }
    #koteiPage001 .koteiPageBoxReverse ._right40 {
      width: 30%;
      box-sizing: border-box; }
    #koteiPage001 .koteiPageBoxReverse ._left50 {
      width: 60%;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center; }
      #koteiPage001 .koteiPageBoxReverse ._left50 p {
        display: inline-block;
        width: 80%; }
    #koteiPage001 .koteiPageBoxReverse ._right50 {
      width: 40%;
      box-sizing: border-box; }
    #koteiPage001 .koteiPageBoxReverse ._left55 {
      width: 45%;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center; }
      #koteiPage001 .koteiPageBoxReverse ._left55 p {
        display: inline-block;
        width: 80%; }
    #koteiPage001 .koteiPageBoxReverse ._right45 {
      width: 55%;
      box-sizing: border-box; }
    #koteiPage001 .koteiPageBoxReverse ._right60 {
      width: 60%;
      box-sizing: border-box; }
    #koteiPage001 .koteiPageBoxReverse ._left40 {
      width: 40%;
      display: flex;
      justify-content: center;
      align-items: center; }
      #koteiPage001 .koteiPageBoxReverse ._left40 p {
        display: inline-block;
        width: 80%; } }
@media screen and (min-width: 1084px) {
  #koteiPage001 h1 {
    font-size: 6rem; }
  #koteiPage001 h2 {
    font-size: 4rem; }
  #koteiPage001 .koteiPageBox ._left45 {
    width: 45%; }
  #koteiPage001 .koteiPageBox ._right55 {
    width: 55%; }
  #koteiPage001 .koteiPageBox ._left60 {
    width: 65%; }
  #koteiPage001 .koteiPageBox ._right40 {
    width: 35%; }
  #koteiPage001 .koteiPageBoxReverse ._left50 {
    width: 60%; }
  #koteiPage001 .koteiPageBoxReverse ._right50 {
    width: 40%; }
  #koteiPage001 .koteiPageBoxReverse ._left55 {
    width: 55%; }
  #koteiPage001 .koteiPageBoxReverse ._right45 {
    width: 45%; }
  #koteiPage001 .koteiPageBoxReverse ._left40 {
    width: 35%; }
  #koteiPage001 .koteiPageBoxReverse ._right60 {
    width: 65%; } }
@media screen and (min-width: 1400px) {
  #koteiPage001 {
    padding: 0; }
    #koteiPage001 h1 {
      font-size: 7rem; }
    #koteiPage001 .koteiPageBox ._left45 {
      width: 40%; }
    #koteiPage001 .koteiPageBox ._right55 {
      width: 60%; } }
/*
===================================================================
 koteiPage002.css
===================================================================
v1.0.0 
2023-11-06
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#koteiPage002 {
  padding-bottom: 10rem;
  max-width: 1400px;
  width: 90%;
  margin: 0 auto; }
  #koteiPage002 h1 {
    font-size: 9vw;
    font-family: keifont;
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0.2rem;
    color: #000;
    padding-bottom: 4rem;
    padding-top: 4rem;
    text-align: center; }
  #koteiPage002 hr.koteiPage__hr {
    display: block;
    width: 100%;
    max-width: 1400px;
    border: none;
    height: 1px;
    margin: 6rem auto;
    background: #FF6700; }
  #koteiPage002 .koteiPage002__image {
    width: 100%; }
    #koteiPage002 .koteiPage002__image img {
      width: 100%;
      height: auto; }
  #koteiPage002 .koteiPage002__article {
    width: 100%;
    background: #FFC6B7;
    margin: 2rem 0;
    border-radius: 5px;
    overflow: hidden; }
    #koteiPage002 .koteiPage002__article a {
      text-decoration: none;
      filter: brightness(1); }
      #koteiPage002 .koteiPage002__article a:hover {
        filter: brightness(1.2); }
    #koteiPage002 .koteiPage002__article .koteiPage002__article--left {
      width: 100%; }
      #koteiPage002 .koteiPage002__article .koteiPage002__article--left img {
        width: 100%;
        height: auto; }
    #koteiPage002 .koteiPage002__article .koteiPage002__article--right h3 {
      font-size: 1.8rem;
      font-weight: normal;
      font-family: keifont;
      text-align: left;
      color: #000;
      padding: 0.5rem 5%;
      padding-top: 1.5rem; }
    #koteiPage002 .koteiPage002__article .koteiPage002__article--right p {
      font-size: 1.6rem;
      color: #000;
      padding: 0.5rem 5%;
      padding-bottom: 1.5rem; }
  #koteiPage002 .flex_box_2 {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 0 10% 5rem 10%; }

@media screen and (min-width: 768px) {
  #koteiPage002 h1 {
    font-size: 5rem;
    padding-bottom: 2rem; }
  #koteiPage002 .koteiPage002__article {
    margin: 4rem 0;
    border-radius: 5px; }
    #koteiPage002 .koteiPage002__article .koteiPage002__article--left {
      float: left;
      width: 30%;
      box-sizing: border-box; }
      #koteiPage002 .koteiPage002__article .koteiPage002__article--left img {
        width: 100%;
        height: auto; }
    #koteiPage002 .koteiPage002__article .koteiPage002__article--right {
      float: right;
      width: 70%;
      box-sizing: border-box; }
      #koteiPage002 .koteiPage002__article .koteiPage002__article--right h3 {
        font-size: 2.2vw;
        padding: 0.5rem 10%;
        padding-top: 3.5rem; }
      #koteiPage002 .koteiPage002__article .koteiPage002__article--right p {
        font-size: 1.9vw;
        color: #000;
        padding: 0.5rem 10%; } }
@media screen and (min-width: 1084px) {
  #koteiPage002 h1 {
    font-size: 6rem; } }
@media screen and (min-width: 1400px) {
  #koteiPage002 {
    padding: 0; }
    #koteiPage002 h1 {
      font-size: 7rem; }
    #koteiPage002 .koteiPage002__article .koteiPage002__article--left {
      width: 20%; }
    #koteiPage002 .koteiPage002__article .koteiPage002__article--right {
      width: 80%; }
      #koteiPage002 .koteiPage002__article .koteiPage002__article--right h3 {
        font-size: 4rem;
        padding: 0.5rem 10%;
        padding-top: 3.5rem; }
      #koteiPage002 .koteiPage002__article .koteiPage002__article--right p {
        font-size: 1.9rem;
        color: #000;
        padding: 0.5rem 10%; } }
/*
===================================================================
 pageMenu.css
===================================================================
v1.0.0 
2023-10-25
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#pageMenu {
  width: 100%;
  background: #fff; }
  #pageMenu ul {
    width: 100%;
    max-width: 1400px;
    color: #000;
    margin: 2rem auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap; }
    #pageMenu ul li {
      border-left: solid 2px #999;
      font-size: 3rem;
      font-weight: 400; }
      #pageMenu ul li a {
        text-decoration: none;
        display: block;
        text-align: center;
        padding: 0 1.5rem;
        color: #000;
        transition: all 0.3s ease; }
        #pageMenu ul li a:hover {
          color: #FF6700; }
      #pageMenu ul li:last-child {
        border-right: solid 2px #999; }
  #pageMenu .box {
    position: relative;
    transition: .3s; }
  #pageMenu.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.05); }

@media screen and (min-width: 768px) {
  #pageMenu ul li {
    font-size: 1.5rem; } }
@media screen and (min-width: 1084px) {
  #pageMenu ul li {
    font-size: 2.0rem; } }
@media screen and (min-width: 1400px) {
  #pageMenu ul li a {
    padding: 0 2.5rem; } }
/*
===================================================================
 singleContents.css
===================================================================
v1.0.0 
2023-10-25
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#singleContents {
  padding-bottom: 10rem;
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  /*ContactForm7カスタマイズ*/
  /*入力欄*/
  /*「必須」文字*/
  /*「任意」文字*/
  /* タイトル列 */
  /* レスポンシブ */
  /* 「送信する」ボタン */ }
  #singleContents h1 {
    font-size: 9vw;
    font-family: keifont;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 0.2rem;
    color: #000;
    padding-bottom: 4rem;
    padding-top: 4rem;
    text-align: center; }
  #singleContents h2 {
    font-size: 5vw;
    line-height: 130%;
    padding: 0 0 3rem 0;
    text-align: center; }
  #singleContents hr.singleContent__hr {
    display: block;
    width: 100%;
    max-width: 1400px;
    border: none;
    height: 1px;
    margin: 6rem auto;
    background: #FF6700; }
  #singleContents p {
    font-size: 1.4rem;
    padding: 1rem 0;
    line-height: 160%; }
  #singleContents .category_link {
    margin: 2rem 0; }
    #singleContents .category_link a {
      font-size: 1.4rem;
      display: inline-block;
      padding: 0.5rem 1rem;
      border: solid 2px #FF6700;
      border-radius: 0.2rem;
      color: #FF6700;
      margin-right: 1rem;
      margin-bottom: 1rem;
      font-weight: 900;
      text-decoration: none;
      transition: all 0.3s ease;
      background: #fff; }
      #singleContents .category_link a:hover {
        color: #fff;
        background: #FF6700; }
  #singleContents .eye_catch {
    width: 100%;
    padding-bottom: 3rem;
    text-align: center;
    max-width: 1400px; }
    #singleContents .eye_catch img {
      width: 100%;
      height: auto; }
  #singleContents ._category {
    width: 100%;
    max-width: 1400px; }
    #singleContents ._category ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      #singleContents ._category ul li {
        margin: 1rem 0.5rem; }
        #singleContents ._category ul li a {
          border: solid 2px #FF6700;
          background: #FF6700;
          border-radius: 100px;
          font-size: 1.8rem;
          text-decoration: none;
          padding: 0.5rem 1.5rem;
          font-weight: normal;
          color: #fff;
          transition: all 0.3s ease; }
        #singleContents ._category ul li:hover a {
          color: #FF6700;
          background: #fff; }
  #singleContents .bg_sub {
    background: #ede6dd; }
  #singleContents .flex_box_2 {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 0 10% 5rem 10%; }
  #singleContents .main_box {
    padding: 4rem 10%;
    width: 100%;
    max-width: 1400px; }
  #singleContents table.CF7_table {
    width: 80%;
    margin: 0 auto;
    border: 3px solid #e5e5e5; }
  #singleContents table.CF7_table tr {
    border-top: 1px solid #e5e5e5; }
  #singleContents .single .entry-content table.CF7_table,
  #singleContents .page .entry-content table.CF7_table {
    display: table; }
  #singleContents .CF7_table input, #singleContents .CF7_table textarea {
    border: 1px solid #d8d8d8; }
  #singleContents .CF7_table ::placeholder {
    color: #797979; }
  #singleContents .CF7_req {
    font-size: .9em;
    padding: 5px;
    background: #f79034;
    /*オレンジ*/
    color: #fff;
    border-radius: 3px;
    margin-right: 1em; }
  #singleContents .CF7_unreq {
    font-size: .9em;
    padding: 5px;
    background: #bdbdbd;
    /*グレー*/
    color: #fff;
    border-radius: 3px;
    margin-right: 1em; }
  @media screen and (min-width: 768px) {
    #singleContents .CF7_table th {
      width: 30%;
      /*横幅*/
      background-color: #ebedf5;
      /*ブルーグレー*/ } }
  @media screen and (max-width: 768px) {
    #singleContents table.CF7_table {
      width: 95%; }
    #singleContents .CF7_table tr, #singleContents .CF7_table td, #singleContents .CF7_table th {
      display: block;
      width: 100%;
      line-height: 2.5em; }
    #singleContents .CF7_table th {
      background-color: #ebedf5; } }
  #singleContents .wpcf7 input.wpcf7-submit {
    background-color: #f79034;
    /* オレンジ*/
    border: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 auto; }
  #singleContents .CF7_btn {
    text-align: center;
    margin-top: 20px; }
  #singleContents .wpcf7-spinner {
    width: 0;
    margin: 0; }

@media screen and (min-width: 768px) {
  #singleContents h1 {
    font-size: 5rem;
    padding-bottom: 2rem; }
  #singleContents h2 {
    font-size: 3rem; }
  #singleContents p {
    font-size: 1.6rem; }
  #singleContents .category_link a {
    font-size: 1.6rem;
    margin-right: 2rem; }
  #singleContents .flex_box {
    padding: 5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: url("../image/bg_001.png");
    background-size: auto 100%;
    background-repeat: repeat;
    animation: scroll-left 2500s linear infinite; }
    #singleContents .flex_box .eye_catch {
      padding-bottom: 0; }
    #singleContents .flex_box .right {
      width: 50%;
      text-align: right; }
      #singleContents .flex_box .right img {
        border-radius: 1.5rem 0 0 1.5rem;
        width: 100%;
        height: auto;
        max-width: 1000px;
        display: inline; }
    #singleContents .flex_box .left {
      width: 45%;
      padding-left: 10%; }
  @keyframes scroll-left {
    0% {
      background-position: 0 0; }
    100% {
      background-position: -10000% 0; } } }
@media screen and (min-width: 1084px) {
  #singleContents h1 {
    font-size: 6rem; }
  #singleContents h2 {
    font-size: 4rem; } }
@media screen and (min-width: 1400px) {
  #singleContents {
    padding: 0; }
    #singleContents h1 {
      font-size: 7rem; } }
@font-face {
  font-family: 'keifont';
  src: url("https://kurashigoto-navi.com/font/keifont_subset.woff2") format("woff2"); }
*,
*:before,
*:after {
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  box-sizing: border-box; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.1rem;
  text-size-adjust: 100%;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff; }

.clear {
  clear: both; }

.on_mobile {
  display: block; }

.on_pc {
  display: none; }

.on_mobile_inline {
  display: inline; }

.on_pc_inline {
  display: none; }

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

  .on_pc {
    display: block; }

  .on_mobile_inline {
    display: none; }

  .on_pc_inline {
    display: inline; } }
