@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#menu_home::after {
  width: 100% !important;
}
#footer_menu_home {
  color: #ff6600 !important;
}
#mv {
  height: 540px;
  background: #ff6600;
  margin-top: 200px;
  background: #f0f8fa;
}
@media screen and (max-width: 1024px) {
  #mv {
    height: 320px;
  }
}
@media screen and (max-width: 850px) {
  #mv {
    height: auto;
    margin-top: 165px;
  }
}
#mv .swiper-slide img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  #mv .swiper-slide img {
    height: 320px;
  }
}
@media screen and (max-width: 850px) {
  #mv .swiper-slide img {
    height: auto;
  }
}
#mv .inner {
  padding: 0;
  max-width: 100%;
  position: relative;
}
.service {
  background: #FFFAFA;
}
.service .inner {
  padding-top: 100px;
  max-width: 1207px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .service .inner {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 850px) {
  .service .inner {
    padding-bottom: 0;
    padding-top: 40px;
  }
}
.service ul {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  column-gap: 46px;
}
@media screen and (max-width: 1200px) {
  .service ul {
    gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 850px) {
  .service ul {
    margin-top: 40px;
    display: block;
  }
}
.service ul li {
  width: calc(50% - 23px);
  background: #FFEED7;
  border-radius: 6px;
  padding: 30px 25px;
}
@media screen and (max-width: 1200px) {
  .service ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 850px) {
  .service ul li {
    width: 100%;
    padding: 22px 25px 30px 25px;
  }
  .service ul li + li {
    margin-top: 30px;
  }
}
.service ul li dl {
  display: flex;
}
@media screen and (max-width: 850px) {
  .service ul li dl {
    display: block;
  }
}
.service ul li dl .btn_item {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .service ul li dl .btn_item {
    position: relative;
    margin-top: 10px;
  }
}
.service ul li dl dt {
  width: 48.5%;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .service ul li dl dt {
    width: 58.5%;
  }
}
.service ul li dl dt .btn_item {
  display: block;
}
@media screen and (max-width: 850px) {
  .service ul li dl dt {
    width: 100%;
    padding-right: 0;
  }
  .service ul li dl dt .btn_item {
    display: none;
  }
}
.service ul li dl dt .ttl {
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 100%;
  border-bottom: 2px solid #663333;
  padding-bottom: 15px;
  line-height: 1.1;
  color: #333333;
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .service ul li dl dt .ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 850px) {
  .service ul li dl dt .ttl {
    font-size: 26px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
}
.service ul li dl dt .sub {
  line-height: 1.3;
}
.service ul li dl dt .sub span {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
}
.service ul li dl dt p {
  font-family: "M PLUS Rounded 1c";
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.75;
  padding-bottom: 74px;
}
@media screen and (max-width: 1200px) {
  .service ul li dl dt p {
    font-size: 14px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 850px) {
  .service ul li dl dt p {
    padding-bottom: 0;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    font-size: 14px;
  }
}
.service ul li dl dd {
  width: 51.5%;
}
@media screen and (max-width: 1200px) {
  .service ul li dl dd {
    width: 41.5%;
  }
}
.service ul li dl dd .btn_item {
  display: none;
}
@media screen and (max-width: 850px) {
  .service ul li dl dd {
    width: 100%;
  }
  .service ul li dl dd .btn_item {
    margin-top: 30px;
    display: block;
    position: relative;
  }
}
.service ul li dl dd img {
  border-radius: 10px;
  width: 100%;
}
.c02 {
  background: url(../img/c02_bg.png) no-repeat top / contain;
  background-size: 100% 156px;
}
@media screen and (max-width: 1500px) {
  .c02 {
    background-size: 100% 146px;
  }
}
@media screen and (max-width: 1100px) {
  .c02 {
    background-size: 100% 136px;
  }
}
@media screen and (max-width: 850px) {
  .c02 {
    background: #FFFAFA;
  }
}
.c02 .inner {
  padding-top: 98px;
  max-width: 1229px;
  padding-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .c02 .inner {
    padding-bottom: 0;
    padding-top: 120px;
  }
}
.c02 .h2_ttl02 .icon {
  max-width: 108px;
}
@media screen and (max-width: 850px) {
  .c02 .h2_ttl02 .icon {
    max-width: 85px;
  }
}
.c02 dl {
  display: flex;
}
@media screen and (max-width: 850px) {
  .c02 dl {
    display: block;
  }
}
.c02 dl dt {
  width: 46%;
}
@media screen and (max-width: 850px) {
  .c02 dl dt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c02 dl dd {
  width: 53%;
  padding-left: 75px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .c02 dl dd {
    padding-left: 0;
    width: 100%;
  }
}
.c02 dl dd p {
  text-align: left;
  font-family: "M PLUS Rounded 1c";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 45px;
}
@media screen and (max-width: 850px) {
  .c02 dl dd p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.c02 dl dd .ttl {
  font-family: "M PLUS Rounded 1c";
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #663333;
}
@media screen and (max-width: 850px) {
  .c02 dl dd .ttl {
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
  }
}
.c02 .btn_kaku {
  margin-right: 23px;
}
@media screen and (max-width: 850px) {
  .c02 .btn_kaku {
    margin-right: auto;
  }
}
.c03 {
  background: url(../img/c03_bg.jpg) no-repeat top / contain;
  background-size: 100% 320px;
}
@media screen and (max-width: 1024px) {
  .c03 {
    background-size: 100% 160px;
  }
}
@media screen and (max-width: 850px) {
  .c03 {
    background: #FFFAFA;
  }
}
.c03 .inner {
  padding-top: 320px;
  max-width: 1229px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .c03 .inner {
    padding-top: 160px;
  }
}
@media screen and (max-width: 850px) {
  .c03 .inner {
    padding-bottom: 0;
    padding-top: 120px;
  }
}
@media screen and (max-width: 850px) {
  .c03 .h2_ttl02 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.c03 .h2_ttl02 .icon {
  max-width: 96px;
}
@media screen and (max-width: 850px) {
  .c03 .h2_ttl02 .icon {
    max-width: 73px;
  }
}
.c03 dl {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 850px) {
  .c03 dl {
    display: block;
  }
}
.c03 dl dt {
  width: 43%;
}
@media screen and (max-width: 850px) {
  .c03 dl dt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c03 dl dd {
  width: 57%;
  padding-right: 90px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .c03 dl dd {
    padding-right: 0;
    width: 100%;
    display: block;
  }
}
.c03 dl dd p {
  font-family: "M PLUS Rounded 1c";
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 45px;
}
@media screen and (max-width: 850px) {
  .c03 dl dd p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.c03 dl dd .ttl {
  font-family: "M PLUS Rounded 1c";
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #663333;
}
@media screen and (max-width: 850px) {
  .c03 dl dd .ttl {
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
  }
}
.c03 .btn_kaku {
  margin-right: 33px;
}
@media screen and (max-width: 850px) {
  .c03 .btn_kaku {
    margin-right: auto;
  }
}
.news {
  background: url(../img/news_bg.jpg) no-repeat top / contain #FFFAFA;
  background-size: 100% 115px;
}
@media screen and (max-width: 1024px) {
  .news {
    background-size: 100% 65px;
  }
}
@media screen and (max-width: 850px) {
  .news {
    background: #FFFAFA;
  }
}
.news .inner {
  padding-top: 340px;
  padding-bottom: 275px;
  max-width: 1206px;
}
@media screen and (max-width: 1024px) {
  .news .inner {
    padding-top: 170px;
    padding-bottom: 135px;
  }
}
@media screen and (max-width: 850px) {
  .news .inner {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}
.news .pdf_item {
  margin-top: 150px;
}
@media screen and (max-width: 850px) {
  .news .pdf_item {
    margin-top: 120px;
  }
}
.news .pdf_item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  column-gap: 46px;
}
@media screen and (max-width: 850px) {
  .news .pdf_item ul {
    display: block;
  }
}
.news .pdf_item ul li {
  width: calc(50% - 23px);
}
@media screen and (max-width: 850px) {
  .news .pdf_item ul li {
    width: 100%;
  }
  .news .pdf_item ul li + li {
    margin-top: 50px;
  }
}
.news .pdf_item ul li a {
  width: 100%;
  height: 110px;
  display: block;
  background: #FFFFFF;
  border: 2px solid #E8E7E5;
  padding: 20px 18px;
  position: relative;
  color: #333333;
  font-family: "M PLUS Rounded 1c";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .news .pdf_item ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  .news .pdf_item ul li a {
    height: 86px;
    font-size: 16px;
    color: #333333;
    border-radius: 0;
    background: none;
    border: none;
    border-bottom: 2px solid #E8E7E5;
    padding: 0 0 20px 0;
    padding-right: 50px;
  }
}
.news .pdf_item ul li a::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 60px;
  bottom: 22px;
  right: 20px;
  background: url(../../img/icon_dl.png) no-repeat center / contain;
  max-width: 53px;
  transition: 0.4s ease-in-out;
}
.news .pdf_item ul li a:hover {
  color: #B72E2E;
  opacity: 1;
}
.news .pdf_item ul li a:hover:after {
  transition: 0.4s ease-in-out;
  background: url(../../img/icon_dl_on.png) no-repeat center / contain;
}
.news .pdf_item ul li a .icon {
  margin-right: 20px;
  max-width: 53px;
}
@media screen and (max-width: 850px) {
  .news .pdf_item ul li a .icon {
    max-width: 47px;
  }
}
.news .pdf_item ul li a p {
  line-height: 1.2;
}
.news .news_item {
  display: flex;
}
@media screen and (max-width: 850px) {
  .news .news_item {
    display: block;
  }
}
.news .news_item .n_ttl {
  padding-right: 80px;
  width: 272px;
}
@media screen and (max-width: 850px) {
  .news .news_item .n_ttl {
    padding-right: 0;
    width: 100%;
  }
}
.news .news_item .n_ttl .btn_pop {
  display: block;
}
@media screen and (max-width: 850px) {
  .news .news_item .n_ttl .btn_pop {
    display: none;
  }
}
.news .news_item .n_txt {
  width: calc(100% - 272px);
}
@media screen and (max-width: 850px) {
  .news .news_item .n_txt {
    width: 100%;
  }
}
.news .news_item .n_txt .news_list {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #CECBCB;
  background: #ffffff;
  padding: 38px 40px 38px 38px;
  display: block;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 850px) {
  .news .news_item .n_txt .news_list {
    margin-top: 30px;
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
  }
}
.news .news_item .n_txt .news_list li {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 25px;
}
.news .news_item .n_txt .news_list li a {
  display: flex;
}
@media screen and (max-width: 850px) {
  .news .news_item .n_txt .news_list li a {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .news .news_item .n_txt .news_list li {
    padding-bottom: 20px;
  }
}
.news .news_item .n_txt .news_list li + li {
  margin-top: 25px;
}
@media screen and (max-width: 850px) {
  .news .news_item .n_txt .news_list li + li {
    margin-top: 18px;
  }
}
.news .news_item .n_txt .news_list li .date {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  padding-left: 13px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 850px) {
  .news .news_item .n_txt .news_list li .date {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
  }
}
.news .news_item .n_txt .news_list li .date::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 18px;
  top: 3px;
  left: 0;
  background: #663333;
  transition: 0.4s ease-in-out;
}
.news .news_item .n_txt .news_list li .txt {
  margin-left: 20px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .news .news_item .n_txt .news_list li .txt {
    margin-left: 0;
    padding-left: 13px;
    margin-top: 5px;
    font-size: 14px;
  }
}
.news .news_item .n_txt .btn_pop {
  display: none;
}
@media screen and (max-width: 850px) {
  .news .news_item .n_txt .btn_pop {
    display: block;
  }
}
.news .btn_pop {
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .news .btn_pop {
    margin-top: 20px;
    margin-right: 0;
  }
}
.h2_ttl02 {
  position: relative;
  padding-left: 115px;
  padding-right: 120px;
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: flex-end;
  font-size: 28px;
  font-weight: bold;
  color: #663333;
  letter-spacing: 0.1em;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .h2_ttl02 {
    display: block;
    padding-bottom: 10px;
    font-size: 20px;
    letter-spacing: 0;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
.h2_ttl02 .txt {
  transform: scale(1, 1.2);
  font-style: normal;
  font-weight: 900;
  display: block;
}
@media screen and (max-width: 850px) {
  .h2_ttl02 .txt {
    letter-spacing: 0;
    line-height: 1.01;
  }
}
.h2_ttl02 .icon {
  margin-left: 20px;
  display: block;
}
@media screen and (max-width: 850px) {
  .h2_ttl02 .icon {
    line-height: 1.4;
    margin-left: 0;
    margin: auto;
  }
}
.h2_ttl02 .icon img {
  width: 100%;
}
.h2_ttl02::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 60px;
  bottom: 0;
  left: 0;
  background: url(../img/h2_a_left.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
.h2_ttl02::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 60px;
  bottom: 0;
  right: 0;
  background: url(../img/h2_a_right.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
.menu_on::after {
  width: 100% !important;
}
