@charset "UTF-8";
/*
===================================================================
 site_theme.css - dhonor.jp - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
*/
/* リセット */
@import url("default.css");
/*変数読み込み*/
/*
===================================================================
 var.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*各セクションscss読み込み*/
/*
===================================================================
 global_footer.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#global_footer {
  width: 100%;
  background: #25404f;
  color: #fff;
  padding: 4rem 0 2rem 0; }
  #global_footer ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem; }
    #global_footer ul li a {
      padding: 1rem 0 0.2rem 0;
      margin: 0 2rem;
      display: block;
      text-decoration: none;
      border-bottom: solid 2px #25404f;
      transition: all 0.3s ease;
      font-size: 1.4rem;
      color: #fff; }
      #global_footer ul li a:hover {
        border-bottom: solid 2px #fff; }
  #global_footer .cominfo {
    width: 80%;
    max-width: 380px;
    margin: 5rem auto 0 auto; }
    #global_footer .cominfo a {
      text-decoration: none;
      color: #fff;
      font-size: 1.4rem; }
    #global_footer .cominfo .left {
      float: left;
      width: 18%;
      max-width: 50px; }
      #global_footer .cominfo .left img {
        width: 100%;
        height: auto; }
    #global_footer .cominfo .right {
      float: right;
      width: 80%; }
      #global_footer .cominfo .right h2 {
        text-align: center;
        font-size: 1.8rem;
        color: #fff;
        font-weight: 900; }
      #global_footer .cominfo .right p {
        font-size: 1.4rem;
        color: #fff;
        text-align: center;
        padding: 0.7rem 0; }
  #global_footer .copy {
    color: #fff;
    padding: 3rem 0;
    text-align: center;
    font-size: 1.3rem; }

/*
===================================================================
 global_header.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#global_header {
  width: 100%;
  padding: 3rem 0 2rem 0; }
  #global_header .left {
    width: 100%;
    float: none;
    padding: 1rem 5% 0.5rem 5%; }
    #global_header .left img {
      width: 60%;
      height: auto; }
  #global_header .right {
    text-align: left;
    width: 100%;
    float: none;
    padding: 0.5rem 1rem 0.5rem 5%; }
    #global_header .right a {
      display: inline-block;
      color: #231815;
      text-decoration: none;
      transition: all 0.3s ease;
      margin: 0 1rem 0.5rem 0;
      font-size: 1.1rem;
      border-bottom: solid 2px #fff; }
      #global_header .right a:hover {
        color: #0f9242;
        border-bottom: solid 2px #0f9242; }
    #global_header .right .second_menu {
      display: inline-block;
      cursor: pointer;
      color: #231815;
      text-decoration: none;
      font-size: 1.1rem;
      border-bottom: solid 2px #fff;
      margin: 0 1rem 0.5rem 0; }
      #global_header .right .second_menu .menu_single {
        position: relative; }
        #global_header .right .second_menu .menu_single ul.menu__second-level {
          visibility: hidden;
          opacity: 0;
          z-index: 2;
          position: absolute;
          top: 30px;
          width: 150px;
          background: #fff;
          -webkit-transition: all .2s ease;
          transition: all .2s ease; }
          #global_header .right .second_menu .menu_single ul.menu__second-level li {
            border: solid 1px #ccc;
            text-align: left; }
            #global_header .right .second_menu .menu_single ul.menu__second-level li a {
              display: block;
              padding: 1rem 2rem;
              font-size: 1.4rem;
              margin: 0;
              text-align: left; }
            #global_header .right .second_menu .menu_single ul.menu__second-level li span.subtitle {
              padding: 0.5rem 1rem;
              font-size: 1.4rem;
              text-align: left;
              display: block;
              margin: 0;
              font-weight: 900; }
        #global_header .right .second_menu .menu_single:hover ul.menu__second-level {
          top: 40px;
          visibility: visible;
          opacity: 1; }

@media screen and (min-width: 768px) {
  #global_header {
    width: 100%;
    padding: 3rem 0 2rem 0; }
    #global_header .left {
      width: 30%;
      float: left;
      padding: 1.5rem 0 1.5rem 2rem; }
      #global_header .left img {
        width: 100%;
        height: auto; }
    #global_header .right {
      text-align: right;
      width: 68%;
      float: right;
      padding: 1.5rem 1rem 1.5rem 1rem; }
      #global_header .right a {
        color: #231815;
        text-decoration: none;
        transition: all 0.3s ease;
        margin: 0 1rem;
        font-size: 1.6rem; }
        #global_header .right a:hover {
          color: #0f9242; }
      #global_header .right .second_menu {
        margin: 0 1rem;
        font-size: 1.6rem; } }
/*
===================================================================
 about_sec_001.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#about_sec_001 {
  width: 100%; }
  #about_sec_001 img {
    width: 100%;
    height: auto; }
  #about_sec_001 .wrap {
    position: relative; }

/*
===================================================================
 about_sec_002.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#about_sec_002 {
  padding-top: 6rem;
  margin-bottom: 10rem; }
  #about_sec_002 h2 {
    font-size: 2.0rem;
    text-align: left;
    background: #0f9242;
    width: 100%;
    padding: 2rem 0 2rem 12%;
    color: #fff; }
  #about_sec_002 h3 {
    font-size: 2.0rem;
    margin: 4rem 0;
    font-weight: 900;
    line-height: 3.5rem; }
  #about_sec_002 .honbun img {
    width: 100%;
    height: auto; }
    #about_sec_002 .honbun img.width70 {
      width: 70%; }
  #about_sec_002 .honbun p {
    font-size: 1.4rem;
    line-height: 3.0rem;
    padding: 1rem 0; }
  #about_sec_002 .honbun .right {
    float: right;
    width: 25%;
    margin-left: 5%;
    padding-bottom: 1rem; }
  #about_sec_002 .pad12 {
    padding: 0 12%; }

@media screen and (min-width: 768px) {
  #about_sec_002 h2 {
    font-size: 3.0rem;
    text-align: center;
    background: #0f9242;
    width: 100%;
    padding: 2rem 0;
    color: #fff; }
  #about_sec_002 h3 {
    font-size: 3.3rem;
    margin: 6rem 0;
    line-height: 4.5rem; }
  #about_sec_002 .honbun p {
    font-size: 1.6rem; }
  #about_sec_002 .pad12 {
    padding: 0 100px; } }
/*
===================================================================
 business_01_001.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#business_01_001 {
  width: 100%; }
  #business_01_001 img {
    width: 100%;
    height: auto; }
  #business_01_001 .moji {
    background: #0f9242;
    position: absolute;
    top: 76%;
    left: 0;
    font-size: 3.1vw;
    padding: 2.2vw 2.6vw 2.2vw 12%;
    color: #fff;
    z-index: 1; }
  #business_01_001 .wrap {
    position: relative; }

@media screen and (min-width: 1084px) {
  #business_01_001 .moji {
    font-size: 3.1rem;
    padding: 2.2rem 2.6rem 2.2rem 12%; } }
/*
===================================================================
 business_01_002.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#business_01_002 {
  margin-bottom: 6rem; }
  #business_01_002 h2 {
    font-size: 2.0rem;
    margin: 4rem 0;
    font-weight: 900;
    line-height: 3.5rem; }
  #business_01_002 .honbun img {
    width: 100%;
    height: auto; }
    #business_01_002 .honbun img.width70 {
      width: 70%; }
  #business_01_002 .honbun p {
    font-size: 1.4rem;
    line-height: 3.0rem;
    padding: 1rem 0; }
  #business_01_002 .honbun ul {
    background: #f3f4f9;
    padding: 1rem 0;
    margin: 3rem 0; }
    #business_01_002 .honbun ul li {
      margin: 2rem 5%;
      text-indent: -1.6rem;
      padding-left: 1.6rem;
      font-size: 1.4rem;
      line-height: 2.2rem; }
      #business_01_002 .honbun ul li::before {
        content: "";
        display: inline-block;
        background: #f5b118;
        width: 8px;
        height: 8px;
        margin: 0 0.8rem 0.2rem 0;
        border-radius: 100rem; }
  #business_01_002 .honbun .right {
    float: right;
    width: 25%;
    margin-left: 5%;
    padding-bottom: 1rem; }
  #business_01_002 .pad12 {
    padding: 0 12%; }

@media screen and (min-width: 768px) {
  #business_01_002 h2 {
    font-size: 3.3rem;
    margin: 6rem 0;
    line-height: 4.5rem; }
  #business_01_002 .honbun p {
    font-size: 1.6rem; }
  #business_01_002 .honbun ul {
    padding: 3rem 0; }
    #business_01_002 .honbun ul li {
      font-size: 1.6rem; }
  #business_01_002 .pad12 {
    padding: 0 100px; } }
/*
===================================================================
 business_02_001.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#business_02_001 {
  width: 100%; }
  #business_02_001 img {
    width: 100%;
    height: auto; }
  #business_02_001 .moji {
    background: #0f9242;
    position: absolute;
    top: 76%;
    left: 0;
    font-size: 3.1vw;
    padding: 2.2vw 2.6vw 2.2vw 12%;
    color: #fff;
    z-index: 1; }
  #business_02_001 .wrap {
    position: relative; }

@media screen and (min-width: 1084px) {
  #business_02_001 .moji {
    font-size: 3.1rem;
    padding: 2.2rem 2.6rem 2.2rem 12%; } }
/*
===================================================================
 business_02_002.css - tawaraco.co.jp
===================================================================
v1.0.1 
2021-12-21
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#business_02_002 {
  margin-bottom: 6rem; }
  #business_02_002 h2 {
    font-size: 2.0rem;
    margin: 4rem 0;
    font-weight: 900;
    line-height: 3.5rem; }
  #business_02_002 .honbun h3 {
    font-size: 1.7rem;
    margin: 4rem 0 2rem 0;
    font-weight: 900;
    line-height: 3.0rem; }
  #business_02_002 .honbun img {
    width: 100%;
    height: auto; }
    #business_02_002 .honbun img.width70 {
      width: 70%; }
  #business_02_002 .honbun p {
    font-size: 1.4rem;
    line-height: 3.0rem;
    padding: 1rem 0; }
    #business_02_002 .honbun p.checkbox {
      text-indent: -2.9rem;
      line-height: 2.4rem;
      padding: 0.5rem 0 0.5rem 2.9rem; }
  #business_02_002 .honbun .adj {
    padding: 1rem 0 2rem 0; }
  #business_02_002 .pad12 {
    padding: 0 12%; }

@media screen and (min-width: 768px) {
  #business_02_002 h2 {
    font-size: 3.3rem;
    margin: 6rem 0;
    line-height: 4.5rem; }
  #business_02_002 .honbun h3 {
    font-size: 2.5rem;
    line-height: 3.8rem; }
  #business_02_002 .honbun p {
    font-size: 1.6rem; }
    #business_02_002 .honbun p.checkbox {
      text-indent: -3.3rem;
      line-height: 2.4rem;
      padding: 0.5rem 0 0.5rem 3.3rem; }
  #business_02_002 .pad12 {
    padding: 0 100px; } }
/*
===================================================================
 business_03_001.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#business_03_001 {
  width: 100%; }
  #business_03_001 img {
    width: 100%;
    height: auto; }
  #business_03_001 .moji {
    background: #0f9242;
    position: absolute;
    top: 76%;
    left: 0;
    font-size: 3.1vw;
    padding: 2.2vw 2.6vw 2.2vw 12%;
    color: #fff;
    z-index: 1; }
  #business_03_001 .wrap {
    position: relative; }

@media screen and (min-width: 1084px) {
  #business_03_001 .moji {
    font-size: 3.1rem;
    padding: 2.2rem 2.6rem 2.2rem 12%; } }
/*
===================================================================
 business_03_002.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#business_03_002 {
  margin-bottom: 6rem; }
  #business_03_002 h2 {
    font-size: 2.0rem;
    margin: 4rem 0;
    font-weight: 900;
    line-height: 3.5rem; }
  #business_03_002 .honbun img {
    width: 100%;
    height: auto; }
    #business_03_002 .honbun img.width70 {
      width: 70%; }
  #business_03_002 .honbun p {
    font-size: 1.4rem;
    line-height: 3.0rem;
    padding: 1rem 0; }
  #business_03_002 .honbun ul {
    background: #f3f4f9;
    padding: 1rem 0;
    margin: 3rem 0; }
    #business_03_002 .honbun ul li {
      margin: 2rem 5%;
      text-indent: -1.6rem;
      padding-left: 1.6rem;
      font-size: 1.4rem;
      line-height: 2.2rem; }
      #business_03_002 .honbun ul li::before {
        content: "";
        display: inline-block;
        background: #f5b118;
        width: 8px;
        height: 8px;
        margin: 0 0.8rem 0.2rem 0;
        border-radius: 100rem; }
      #business_03_002 .honbun ul li.midashi {
        font-size: 1.8rem;
        font-weight: 900; }
        #business_03_002 .honbun ul li.midashi::before {
          display: none; }
  #business_03_002 .pad12 {
    padding: 0 12%; }

@media screen and (min-width: 768px) {
  #business_03_002 h2 {
    font-size: 3.3rem;
    margin: 6rem 0;
    line-height: 4.5rem; }
  #business_03_002 .honbun p {
    font-size: 1.6rem; }
  #business_03_002 .honbun ul {
    padding: 3rem 0; }
    #business_03_002 .honbun ul li {
      font-size: 1.6rem; }
  #business_03_002 .pad12 {
    padding: 0 100px; } }
/*
===================================================================
 business_04_001.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#business_04_001 {
  width: 100%; }
  #business_04_001 img {
    width: 100%;
    height: auto; }
  #business_04_001 .moji {
    background: #0f9242;
    position: absolute;
    top: 76%;
    left: 0;
    font-size: 3.1vw;
    padding: 2.2vw 2.6vw 2.2vw 12%;
    color: #fff;
    z-index: 1; }
  #business_04_001 .wrap {
    position: relative; }

@media screen and (min-width: 1084px) {
  #business_04_001 .moji {
    font-size: 3.1rem;
    padding: 2.2rem 2.6rem 2.2rem 12%; } }
/*
===================================================================
 business_04_002.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#business_04_002 {
  margin-bottom: 6rem; }
  #business_04_002 h2 {
    font-size: 2.0rem;
    margin: 4rem 0;
    font-weight: 900;
    line-height: 3.5rem; }
  #business_04_002 .honbun img {
    width: 100%;
    height: auto; }
    #business_04_002 .honbun img.width70 {
      width: 70%; }
  #business_04_002 .honbun p {
    font-size: 1.4rem;
    line-height: 3.0rem;
    padding: 1rem 0; }
  #business_04_002 .honbun .right {
    float: right;
    width: 25%;
    margin-left: 5%;
    padding-bottom: 1rem; }
  #business_04_002 .pad12 {
    padding: 0 12%; }

@media screen and (min-width: 768px) {
  #business_04_002 h2 {
    font-size: 3.3rem;
    margin: 6rem 0;
    line-height: 4.5rem; }
  #business_04_002 .honbun p {
    font-size: 1.6rem; }
  #business_04_002 .pad12 {
    padding: 0 100px; } }
/*
===================================================================
 business_05_001.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#business_05_001 {
  width: 100%; }
  #business_05_001 img {
    width: 100%;
    height: auto; }
  #business_05_001 .moji {
    background: #0f9242;
    position: absolute;
    top: 76%;
    left: 0;
    font-size: 3.1vw;
    padding: 2.2vw 2.6vw 2.2vw 12%;
    color: #fff;
    z-index: 1; }
  #business_05_001 .wrap {
    position: relative; }

@media screen and (min-width: 1084px) {
  #business_05_001 .moji {
    font-size: 3.1rem;
    padding: 2.2rem 2.6rem 2.2rem 12%; } }
/*
===================================================================
 business_05_002.css - tawaraco.co.jp
===================================================================
v1.0.1 
2021-12-06
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#business_05_002 {
  margin-bottom: 6rem; }
  #business_05_002 h2 {
    font-size: 2.0rem;
    margin: 4rem 0;
    font-weight: 900;
    line-height: 3.5rem; }
  #business_05_002 .honbun img {
    width: 100%;
    height: auto; }
    #business_05_002 .honbun img.width70 {
      width: 70%; }
  #business_05_002 .honbun p {
    font-size: 1.4rem;
    line-height: 3.0rem;
    padding: 1rem 0; }
  #business_05_002 .honbun .right {
    float: right;
    width: 25%;
    margin-left: 5%;
    padding-bottom: 1rem; }
  #business_05_002 .honbun ul {
    background: #f3f4f9;
    padding: 1rem 0;
    margin: 3rem 0; }
    #business_05_002 .honbun ul li {
      margin: 2rem 5%;
      text-indent: -1.6rem;
      padding-left: 1.6rem;
      font-size: 1.4rem;
      line-height: 2.2rem; }
      #business_05_002 .honbun ul li::before {
        content: "";
        display: inline-block;
        background: #f5b118;
        width: 8px;
        height: 8px;
        margin: 0 0.8rem 0.2rem 0;
        border-radius: 100rem; }
      #business_05_002 .honbun ul li.midashi {
        font-size: 1.8rem;
        font-weight: 900; }
        #business_05_002 .honbun ul li.midashi::before {
          display: none; }
  #business_05_002 .pad12 {
    padding: 0 12%; }

@media screen and (min-width: 768px) {
  #business_05_002 h2 {
    font-size: 3.3rem;
    margin: 6rem 0;
    line-height: 4.5rem; }
  #business_05_002 .honbun p {
    font-size: 1.6rem; }
  #business_05_002 .honbun ul {
    padding: 3rem 0; }
    #business_05_002 .honbun ul li {
      font-size: 1.6rem; }
  #business_05_002 .pad12 {
    padding: 0 100px; } }
/*
===================================================================
 business_06_001.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#business_06_001 {
  width: 100%; }
  #business_06_001 img {
    width: 100%;
    height: auto; }
  #business_06_001 .moji {
    background: #0f9242;
    position: absolute;
    top: 76%;
    left: 0;
    font-size: 3.1vw;
    padding: 2.2vw 2.6vw 2.2vw 12%;
    color: #fff;
    z-index: 1; }
  #business_06_001 .wrap {
    position: relative; }

@media screen and (min-width: 1084px) {
  #business_06_001 .moji {
    font-size: 3.1rem;
    padding: 2.2rem 2.6rem 2.2rem 12%; } }
/*
===================================================================
 business_06_002.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#business_06_002 {
  margin-bottom: 6rem; }
  #business_06_002 h2 {
    font-size: 2.0rem;
    margin: 4rem 0;
    font-weight: 900;
    line-height: 3.5rem; }
  #business_06_002 .honbun img {
    width: 100%;
    height: auto; }
    #business_06_002 .honbun img.width70 {
      width: 70%; }
  #business_06_002 .honbun p {
    font-size: 1.4rem;
    line-height: 3.0rem;
    padding: 1rem 0; }
  #business_06_002 .honbun .right {
    float: right;
    width: 25%;
    margin-left: 5%;
    padding-bottom: 1rem; }
  #business_06_002 .pad12 {
    padding: 0 12%; }

@media screen and (min-width: 768px) {
  #business_06_002 h2 {
    font-size: 3.3rem;
    margin: 6rem 0;
    line-height: 4.5rem; }
  #business_06_002 .honbun p {
    font-size: 1.6rem; }
  #business_06_002 .pad12 {
    padding: 0 100px; } }
/*
===================================================================
 business_all_contact.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#business_all_contact p {
  font-size: 1.4rem;
  padding: 3rem 0 1rem 0;
  text-align: center;
  line-height: 2.2rem; }
#business_all_contact .link {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 10rem; }
  #business_all_contact .link a {
    text-align: center;
    display: inline-block;
    padding: 1.5rem 3rem;
    background: #f5b118;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: 900;
    border-radius: 20px;
    filter: brightness(1);
    transition: all 0.3s ease; }
    #business_all_contact .link a:hover {
      filter: brightness(1.2); }
#business_all_contact .pad12 {
  padding: 0 12%; }

@media screen and (min-width: 768px) {
  #business_all_contact .pad12 {
    padding: 0 100px; } }
/*
===================================================================
 contact_sec_001.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#contact_sec_001 {
  width: 100%; }
  #contact_sec_001 img {
    width: 100%;
    height: auto; }
  #contact_sec_001 .wrap {
    position: relative; }

/*
===================================================================
 contact_sec_002.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#contact_sec_002 {
  padding-top: 6rem;
  margin-bottom: 10rem; }
  #contact_sec_002 h2 {
    font-size: 2.0rem;
    text-align: left;
    background: #0f9242;
    width: 100%;
    padding: 2rem 0 2rem 12%;
    color: #fff;
    margin-bottom: 4rem; }
  #contact_sec_002 .honbun img {
    width: 100%;
    height: auto; }
    #contact_sec_002 .honbun img.width70 {
      width: 70%; }
  #contact_sec_002 .honbun p {
    font-size: 1.4rem;
    line-height: 3.0rem;
    padding: 1rem 0; }
  #contact_sec_002 .honbun .right {
    float: right;
    width: 25%;
    margin-left: 5%;
    padding-bottom: 1rem; }
  #contact_sec_002 .pad12 {
    padding: 0 12%; }

@media screen and (min-width: 768px) {
  #contact_sec_002 h2 {
    font-size: 3.0rem;
    text-align: center;
    background: #0f9242;
    width: 100%;
    padding: 2rem 0;
    color: #fff; }
  #contact_sec_002 .honbun p {
    font-size: 1.6rem; }
  #contact_sec_002 .pad12 {
    padding: 0 100px; } }
/*
===================================================================
 home_sec_001.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#home_sec_001 {
  width: 100%; }
  #home_sec_001 img {
    width: 100%;
    height: auto; }
  #home_sec_001 .moji {
    background: #0f9242;
    position: absolute;
    top: 76%;
    left: 0;
    font-size: 3.1vw;
    padding: 2.2vw 2.6vw 2.2vw 12%;
    color: #fff;
    z-index: 1; }
  #home_sec_001 .wrap {
    position: relative; }

@media screen and (min-width: 1084px) {
  #home_sec_001 .moji {
    font-size: 3.1rem;
    padding: 2.2rem 2.6rem 2.2rem 12%; } }
/*
===================================================================
 home_sec_002.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#home_sec_002 {
  padding: 7rem 0 4rem 0; }
  #home_sec_002 h2 {
    display: inline-block;
    font-weight: 900;
    color: #fff;
    text-align: center;
    padding: 1rem 4rem;
    background: #eac02f;
    border-radius: 0.8rem;
    transition: all 0.3s ease; }
    #home_sec_002 h2:hover {
      background: #f5b118; }
  #home_sec_002 .news {
    width: 76%;
    margin: 0 auto;
    padding: 4rem 0; }
    #home_sec_002 .news .article {
      padding: 0 0 2rem 0;
      width: 100%; }
      #home_sec_002 .news .article .date {
        width: 30%;
        text-align: right;
        float: left;
        font-size: 1.4rem;
        line-height: 2.2rem; }
      #home_sec_002 .news .article .honbun {
        float: right;
        width: 65%;
        font-size: 1.4rem;
        line-height: 2.2rem; }

/*
===================================================================
 home_sec_003.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#home_sec_003 {
  margin-bottom: 6rem; }
  #home_sec_003 h2 {
    font-size: 2.0rem;
    text-align: center;
    background: #0f9242;
    width: 100%;
    padding: 2rem 0;
    color: #fff; }
  #home_sec_003 h3 {
    font-size: 2.0rem;
    margin: 4rem 0;
    font-weight: 900;
    line-height: 3.5rem; }
  #home_sec_003 .honbun img {
    width: 100%;
    height: auto; }
    #home_sec_003 .honbun img.width70 {
      width: 70%; }
  #home_sec_003 .honbun p {
    font-size: 1.4rem;
    line-height: 3.0rem;
    padding: 1rem 0; }
  #home_sec_003 .honbun .right {
    float: right;
    width: 25%;
    margin-left: 5%;
    padding-bottom: 1rem; }
  #home_sec_003 .pad12 {
    padding: 0 12%; }

@media screen and (min-width: 768px) {
  #home_sec_003 h2 {
    font-size: 3.0rem;
    text-align: center;
    background: #0f9242;
    width: 100%;
    padding: 2rem 0;
    color: #fff; }
  #home_sec_003 h3 {
    font-size: 3.3rem;
    margin: 6rem 0;
    line-height: 4.5rem; }
  #home_sec_003 .honbun p {
    font-size: 1.6rem; }
  #home_sec_003 .pad12 {
    padding: 0 100px; } }
/*
===================================================================
 home_sec_004.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#home_sec_004 {
  margin-bottom: 6rem; }
  #home_sec_004 h2 {
    font-size: 2.0rem;
    text-align: center;
    background: #0f9242;
    width: 100%;
    padding: 2rem 0;
    color: #fff; }
  #home_sec_004 .box {
    background: #f3f4f9;
    padding: 2rem;
    width: 90%;
    margin: 2rem auto; }
    #home_sec_004 .box h3 {
      display: inline-block;
      font-size: 2.0rem;
      font-weight: 900;
      padding: 0;
      border-bottom: solid 2px #f5b118;
      margin-bottom: 2rem; }
    #home_sec_004 .box .left {
      float: left;
      width: 100%; }
      #home_sec_004 .box .left img {
        width: 100%;
        height: auto; }
    #home_sec_004 .box .right {
      float: right;
      width: 100%;
      padding: 1rem 0;
      font-size: 1.4rem;
      line-height: 2.6rem; }
      #home_sec_004 .box .right .link {
        text-align: center;
        padding-top: 3rem; }
        #home_sec_004 .box .right .link a {
          text-align: center;
          display: inline-block;
          padding: 0.5rem 2rem;
          background: #f5b118;
          color: #fff;
          font-size: 1.4rem;
          text-decoration: none;
          font-weight: 900;
          border-radius: 10px;
          filter: brightness(1);
          transition: all 0.3s ease; }
          #home_sec_004 .box .right .link a:hover {
            filter: brightness(1.2); }

@media screen and (min-width: 768px) {
  #home_sec_004 h2 {
    font-size: 3.0rem; }
  #home_sec_004 .box {
    background: #f3f4f9;
    padding: 2rem;
    width: 90%;
    margin: 4rem auto; }
    #home_sec_004 .box h3 {
      display: inline-block;
      font-size: 2.0rem;
      font-weight: 900;
      padding: 0;
      border-bottom: solid 2px #f5b118;
      margin-bottom: 2rem; }
    #home_sec_004 .box .left {
      float: left;
      width: 30%; }
      #home_sec_004 .box .left img {
        width: 100%;
        height: auto; }
    #home_sec_004 .box .right {
      float: right;
      width: 70%;
      padding: 1rem 5%;
      font-size: 1.6rem;
      line-height: 2.8rem; }
      #home_sec_004 .box .right .link {
        text-align: left; }
  #home_sec_004 .pad12 {
    padding: 0 100px; } }
/*
===================================================================
 home_sec_005.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-12-06
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#home_sec_005 {
  margin-bottom: 6rem; }
  #home_sec_005 h2 {
    font-size: 2.0rem;
    text-align: center;
    background: #0f9242;
    width: 100%;
    padding: 2rem 0;
    color: #fff; }
  #home_sec_005 .box {
    background: #f3f4f9;
    padding: 2rem;
    width: 90%;
    margin: 2rem auto; }
    #home_sec_005 .box h3 {
      display: inline-block;
      font-size: 2.0rem;
      font-weight: 900;
      padding: 0;
      border-bottom: solid 2px #f5b118;
      margin-bottom: 2rem; }
    #home_sec_005 .box .left {
      float: left;
      width: 100%; }
      #home_sec_005 .box .left img {
        width: 100%;
        height: auto; }
    #home_sec_005 .box .right {
      float: right;
      width: 100%;
      padding: 1rem 0;
      font-size: 1.4rem;
      line-height: 2.6rem; }
      #home_sec_005 .box .right .link {
        text-align: center;
        padding-top: 3rem; }
        #home_sec_005 .box .right .link a {
          text-align: center;
          display: inline-block;
          padding: 0.5rem 2rem;
          background: #f5b118;
          color: #fff;
          font-size: 1.4rem;
          text-decoration: none;
          font-weight: 900;
          border-radius: 10px;
          filter: brightness(1);
          transition: all 0.3s ease; }
          #home_sec_005 .box .right .link a:hover {
            filter: brightness(1.2); }

@media screen and (min-width: 768px) {
  #home_sec_005 h2 {
    font-size: 3.0rem; }
  #home_sec_005 .box {
    background: #f3f4f9;
    padding: 2rem;
    width: 90%;
    margin: 4rem auto; }
    #home_sec_005 .box h3 {
      display: inline-block;
      font-size: 2.0rem;
      font-weight: 900;
      padding: 0;
      border-bottom: solid 2px #f5b118;
      margin-bottom: 2rem; }
    #home_sec_005 .box .left {
      float: left;
      width: 30%; }
      #home_sec_005 .box .left img {
        width: 100%;
        height: auto; }
    #home_sec_005 .box .right {
      float: right;
      width: 70%;
      padding: 1rem 5%;
      font-size: 1.6rem;
      line-height: 2.8rem; }
      #home_sec_005 .box .right .link {
        text-align: left; }
  #home_sec_005 .pad12 {
    padding: 0 100px; } }
/*
===================================================================
 philosophy_sec_001.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#philosophy_sec_001 {
  width: 100%; }
  #philosophy_sec_001 img {
    width: 100%;
    height: auto; }
  #philosophy_sec_001 .wrap {
    position: relative; }

/*
===================================================================
 philosophy_sec_002.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#philosophy_sec_002 {
  padding-top: 6rem;
  margin-bottom: 10rem; }
  #philosophy_sec_002 h2 {
    font-size: 2.0rem;
    text-align: left;
    background: #0f9242;
    width: 100%;
    padding: 2rem 0 2rem 12%;
    color: #fff; }
  #philosophy_sec_002 h3 {
    font-size: 2.0rem;
    margin: 4rem 0;
    font-weight: 900;
    line-height: 3.5rem; }
  #philosophy_sec_002 .honbun img {
    width: 100%;
    height: auto; }
    #philosophy_sec_002 .honbun img.width70 {
      width: 70%; }
  #philosophy_sec_002 .honbun p {
    font-size: 1.4rem;
    line-height: 3.0rem;
    padding: 1rem 0; }
  #philosophy_sec_002 .honbun .right {
    float: right;
    width: 25%;
    margin-left: 5%;
    padding-bottom: 1rem; }
  #philosophy_sec_002 .pad12 {
    padding: 0 12%; }

@media screen and (min-width: 768px) {
  #philosophy_sec_002 h2 {
    font-size: 3.0rem;
    text-align: center;
    background: #0f9242;
    width: 100%;
    padding: 2rem 0;
    color: #fff; }
  #philosophy_sec_002 h3 {
    font-size: 3.3rem;
    margin: 6rem 0;
    line-height: 4.5rem; }
  #philosophy_sec_002 .honbun p {
    font-size: 1.6rem; }
  #philosophy_sec_002 .pad12 {
    padding: 0 100px; } }
/*
===================================================================
 privacy_sec_001.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#privacy_sec_001 {
  margin-bottom: 6rem; }
  #privacy_sec_001 h2 {
    font-size: 2.0rem;
    margin: 4rem 0;
    font-weight: 900;
    line-height: 3.5rem; }
  #privacy_sec_001 h3 {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 3.0rem;
    padding: 4rem 0 0.5rem 0; }
  #privacy_sec_001 .honbun p {
    font-size: 1.4rem;
    line-height: 3.0rem;
    padding: 1rem 0; }
  #privacy_sec_001 .pad12 {
    padding: 0 12%; }

@media screen and (min-width: 768px) {
  #privacy_sec_001 h2 {
    font-size: 3.3rem;
    margin: 6rem 0;
    line-height: 4.5rem; }
  #privacy_sec_001 .honbun p {
    font-size: 1.6rem; }
  #privacy_sec_001 .pad12 {
    padding: 0 100px; } }
/*
===================================================================
 recruit_sec_001.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#recruit_sec_001 {
  width: 100%; }
  #recruit_sec_001 img {
    width: 100%;
    height: auto; }
  #recruit_sec_001 .wrap {
    position: relative; }

/*
===================================================================
 recruit_sec_002.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#recruit_sec_002 {
  padding-top: 6rem;
  margin-bottom: 10rem; }
  #recruit_sec_002 h2 {
    font-size: 2.0rem;
    text-align: left;
    background: #0f9242;
    width: 100%;
    padding: 2rem 0 2rem 12%;
    color: #fff; }
  #recruit_sec_002 h3 {
    font-size: 2.0rem;
    margin: 4rem 0;
    font-weight: 900;
    line-height: 3.5rem; }
  #recruit_sec_002 .honbun img {
    width: 100%;
    height: auto; }
    #recruit_sec_002 .honbun img.width70 {
      width: 70%; }
  #recruit_sec_002 .honbun p {
    font-size: 1.4rem;
    line-height: 3.0rem;
    padding: 1rem 0; }
    #recruit_sec_002 .honbun p.big {
      font-size: 1.8rem;
      font-weight: 900; }
  #recruit_sec_002 .honbun .right {
    float: right;
    width: 25%;
    margin-left: 5%;
    padding-bottom: 1rem; }
  #recruit_sec_002 .pad12 {
    padding: 0 12%; }

@media screen and (min-width: 768px) {
  #recruit_sec_002 h2 {
    font-size: 3.0rem;
    text-align: center;
    background: #0f9242;
    width: 100%;
    padding: 2rem 0;
    color: #fff; }
  #recruit_sec_002 h3 {
    font-size: 3.3rem;
    margin: 6rem 0;
    line-height: 4.5rem; }
  #recruit_sec_002 .honbun p {
    font-size: 1.6rem; }
  #recruit_sec_002 .pad12 {
    padding: 0 100px; } }
/*アニメーションscss読み込み*/
/*
===================================================================
 animation_q.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-11-30
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
.funwari {
  visibility: hidden;
  opacity: 0;
  transition: all 1.5s ease; }
  .funwari.is-animated {
    visibility: visible;
    opacity: 1; }

.slide_moji {
  transition: all 0.5s ease; }
  .slide_moji span {
    visibility: hidden;
    opacity: 0; }

.smooth3 {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: 0.7s ease;
  transition-delay: 1s;
  transition-property: clip-path; }

.smooth3.is-animated {
  clip-path: inset(0); }

*,
*:before,
*:after {
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  box-sizing: border-box; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  color: #231815;
  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; }

.wrap {
  margin: 0 auto;
  max-width: 1084px;
  box-sizing: border-box; }

.drawer-hamburger {
  width: 3rem;
  color: #0f9242;
  font-size: 1rem;
  background-color: #eac02f;
  padding: 12px 18px; }
  .drawer-hamburger:hover {
    background-color: #eac02f; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #0f9242; }

.drawer-nav {
  background-color: rgba(0, 0, 0, 0.7);
  width: 16.25rem;
  width: 25rem; }
  .drawer-nav ul.drawer-menu li {
    display: block;
    width: 100%;
    padding: 3px 10px;
    text-decoration: none; }
    .drawer-nav ul.drawer-menu li.drawer-menu-item a {
      display: block;
      font-size: 1.6rem;
      padding: 10px;
      font-weight: normal;
      color: #fff;
      cursor: pointer;
      text-decoration: none;
      transition: color 0.3s ease-in-out; }
      .drawer-nav ul.drawer-menu li.drawer-menu-item a:hover {
        color: #eac02f;
        text-decoration: none; }

.drawer--right .drawer-nav {
  right: -16.25rem;
  right: -25rem; }

.drawer--right .drawer-hamburger {
  right: 1rem; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
  right: 25rem; }

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

@media screen and (min-width: 768px) {
  .on_mobile {
    display: none; }

  .on_pc {
    display: block; }

  .on_mobile_inline {
    display: none; }

  .on_pc_inline {
    display: inline; } }
