@charset "UTF-8";
body {
  font-family: "Lato", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  max-width: 1023px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

:root {
  --maincolor:#b32828;
  --myOrange:#F58515;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

h2::after {
  content: "";
  width: 150px;
  height: 3px;
  background-color: var(--maincolor);
  position: absolute;
  top: 13px;
  left: 150px;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

#vision, #contents, #events, #company, #contact {
  margin-bottom: 80px;
  padding: 30px 4%;
  background-color: #fceff3;
}
@media (max-width: 767px) {
  #vision, #contents, #events, #company, #contact {
    margin-bottom: 60px;
    padding: 20px 10%;
  }
}

.header {
  background-color: #fff;
  max-width: 1023px;
  width: 100%;
  height: 80px;
  z-index: 9999;
  position: relative;
}
.header .header-flex {
  display: flex;
  justify-content: space-between;
}
.header .header-flex .header-logo {
  margin-left: 10px;
  width: 400px;
  height: 80px;
}
.header .header-flex .header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-flex .nav-pc {
  margin-top: 40px;
}
@media (max-width: 920px) {
  .header .header-flex .nav-pc {
    display: none;
  }
}
.header .header-flex .nav-pc .nav-pc-list {
  display: flex;
  justify-content: flex-end;
}
.header .header-flex .nav-pc .nav-pc-list li {
  padding: 0 10px;
}
.header .header-flex .nav-pc .nav-pc-list li a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.header .header-flex .nav-pc .nav-pc-list li a:hover {
  color: var(--maincolor);
}
.header .header-flex .bl-humbergerMenu {
  margin-top: 15px;
  margin-right: 10px;
  /*ボタン内側*/
  /*activeクラスが付与されると線が回転して×に*/
}
@media (min-width: 921px) {
  .header .header-flex .bl-humbergerMenu {
    display: none;
  }
}
.header .header-flex .bl-humbergerMenu .openbtn1 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  background: #E36524;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.header .header-flex .bl-humbergerMenu .openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}
.header .header-flex .bl-humbergerMenu .openbtn1 span:nth-of-type(1) {
  top: 15px;
}
.header .header-flex .bl-humbergerMenu .openbtn1 span:nth-of-type(2) {
  top: 23px;
}
.header .header-flex .bl-humbergerMenu .openbtn1 span:nth-of-type(3) {
  top: 31px;
}
.header .header-flex .bl-humbergerMenu .openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.header .header-flex .bl-humbergerMenu .openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}
.header .header-flex .bl-humbergerMenu .openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.header .nav-sp {
  background-color: rgba(245, 133, 21, 0.7);
  width: 50%;
  height: 120px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 8000;
  display: none;
}
@media (max-width: 767px) {
  .header .nav-sp {
    width: 55%;
  }
}
.header .nav-sp .nav-sp-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.header .nav-sp .nav-sp-list li {
  text-align: center;
}
.header .nav-sp .nav-sp-list li a {
  display: block;
  color: #fff;
  line-height: 60px;
}
@media (max-width: 767px) {
  .header .nav-sp .nav-sp-list li a {
    font-size: 14px;
  }
}
.header .nav-sp .nav-sp-list li a:hover {
  text-decoration: underline;
}

.mv {
  width: 100%;
  height: 380px;
  margin-bottom: 60px;
  position: relative;
}
.mv .swiper {
  position: absolute;
  top: 80;
  left: 0;
  width: 100%;
  height: 100%;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.mv .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .swiper .swiper-slide-next,
.mv .swiper .swiper-slide-prev {
  opacity: 0.5;
  transition: 0.3s all ease-in-out;
}
.mv .swiper .swiper-button-prev:after,
.mv .swiper .swiper-button-next:after {
  content: ""; /*ここでデフォルトの矢印を上書き*/
  width: 2rem;
  height: 2rem;
  border: 0;
  border-top: solid 0.5rem #b32828;
  border-right: solid 0.5rem #b32828;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mv .swiper .swiper-button-prev:before {
  border-bottom: 20px solid transparent;
  border-right: 30px solid #ff4500;
  border-top: 20px solid transparent;
}
.mv .swiper .swiper-button-prev:after {
  transform: rotate(-135deg);
}
.mv .swiper .swiper-button-next:before {
  border-bottom: 20px solid transparent;
  border-left: 30px solid #ff4500;
  border-top: 20px solid transparent;
}
.mv .swiper .swiper-button-next:after {
  transform: rotate(45deg);
}

#vision .vision-flex {
  display: flex;
}
@media (max-width: 767px) {
  #vision .vision-flex {
    flex-direction: column-reverse;
    align-items: center;
  }
}
#vision .vision-flex p {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 767px) {
  #vision .vision-flex p {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
  }
}
#vision .vision-flex img {
  width: 50%;
  align-self: start;
}
@media (max-width: 767px) {
  #vision .vision-flex img {
    width: 70%;
    align-self: center;
    margin-bottom: 50px;
  }
}

#contents .contents-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #contents .contents-flex {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
#contents .contents-flex .contents-box {
  width: 230px;
  height: auto;
  position: relative;
}
@media (max-width: 767px) {
  #contents .contents-flex .contents-box {
    margin-bottom: 80px;
  }
}
#contents .contents-flex .contents-box:first-of-type {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #contents .contents-flex .contents-box:first-of-type {
    margin-top: 0;
  }
}
#contents .contents-flex .contents-box:last-of-type {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #contents .contents-flex .contents-box:last-of-type {
    margin-bottom: 0;
  }
}
#contents .contents-flex .contents-box .contents-boxImg {
  width: 230px;
  height: 180px;
}
#contents .contents-flex .contents-box .contents-boxImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents .contents-flex .contents-box .contents-list {
  width: 200px;
  height: 60px;
  text-align: center;
  border-radius: 5px;
  background-color: rgba(245, 133, 21, 0.7);
  position: absolute;
  bottom: -35px;
  right: -15px;
}
#contents .contents-flex .contents-box .contents-list a {
  color: #fff;
  line-height: 60px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
#contents .contents-flex .contents-box .contents-list a:hover {
  color: var(--maincolor);
}

#events .events-flex {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  #events .events-flex {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #events .events-flex .events-box:first-of-type {
    margin-bottom: 50px;
  }
}
#events .events-flex .events-box .events-firstbox {
  width: 250px;
  height: 180px;
  position: relative;
  margin-bottom: 20px;
}
#events .events-flex .events-box .events-firstbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#events .events-flex .events-box .events-firstbox .events-firstboxnum {
  position: absolute;
  left: 10;
  bottom: 0;
  background-color: var(--myOrange);
  width: 50px;
  height: 40px;
}
#events .events-flex .events-box .events-firstbox .events-firstboxnum p {
  color: #fff;
  text-align: center;
  line-height: 40px;
}
#events .events-flex .events-box .events-secondbox .events-secondboxttl {
  margin-bottom: 20px;
}
#events .events-flex .events-box .events-secondbox .events-secondboxttl a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}
#events .events-flex .events-box .events-secondbox .events-secondboxttl a:hover {
  color: var(--maincolor);
}

#company .company-box {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #company .company-box {
    width: 100%;
    font-size: 14px;
  }
}
#company .company-box .item {
  border-bottom: 1px solid gray;
  padding: 20px;
  width: 25%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #company .company-box .item {
    padding: 5px;
  }
}
#company .company-box .data {
  border-bottom: 1px solid gray;
  padding: 20px;
  width: 75%;
}
@media (max-width: 767px) {
  #company .company-box .data {
    padding: 5px;
  }
}
#company iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 50px;
}

#contact .contact-box p {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  #contact .contact-box p {
    font-size: 14px;
  }
}
#contact .contact-box .contact-link {
  width: 300px;
  height: 60px;
  background-color: rgba(245, 133, 21, 0.7);
  text-align: center;
  line-height: 60px;
  border-radius: 5px;
  margin: 0 auto;
}
#contact .contact-box .contact-link a {
  color: #fff;
  text-decoration: underline;
}
#contact .contact-box .contact-link a:hover {
  color: var(--maincolor);
}

.link-flex {
  display: flex;
  justify-content: center;
  gap: 0 100px;
  margin-bottom: 80px;
}
.link-flex a:hover {
  opacity: 0.7;
}

footer {
  background-color: var(--maincolor);
  padding: 50px 50px 30px;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 15px;
  }
}
footer .footer-list {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
footer .footer-list li {
  margin: 0 10px;
}
@media (max-width: 767px) {
  footer .footer-list li {
    font-size: 14px;
  }
}
footer .footer-list li a {
  color: #fff;
}
footer .footer-list li a:hover {
  text-decoration: underline;
}
footer span {
  color: #fff;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  footer span {
    font-size: 12px;
  }
}

.tosou-sec, .bouhan-sec, .kahun-sec, .yorozu-sec, .takumimaturi-sec, .toiawase-sec {
  margin-bottom: 50px;
}
.tosou-sec .tosou-ttl, .tosou-sec .bouhan-ttl, .tosou-sec .kahun-ttl, .tosou-sec .yorozu-ttl, .tosou-sec .takumimaturi-ttl, .tosou-sec .toiawase-ttl, .bouhan-sec .tosou-ttl, .bouhan-sec .bouhan-ttl, .bouhan-sec .kahun-ttl, .bouhan-sec .yorozu-ttl, .bouhan-sec .takumimaturi-ttl, .bouhan-sec .toiawase-ttl, .kahun-sec .tosou-ttl, .kahun-sec .bouhan-ttl, .kahun-sec .kahun-ttl, .kahun-sec .yorozu-ttl, .kahun-sec .takumimaturi-ttl, .kahun-sec .toiawase-ttl, .yorozu-sec .tosou-ttl, .yorozu-sec .bouhan-ttl, .yorozu-sec .kahun-ttl, .yorozu-sec .yorozu-ttl, .yorozu-sec .takumimaturi-ttl, .yorozu-sec .toiawase-ttl, .takumimaturi-sec .tosou-ttl, .takumimaturi-sec .bouhan-ttl, .takumimaturi-sec .kahun-ttl, .takumimaturi-sec .yorozu-ttl, .takumimaturi-sec .takumimaturi-ttl, .takumimaturi-sec .toiawase-ttl, .toiawase-sec .tosou-ttl, .toiawase-sec .bouhan-ttl, .toiawase-sec .kahun-ttl, .toiawase-sec .yorozu-ttl, .toiawase-sec .takumimaturi-ttl, .toiawase-sec .toiawase-ttl {
  margin-bottom: 50px;
  background-color: var(--maincolor);
  padding: 10px 50px 50px;
}
@media (max-width: 767px) {
  .tosou-sec .tosou-ttl, .tosou-sec .bouhan-ttl, .tosou-sec .kahun-ttl, .tosou-sec .yorozu-ttl, .tosou-sec .takumimaturi-ttl, .tosou-sec .toiawase-ttl, .bouhan-sec .tosou-ttl, .bouhan-sec .bouhan-ttl, .bouhan-sec .kahun-ttl, .bouhan-sec .yorozu-ttl, .bouhan-sec .takumimaturi-ttl, .bouhan-sec .toiawase-ttl, .kahun-sec .tosou-ttl, .kahun-sec .bouhan-ttl, .kahun-sec .kahun-ttl, .kahun-sec .yorozu-ttl, .kahun-sec .takumimaturi-ttl, .kahun-sec .toiawase-ttl, .yorozu-sec .tosou-ttl, .yorozu-sec .bouhan-ttl, .yorozu-sec .kahun-ttl, .yorozu-sec .yorozu-ttl, .yorozu-sec .takumimaturi-ttl, .yorozu-sec .toiawase-ttl, .takumimaturi-sec .tosou-ttl, .takumimaturi-sec .bouhan-ttl, .takumimaturi-sec .kahun-ttl, .takumimaturi-sec .yorozu-ttl, .takumimaturi-sec .takumimaturi-ttl, .takumimaturi-sec .toiawase-ttl, .toiawase-sec .tosou-ttl, .toiawase-sec .bouhan-ttl, .toiawase-sec .kahun-ttl, .toiawase-sec .yorozu-ttl, .toiawase-sec .takumimaturi-ttl, .toiawase-sec .toiawase-ttl {
    padding-left: 10px;
  }
}
.tosou-sec .tosou-ttl p, .tosou-sec .bouhan-ttl p, .tosou-sec .kahun-ttl p, .tosou-sec .yorozu-ttl p, .tosou-sec .takumimaturi-ttl p, .tosou-sec .toiawase-ttl p, .bouhan-sec .tosou-ttl p, .bouhan-sec .bouhan-ttl p, .bouhan-sec .kahun-ttl p, .bouhan-sec .yorozu-ttl p, .bouhan-sec .takumimaturi-ttl p, .bouhan-sec .toiawase-ttl p, .kahun-sec .tosou-ttl p, .kahun-sec .bouhan-ttl p, .kahun-sec .kahun-ttl p, .kahun-sec .yorozu-ttl p, .kahun-sec .takumimaturi-ttl p, .kahun-sec .toiawase-ttl p, .yorozu-sec .tosou-ttl p, .yorozu-sec .bouhan-ttl p, .yorozu-sec .kahun-ttl p, .yorozu-sec .yorozu-ttl p, .yorozu-sec .takumimaturi-ttl p, .yorozu-sec .toiawase-ttl p, .takumimaturi-sec .tosou-ttl p, .takumimaturi-sec .bouhan-ttl p, .takumimaturi-sec .kahun-ttl p, .takumimaturi-sec .yorozu-ttl p, .takumimaturi-sec .takumimaturi-ttl p, .takumimaturi-sec .toiawase-ttl p, .toiawase-sec .tosou-ttl p, .toiawase-sec .bouhan-ttl p, .toiawase-sec .kahun-ttl p, .toiawase-sec .yorozu-ttl p, .toiawase-sec .takumimaturi-ttl p, .toiawase-sec .toiawase-ttl p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}
.tosou-sec .tosou-ttl h1, .tosou-sec .bouhan-ttl h1, .tosou-sec .kahun-ttl h1, .tosou-sec .yorozu-ttl h1, .tosou-sec .takumimaturi-ttl h1, .tosou-sec .toiawase-ttl h1, .bouhan-sec .tosou-ttl h1, .bouhan-sec .bouhan-ttl h1, .bouhan-sec .kahun-ttl h1, .bouhan-sec .yorozu-ttl h1, .bouhan-sec .takumimaturi-ttl h1, .bouhan-sec .toiawase-ttl h1, .kahun-sec .tosou-ttl h1, .kahun-sec .bouhan-ttl h1, .kahun-sec .kahun-ttl h1, .kahun-sec .yorozu-ttl h1, .kahun-sec .takumimaturi-ttl h1, .kahun-sec .toiawase-ttl h1, .yorozu-sec .tosou-ttl h1, .yorozu-sec .bouhan-ttl h1, .yorozu-sec .kahun-ttl h1, .yorozu-sec .yorozu-ttl h1, .yorozu-sec .takumimaturi-ttl h1, .yorozu-sec .toiawase-ttl h1, .takumimaturi-sec .tosou-ttl h1, .takumimaturi-sec .bouhan-ttl h1, .takumimaturi-sec .kahun-ttl h1, .takumimaturi-sec .yorozu-ttl h1, .takumimaturi-sec .takumimaturi-ttl h1, .takumimaturi-sec .toiawase-ttl h1, .toiawase-sec .tosou-ttl h1, .toiawase-sec .bouhan-ttl h1, .toiawase-sec .kahun-ttl h1, .toiawase-sec .yorozu-ttl h1, .toiawase-sec .takumimaturi-ttl h1, .toiawase-sec .toiawase-ttl h1 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tosou-sec .tosou-ttl h1, .tosou-sec .bouhan-ttl h1, .tosou-sec .kahun-ttl h1, .tosou-sec .yorozu-ttl h1, .tosou-sec .takumimaturi-ttl h1, .tosou-sec .toiawase-ttl h1, .bouhan-sec .tosou-ttl h1, .bouhan-sec .bouhan-ttl h1, .bouhan-sec .kahun-ttl h1, .bouhan-sec .yorozu-ttl h1, .bouhan-sec .takumimaturi-ttl h1, .bouhan-sec .toiawase-ttl h1, .kahun-sec .tosou-ttl h1, .kahun-sec .bouhan-ttl h1, .kahun-sec .kahun-ttl h1, .kahun-sec .yorozu-ttl h1, .kahun-sec .takumimaturi-ttl h1, .kahun-sec .toiawase-ttl h1, .yorozu-sec .tosou-ttl h1, .yorozu-sec .bouhan-ttl h1, .yorozu-sec .kahun-ttl h1, .yorozu-sec .yorozu-ttl h1, .yorozu-sec .takumimaturi-ttl h1, .yorozu-sec .toiawase-ttl h1, .takumimaturi-sec .tosou-ttl h1, .takumimaturi-sec .bouhan-ttl h1, .takumimaturi-sec .kahun-ttl h1, .takumimaturi-sec .yorozu-ttl h1, .takumimaturi-sec .takumimaturi-ttl h1, .takumimaturi-sec .toiawase-ttl h1, .toiawase-sec .tosou-ttl h1, .toiawase-sec .bouhan-ttl h1, .toiawase-sec .kahun-ttl h1, .toiawase-sec .yorozu-ttl h1, .toiawase-sec .takumimaturi-ttl h1, .toiawase-sec .toiawase-ttl h1 {
    font-size: 20px;
  }
}
.tosou-sec .container, .bouhan-sec .container, .kahun-sec .container, .yorozu-sec .container, .takumimaturi-sec .container, .toiawase-sec .container {
  padding: 0 4%;
  margin-bottom: 50px;
}
.tosou-sec .container .headline, .bouhan-sec .container .headline, .kahun-sec .container .headline, .yorozu-sec .container .headline, .takumimaturi-sec .container .headline, .toiawase-sec .container .headline {
  font-size: 20px;
  color: var(--myOrange);
}
@media (max-width: 767px) {
  .tosou-sec .container .headline, .bouhan-sec .container .headline, .kahun-sec .container .headline, .yorozu-sec .container .headline, .takumimaturi-sec .container .headline, .toiawase-sec .container .headline {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tosou-sec .container p, .bouhan-sec .container p, .kahun-sec .container p, .yorozu-sec .container p, .takumimaturi-sec .container p, .toiawase-sec .container p {
    font-size: 14px;
  }
}
.tosou-sec .container p strong, .bouhan-sec .container p strong, .kahun-sec .container p strong, .yorozu-sec .container p strong, .takumimaturi-sec .container p strong, .toiawase-sec .container p strong {
  color: red;
}
.tosou-sec .container p span, .bouhan-sec .container p span, .kahun-sec .container p span, .yorozu-sec .container p span, .takumimaturi-sec .container p span, .toiawase-sec .container p span {
  padding: 0 20px;
}
.tosou-sec .container .yorozu-photo .flex-img, .tosou-sec .container .takumimaturi-photo .flex-img, .bouhan-sec .container .yorozu-photo .flex-img, .bouhan-sec .container .takumimaturi-photo .flex-img, .kahun-sec .container .yorozu-photo .flex-img, .kahun-sec .container .takumimaturi-photo .flex-img, .yorozu-sec .container .yorozu-photo .flex-img, .yorozu-sec .container .takumimaturi-photo .flex-img, .takumimaturi-sec .container .yorozu-photo .flex-img, .takumimaturi-sec .container .takumimaturi-photo .flex-img, .toiawase-sec .container .yorozu-photo .flex-img, .toiawase-sec .container .takumimaturi-photo .flex-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-bottom: 30px;
}
.tosou-sec .container .yorozu-table, .bouhan-sec .container .yorozu-table, .kahun-sec .container .yorozu-table, .yorozu-sec .container .yorozu-table, .takumimaturi-sec .container .yorozu-table, .toiawase-sec .container .yorozu-table {
  width: 100%;
  border-spacing: 10px;
}
@media (max-width: 767px) {
  .tosou-sec .container .yorozu-table, .bouhan-sec .container .yorozu-table, .kahun-sec .container .yorozu-table, .yorozu-sec .container .yorozu-table, .takumimaturi-sec .container .yorozu-table, .toiawase-sec .container .yorozu-table {
    font-size: 12px;
    border-spacing: 5px;
  }
}
.tosou-sec .container .yorozu-table tr th, .tosou-sec .container .yorozu-table tr td, .bouhan-sec .container .yorozu-table tr th, .bouhan-sec .container .yorozu-table tr td, .kahun-sec .container .yorozu-table tr th, .kahun-sec .container .yorozu-table tr td, .yorozu-sec .container .yorozu-table tr th, .yorozu-sec .container .yorozu-table tr td, .takumimaturi-sec .container .yorozu-table tr th, .takumimaturi-sec .container .yorozu-table tr td, .toiawase-sec .container .yorozu-table tr th, .toiawase-sec .container .yorozu-table tr td {
  padding: 10px;
}
@media (max-width: 767px) {
  .tosou-sec .container .yorozu-table tr th, .tosou-sec .container .yorozu-table tr td, .bouhan-sec .container .yorozu-table tr th, .bouhan-sec .container .yorozu-table tr td, .kahun-sec .container .yorozu-table tr th, .kahun-sec .container .yorozu-table tr td, .yorozu-sec .container .yorozu-table tr th, .yorozu-sec .container .yorozu-table tr td, .takumimaturi-sec .container .yorozu-table tr th, .takumimaturi-sec .container .yorozu-table tr td, .toiawase-sec .container .yorozu-table tr th, .toiawase-sec .container .yorozu-table tr td {
    padding: 5px;
  }
}
.tosou-sec .container .takumimaturi-date, .bouhan-sec .container .takumimaturi-date, .kahun-sec .container .takumimaturi-date, .yorozu-sec .container .takumimaturi-date, .takumimaturi-sec .container .takumimaturi-date, .toiawase-sec .container .takumimaturi-date {
  text-align: right;
  margin-bottom: 10px;
}
.tosou-sec .container .subhead, .bouhan-sec .container .subhead, .kahun-sec .container .subhead, .yorozu-sec .container .subhead, .takumimaturi-sec .container .subhead, .toiawase-sec .container .subhead {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tosou-sec .container .takumimaturi-text, .bouhan-sec .container .takumimaturi-text, .kahun-sec .container .takumimaturi-text, .yorozu-sec .container .takumimaturi-text, .takumimaturi-sec .container .takumimaturi-text, .toiawase-sec .container .takumimaturi-text {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tosou-sec .container .takumimaturi-text, .bouhan-sec .container .takumimaturi-text, .kahun-sec .container .takumimaturi-text, .yorozu-sec .container .takumimaturi-text, .takumimaturi-sec .container .takumimaturi-text, .toiawase-sec .container .takumimaturi-text {
    font-size: 14px;
  }
}
.tosou-sec .container form, .bouhan-sec .container form, .kahun-sec .container form, .yorozu-sec .container form, .takumimaturi-sec .container form, .toiawase-sec .container form {
  border: 1.5px solid #aaa;
  padding: 50px 30px;
  width: 650px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .tosou-sec .container form, .bouhan-sec .container form, .kahun-sec .container form, .yorozu-sec .container form, .takumimaturi-sec .container form, .toiawase-sec .container form {
    width: 350px;
    padding: 30px 10px;
  }
}
.tosou-sec .container form .contact-item, .bouhan-sec .container form .contact-item, .kahun-sec .container form .contact-item, .yorozu-sec .container form .contact-item, .takumimaturi-sec .container form .contact-item, .toiawase-sec .container form .contact-item {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tosou-sec .container form .contact-item, .bouhan-sec .container form .contact-item, .kahun-sec .container form .contact-item, .yorozu-sec .container form .contact-item, .takumimaturi-sec .container form .contact-item, .toiawase-sec .container form .contact-item {
    flex-wrap: wrap;
  }
}
.tosou-sec .container form .contact-item .contact-label, .bouhan-sec .container form .contact-item .contact-label, .kahun-sec .container form .contact-item .contact-label, .yorozu-sec .container form .contact-item .contact-label, .takumimaturi-sec .container form .contact-item .contact-label, .toiawase-sec .container form .contact-item .contact-label {
  width: 250px;
  border-left: 3px solid #F58515;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .tosou-sec .container form .contact-item .contact-label, .bouhan-sec .container form .contact-item .contact-label, .kahun-sec .container form .contact-item .contact-label, .yorozu-sec .container form .contact-item .contact-label, .takumimaturi-sec .container form .contact-item .contact-label, .toiawase-sec .container form .contact-item .contact-label {
    margin-bottom: 10px;
  }
}
.tosou-sec .container form .contact-item .contact-span, .bouhan-sec .container form .contact-item .contact-span, .kahun-sec .container form .contact-item .contact-span, .yorozu-sec .container form .contact-item .contact-span, .takumimaturi-sec .container form .contact-item .contact-span, .toiawase-sec .container form .contact-item .contact-span {
  color: red;
  padding-left: 20px;
}
.tosou-sec .container form .contact-item .inputs, .bouhan-sec .container form .contact-item .inputs, .kahun-sec .container form .contact-item .inputs, .yorozu-sec .container form .contact-item .inputs, .takumimaturi-sec .container form .contact-item .inputs, .toiawase-sec .container form .contact-item .inputs {
  width: 350px;
}
.tosou-sec .container form .contact-item input, .tosou-sec .container form .contact-item textarea, .bouhan-sec .container form .contact-item input, .bouhan-sec .container form .contact-item textarea, .kahun-sec .container form .contact-item input, .kahun-sec .container form .contact-item textarea, .yorozu-sec .container form .contact-item input, .yorozu-sec .container form .contact-item textarea, .takumimaturi-sec .container form .contact-item input, .takumimaturi-sec .container form .contact-item textarea, .toiawase-sec .container form .contact-item input, .toiawase-sec .container form .contact-item textarea {
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
}
.tosou-sec .container form .contact-item input[type=text],
.tosou-sec .container form .contact-item input[type=email], .bouhan-sec .container form .contact-item input[type=text],
.bouhan-sec .container form .contact-item input[type=email], .kahun-sec .container form .contact-item input[type=text],
.kahun-sec .container form .contact-item input[type=email], .yorozu-sec .container form .contact-item input[type=text],
.yorozu-sec .container form .contact-item input[type=email], .takumimaturi-sec .container form .contact-item input[type=text],
.takumimaturi-sec .container form .contact-item input[type=email], .toiawase-sec .container form .contact-item input[type=text],
.toiawase-sec .container form .contact-item input[type=email] {
  border: 1px solid #aaa;
  padding: 10px;
  font-size: 15px;
  border-radius: 5px;
}
.tosou-sec .container form .contact-item textarea, .bouhan-sec .container form .contact-item textarea, .kahun-sec .container form .contact-item textarea, .yorozu-sec .container form .contact-item textarea, .takumimaturi-sec .container form .contact-item textarea, .toiawase-sec .container form .contact-item textarea {
  border: 1px solid #aaa;
  padding: 10px;
  font-size: 15px;
  border-radius: 5px;
  height: 200px;
}
.tosou-sec .container form .contact-submitarea, .bouhan-sec .container form .contact-submitarea, .kahun-sec .container form .contact-submitarea, .yorozu-sec .container form .contact-submitarea, .takumimaturi-sec .container form .contact-submitarea, .toiawase-sec .container form .contact-submitarea {
  text-align: center;
}
.tosou-sec .container form .contact-submitarea input[type=submit], .bouhan-sec .container form .contact-submitarea input[type=submit], .kahun-sec .container form .contact-submitarea input[type=submit], .yorozu-sec .container form .contact-submitarea input[type=submit], .takumimaturi-sec .container form .contact-submitarea input[type=submit], .toiawase-sec .container form .contact-submitarea input[type=submit] {
  background-color: var(--myOrange);
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 1px 1px 3px black;
}
.tosou-sec .tosou-img, .tosou-sec .kahun-img, .bouhan-sec .tosou-img, .bouhan-sec .kahun-img, .kahun-sec .tosou-img, .kahun-sec .kahun-img, .yorozu-sec .tosou-img, .yorozu-sec .kahun-img, .takumimaturi-sec .tosou-img, .takumimaturi-sec .kahun-img, .toiawase-sec .tosou-img, .toiawase-sec .kahun-img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.tosou-sec .tosou-img img, .tosou-sec .kahun-img img, .bouhan-sec .tosou-img img, .bouhan-sec .kahun-img img, .kahun-sec .tosou-img img, .kahun-sec .kahun-img img, .yorozu-sec .tosou-img img, .yorozu-sec .kahun-img img, .takumimaturi-sec .tosou-img img, .takumimaturi-sec .kahun-img img, .toiawase-sec .tosou-img img, .toiawase-sec .kahun-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tosou-sec .contact-link, .bouhan-sec .contact-link, .kahun-sec .contact-link, .yorozu-sec .contact-link, .takumimaturi-sec .contact-link, .toiawase-sec .contact-link {
  width: 300px;
  height: 60px;
  background-color: rgba(245, 133, 21, 0.7);
  text-align: center;
  line-height: 60px;
  border-radius: 5px;
  margin: 0 auto;
}
.tosou-sec .contact-link a, .bouhan-sec .contact-link a, .kahun-sec .contact-link a, .yorozu-sec .contact-link a, .takumimaturi-sec .contact-link a, .toiawase-sec .contact-link a {
  color: #fff;
  text-decoration: underline;
}
.tosou-sec .contact-link a:hover, .bouhan-sec .contact-link a:hover, .kahun-sec .contact-link a:hover, .yorozu-sec .contact-link a:hover, .takumimaturi-sec .contact-link a:hover, .toiawase-sec .contact-link a:hover {
  color: var(--maincolor);
}/*# sourceMappingURL=style.css.map */