@charset "utf-8";
/* CSS Document */
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
html {
  background-color: #FDE221;
}
body {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  background-color: #FFF;
  background-image: url("../img/body_bg.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  font-size: 18px;
}
.container {
  margin: 0 auto;
  padding: 0;
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
img {
  max-width: 100%;
}
.wrap {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .container {
    width: 1200px;
  }
  .hidden_pc {
    display: none;
  }
}
@media (min-width: 600px)and (max-width: 1024px) {
  body {
    background-size: auto 350px;
  }
  .container {
    padding: 0 15px;
    overflow: hidden;
  }
  .hidden_tb {
    display: none;
  }
}
@media (max-width: 599px) {
  body {
    background-size: auto 280px;
    font-size: 14px;
  }
  .hidden_sp {
    display: none;
  }
  .container {
    padding: 0 15px;
    overflow: hidden;
  }
}
/**********************************
header
**********************************/
#header .head_tel {
  text-align: right;
  padding: 8px;
}
#header .headWrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
#header .headWrap .leadTxt {
  font-weight: 900;
  letter-spacing: 8px;
  font-size: 24px;
  line-height: 3;
}
@media (min-width: 1025px) {
  #header .headWrap {
    height: 510px;
  }
  #header .headWrap .leadTxt {}
}
@media (min-width: 600px)and (max-width: 1024px) {
  #header .headWrap {
    height: 340px;
  }
  #header .headWrap .titleImg {
    width: 50%
  }
}
@media (max-width: 599px) {
  #header .head_tel {
    display: none;
  }
  #header .headWrap {
    height: 260px;
  }
  #header .headWrap img {
    width: 95%
  }
  #header .headWrap .leadTxt {
    font-size: 18px;
    letter-spacing: 4px;
  }
}
/**********************************
catch
**********************************/
.catch {
  padding-bottom: 120px;
}
.catch ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.catch ul li {
  flex-basis: 33.3%;
}
.catch ul li p {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 8px;
}
@media (min-width: 1025px) {}
@media (min-width: 600px)and (max-width: 1024px) {}
@media (max-width: 599px) {
  .catch {
    padding-bottom: 50px;
  }
  .catch ul li {
    flex-basis: 50%;
  }
  .catch ul li p {
    font-size: 14px;
  }
}
/**********************************
main
**********************************/
.main {
  padding-bottom: 120px;
}
.main h2 {
  margin-bottom: 50px;
}
.main .text {
  text-align: left;
}
.main .text p {
  font-size: 22px;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 2;
}
.main .text p.strong {
  font-size: 30px;
  font-weight: 900;
}
.main .text p span {
  font-weight: inherit;
}
@media (min-width: 1025px) {
  .main {
    background-image: url(../img/main_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 980px;
  }
  .main .text {
    width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 600px)and (max-width: 1024px) {}
@media (max-width: 599px) {
  .main {
    background-image: url(../img/main_bg_left.png), url(../img/main_bg_right.png), url(../img/main_bg_bottom.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top 50px, right bottom 120px, right 20px bottom;
    background-size: 100px auto, 100px auto, auto 100px;
  }
  .main .container {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .main h2 {
    margin-bottom: 30px;
  }
  .main .text {
    padding: 8px 15px;
  }
  .main .text p {
    font-size: 16px;
  }
  .main .text p.strong {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  .section {
    padding-bottom: 80px;
  }
  .section .secTtl {
    margin-bottom: 50px;
  }
  .section .secTtl p {
    margin-bottom: 30px;
  }
  .section .secInnr {
    margin-bottom: 80px;
  }
}
@media (max-width: 599px) {
  .section {
    padding-bottom: 30px;
  }
  .section .secTtl {
    margin-bottom: 30px;
  }
  .section .secTtl p {
    width: 35%;
    margin: 0 auto 15px;
  }
  .section .secInnr {
    margin-bottom: 50px;
  }
}
/**********************************
sec01
**********************************/
.sec01 .grid > div .num img {
  height: 45px;
  width: auto;
}
.sec01 .grid > div .num {
  margin-bottom: 15px;
}
.sec01 .grid > div .ttl {
  margin-bottom: 15px;
}
.sec01 .grid > div .item_innr {
  text-align: left;
}
.sec01 .note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec01 .note ul li {
  text-align: left;
  font-weight: 500;
}
.sec01 .grid .item01 {
  background-image: url("../img/item01_bg.png");
  background-repeat: no-repeat;
}
.sec01 .grid .item02 {
  background-image: url("../img/item02_bg.png");
  background-repeat: no-repeat;
}
.sec01 .grid .item03 {
  background-image: url("../img/item03_bg.png");
  background-repeat: no-repeat;
}
.sec01 .grid .item04 {
  background-image: url("../img/item04_bg.png");
  background-repeat: no-repeat;
}
.sec01 .grid .item05 {
  background-image: url("../img/item05_bg.png");
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .sec01 .grid {
    width: 1060px;
    margin: 0 auto 30px;
  }
  .sec01 .grid > div .text {
    font-size: 14px;
  }
  .sec01 .grid .item01 {
    background-position: right 30px top 50px;
  }
  .sec01 .grid .item02 {
    background-position: right 50px bottom 80px;
  }
  .sec01 .grid .item03 {
    background-position: right 40px top 150px;
  }
  .sec01 .grid .item04 {
    background-position: left 100px top 80px;
  }
  .sec01 .grid .item05 {
    background-position: right 40px top 80px;
  }
  .sec01 .grid .item01 .item_innr {
    width: 230px;
    margin-left: 50px;
    margin-top: 50px;
  }
  .sec01 .grid .item02 .item_innr {
    margin-top: 50px;
    margin-left: 130px;
  }
  .sec01 .grid .item03 .item_innr {
    width: 290px;
    margin: 200px auto 0;
  }
  .sec01 .grid .item04 .item_innr {
    width: 280px;
    margin-top: 250px;
    margin-left: 50px;
  }
  .sec01 .grid .item05 .item_innr {
    width: 315px;
    margin-top: 250px;
    margin-left: 130px;
  }
}
@media (min-width: 600px)and (max-width: 1024px) {
  .sec01 .grid {
    background-size: contain;
  }
  .sec01 .grid .item01 {
    background-size: 30% auto;
    background-position: right 30px top 50px;
  }
  .sec01 .grid .item02 {
    background-size: 40% auto;
    background-position: right 50px bottom 80px;
  }
  .sec01 .grid .item03 {
    background-size: 40% auto;
    background-position: right 40px top 150px;
  }
  .sec01 .grid .item04 {
    background-size: 40% auto;
    background-position: left 100px top 80px;
  }
  .sec01 .grid .item05 {
    background-size: 40% auto;
    background-position: right 40px top 80px;
  }
  .sec01 .grid .item01 .item_innr {
    width: 230px;
    margin-left: 50px;
    margin-top: 50px;
  }
  .sec01 .grid .item02 .item_innr {
    margin-top: 50px;
    margin-left: 80px;
  }
  .sec01 .grid .item03 .item_innr {
    width: 290px;
    margin: 200px auto 0;
  }
  .sec01 .grid .item04 .item_innr {
    width: 280px;
    margin-top: 250px;
    margin-left: 50px;
  }
  .sec01 .grid .item05 .item_innr {
    width: 315px;
    margin-top: 250px;
    margin-left: 80px;
  }
}
@media (min-width: 600px) {
  .sec01 .grid {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 165px;
    gap: 4px;
    background-image: url("../img/sec01_bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: center center;
  }
  .sec01 .grid .item01 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .sec01 .grid .item02 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .sec01 .grid .item03 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 6;
    z-index: 2;
  }
  .sec01 .grid .item04 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 7;
  }
  .sec01 .grid .item05 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 7;
  }
}
@media (max-width: 599px) {
  .sec01 .grid > div .ttl {
    width: 50%;
  }
  .sec01 .grid > div {
    background-position: right top;
    padding-bottom: 30px;
    ;
    background-size: 45% auto;
  }
  .sec01 .grid > .item02 {
    background-size: 35% auto;
  }
  .sec01 .grid > .item03 {
    background-size: 40% auto;
  }
  .sec01 .grid > .item05 {
    background-size: 40% auto;
  }
}
/**********************************
sec02
**********************************/
.sec02 .flex > div .item_innr {
  text-align: left;
}
.sec02 .flex > div .item_innr .midashi {
  margin-bottom: 15px;
  font-weight: 900;
}
@media (min-width: 1025px) {
  .sec02 .flex > div {
    flex-basis: 500px;
    height: 500px;
  }
  .sec02 .flex > div .item_innr {
    width: 400px;
    margin: 60px auto;
    text-align: left;
  }
  .sec02 .flex .item01 {
    background-image: url("../img/sec02_item01_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
  }
  .sec02 .flex .item02 {
    background-image: url("../img/sec02_item02_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media (min-width: 600px)and (max-width: 1024px) {
  .sec02 .flex > div {
    flex-basis: 45%;
    background-size: cover;
  }
  .sec02 .flex .item01 {
    background-image: url("../img/sec02_item01_bg_top.png"), url("../img/sec02_item01_bg_bottom.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
    padding: 50px 30px 150px;
  }
  .sec02 .flex .item02 {
    background-image: url("../img/sec02_item02_bg_top.png"), url("../img/sec02_item02_bg_bottom.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
    padding: 50px 30px 200px;
  }
}
@media (min-width: 600px) {
  .sec02 .flex {
    display: flex;
    justify-content: space-around;
  }
  .sec02 .flex > div .item_innr .midashi {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .sec02 .flex .item01 {
    background-image: url("../img/sec02_item01_bg_top.png"), url("../img/sec02_item01_bg_bottom.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
    padding: 30px 15px 120px;
  }
  .sec02 .flex .item02 {
    background-image: url("../img/sec02_item02_bg_top.png"), url("../img/sec02_item02_bg_bottom.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
    padding: 30px 15px 150px;
  }
  .sec02 .flex > div .item_innr .midashi {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
/**********************************
sec03
**********************************/
.sec03 .secInnr {
  display: flex;
}
.sec03 .secInnr .item .text {
  text-align: left;
}
.sec03 .secInnr .item .text p {
  margin-bottom: 0.5em;
}
.sec03 .secInnr .item .img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec03 .secInnr .item .img p {
  flex: 1 0 50%;
  padding: 15px;
}
@media (min-width: 1025px) {
  .sec03 .secInnr {
    width: 1030px;
    margin: 0 auto;
  }
}
@media (min-width: 600px) {
  .sec03 .secInnr {
    background-image: url("../img/sec03_bg");
    background-repeat: no-repeat;
    background-position: left 120px bottom;
    padding-bottom: 120px;
  }
  .sec03 .secInnr .midashi {
    flex-basis: 30%;
  }
  .sec03 .secInnr .item {
    flex-basis: 70%;
  }
}
@media (max-width: 599px) {
  .sec03 .secInnr {
    flex-direction: column;
  }
  .sec03 .secInnr .midashi {
    background-image: url("../img/sec03_bg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 40% auto;
    flex-basis: 180px;
  }
  .sec03 .secInnr .midashi img {
    width: 75%;
    margin: 0px auto;
  }
  .sec03 .secInnr .item .img p {
    padding: 4px;
  }
}
/**********************************
aisatsu
**********************************/
.aisatsu .secInnr .conts {
  background-color: #FFF;
  text-align: left;
  margin-right: 30%;
  padding-right: 15px;
}
.aisatsu .secInnr .conts .text {
  margin-bottom: 15px;
}
.aisatsu .secInnr .conts .company {
  display: flex;
}
.aisatsu .secInnr .conts .company > div {
  flex-basis: 50%;
  margin-bottom: 15px;
}
.aisatsu .secInnr .conts .company dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
}
.aisatsu .secInnr .conts .company dl dt {
  flex: 1 0 30%;
}
.aisatsu .secInnr .conts .company dl dd {
  flex: 1 0 70%;
}
.aisatsu .secInnr .conts .company .link a {
  display: inline-block;
  padding: 0 1.5em;
  border-radius: 4px;
  background-color: #000;
  color: #FFF;
}
@media (min-width: 1025px) {
  .aisatsu .secInnr {
    width: 1020px;
    margin: 0 auto;
  }
}
@media (min-width: 600px) {
  .aisatsu .container {
    padding-bottom: 80px;
  }
  .aisatsu .secInnr {
    background-image: url("../img/aisatsu_bg.jpg");
    background-repeat: no-repeat;
    background-position: right center;
  }
  section.aisatsu .secInnr {
    margin-bottom: 0;
  }
  .aisatsu .secInnr .conts .secTtl {
    margin-bottom: 30px
  }
  .aisatsu .secInnr .conts .text {
    margin-bottom: 30px;
    line-height: 1.8;
  }
  .aisatsu .secInnr .conts .company > div {
    padding-right: 15px;
  }
  .aisatsu .secInnr .conts .company h3 {
    font-size: 18px;
  }
  .aisatsu .secInnr .conts .company dl {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .aisatsu {
    padding: 30px 0;
    background-image: url("../img/aisatsu_bg.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    margin-bottom: 30px;
  }
  .aisatsu .container {
    padding: 0;
  }
  .aisatsu .secInnr .conts {
    margin-right: 15%;
    padding: 15px 15px 15px 30px;
  }
  .aisatsu .secInnr .conts .secTtl {
    margin-bottom: 15px
  }
  .aisatsu .secInnr .conts .secTtl img {
    height: 20px;
  }
  .aisatsu .secInnr .conts .company {
    flex-direction: column;
  }
}
/**********************************
jirei
**********************************/
.jirei .secInnr ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .jirei .secInnr ul li {
    flex-basis: 33.3%;
    padding: 8px;
  }
}
@media (max-width: 599px) {
  .jirei .secTtl {
    width: 65%;
    margin: 0 auto 20px;
  }
  .jirei .secInnr ul li {
    flex-basis: 50%;
    padding: 4px;
  }
}
/**********************************
contact
**********************************/
.contact {
  background-color: #FDE221;
}
.contact > div {
  padding: 80px 0;
}
.contact .secTtl {
  margin-bottom: 50px;
}
.contact .secTtl h2 {
  margin-bottom: 15px;
}
.contact .secInnr dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.contact .secInnr dl dt {
  flex-basis: 30%;
  text-align: right;
  padding: 15px;
  font-weight: 500;
}
.contact .secInnr dl dd {
  flex-basis: 70%;
  padding: 15px;
  text-align: left;
}
.contact .secInnr dl dt span.hissu {
  padding: 0 1em;
  background-color: #C00;
  color: #FFF;
  border-radius: 50px;
  font-size: 14px;
}
.contact .policy {
  border: 1px solid #CCC;
  border-radius: 8px;
  background-color: #FFF;
  padding: 8px;
  text-align: left;
  font-size: 14px;
}
.contact .policy .scroll {
  height: 180px;
  overflow-y: scroll;
  padding: 15px;
}
.contact .policy h4 {
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.contact .policy p {
  margin-bottom: 1em;
  text-indent: 1em;
}
.contact .policy ol {
  margin-left: 1.5em;
}
.contact .policy ol li {
  list-style-position: outside;
  list-style-type: decimal;
}
.contact .policy .sign {
  display: flex;
  justify-content: flex-end;
}
.contact .submit {
  margin-bottom: 20px;
}
.contact .font-small {
  font-size: 14px;
}
@media (min-width: 1025px) {
  .contact .policy {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 600px) {
  .contact .secInnr dl {
    width: 800px;
    margin: 0 auto 30px;
  }
  .contact .secInnr dl dd ul.inline {
    display: flex;
		flex-wrap: wrap;
  }
  .contact .secInnr dl dd ul li {
		flex-basis: 50%;
  }
  .contact .secInnr dl dd ul li label {
		display: block;
  }
}
@media (max-width: 599px) {
  .contact > div {
    padding: 40px 15px;
  }
  .contact .secTtl {
    width: 80%;
    margin: 0 auto 20px;
  }
  .contact .secInnr dl {
    flex-direction: column;
  }
  .contact .secInnr dl dt {
    flex-basis: 100%;
    width: 100%;
    padding: 2px;
    text-align: left;
    font-size: 16px;
  }
  .contact .secInnr dl dd {
    flex-basis: 100%;
    width: 100%;
    padding: 2px;
    margin-bottom: 8px;
  }
  .contact .secInnr dl dt span.hissu {
    font-size: 12px;
  }
  .contact .font-small {
    font-size: 12px;
  }
}
/**********************************
breadcrumb
**********************************/
.breadcrumb {
  text-align: left;
  /*background-color: #FDE223;*/
  background-color: #FFF;
}
.breadcrumb ul li {
  display: inline-block;
  color: #000;
}
.breadcrumb ul li + li::before {
  content: ">";
  padding: 0 8px;
  font-size: 14px;
}
.breadcrumb ul li a {
  color: #000;
}
/**********************************
form_ok
**********************************/
.form_ok {
  background-color: #FFF;
  padding: 30px 0;
}
.form_ok .form_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
	align-items: center;
	text-align: left;
}
.form_ok .form_wrap h3 {
	margin-bottom: 1em;
}
.form_ok .form_wrap ul.err {
  margin-left: 1.5em;
}
.form_ok .form_wrap ul.err li {
  list-style-type: disc;
  color: #F00;
}
/**********************************
FOOTER
**********************************/
#footer {
  background-color: #FDE221;
  padding: 15px;
}
#footer .footWrap {
  display: flex;
}
#footer .footWrap .link {
  text-align: left;
}
#footer .footWrap .link ul li a {
  display: inline-block;
  line-height: 1.2;
  padding-left: 25px;
  background: url(../img/arrow.png) no-repeat 0 center;
  min-height: 20px;
}
@media (min-width: 600px) {
  #footer .footWrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 15px;
  }
  #footer .footWrap .link ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 105px;
  }
  #footer .footWrap .link a {
    margin-right: 1em;
  }
  .fixed_footer {
    display: none;
  }
}
@media (max-width: 599px) {
  #footer {
    padding-bottom: 80px;
  }
  #footer .footWrap {
    flex-direction: column;
  }
  #footer .footWrap .link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fixed_footer {
    background-image: url("../img/fixed_fotter_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: fixed;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .fixed_footer ul {
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
  }
  .fixed_footer ul li {
    flex-basis: 50%;
  }
  .fixed_footer ul li a {
    display: block;
		padding: 4px 8px;
  }
}
/**********************************
animation
**********************************/
/*マーカーアニメーション*/
.c-marker.is-active {
  background-position: 0% .5em;
}
.c-marker {
  background: -webkit-linear-gradient(left, rgba(252, 226, 33, 0.8) 50%, transparent 50%);
  background: linear-gradient(left, rgba(252, 226, 33, 0.8) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em;
  background-position: 100% .8em;
  transition: 10s;
}