@charset "UTF-8";
/*
===================================================================
 site_theme.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
*/
/* リセット */
@import url("default.css");
@import url("animation.css");
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*各セクションscss読み込み*/
/*
===================================================================
 fixed_menu_001.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-06-15
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#fixed_menu_001 nav.pc_menu {
  display: none; }

#fixed_menu_001_adj {
  width: 100%;
  display: block;
  height: 10px; }

@media screen and (min-width: 768px) {
  #fixed_menu_001 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 55px;
    background-color: #f1c81b; }
    #fixed_menu_001 nav.pc_menu {
      width: 100%;
      max-width: 1084px;
      display: block;
      margin: 0 auto; }
      #fixed_menu_001 nav.pc_menu ul {
        width: 100%;
        display: block;
        margin: 15px auto 0 auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around; }
        #fixed_menu_001 nav.pc_menu ul li a {
          text-decoration: none;
          color: #023591;
          font-size: 1.6rem;
          font-weight: 700;
          text-align: center;
          transition: all 0.3s ease; }
          #fixed_menu_001 nav.pc_menu ul li a::after {
            content: "";
            display: block;
            height: 2px;
            width: 0;
            margin-top: 0.5rem;
            transition: all 0.3s ease;
            background-color: #023591; }
          #fixed_menu_001 nav.pc_menu ul li a:hover::after {
            width: 100%; }

  #fixed_menu_001_adj {
    height: 55px; } }
/*
===================================================================
 bb_sec_001.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-06-16
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#bb_sec_001 {
  max-width: 1084px;
  margin: 0 auto; }
  #bb_sec_001 h2 {
    font-size: 2.1rem;
    line-height: 2.8rem;
    font-weight: 700;
    color: #111;
    padding: 0 5% 1rem 5%; }
    #bb_sec_001 h2 span.yellow {
      color: #f1c81b; }
  #bb_sec_001 img {
    width: 50%;
    max-width: 300px;
    height: auto;
    padding: 0 5% 1rem 5%; }

@media screen and (min-width: 768px) {
  #bb_sec_001 h2 {
    font-size: 2.7rem;
    line-height: 2.8rem;
    padding: 3rem 5% 2rem 5%; }
  #bb_sec_001 img {
    padding: 0 5% 2rem 5%; } }
/*
===================================================================
 bb_sec_002.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-06-16
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#bb_sec_002 {
  width: 100%;
  text-align: center;
  background-color: #023591;
  padding: 0;
  line-height: 0;
  letter-spacing: 0; }
  #bb_sec_002 img {
    width: 100%;
    max-width: 1084px;
    height: auto;
    padding: 0; }

/*
===================================================================
 bb_sec_003.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-06-16
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#bb_sec_003 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 0; }
  #bb_sec_003 img {
    width: 70%;
    max-width: 300px;
    height: auto;
    padding: 5rem 0 2rem 0; }
  #bb_sec_003 p {
    font-size: 1.4rem;
    line-height: 3.0rem;
    text-align: left; }

@media screen and (min-width: 768px) {
  #bb_sec_003 p {
    text-align: center;
    font-size: 1.8rem; } }
/*
===================================================================
 bb_sec_004.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-06-16
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#bb_sec_004 {
  text-align: center; }
  #bb_sec_004 h3 {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    color: #023591;
    text-align: center;
    margin: 7rem auto 2rem auto;
    padding: 0 0.5rem 0.5rem 0.5rem;
    background: linear-gradient(transparent 70%, #f1c81b 70%); }
  #bb_sec_004 h4 {
    font-size: 2.0rem;
    text-align: center;
    font-weight: 700;
    color: #023591;
    padding-bottom: 4rem; }
  #bb_sec_004 p {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 3.5rem;
    text-align: left;
    padding: 3rem 5% 3rem 5%; }
    #bb_sec_004 p span.yellow {
      background: linear-gradient(transparent 70%, #f1c81b 70%); }
  #bb_sec_004 ul.flex_box {
    width: 100%;
    max-width: 1084px;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    flex-wrap: wrap; }
    #bb_sec_004 ul.flex_box li {
      width: 88%;
      padding: 0;
      margin-bottom: 3rem;
      letter-spacing: 0; }
      #bb_sec_004 ul.flex_box li img {
        width: 100%;
        height: auto; }
  #bb_sec_004 .ichirei {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1084px;
    text-align: center;
    padding-top: 6rem; }
    #bb_sec_004 .ichirei img {
      width: 90%;
      height: auto; }

@media screen and (min-width: 768px) {
  #bb_sec_004 h3 {
    font-size: 3.0rem; }
  #bb_sec_004 ul.flex_box li {
    width: 28%; }
  #bb_sec_004 p {
    font-size: 2.0rem;
    text-align: center; } }
/*
===================================================================
 bb_sec_005.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-06-18
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#bb_sec_005 {
  text-align: center;
  background-color: #f1c81b;
  margin-top: 7rem;
  padding: 6rem 5% 4rem 5%; }
  #bb_sec_005 h3 {
    font-size: 2.2rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: #333;
    text-shadow: 2px  2px 1px #fff, -2px  2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px  0px 1px #fff, 0px  2px 1px #fff, -2px  0px 1px #fff, 0px -2px 1px #fff;
    text-align: center;
    margin: 0 auto 4rem auto; }
  #bb_sec_005 ul.flex_box {
    width: 100%;
    max-width: 1084px;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    flex-wrap: wrap; }
    #bb_sec_005 ul.flex_box li {
      width: 88%;
      padding: 0;
      margin-bottom: 3rem;
      letter-spacing: 0; }
      #bb_sec_005 ul.flex_box li img {
        width: 100%;
        height: auto; }

@media screen and (min-width: 768px) {
  #bb_sec_005 ul.flex_box li {
    width: 20%; } }
/*
===================================================================
 bb_sec_006.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-06-18
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#bb_sec_006 {
  text-align: center; }
  #bb_sec_006 h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 auto 4rem auto;
    background-color: #023591;
    padding: 1.3rem 0;
    margin-top: 8rem; }
  #bb_sec_006 .box {
    width: 100%;
    max-width: 1084px;
    display: block;
    margin: 0 auto; }
    #bb_sec_006 .box .left, #bb_sec_006 .box .right {
      display: block;
      width: 90%;
      margin: 0 auto; }
      #bb_sec_006 .box .left h3, #bb_sec_006 .box .right h3 {
        color: #023591;
        font-weight: 700;
        font-size: 2.2rem;
        text-align: left;
        padding-top: 2rem;
        padding-bottom: 2rem; }
        #bb_sec_006 .box .left h3 span.number, #bb_sec_006 .box .right h3 span.number {
          font-size: 3rem; }
      #bb_sec_006 .box .left img, #bb_sec_006 .box .right img {
        width: 100%;
        height: auto; }
      #bb_sec_006 .box .left p, #bb_sec_006 .box .right p {
        font-size: 1.6rem;
        line-height: 2.5rem;
        color: #023591;
        text-align: left; }
    #bb_sec_006 .box .pad6 {
      padding-bottom: 6rem; }
    #bb_sec_006 .box .pad6_pc {
      padding-bottom: 0; }

@media screen and (min-width: 768px) {
  #bb_sec_006 {
    text-align: center; }
    #bb_sec_006 .box .left {
      float: left;
      width: 47%; }
    #bb_sec_006 .box .right {
      float: right;
      width: 47%; }
    #bb_sec_006 .box .pad6_pc {
      padding-bottom: 6rem; } }
/*
===================================================================
 bb_sec_007.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-06-18
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#bb_sec_007 {
  text-align: center; }
  #bb_sec_007 h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 auto 4rem auto;
    background-color: #023591;
    padding: 1.3rem 0;
    margin-top: 8rem; }
    #bb_sec_007 h2 img {
      height: 3.0rem;
      vertical-align: bottom;
      width: auto;
      padding-right: 1rem; }
  #bb_sec_007 .box {
    width: 90%;
    max-width: 1084px;
    display: block;
    margin: 0 auto; }
    #bb_sec_007 .box figure img {
      width: 100%;
      height: auto; }
    #bb_sec_007 .box figure figcaption {
      font-size: 1.4rem;
      line-height: 2.1rem;
      color: #023591;
      text-align: left; }
      #bb_sec_007 .box figure figcaption span.yellow {
        font-weight: 700;
        background: linear-gradient(transparent 70%, #f1c81b 70%);
        line-height: 3.0rem; }
    #bb_sec_007 .box h3 {
      font-size: 2.7rem;
      color: #fff;
      text-align: left;
      padding: 1rem;
      width: 100%;
      text-align: center;
      margin: 3rem auto 2rem auto;
      background-color: #023591; }
    #bb_sec_007 .box h4 {
      font-size: 2.2rem;
      color: #023591;
      text-align: left;
      padding: 3rem 0 2rem 0; }
    #bb_sec_007 .box p {
      font-size: 1.6rem;
      line-height: 2.8rem;
      text-align: left;
      color: #023591; }

@media screen and (min-width: 768px) {
  #bb_sec_007 .box h3 {
    font-size: 3.5rem;
    color: #023591;
    text-align: left;
    padding: 6rem 0 1rem 0;
    background-color: transparent; } }
/*
===================================================================
 bb_sec_008.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-06-18
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#bb_sec_008 {
  text-align: center; }
  #bb_sec_008 h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 auto 4rem auto;
    background-color: #023591;
    padding: 1.3rem 0;
    margin-top: 8rem; }
    #bb_sec_008 h2 img {
      height: 3.0rem;
      vertical-align: bottom;
      width: auto;
      padding-right: 1rem; }
  #bb_sec_008 .box {
    width: 90%;
    max-width: 1084px;
    display: block;
    margin: 0 auto; }
    #bb_sec_008 .box h3 {
      font-size: 2.5rem;
      line-height: 3.7rem;
      color: #023591;
      text-align: center;
      margin: 3rem auto 2rem auto; }
    #bb_sec_008 .box img {
      width: 100%;
      height: auto; }
    #bb_sec_008 .box .caption {
      font-size: 1.4rem;
      line-height: 2.4rem;
      color: #023591;
      text-align: left; }
    #bb_sec_008 .box .left, #bb_sec_008 .box .right {
      width: 100%; }
      #bb_sec_008 .box .left p, #bb_sec_008 .box .right p {
        font-size: 1.6rem;
        line-height: 2.8rem;
        text-align: left;
        color: #023591; }
    #bb_sec_008 .box .pad_bottom_mobile {
      padding-bottom: 3rem; }

@media screen and (min-width: 768px) {
  #bb_sec_008 .box h3 {
    font-size: 3.5rem;
    line-height: 5rem;
    color: #023591;
    text-align: left;
    padding: 6rem 0 1rem 0;
    background-color: transparent; }
  #bb_sec_008 .box .adj {
    height: 30px; }
  #bb_sec_008 .box .left {
    float: left;
    width: 47%; }
  #bb_sec_008 .box .right {
    float: right;
    width: 47%; }
  #bb_sec_008 .box .pad_bottom_mobile {
    padding-bottom: 0; } }
/*
===================================================================
 bb_sec_009.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-06-18
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#bb_sec_009 {
  text-align: center; }
  #bb_sec_009 h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 auto 4rem auto;
    background-color: #023591;
    padding: 1.3rem 0;
    margin-top: 8rem; }
    #bb_sec_009 h2 img {
      height: 3.0rem;
      vertical-align: bottom;
      width: auto;
      padding-right: 1rem; }
  #bb_sec_009 .box {
    width: 90%;
    max-width: 1084px;
    display: block;
    margin: 0 auto;
    text-align: left; }
    #bb_sec_009 .box h4 {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 3.7rem;
      color: #023591;
      text-align: left;
      padding: 1rem;
      margin: 3rem auto 2rem auto;
      background-color: #f1c81b; }
    #bb_sec_009 .box h5 {
      font-size: 1.6rem;
      display: inline-block;
      line-height: 2.5rem;
      font-weight: 300;
      color: #023591;
      text-align: left;
      padding: 1rem;
      margin: 3rem auto 2rem auto;
      background-color: #f1c81b; }
    #bb_sec_009 .box img {
      width: 100%;
      height: auto;
      padding: 3rem 0; }
    #bb_sec_009 .box p {
      font-size: 1.6rem;
      line-height: 2.4rem;
      color: #023591;
      text-align: left; }
      #bb_sec_009 .box p.small {
        font-size: 1.3rem; }

@media screen and (min-width: 768px) {
  #bb_sec_009 .box h4 {
    text-align: center;
    font-size: 3.2rem; } }
/*
===================================================================
 bb_sec_010.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-06-18
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#bb_sec_010 {
  text-align: center;
  background-color: #f1c81b;
  margin-top: 4rem; }
  #bb_sec_010 h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 auto 4rem auto;
    background-color: #023591;
    padding: 1.3rem 0; }
  #bb_sec_010 .box {
    width: 90%;
    max-width: 1084px;
    display: block;
    margin: 0 auto;
    text-align: left; }
    #bb_sec_010 .box h3 {
      font-size: 2.5rem;
      padding: 3rem 0 4rem 0;
      color: #023591;
      font-weight: 700;
      text-align: center; }
    #bb_sec_010 .box .flex_box .flex_child {
      padding-bottom: 4rem; }
      #bb_sec_010 .box .flex_box .flex_child img {
        width: 40%;
        height: auto;
        padding-left: 5%;
        float: left; }
      #bb_sec_010 .box .flex_box .flex_child p {
        float: right;
        width: 50%;
        padding-right: 5%;
        font-size: 1.4rem;
        line-height: 2.4rem;
        color: #023591;
        text-align: left; }

@media screen and (min-width: 768px) {
  #bb_sec_010 .box .flex_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around; }
    #bb_sec_010 .box .flex_box .flex_child {
      width: 21%;
      padding-bottom: 7rem; }
      #bb_sec_010 .box .flex_box .flex_child img {
        width: 100%;
        padding-left: 0;
        float: none; }
      #bb_sec_010 .box .flex_box .flex_child p {
        float: none;
        width: 100%;
        padding-right: 0;
        font-size: 1.6rem; } }
/*
===================================================================
 bb_sec_011.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-06-18
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#bb_sec_011 {
  text-align: center;
  margin-top: 4rem; }
  #bb_sec_011 h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 auto 4rem auto;
    background-color: #023591;
    padding: 1.3rem 0; }
  #bb_sec_011 .box {
    width: 100%;
    max-width: 1084px;
    margin: 0 auto; }
    #bb_sec_011 .box form.kakaku_form {
      background-color: #f1c81b;
      padding: 3rem 5%;
      width: 100%;
      max-width: 700px;
      margin: 3rem auto; }
      #bb_sec_011 .box form.kakaku_form .form_adj {
        margin: 2rem 0; }
      #bb_sec_011 .box form.kakaku_form input {
        height: 3rem;
        font-size: 1.8rem;
        width: 10rem;
        display: inline-block;
        background-color: #fff; }
    #bb_sec_011 .box p {
      font-size: 1.6rem;
      line-height: 2.8rem;
      margin: 0 auto;
      max-width: 600px;
      width: 90%; }

/*
===================================================================
 bb_sec_012.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-06-18
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#bb_sec_012 {
  text-align: center;
  margin-top: 4rem; }
  #bb_sec_012 h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 auto 4rem auto;
    background-color: #023591;
    padding: 1.3rem 0; }
  #bb_sec_012 .box {
    width: 90%;
    max-width: 600px;
    margin: 0 auto; }

/*
===================================================================
 bb_sec_013.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-06-18
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#bb_sec_013 {
  margin-top: 4rem;
  text-align: left;
  padding-bottom: 5rem; }
  #bb_sec_013 h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 auto 4rem auto;
    background-color: #023591;
    padding: 1.3rem 0; }
  #bb_sec_013 .box {
    width: 90%;
    max-width: 950px;
    display: block;
    margin: 0 auto; }
    #bb_sec_013 .box h3 {
      font-size: 2.0rem;
      margin: 5rem 0 1rem 0;
      display: inline-block;
      background: linear-gradient(transparent 70%, #f1c81b 70%); }
    #bb_sec_013 .box .qa {
      padding: 2rem 0; }
      #bb_sec_013 .box .qa p {
        font-size: 1.6rem;
        color: #023591;
        line-height: 2.4rem;
        padding: 0.5rem 0 0.5rem 2.8rem;
        text-indent: -2.8rem;
        text-align: left; }

/*
===================================================================
 bb_privacy_001.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-07-11
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#bb_privacy_001 {
  text-align: center;
  margin-top: 4rem; }
  #bb_privacy_001 h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 auto 4rem auto;
    background-color: #023591;
    padding: 1.3rem 0; }
  #bb_privacy_001 .box {
    margin: 10rem auto;
    width: 90%;
    max-width: 700px; }
    #bb_privacy_001 .box h4 {
      font-size: 1.4rem;
      font-weight: 700;
      padding: 2rem 0; }
    #bb_privacy_001 .box hr {
      display: block;
      border: none;
      height: 1px;
      background-color: #333;
      margin: 5rem 0 3rem 0; }
    #bb_privacy_001 .box p {
      font-size: 1.4rem;
      line-height: 3.0rem;
      text-align: left; }

/*
===================================================================
 bb_thanks_001.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-06-23
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#bb_thanks_001 {
  text-align: center;
  margin-top: 4rem; }
  #bb_thanks_001 h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 auto 4rem auto;
    background-color: #023591;
    padding: 1.3rem 0; }
  #bb_thanks_001 .box {
    margin: 10rem auto;
    width: 90%;
    max-width: 700px; }
    #bb_thanks_001 .box p {
      font-size: 1.4rem;
      line-height: 3.0rem;
      text-align: left; }

/*
===================================================================
 right_fixed_001.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-06-23
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#right_fixed_001 {
  display: block; }
  #right_fixed_001 a.mobver {
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    font-size: 1.7rem;
    color: #fff;
    background-color: #df4462; }
  #right_fixed_001 a.pcver {
    display: none; }
  #right_fixed_001 a.wid768 {
    display: none; }

@media screen and (min-width: 768px) {
  #right_fixed_001 {
    display: block; }
    #right_fixed_001 a.mobver {
      display: none; }
    #right_fixed_001 a.pcver {
      display: none; }
    #right_fixed_001 a.wid768 {
      display: inline-block;
      font-size: 3rem;
      color: #fff;
      background-color: #df4462;
      text-decoration: none;
      padding: 1.8rem;
      position: fixed;
      right: 3rem;
      bottom: 3rem;
      border-radius: 100rem; } }
@media screen and (min-width: calc(1084px + 7rem)) {
  #right_fixed_001 {
    display: block;
    position: fixed;
    bottom: inherit;
    top: 40%;
    right: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    #right_fixed_001 a {
      font-size: 2rem;
      color: #fff;
      background-color: #df4462;
      text-decoration: none;
      padding: 1.5rem; }
      #right_fixed_001 a.pcver {
        display: inline-block; }
      #right_fixed_001 a.wid768 {
        display: none; } }
/*
===================================================================
 bb_footer.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-06-18
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#bb_footer {
  margin-top: 4rem;
  text-align: center; }
  #bb_footer .skyblue {
    background-color: #dff1f2;
    color: #023591;
    padding: 3rem 0 5rem 0; }
    #bb_footer .skyblue .box {
      width: 90%;
      max-width: 1084px;
      display: block;
      margin: 0 auto; }
      #bb_footer .skyblue .box h2 {
        font-size: 2.5rem;
        line-height: 3.5rem;
        font-weight: 700;
        color: #023591;
        text-align: center;
        padding: 1.3rem 0; }
        #bb_footer .skyblue .box h2 span.yellow {
          color: #f1c81b; }
      #bb_footer .skyblue .box img {
        width: 50%;
        height: auto;
        max-width: 200px; }
      #bb_footer .skyblue .box p {
        font-size: 1.4rem;
        line-height: 2.6rem;
        padding: 3rem 0 0 0;
        text-align: left; }
  #bb_footer .blue {
    background-color: #023591;
    color: #fff;
    padding: 5rem 0 10rem 0; }
    #bb_footer .blue .box {
      width: 90%;
      max-width: 1084px;
      display: block;
      margin: 0 auto; }
      #bb_footer .blue .box img {
        width: 100%;
        height: auto;
        max-width: 300px; }
      #bb_footer .blue .box p {
        font-size: 1.2rem;
        line-height: 2.4rem;
        padding: 3rem 0 0 0;
        text-align: left; }
      #bb_footer .blue .box .link {
        font-size: 1.1rem;
        padding-top: 3rem; }
        #bb_footer .blue .box .link a {
          text-decoration: none;
          color: #fff; }

@media screen and (min-width: 768px) {
  #bb_footer .skyblue .box h2 {
    font-size: 2.8rem; }
  #bb_footer .skyblue .box p {
    text-align: center; }
  #bb_footer .blue .box p {
    text-align: center; } }
/*
===================================================================
 sec_002.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-31
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#sec_002 .box {
  display: block;
  max-width: 1084px;
  margin: 0 auto; }
  #sec_002 .box h2 {
    font-size: 1.6rem;
    line-height: 2.9rem;
    padding: 2rem 0;
    text-align: center;
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
    color: #023591; }
    #sec_002 .box h2.adj {
      padding-top: 5rem; }
  #sec_002 .box p {
    font-size: 1.4rem;
    line-height: 2.9rem;
    margin: 0 auto;
    width: 80%;
    max-width: 700px; }

@media screen and (min-width: 768px) {
  #sec_002 .box h2 {
    font-size: 1.9rem;
    padding: 2rem 0;
    text-align: center;
    font-weight: 300; }
  #sec_002 .box p {
    font-size: 1.6rem;
    line-height: 2.9rem;
    margin: 0 auto;
    width: 90%;
    max-width: 700px; } }
/*
===================================================================
 sec_003.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-31
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#sec_003 {
  background-color: #fff;
  background-image: radial-gradient(#c2fff9 15%, transparent 15%);
  background-size: 10px 10px;
  background-position: 0 0,20px 20px;
  padding: 5rem 0; }
  #sec_003 .box {
    display: block;
    max-width: 1084px;
    margin: 0 auto;
    text-align: center; }
    #sec_003 .box h2 {
      font-size: 2.0rem;
      display: inline-block;
      margin: 0 auto;
      color: #023591;
      text-align: center; }
      #sec_003 .box h2::after {
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        background-color: #023591;
        margin-top: 0.5rem; }
    #sec_003 .box p {
      font-size: 1.6rem; }
    #sec_003 .box table {
      margin: 3rem auto; }
      #sec_003 .box table tr th {
        border: solid 1px #ddd;
        padding: 1rem;
        background-color: #c2fff9; }
      #sec_003 .box table tr td {
        border: solid 1px #ddd;
        background-color: #fff;
        padding: 1rem; }
        #sec_003 .box table tr td p.ryoukin {
          font-size: 2.0rem; }

/*
===================================================================
 sec_004.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-31
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*変数読み込み*/
/*
===================================================================
 variable.css - tawaraco.co.jp
===================================================================
v1.0.0 
2021-05-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#sec_004 {
  padding: 5rem 0; }
  #sec_004 .box {
    display: block;
    max-width: 1084px;
    margin: 0 auto;
    text-align: center; }
    #sec_004 .box h2 {
      font-size: 2.0rem;
      display: inline-block;
      margin: 0 auto;
      color: #023591;
      text-align: center; }
      #sec_004 .box h2::after {
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        background-color: #023591;
        margin-top: 0.5rem;
        margin-bottom: 4rem; }
    #sec_004 .box .jisseki {
      display: flex;
      flex-wrap: wrap; }
      #sec_004 .box .jisseki .jisseki_child {
        width: 44%;
        margin: 1rem 3%; }
        #sec_004 .box .jisseki .jisseki_child .image {
          width: 98%;
          /* IE8以下とAndroid4.3以下用フォールバック */
          width: -webkit-calc(100% - 5px);
          width: calc(100% - 5px);
          margin: 4px;
          box-shadow: 0 0 5px 5px #eee;
          overflow: hidden;
          transition: all 0.3s ease;
          filter: brightness(1); }
          #sec_004 .box .jisseki .jisseki_child .image img {
            width: 100%;
            height: auto; }
        #sec_004 .box .jisseki .jisseki_child a {
          color: #023591;
          text-decoration: none;
          transition: all 0.3s ease; }
        #sec_004 .box .jisseki .jisseki_child i {
          padding-left: 1rem; }
        #sec_004 .box .jisseki .jisseki_child p {
          font-size: 1.0rem; }
        #sec_004 .box .jisseki .jisseki_child:hover a {
          color: #81cac5; }
        #sec_004 .box .jisseki .jisseki_child:hover .image {
          box-shadow: 0 0 3px 3px #81cac5;
          filter: brightness(1.1); }

@media screen and (min-width: 768px) {
  #sec_004 .box .jisseki .jisseki_child {
    width: 20%;
    margin: 1rem 2.5%; }
    #sec_004 .box .jisseki .jisseki_child p {
      font-size: 1.2rem; } }
*,
*: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: #023591;
  letter-spacing: 0.1rem;
  text-size-adjust: 100%;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff; }

hr.sec_space {
  display: block;
  margin: 5rem 0;
  border: 0;
  height: 0; }

.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: 1200px;
  box-sizing: border-box; }

.drawer-hamburger {
  width: 3rem;
  color: #023591;
  font-size: 1rem;
  background-color: #f1c81b;
  padding: 12px 18px; }
  .drawer-hamburger:hover {
    background-color: #f1c81b; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #023591; }

.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: #f1c81b;
        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; }

#mfp_overlay_inner {
  color: #333; }

#global_footer {
  text-align: center;
  background-color: #000;
  color: #FFF;
  padding-top: 5rem; }
  #global_footer a {
    text-decoration: none;
    color: #FFF;
    font-weight: 400; }
  #global_footer a:visited {
    color: #FFF; }
  #global_footer img {
    width: 50%;
    height: auto;
    display: block;
    margin: 2rem auto; }
  #global_footer .copy {
    text-align: center;
    padding: 3rem 0 2rem 0; }
    #global_footer .copy p {
      font-size: 0.7rem; }
  #global_footer .pad10 {
    padding: 0 10%; }
  #global_footer .right p {
    font-family: 'Alegreya SC', serif;
    text-align: center;
    padding: 0 0 1.2rem 0; }

#home_sec_01 {
  width: 100%; }
  #home_sec_01 img {
    width: 100%;
    height: auto;
    height: auto; }

@media screen and (min-width: 768px) {
  .on_mobile {
    display: none; }

  .on_pc {
    display: block; }

  .on_mobile_inline {
    display: none; }

  .on_pc_inline {
    display: inline; }

  #global_footer {
    text-align: left;
    background-color: #000;
    color: #FFF;
    padding-top: 2rem; }
    #global_footer img {
      width: 250px;
      height: auto;
      padding: 0;
      display: inline;
      margin: 0; }
    #global_footer .copy {
      text-align: center;
      padding: 7rem 0 2rem 0; }
      #global_footer .copy p {
        font-size: 0.7rem; }
    #global_footer .pad10 {
      padding: 0;
      float: left;
      width: 50%; }
    #global_footer .pad_adj {
      padding: 10rem 10% 2rem 10%; }
    #global_footer .right {
      float: right;
      width: 30%; }
      #global_footer .right p {
        text-align: left; } }
/*アニメーション*/
.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px; }

.bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background-color: #362ae0;
  background-color: #023591;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center; }

.bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 1; }

@media screen and (min-width: 768px) {
  .bg .bg-wrap .inn {
    font-size: 25px; } }
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%); }
  30% {
    transform: scaleX(1) translateX(0); }
  100% {
    transform: scaleX(1) translateX(0); }
  30%, 100% {
    opacity: 1; } }
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block; }

.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0; }

.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px; }

.matrix .bg-wrap .inn.large {
  font-size: 36px;
  font-weight: bold; }

.matrix .bg-wrap .inn.small {
  font-size: 15px; }

.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1); }

.matrix.is-animated .bg-wrap {
  opacity: 1; }

.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0); }

.smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path; }

.smooth.is-animated {
  clip-path: inset(0); }

.smooth2 {
  clip-path: inset(0 0 0 100%);
  display: inline-block;
  transition: 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path; }

.smooth2.is-animated {
  clip-path: inset(0); }

.smooth3 {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: 0.7s ease;
  transition-property: clip-path; }

.smooth3.is-animated {
  clip-path: inset(0); }

.smooth4 {
  clip-path: inset(0 0 0 100%);
  display: inline-block;
  transition: 0.7s ease;
  transition-property: clip-path; }

.smooth4.is-animated {
  clip-path: inset(0); }

.anim-box.fadeup {
  opacity: 0; }

.anim-box.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards; }

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.anim-box.zoomin {
  opacity: 0; }

.anim-box.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards; }

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0; }
  100% {
    opacity: 1;
    transform: scale(1); } }
.bnt-massage {
  display: inline-block;
  min-width: 130px;
  text-align: center;
  background-color: #000;
  font-size: 20px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 16px 10px 16px;
  position: relative;
  transition: .9s;
  border: 1px solid #666;
  margin-top: 4rem; }

.bnt-massage span {
  display: block;
  position: absolute;
  background-color: #023591;
  top: 0;
  left: 0;
  width: 100%;
  height: 34px;
  font-size: 12px;
  line-height: 34px;
  border-radius: 0 0 8px 0;
  z-index: -1;
  transition: .5s; }

.bnt-massage:hover {
  border-radius: 8px 0 0; }

.bnt-massage:hover span {
  transform: translateY(50px); }

.btn-shine {
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  width: 120px;
  height: 120px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  text-shadow: 2px 2px 3px #023591;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
  border-radius: 200px;
  background-color: #023591; }
  .btn-shine .moji {
    text-align: center; }
    .btn-shine .moji .big {
      font-size: 19px; }
  @media screen and (min-width: 768px) {
    .btn-shine {
      font-size: 16px;
      width: 200px;
      height: 200px; }
      .btn-shine .moji .big {
        font-size: 22px; } }

.btn-shine:hover {
  border-color: #FFF;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  text-shadow: 2px 2px 3px #000;
  background-color: #023591; }

.container-02 {
  display: inline-block;
  margin: 4rem 0; }
  @media screen and (min-width: 768px) {
    .container-02 {
      margin: 4rem 2rem; } }
