@charset "UTF-8";
/*
===================================================================
 site_theme.css
===================================================================
v1.0.0 
2024-04-14
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/* リセット */
@import url("default.css");
/*変数読み込み*/
/*
===================================================================
 var.css - ukiha-kurashi.info - tawaraco.co.jp
===================================================================
v1.0.0 
2022-03-14
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*各セクションscss読み込み*/
/*
===================================================================
 aboutSec001.css
===================================================================
v1.0.0 
2025-04-15
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#aboutSec001 .top_title h1 {
  font-size: 1.6rem;
  color: #333;
  line-height: 2.8rem;
  letter-spacing: 2px;
  font-variant-ligatures: none;
  text-align: center;
  padding: 5rem 0 1rem 0;
}

@media screen and (min-width: 768px) {
  #aboutSec001 .top_title h1 {
    font-size: 2.5rem;
    color: #333;
    line-height: 4rem;
    letter-spacing: 5px;
    text-align: center;
    padding: 6rem 0 3rem 0;
  }
}
@media screen and (min-width: 1084px) {
  #aboutSec001 .top_title h1 {
    font-size: 3.5rem;
    color: #333;
    line-height: 5.5rem;
  }
}
@media screen and (min-width: 1400px) {
  #homeSec001 .top_title h1 {
    font-size: 4.5rem;
    color: #333;
    line-height: 8rem;
  }
}
/*
===================================================================
 aboutSec005.css
===================================================================
v1.0.0 
20250415
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#aboutSec005 {
  display: block;
  margin: 0 auto;
  width: 80%;
  margin-top: 5rem;
}
#aboutSec005 a {
  font-weight: 700;
}
#aboutSec005 h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0062ff;
  margin: 3rem 0 2rem 0;
  display: inline-block;
  line-height: 80%;
}
#aboutSec005 h2 .chapter {
  font-size: 1.5rem;
}
#aboutSec005 h2 span.small {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  line-height: 250%;
}
#aboutSec005 .box .left h3 {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 700;
  padding-bottom: 2rem;
}
#aboutSec005 .box .left h3 span.small {
  font-size: 1.3rem;
}
#aboutSec005 .box .left img {
  width: 100%;
  height: auto;
}
#aboutSec005 .box .right h3 {
  font-size: 2em;
  padding-bottom: 1rem;
}
#aboutSec005 .box .right hr {
  display: block;
  height: 1px;
  background: #888;
  margin-bottom: 2.5rem;
}
#aboutSec005 .box .right p {
  font-size: 1.6rem;
  line-height: 200%;
  padding: 0 0 2rem 0;
}
#aboutSec005 .box .right p span.strong {
  font-weight: 700;
  color: #0062ff;
}
#aboutSec005 .box .right p._lineHeight {
  line-height: 160%;
}
#aboutSec005 .box .right p._indent {
  padding-left: 8.5rem;
  text-indent: -8.5rem;
}
#aboutSec005 .box .right .a_box {
  text-align: right;
}
#aboutSec005 .box .right .a_box a {
  text-decoration: none;
  display: inline-block;
}
#aboutSec005 .box .right .a_box a p.otoiawase {
  transition: all 0.3s ease;
  padding: 1rem 2rem;
  background: #0062ff;
  color: #fff;
  font-weight: 700;
  border: solid 2px #fff;
}
#aboutSec005 .box .right .a_box a:hover p.otoiawase {
  color: #0062ff;
  border: solid 2px #0062ff;
  background: #fff;
}
#aboutSec005 .box .right img {
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  #aboutSec005 {
    display: block;
    margin: 5rem auto 0 auto;
    padding-bottom: 2rem;
    width: 80%;
    background-size: 70% auto;
    background-position: top 6rem right 2rem;
  }
  #aboutSec005 h2 {
    font-size: 5rem;
    line-height: 100%;
  }
  #aboutSec005 h2 .chapter {
    font-size: 2.5rem;
  }
  #aboutSec005 h2 span.small {
    font-size: 2.6rem;
    padding-left: 1rem;
  }
  #aboutSec005 .box .left {
    float: left;
    width: 30%;
  }
  #aboutSec005 .box .left h3 {
    font-size: 2.5rem;
  }
  #aboutSec005 .box .right {
    float: right;
    width: 60%;
  }
  #aboutSec005 .box .right p {
    font-size: 1.8rem;
    line-height: 180%;
  }
}
@media screen and (min-width: 1200px) {
  #aboutSec005 .box .left h3 {
    font-size: 3.5rem;
  }
  #aboutSec005 .box .right {
    width: 60%;
  }
  #aboutSec005 .box .right figure {
    float: right;
    margin-left: 5rem;
    max-width: 300px;
  }
}
/*
===================================================================
 footerAccess.css
===================================================================
v1.0.0 
20250415
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#footerAccess {
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #dceaff;
  margin-top: 6rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
#footerAccess iframe {
  width: 100%;
  height: 300px;
}
#footerAccess .box {
  width: 80%;
  margin: 0 auto;
  padding-top: 1rem;
}
#footerAccess .box .left h3 {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 700;
  padding-bottom: 2rem;
}
#footerAccess .box .left h3 span.small {
  font-size: 1.5rem;
}
#footerAccess .box .right p {
  font-size: 1.6rem;
  line-height: 180%;
  padding: 0 0 2rem 0;
}

@media screen and (min-width: 768px) {
  #footerAccess {
    display: block;
    background-size: 70% auto;
    background-position: top 6rem right 2rem;
  }
  #footerAccess .box .left {
    float: left;
    width: 50%;
  }
  #footerAccess .box .left h3 {
    font-size: 2.3rem;
  }
  #footerAccess .box .left h3 span.small {
    font-size: 1.7rem;
  }
  #footerAccess .box .right {
    float: right;
    width: 40%;
  }
  #footerAccess .box .right p {
    font-size: 1.6rem;
    line-height: 180%;
  }
}
@media screen and (min-width: 1200px) {
  #footerAccess .box .left h3 {
    font-size: 3.3rem;
  }
  #footerAccess .box .left h3 span.small {
    font-size: 1.9rem;
  }
  #footerAccess .box .right p {
    font-size: 1.8rem;
    line-height: 200%;
  }
}
/*
===================================================================
 globalHeader.css
===================================================================
v1.0.0 
2022-03-14
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#globalHeader .globalHeader__box {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 30px 5% 0 5%;
}
#globalHeader .globalHeader__box .globalHeader__box--left {
  width: 12%;
}
#globalHeader .globalHeader__box .globalHeader__box--left img {
  width: 100%;
  height: auto;
}
#globalHeader .globalHeader__box .globalHeader__box--right {
  width: 80%;
  display: none;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu .globalMenu__upLeft {
  width: 10%;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu .globalMenu__upRight {
  width: 70%;
  padding: 0 0 1rem 0;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu .globalMenu__upRight a {
  height: 50px;
  float: right;
  position: relative;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu .globalMenu__upRight a img {
  width: auto;
  height: 100%;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu .globalMenu__upRight a img._mail {
  z-index: 2;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu .globalMenu__upRight a img._mail__hover {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu .globalMenu__upRight a:hover img._mail {
  opacity: 0;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu .globalMenu__upRight a:hover img._mail__hover {
  display: inline;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu .globalMenu__bottom {
  width: 100%;
  background: #0062ff;
  padding: 10px 0;
  border-radius: 2rem;
  box-shadow: 0px 20px 3px -10px #dceaff;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu .globalMenu__bottom .mainMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu .globalMenu__bottom .mainMenu .mainMenu__child {
  width: 25%;
  box-sizing: border-box;
  border-right: solid 2px #fff;
  position: relative;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu .globalMenu__bottom .mainMenu .mainMenu__child:last-child {
  border-right: none;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu .globalMenu__bottom .mainMenu .mainMenu__child a {
  display: block;
  width: 60%;
  margin: 0 auto;
  position: relative;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu .globalMenu__bottom .mainMenu .mainMenu__child a img {
  width: 100%;
  height: auto;
  position: relative;
  transition: all 0.3s ease;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu .globalMenu__bottom .mainMenu .mainMenu__child a img.mainMenu__child--white {
  z-index: 2;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu .globalMenu__bottom .mainMenu .mainMenu__child a img.mainMenu__child--yellow {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#globalHeader .globalHeader__box .globalHeader__box--right .globalMenu .globalMenu__bottom .mainMenu .mainMenu__child a:hover img.mainMenu__child--white {
  opacity: 0;
}
#globalHeader .submenu-items {
  display: flex;
  width: 100%;
  border: solid 3px #0062ff;
  border-radius: 2rem;
  overflow: hidden;
  margin-top: 2rem;
  padding: 1rem 0 0.8rem 0;
}
#globalHeader .submenu-items li {
  box-sizing: border-box;
  width: 25%;
  border-right: solid 2px #0062ff;
}
#globalHeader .submenu-items li:last-child {
  border-right: none;
}
#globalHeader .submenu-items li img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  filter: brightness(1);
}
#globalHeader .submenu-items li img:hover {
  filter: brightness(1.2);
}

@media screen and (min-width: 768px) {
  #globalHeader .globalHeader__box .globalHeader__box--right {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  #globalHeader .globalHeader__box .globalHeader__box--left {
    width: 150px;
  }
  #globalHeader .globalHeader__box .globalHeader__box--left img {
    width: 100%;
    height: auto;
  }
  #globalHeader .globalHeader__box .globalHeader__box--right {
    width: 800px;
  }
}
/*
===================================================================
 globalFooter.css
===================================================================
v1.0.0 
20250415
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#globalFooter {
  background: #0062ff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#globalFooter .globalFooter__box {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#globalFooter .globalFooter__box .globalFooter__box--left {
  width: 50%;
}
#globalFooter .globalFooter__box .globalFooter__box--left h2 {
  color: #fff;
  font-size: 2rem;
  padding-bottom: 0.5rem;
}
#globalFooter .globalFooter__box .globalFooter__box--left p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 160%;
}
#globalFooter .globalFooter__box .globalFooter__box--right {
  width: 40%;
}
#globalFooter .globalFooter__box .globalFooter__box--right .a_box {
  width: 100%;
  text-align: center;
}
#globalFooter .globalFooter__box .globalFooter__box--right .a_box a {
  text-decoration: none;
  display: block;
}
#globalFooter .globalFooter__box .globalFooter__box--right .a_box a p.otoiawase {
  width: 100%;
  transition: all 0.3s ease;
  padding: 1rem 2rem;
  background: #0062ff;
  color: #fff;
  font-weight: 700;
  border: solid 2px #fff;
  box-sizing: border-box;
}
#globalFooter .globalFooter__box .globalFooter__box--right .a_box a:hover p.otoiawase {
  color: #0062ff;
  border: solid 2px #0062ff;
  background: #fff;
}
#globalFooter .globalFooter__box .globalFooter__box--right a._footerTel {
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 1rem 2rem;
  margin-top: 1rem;
  font-weight: 700;
  border: solid 2px #fff;
  color: #0062ff;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.3s ease;
}
#globalFooter .globalFooter__box .globalFooter__box--right a._footerTel:hover {
  background: #0062ff;
  color: #fff;
}

#gyoumuSec001 {
  display: block;
  margin: 0 auto;
  width: 80%;
  margin-top: 5rem;
}
#gyoumuSec001 .top_title {
  text-align: center;
}
#gyoumuSec001 .top_title h1 {
  display: inline-block;
  font-size: 2.5rem;
  color: #0062ff;
  line-height: 2.8rem;
  letter-spacing: 2px;
  font-variant-ligatures: none;
  font-weight: bold;
  text-align: center;
  padding: 1rem 2rem;
  border: solid 3px #0062ff;
  margin: 2rem -2px 4rem 0;
  border-radius: 3px;
}
#gyoumuSec001 a {
  font-weight: 700;
}
#gyoumuSec001 h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #0062ff;
  margin: 3rem 0 2rem 0;
  display: inline-block;
  line-height: 120%;
}
#gyoumuSec001 h2 .chapter {
  font-size: 1.5rem;
}
#gyoumuSec001 h2 span.small {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  line-height: 250%;
}
#gyoumuSec001 hr {
  display: block;
  height: 1px;
  background: #888;
  margin-bottom: 2.5rem;
}
#gyoumuSec001 img.kainanimg {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
#gyoumuSec001 p {
  font-size: 1.6rem;
  line-height: 200%;
  padding: 0 0 2rem 0;
}
#gyoumuSec001 p span {
  font-weight: bold;
}
#gyoumuSec001 p.kome {
  padding-left: 1.7rem;
  text-indent: -1.7rem;
}
#gyoumuSec001 p.kome img {
  display: inline;
  width: 1.8rem;
  height: auto;
  padding-right: 0.3rem;
}
#gyoumuSec001 table tr th {
  background: #ccd7ff;
  padding: 1rem 2rem;
  border: solid 1px #999;
}
#gyoumuSec001 table tr td {
  font-size: 1.6rem;
  padding: 1rem 2rem;
  border: solid 1px #999;
}
#gyoumuSec001 .box .left h3 {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 700;
  padding-bottom: 2rem;
}
#gyoumuSec001 .box .left h3 span.small {
  font-size: 1.3rem;
}
#gyoumuSec001 .box .left img {
  width: 100%;
  height: auto;
}
#gyoumuSec001 .box .right h3 {
  font-size: 2em;
  padding-bottom: 1rem;
}
#gyoumuSec001 .box .right hr {
  display: block;
  height: 1px;
  background: #888;
  margin-bottom: 2.5rem;
}
#gyoumuSec001 .box .right p {
  font-size: 1.6rem;
  line-height: 200%;
  padding: 0 0 2rem 0;
}
#gyoumuSec001 .box .right p span.strong {
  font-weight: 700;
  color: #0062ff;
}
#gyoumuSec001 .box .right p._lineHeight {
  line-height: 160%;
}
#gyoumuSec001 .box .right p._indent {
  padding-left: 8.5rem;
  text-indent: -8.5rem;
}
#gyoumuSec001 .box .right .a_box {
  text-align: right;
}
#gyoumuSec001 .box .right .a_box a {
  text-decoration: none;
  display: inline-block;
}
#gyoumuSec001 .box .right .a_box a p.otoiawase {
  transition: all 0.3s ease;
  padding: 1rem 2rem;
  background: #0062ff;
  color: #fff;
  font-weight: 700;
  border: solid 2px #fff;
}
#gyoumuSec001 .box .right .a_box a:hover p.otoiawase {
  color: #0062ff;
  border: solid 2px #0062ff;
  background: #fff;
}
#gyoumuSec001 .box .right img {
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
}
#gyoumuSec001 .box_kainan .left h3 {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 700;
  padding-bottom: 2rem;
}
#gyoumuSec001 .box_kainan .left h3 span.small {
  font-size: 1.3rem;
}
#gyoumuSec001 .box_kainan .left img {
  width: 100%;
  height: auto;
}
#gyoumuSec001 .box_kainan .right h3 {
  font-size: 2em;
  padding-bottom: 1rem;
}
#gyoumuSec001 .box_kainan .right hr {
  display: block;
  height: 1px;
  background: #888;
  margin-bottom: 2.5rem;
}
#gyoumuSec001 .box_kainan .right p {
  font-size: 1.6rem;
  line-height: 200%;
  padding: 0 0 2rem 0;
}
#gyoumuSec001 .box_kainan .right p span.strong {
  font-weight: 700;
  color: #0062ff;
}
#gyoumuSec001 .box_kainan .right p._lineHeight {
  line-height: 160%;
}
#gyoumuSec001 .box_kainan .right p._indent {
  padding-left: 8.5rem;
  text-indent: -8.5rem;
}
#gyoumuSec001 .box_kainan .right .a_box {
  text-align: right;
}
#gyoumuSec001 .box_kainan .right .a_box a {
  text-decoration: none;
  display: inline-block;
}
#gyoumuSec001 .box_kainan .right .a_box a p.otoiawase {
  transition: all 0.3s ease;
  padding: 1rem 2rem;
  background: #0062ff;
  color: #fff;
  font-weight: 700;
  border: solid 2px #fff;
}
#gyoumuSec001 .box_kainan .right .a_box a:hover p.otoiawase {
  color: #0062ff;
  border: solid 2px #0062ff;
  background: #fff;
}
#gyoumuSec001 .box_kainan .right img {
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  #gyoumuSec001 {
    display: block;
    margin: 5rem auto 0 auto;
    padding-bottom: 2rem;
    width: 80%;
    background-size: 70% auto;
    background-position: top 6rem right 2rem;
  }
  #gyoumuSec001 .top_title h1 {
    font-size: 3rem;
    padding: 2rem 3rem;
  }
  #gyoumuSec001 h2 {
    font-size: 4rem;
    line-height: 100%;
  }
  #gyoumuSec001 h2 .chapter {
    font-size: 2.5rem;
  }
  #gyoumuSec001 h2 span.small {
    font-size: 2.6rem;
    padding-left: 1rem;
  }
  #gyoumuSec001 .box .left {
    float: left;
    width: 30%;
  }
  #gyoumuSec001 .box .left h3 {
    font-size: 2.5rem;
  }
  #gyoumuSec001 .box .right {
    float: right;
    width: 60%;
  }
  #gyoumuSec001 .box .right p {
    font-size: 1.8rem;
    line-height: 180%;
  }
  #gyoumuSec001 .box_kainan .left {
    float: left;
    width: 30%;
  }
  #gyoumuSec001 .box_kainan .left h3 {
    font-size: 2rem;
  }
  #gyoumuSec001 .box_kainan .right {
    float: right;
    width: 60%;
  }
  #gyoumuSec001 .box_kainan .right p {
    font-size: 1.8rem;
    line-height: 180%;
  }
}
@media screen and (min-width: 1200px) {
  #gyoumuSec001 .box .left h3 {
    font-size: 3.5rem;
  }
  #gyoumuSec001 .box .right {
    width: 60%;
  }
  #gyoumuSec001 .box .right figure {
    float: right;
    margin-left: 5rem;
    max-width: 300px;
  }
  #gyoumuSec001 .box_kainan .left h3 {
    font-size: 2.5rem;
  }
  #gyoumuSec001 .box_kainan .right {
    width: 60%;
  }
  #gyoumuSec001 .box_kainan .right figure {
    float: right;
    margin-left: 5rem;
    max-width: 300px;
  }
}
/*
===================================================================
 homeSec001.css
===================================================================
v1.0.0 
2025-04-15
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec001 .top_img {
  width: 100%;
}
#homeSec001 .top_img img {
  width: 100%;
  height: auto;
}
#homeSec001 .top_title h1 {
  font-size: 1.6rem;
  color: #333;
  line-height: 2.8rem;
  letter-spacing: 2px;
  font-variant-ligatures: none;
  text-align: center;
  padding: 3rem 0 1rem 0;
}
#homeSec001 .button_box {
  text-align: center;
  padding-top: 0;
}
#homeSec001 .btn, #homeSec001 a.btn, #homeSec001 button.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
#homeSec001 a.btn-flat {
  overflow: hidden;
  padding: 1rem 4rem;
  color: #fff;
  border-radius: 0;
  background: #000;
  background: #0062ff;
  border-radius: 8px;
}
#homeSec001 a.btn-flat:hover {
  color: #0062ff;
}
#homeSec001 a.btn-flat span {
  position: relative;
}
#homeSec001 a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: translateX(-96%);
  background: #eb6877;
  background: #dceaff;
  border-radius: 8px;
}
#homeSec001 a.btn-flat:hover:before {
  transform: translateX(0%);
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  #homeSec001 .top_title h1 {
    font-size: 2.5rem;
    color: #333;
    line-height: 4rem;
    letter-spacing: 5px;
    text-align: center;
    padding: 3rem 0 3rem 0;
  }
  #homeSec001 .btn, #homeSec001 a.btn, #homeSec001 button.btn {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1084px) {
  #homeSec001 .top_title h1 {
    font-size: 3.5rem;
    color: #333;
    line-height: 5.5rem;
  }
}
@media screen and (min-width: 1400px) {
  #homeSec001 .top_title h1 {
    font-size: 4.5rem;
    color: #333;
    line-height: 8rem;
  }
}
/*
===================================================================
 homeSec002.css
===================================================================
v1.0.0 
2024-04-14
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec002 {
  display: block;
  margin: 0 auto;
  width: 80%;
}
#homeSec002 h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0062ff;
  margin: 3rem 0 2rem 0;
  display: inline-block;
  line-height: 80%;
}
#homeSec002 h2 .chapter {
  font-size: 1.5rem;
}
#homeSec002 h2 span {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  padding-left: 1rem;
}
#homeSec002 .article hr.line {
  display: block;
  height: 1px;
  border: none;
  margin-bottom: 2rem;
  margin-top: 0;
  background-color: #333;
}
#homeSec002 .article .left {
  border-right: none;
}
#homeSec002 .article .left .day {
  font-size: 5rem;
  line-height: 5rem;
  letter-spacing: 0.4rem;
  padding-bottom: 0.5rem;
  color: #888;
}
#homeSec002 .article .left .month {
  font-size: 1.4rem;
  line-height: 2rem;
  padding-bottom: 1.5rem;
}
#homeSec002 .article .right {
  border-right: solid 1px #333;
  width: 100%;
  max-width: 800px;
}
#homeSec002 .article .right p {
  color: #666;
  font-size: 1.5rem;
  padding-top: 1.5rem;
  line-height: 150%;
  padding-bottom: 1.5rem;
}
#homeSec002 .list-data {
  opacity: 1;
  display: block;
}
#homeSec002 .list-data.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  display: none;
}
#homeSec002 .list-btn {
  margin: 20px 0;
}
#homeSec002 .list-btn.is-btn-hidden {
  display: none;
}
#homeSec002 .list-btn button {
  color: #333;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  height: 32px;
  line-height: 32px;
  width: 200px;
  transition: all 0.3s;
}
#homeSec002 .list-btn button:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  #homeSec002 {
    display: block;
    margin: 2rem auto 0 auto;
    padding-bottom: 2rem;
    width: 80%;
    background-size: 70% auto;
    background-position: top 6rem right 2rem;
  }
  #homeSec002 h2 {
    font-size: 5rem;
    line-height: 100%;
  }
  #homeSec002 h2 .chapter {
    font-size: 2.5rem;
  }
  #homeSec002 h2 span {
    font-size: 2.6rem;
    padding-left: 1rem;
  }
  #homeSec002 .article .right p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  #homeSec002 {
    background-size: 50% auto;
  }
  #homeSec002 .article hr.line {
    display: block;
    height: 1px;
    border: none;
    margin-bottom: 2rem;
    background-color: #333;
  }
  #homeSec002 .article .left {
    float: left;
    border-right: solid 1px #333;
    padding-right: 3rem;
  }
  #homeSec002 .article .left .month {
    padding-bottom: 1.5rem;
  }
  #homeSec002 .article .right {
    border-right: none;
    float: left;
    padding-left: 3rem;
  }
  #homeSec002 .article .right p {
    padding-bottom: 1.5rem;
  }
}
/*アニメーション*/
.bg .bg-wrap {
  position: relative;
  display: inline-block;
}

.bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background-color: #0062ff;
  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);
}

/*
===================================================================
 homeSec003.css
===================================================================
v1.0.0 
2024-04-14
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec003 {
  display: block;
  margin: 0 auto;
  width: 80%;
  margin-top: 5rem;
}
#homeSec003 h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0062ff;
  margin: 3rem 0 2rem 0;
  display: inline-block;
  line-height: 80%;
}
#homeSec003 h2 .chapter {
  font-size: 1.5rem;
}
#homeSec003 h2 span.small {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  line-height: 250%;
}
#homeSec003 .box .left h3 {
  font-size: 2rem;
  line-height: 150%;
  font-weight: 700;
  padding-bottom: 2rem;
}
#homeSec003 .box .right p {
  font-size: 1.4rem;
  line-height: 180%;
  padding: 0 0 2rem 0;
}
#homeSec003 .box .right p span.strong {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0062ff;
}
#homeSec003 .box .right figure {
  padding: 0.5rem 0 2rem 0;
}
#homeSec003 .box .right figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#homeSec003 .box .right figure figcaption {
  font-size: 1.2rem;
  line-height: 140%;
  font-weight: 300;
  color: #666;
  padding-top: 0.3rem;
}

@media screen and (min-width: 768px) {
  #homeSec003 {
    display: block;
    margin: 5rem auto 0 auto;
    padding-bottom: 2rem;
    width: 80%;
    background-size: 70% auto;
    background-position: top 6rem right 2rem;
  }
  #homeSec003 h2 {
    font-size: 5rem;
    line-height: 100%;
  }
  #homeSec003 h2 .chapter {
    font-size: 2.5rem;
  }
  #homeSec003 h2 span.small {
    font-size: 2.6rem;
    padding-left: 1rem;
  }
  #homeSec003 .box .left {
    float: left;
    width: 30%;
  }
  #homeSec003 .box .left h3 {
    font-size: 2.5rem;
  }
  #homeSec003 .box .right {
    float: right;
    width: 60%;
  }
  #homeSec003 .box .right p {
    font-size: 1.6rem;
    line-height: 180%;
  }
}
@media screen and (min-width: 1200px) {
  #homeSec003 .box .left h3 {
    font-size: 3.5rem;
  }
  #homeSec003 .box .right {
    width: 60%;
  }
  #homeSec003 .box .right figure {
    float: right;
    margin-left: 5rem;
    max-width: 300px;
  }
}
/*
===================================================================
 homeSec004.css
===================================================================
v1.0.0 
20240415
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec004 {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 5rem;
}
#homeSec004 h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0062ff;
  margin: 3rem 0 2rem 10%;
  display: inline-block;
  line-height: 80%;
}
#homeSec004 h2 .chapter {
  font-size: 1.5rem;
}
#homeSec004 h2 span.small {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  line-height: 250%;
}
#homeSec004 .box {
  width: 100%;
  padding: 0 10%;
  margin: 0 auto;
}
#homeSec004 .box .left h3 {
  font-size: 2rem;
  line-height: 160%;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
#homeSec004 .box .left h3 span.number {
  font-size: 1.5rem;
  line-height: 1.8rem;
}
#homeSec004 .box .left img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
#homeSec004 .box .right {
  padding-top: 2.5rem;
}
#homeSec004 .box .right .right_box {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
}
#homeSec004 .box .right .right_box p {
  font-size: 1.7rem;
  line-height: 170%;
  font-weight: 700;
  display: inline-block;
  padding: 1rem;
}
#homeSec004 .box .right .right_box p span.strong {
  color: #0062ff;
}
#homeSec004 .bg_01 {
  background: url("../image/003.jpg");
  background-size: cover;
  background-position: center center;
}
#homeSec004 .bg_02 {
  background: url("../image/004.jpg");
  background-size: cover;
  background-position: center center;
}
#homeSec004 .bg_03 {
  background: url("../image/005.jpg");
  background-size: cover;
  background-position: center center;
}
#homeSec004 .bg_04 {
  background: url("../image/006.jpg");
  background-size: cover;
  background-position: center center;
}
#homeSec004 .box_01 {
  transition: all 1.5s ease;
  background: #fff;
  padding: 5rem 10%;
}
#homeSec004 .box_01.is-animated {
  background: transparent;
}
#homeSec004 .box_01 .button_box {
  text-align: left;
  padding-top: 1rem;
}
#homeSec004 .box_01 .btn, #homeSec004 .box_01 a.btn, #homeSec004 .box_01 button.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
#homeSec004 .box_01 a.btn-flat {
  overflow: hidden;
  padding: 1rem 4rem;
  color: #fff;
  border-radius: 0;
  background: #000;
  background: #0062ff;
  border-radius: 8px;
}
#homeSec004 .box_01 a.btn-flat:hover {
  color: #0062ff;
}
#homeSec004 .box_01 a.btn-flat span {
  position: relative;
}
#homeSec004 .box_01 a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: translateX(-96%);
  background: #eb6877;
  background: #dceaff;
  border-radius: 8px;
}
#homeSec004 .box_01 a.btn-flat:hover:before {
  transform: translateX(0%);
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  #homeSec004 {
    display: block;
    margin: 5rem auto 0 auto;
    padding-bottom: 2rem;
    background-size: 70% auto;
    background-position: top 6rem right 2rem;
  }
  #homeSec004 h2 {
    font-size: 5rem;
    line-height: 100%;
  }
  #homeSec004 h2 .chapter {
    font-size: 2.5rem;
  }
  #homeSec004 h2 span.small {
    font-size: 2.6rem;
    padding-left: 1rem;
  }
  #homeSec004 .box .left {
    float: left;
    width: 30%;
    padding-top: 2.5rem;
  }
  #homeSec004 .box .left h3 {
    font-size: 2.2rem;
    line-height: 150%;
    padding-bottom: 1.8rem;
  }
  #homeSec004 .box .right {
    float: right;
    width: 60%;
  }
  #homeSec004 .box .right .right_box p {
    font-size: 2rem;
    line-height: 180%;
  }
  #homeSec004 .box_01 {
    padding: 7rem 10%;
  }
  #homeSec004 .box_01 .button_box {
    padding-top: 3rem;
  }
  #homeSec004 .box_01 .btn, #homeSec004 .box_01 a.btn, #homeSec004 .box_01 button.btn {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1200px) {
  #homeSec004 .box .left h3 {
    font-size: 3.2rem;
    line-height: 150%;
    padding: 0 1.5rem 1.8rem 1.5rem;
  }
  #homeSec004 .box .right {
    width: 60%;
  }
  #homeSec004 .box .right .right_box {
    margin-bottom: 3rem;
  }
  #homeSec004 .box .right .right_box p {
    font-size: 2.2rem;
    line-height: 180%;
    padding: 2rem;
  }
  #homeSec004 .box .right figure {
    float: right;
    margin-left: 5rem;
    max-width: 300px;
  }
  #homeSec004 .box_01 {
    padding: 10rem 10%;
  }
}
/*
===================================================================
 homeSec005.css
===================================================================
v1.0.0 
20250415
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec005 {
  display: block;
  margin: 0 auto;
  width: 80%;
  margin-top: 5rem;
}
#homeSec005 a {
  font-weight: 700;
}
#homeSec005 h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0062ff;
  margin: 3rem 0 2rem 0;
  display: inline-block;
  line-height: 80%;
}
#homeSec005 h2 .chapter {
  font-size: 1.5rem;
}
#homeSec005 h2 span.small {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  line-height: 250%;
}
#homeSec005 .box .left h3 {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 700;
  padding-bottom: 2rem;
}
#homeSec005 .box .left h3 span.small {
  font-size: 1.3rem;
}
#homeSec005 .box .left img {
  width: 100%;
  height: auto;
}
#homeSec005 .box .right p {
  font-size: 1.6rem;
  line-height: 180%;
  padding: 0 0 2rem 0;
}
#homeSec005 .box .right p span.strong {
  font-weight: 700;
  color: #0062ff;
}
#homeSec005 .box .right .a_box {
  text-align: right;
}
#homeSec005 .box .right .a_box a {
  text-decoration: none;
  display: inline-block;
}
#homeSec005 .box .right .a_box a p.otoiawase {
  transition: all 0.3s ease;
  padding: 1rem 2rem;
  background: #0062ff;
  color: #fff;
  font-weight: 700;
  border: solid 2px #fff;
}
#homeSec005 .box .right .a_box a:hover p.otoiawase {
  color: #0062ff;
  border: solid 2px #0062ff;
  background: #fff;
}
#homeSec005 .box .right img {
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  #homeSec005 {
    display: block;
    margin: 5rem auto 0 auto;
    padding-bottom: 2rem;
    width: 80%;
    background-size: 70% auto;
    background-position: top 6rem right 2rem;
  }
  #homeSec005 h2 {
    font-size: 5rem;
    line-height: 100%;
  }
  #homeSec005 h2 .chapter {
    font-size: 2.5rem;
  }
  #homeSec005 h2 span.small {
    font-size: 2.6rem;
    padding-left: 1rem;
  }
  #homeSec005 .box .left {
    float: left;
    width: 30%;
  }
  #homeSec005 .box .left h3 {
    font-size: 2.5rem;
  }
  #homeSec005 .box .right {
    float: right;
    width: 60%;
  }
  #homeSec005 .box .right p {
    font-size: 1.8rem;
    line-height: 180%;
  }
}
@media screen and (min-width: 1200px) {
  #homeSec005 .box .left h3 {
    font-size: 3.5rem;
  }
  #homeSec005 .box .right {
    width: 60%;
  }
  #homeSec005 .box .right figure {
    float: right;
    margin-left: 5rem;
    max-width: 300px;
  }
}
/*
===================================================================
 home_sec_007.css - ukiha-kurashi.info - tawaraco.co.jp
===================================================================
v1.0.0 
2022-03-28
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#home_sec_007 {
  display: block;
  margin: 0 auto;
  width: 80%;
  margin-top: 5rem;
}
#home_sec_007 h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #00A37E;
  margin: 3rem 0 2rem 0;
  display: inline-block;
  line-height: 80%;
}
#home_sec_007 h2 span.small {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  line-height: 250%;
}
#home_sec_007 .box .left h3 {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 700;
  padding-bottom: 2rem;
}
#home_sec_007 .box .right p {
  font-size: 1.6rem;
  line-height: 180%;
  padding: 1.5rem 0 2rem 0;
}
#home_sec_007 .box .right #mailformpro dl dt {
  font-size: 1.5rem;
  vertical-align: bottom;
  margin-left: 0.5rem;
  margin-bottom: 0.8rem;
}
#home_sec_007 .box .right #mailformpro dl.mailform {
  padding: 1.5rem 0;
}
#home_sec_007 .box .right #mailformpro dt.mfp {
  padding-top: 2.5rem;
}
#home_sec_007 .box .right #mailformpro dd.mfp {
  padding-bottom: 2.5rem;
}
#home_sec_007 .box .right #mailformpro input {
  padding: 5px;
}
#home_sec_007 .box .right #mailformpro textarea {
  max-width: 100%;
}
#home_sec_007 .box .right #mailformpro .mailform .must {
  font-size: 1.2rem;
}
#home_sec_007 .box .right #mailformpro .mailform .mfp_achroma {
  background-color: transparent;
}
#home_sec_007 .box .right #mailformpro .mailform .mfp_colored {
  background-color: transparent;
}
@media screen and (min-width: 801px) {
  #home_sec_007 .box .right #mailformpro dl dt {
    border-top: none;
    width: 200px;
  }
  #home_sec_007 .box .right #mailformpro dt.mfp {
    padding-right: 1rem;
  }
  #home_sec_007 .box .right #mailformpro dd.mfp {
    padding-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  #home_sec_007 {
    display: block;
    margin: 5rem auto 0 auto;
    padding-bottom: 2rem;
    width: 80%;
    background-size: 70% auto;
    background-position: top 6rem right 2rem;
  }
  #home_sec_007 h2 {
    font-size: 5rem;
    line-height: 100%;
  }
  #home_sec_007 h2 span.small {
    font-size: 2.6rem;
    padding-left: 1rem;
  }
  #home_sec_007 .box .left {
    float: left;
    width: 30%;
  }
  #home_sec_007 .box .left h3 {
    font-size: 2.5rem;
  }
  #home_sec_007 .box .right {
    float: right;
    width: 60%;
  }
  #home_sec_007 .box .right p {
    font-size: 1.6rem;
    line-height: 180%;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  #home_sec_007 .box .left {
    width: 20%;
  }
  #home_sec_007 .box .left h3 {
    font-size: 3.5rem;
  }
  #home_sec_007 .box .right {
    width: 60%;
  }
  #home_sec_007 .box .right p {
    font-size: 1.8rem;
    line-height: 200%;
  }
}
/*
===================================================================
 home_sec_008.css - ukiha-kurashi.info - tawaraco.co.jp
===================================================================
v1.0.0 
2022-04-23
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#home_sec_008 {
  display: block;
  margin: 0 auto;
  width: 80%;
  margin-top: 5rem;
}
#home_sec_008 h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #00A37E;
  margin: 3rem 0 2rem 0;
  display: inline-block;
  line-height: 80%;
}
#home_sec_008 h2 .chapter {
  font-size: 1.5rem;
}
#home_sec_008 h2 span.small {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  line-height: 250%;
}
#home_sec_008 .box .left h3 {
  font-size: 2rem;
  line-height: 150%;
  font-weight: 700;
  padding-bottom: 2rem;
}
#home_sec_008 .box .right {
  /* YouTube埋め込み用のiframe */
}
#home_sec_008 .box .right .video {
  position: relative;
  width: 100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}
#home_sec_008 .box .right .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #home_sec_008 {
    display: block;
    margin: 5rem auto 0 auto;
    padding-bottom: 2rem;
    width: 80%;
    background-size: 70% auto;
    background-position: top 6rem right 2rem;
  }
  #home_sec_008 h2 {
    font-size: 5rem;
    line-height: 100%;
  }
  #home_sec_008 h2 .chapter {
    font-size: 2.5rem;
  }
  #home_sec_008 h2 span.small {
    font-size: 2.6rem;
    padding-left: 1rem;
  }
  #home_sec_008 .box .left {
    float: left;
    width: 30%;
  }
  #home_sec_008 .box .left h3 {
    font-size: 2.5rem;
  }
  #home_sec_008 .box .right {
    float: right;
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #home_sec_003 .box .left h3 {
    font-size: 3.5rem;
  }
  #home_sec_003 .box .right {
    width: 60%;
  }
}
/*
===================================================================
 loading001.css
===================================================================
v1.0.0 
20250415
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#loading001 {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  transition: all 0.5s ease;
}
#loading001 .flex_child {
  font-weight: 700;
  text-align: center;
}
#loading001 .flex_child h1 {
  font-size: 1.6rem;
  line-height: 5rem;
  padding-bottom: 3rem;
}
#loading001 .flex_child h1 span {
  color: #0062ff;
  font-size: 3.4rem;
  letter-spacing: 0.3rem;
}
#loading001 .flex_child .image {
  width: 300px;
}
#loading001 .flex_child .image .box_left {
  float: left;
  width: 210px;
}
#loading001 .flex_child .image .box_left img.img_001 {
  width: 210px;
  height: auto;
}
#loading001 .flex_child .image .box_right {
  float: right;
  width: 90px;
}
#loading001 .flex_child .image .box_right .box {
  width: 90px;
  height: 90px;
  position: relative;
}
#loading001 .flex_child .image .box_right .box img.img_002 {
  position: absolute;
  width: 90px;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: bound-anim 1s infinite;
}
#loading001.loaded {
  animation: 1s fadeOut 1s forwards;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}

.bound-container {
  position: relative;
  width: 100%;
  height: 350px;
}

/*ボール*/
.ball {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #0091EA;
  opacity: 0.6;
  animation: bound-anim 1s infinite;
}

/*影*/
.shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -95px; /*対象のheightと微調節*/
  margin: auto;
  width: 60px;
  height: 10px;
  border-radius: 50%;
  background: #555;
  filter: blur(6px);
  opacity: 0.9;
  animation: shadow-anim 1s infinite;
}

@keyframes shadow-anim {
  0%, 100% {
    transform: scale(1);
    filter: blur(4px);
  }
  30% {
    transform: scale(1.6, 1);
    filter: blur(8px);
  }
}
@keyframes bound-anim {
  0%, 100% {
    top: 0;
    transform: scale(1);
  }
  30% {
    top: -60%;
    transform: scale(0.96, 1.04);
  }
  60% {
    transform: scale(1);
  }
  90% {
    top: 0;
    transform: scale(1.15, 0.9);
  }
}
/*
===================================================================
 thanks_sec_001.css - ukiha-kurashi.info - tawaraco.co.jp
===================================================================
v1.0.0 
2022-03-28
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#thanks_sec_001 {
  display: block;
  margin: 0 auto;
  width: 80%;
  margin-top: 5rem;
  padding-bottom: 10rem;
}
#thanks_sec_001 h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #00A37E;
  margin: 3rem 0 2rem 0;
  display: inline-block;
  line-height: 80%;
}
#thanks_sec_001 h2 .chapter {
  font-size: 1.5rem;
}
#thanks_sec_001 h2 span.small {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  line-height: 250%;
}
#thanks_sec_001 .box .left h3 {
  font-size: 2rem;
  line-height: 150%;
  font-weight: 700;
  padding-bottom: 2rem;
}
#thanks_sec_001 .box .right p {
  font-size: 1.4rem;
  line-height: 180%;
  padding: 0 0 2rem 0;
}
#thanks_sec_001 .box .right p span.strong {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0062ff;
}
#thanks_sec_001 .box .right figure {
  padding: 0.5rem 0 2rem 0;
}
#thanks_sec_001 .box .right figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#thanks_sec_001 .box .right figure figcaption {
  font-size: 1.2rem;
  line-height: 140%;
  font-weight: 300;
  color: #666;
  padding-top: 0.3rem;
}

@media screen and (min-width: 768px) {
  #thanks_sec_001 {
    display: block;
    margin: 5rem auto 0 auto;
    padding-bottom: 15rem;
    width: 80%;
    background-size: 70% auto;
    background-position: top 6rem right 2rem;
  }
  #thanks_sec_001 h2 {
    font-size: 5rem;
    line-height: 100%;
  }
  #thanks_sec_001 h2 .chapter {
    font-size: 2.5rem;
  }
  #thanks_sec_001 h2 span.small {
    font-size: 2.6rem;
    padding-left: 1rem;
  }
  #thanks_sec_001 .box .left {
    float: left;
    width: 30%;
  }
  #thanks_sec_001 .box .left h3 {
    font-size: 2.5rem;
  }
  #thanks_sec_001 .box .right {
    float: right;
    width: 60%;
  }
  #thanks_sec_001 .box .right p {
    font-size: 1.6rem;
    line-height: 180%;
  }
}
@media screen and (min-width: 1200px) {
  #thanks_sec_001 .box .left h3 {
    font-size: 3.5rem;
  }
  #thanks_sec_001 .box .right {
    width: 60%;
  }
  #thanks_sec_001 .box .right figure {
    float: right;
    margin-left: 5rem;
    max-width: 300px;
  }
}
/*
===================================================================
 privacypolicy_sec_001.css - ukiha-kurashi.info - tawaraco.co.jp
===================================================================
v1.0.0 
2022-03-29
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#privacypolicy_sec_001 {
  display: block;
  margin: 0 auto;
  width: 80%;
  margin-top: 5rem;
  padding-bottom: 10rem;
}
#privacypolicy_sec_001 h2 {
  font-size: 3.5rem;
  line-height: 110%;
  font-weight: 700;
  color: #00A37E;
  margin: 3rem 0 2rem 0;
  display: inline-block;
}
#privacypolicy_sec_001 h2 .chapter {
  font-size: 1.5rem;
}
#privacypolicy_sec_001 h2 span.small {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  line-height: 250%;
}
#privacypolicy_sec_001 .box .left h3 {
  font-size: 2rem;
  line-height: 150%;
  font-weight: 700;
  padding-bottom: 2rem;
}
#privacypolicy_sec_001 .box .right h3 {
  font-size: 2rem;
  line-height: 150%;
  font-weight: 700;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
#privacypolicy_sec_001 .box .right p {
  font-size: 1.4rem;
  line-height: 180%;
  padding: 0 0 2rem 0;
}
#privacypolicy_sec_001 .box .right p span.strong {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0062ff;
}
#privacypolicy_sec_001 .box .right p.indent {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
#privacypolicy_sec_001 .box .right figure {
  padding: 0.5rem 0 2rem 0;
}
#privacypolicy_sec_001 .box .right figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#privacypolicy_sec_001 .box .right figure figcaption {
  font-size: 1.2rem;
  line-height: 140%;
  font-weight: 300;
  color: #666;
  padding-top: 0.3rem;
}

@media screen and (min-width: 768px) {
  #privacypolicy_sec_001 {
    display: block;
    margin: 5rem auto 0 auto;
    padding-bottom: 15rem;
    width: 80%;
    background-size: 70% auto;
    background-position: top 6rem right 2rem;
  }
  #privacypolicy_sec_001 h2 {
    font-size: 5rem;
    line-height: 100%;
  }
  #privacypolicy_sec_001 h2 .chapter {
    font-size: 2.5rem;
  }
  #privacypolicy_sec_001 h2 span.small {
    font-size: 2.6rem;
    padding-left: 1rem;
  }
  #privacypolicy_sec_001 .box .left {
    float: left;
    width: 30%;
  }
  #privacypolicy_sec_001 .box .left h3 {
    font-size: 2.5rem;
  }
  #privacypolicy_sec_001 .box .right {
    float: right;
    width: 60%;
  }
  #privacypolicy_sec_001 .box .right h3 {
    font-size: 2.5rem;
  }
  #privacypolicy_sec_001 .box .right p {
    font-size: 1.6rem;
    line-height: 180%;
  }
  #privacypolicy_sec_001 .box .right p.indent {
    padding-left: 1.7rem;
    text-indent: -1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  #privacypolicy_sec_001 .box .left h3 {
    font-size: 3.5rem;
  }
  #privacypolicy_sec_001 .box .right {
    width: 60%;
  }
  #privacypolicy_sec_001 .box .right figure {
    float: right;
    margin-left: 5rem;
    max-width: 300px;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

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

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  letter-spacing: 0.1rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

a {
  color: #0062ff;
}

a:visited {
  color: #0062ff;
}

.clear {
  clear: both;
}

.on_mobile {
  display: block;
}

.on_pc {
  display: none;
}

.on_mobile_inline {
  display: inline;
}

.on_pc_inline {
  display: none;
}

.background_img {
  background: url("../image/home_bg_001.jpg");
  background-repeat: repeat;
  background-size: auto;
  padding: 2rem;
  width: 100%;
}
.background_img .background_color {
  background-color: #fff;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  max-width: 1920px;
  margin: 0 auto;
}

.hamburger-morph {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger-morph__icon {
  width: 100%;
  height: 100%;
}

.hamburger-morph__line {
  fill: none;
  stroke: #0062ff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger-morph__line:nth-child(1) {
  stroke-dasharray: 60 207;
}

.hamburger-morph__line:nth-child(2) {
  stroke-dasharray: 60 60;
}

.hamburger-morph__line:nth-child(3) {
  stroke-dasharray: 60 207;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(1) {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(2) {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(3) {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.nav-morph {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 40, 99, 0.98);
  clip-path: circle(0% at calc(100% - 44px) 44px);
  transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 900;
}

.nav-morph.active {
  clip-path: circle(150% at calc(100% - 44px) 44px);
}

.nav-morph__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.nav-morph__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.nav-morph__item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.nav-morph.active .nav-morph__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-morph.active .nav-morph__item:nth-child(1) {
  transition-delay: 0.3s;
}

.nav-morph.active .nav-morph__item:nth-child(2) {
  transition-delay: 0.4s;
}

.nav-morph.active .nav-morph__item:nth-child(3) {
  transition-delay: 0.5s;
}

.nav-morph.active .nav-morph__item:nth-child(4) {
  transition-delay: 0.6s;
}

.nav-morph.active .nav-morph__item:nth-child(5) {
  transition-delay: 0.7s;
}

.nav-morph.active .nav-morph__item:nth-child(6) {
  transition-delay: 0.8s;
}

.nav-morph.active .nav-morph__item:nth-child(7) {
  transition-delay: 0.9s;
}

.nav-morph.active .nav-morph__item:nth-child(8) {
  transition-delay: 1s;
}

.nav-morph.active .nav-morph__item:nth-child(9) {
  transition-delay: 1.1s;
}

.nav-morph__link {
  position: relative;
  display: inline-block;
  padding: 8px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.nav-morph__item a:visited {
  color: #fff;
}

.nav-morph__text,
.nav-morph__hover {
  display: block;
  transition: transform 0.3s ease;
}

.nav-morph__hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(0%);
}

@media screen and (min-width: 768px) {
  .on_mobile {
    display: none;
  }
  .on_pc {
    display: block;
  }
  .on_mobile_inline {
    display: none;
  }
  .on_pc_inline {
    display: inline;
  }
  .hamburger-morph {
    display: none;
  }
  #morph-menu {
    display: none;
  }
}
/* 全体のリセットや共通設定は必要に応じて */
/* ヘッダ全体 */
.site-header {
  width: 100%;
}

/* トップ部分（事務所について/トピック/取扱業務/お知らせ・ブログ と、TEL,メールがある部分） */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
}

/* 上部のリンク */
.header-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.header-links li {
  margin-right: 1em;
}

.header-links li a {
  text-decoration: none;
  color: #333;
}

/* 電話番号・メールアイコン部分 */
.header-contact {
  display: flex;
  align-items: center;
}

.header-contact > div {
  margin-left: 1em;
}

/* 電話番号表示 */
.tel {
  display: flex;
  align-items: center;
}

.icon-phone {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("phone-icon.png") no-repeat center/cover; /* 仮のアイコン */
  margin-right: 0.3em;
}

.tel-number {
  font-weight: bold;
}

/* メールアイコン */
.mail {
  display: flex;
  align-items: center;
}

.icon-mail {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("mail-icon.png") no-repeat center/cover; /* 仮のアイコン */
}

/* メインメニュー */
.main-menu {
  background-color: #2E8B57; /* お好みの緑色に変更 */
}

.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.main-menu li {
  flex: 1; /* 均等配置する場合 */
  text-align: center;
}

.main-menu a {
  display: flex;
  flex-direction: column; /* アイコンとテキストを縦配置 */
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  padding: 1em 0;
  transition: background-color 0.3s;
}

/* ホバー時の背景色など */
.main-menu a:hover {
  background-color: #006400; /* 濃い緑など */
}

/* メニューアイコン */
.icon-law,
.icon-house,
.icon-collect,
.icon-money,
.icon-family,
.icon-inherit,
.icon-company {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 0.2em;
  /* それぞれ適切なアイコン画像やアイコンフォントに差し替える */
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

/* テキスト部分 */
.menu-text {
  font-size: 0.9rem;
  line-height: 1.2;
}/*# sourceMappingURL=site_theme.css.map */