/*========================================== 
  0.reset
========================================== */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}



#main div,
#main span,
#main object,
#main iframe,
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main p,
#main blockquote,
#main pre,
#main abbr,
#main address,
#main cite,
#main code,
#main del,
#main dfn,
#main em,
#main img,
#main ins,
#main kbd,
#main q,
#main samp,
#main small,
#main strong,
#main sub,
#main sup,
#main var,
#main b,
#main i,
#main dl,
#main dt,
#main dd,
#main ol,
#main ul,
#main li,
#main fieldset,
#main form,
#main label,
#main legend,
#main table,
#main caption,
#main tbody,
#main tfoot,
#main thead,
#main tr,
#main th,
#main td,
#main article,
#main aside,
#main canvas,
#main details,
#main figcaption,
#main figure,
#main footer,
#main header,
#main hgroup,
#main menu,
#main nav,
#main section,
#main summary,
#main time,
#main mark,
#main audio,
#main video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

#main *,
#main *::before,
#main *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

#main article,
#main aside,
#main details,
#main figcaption,
#main figure,
#main footer,
#main header,
#main hgroup,
#main menu,
#main nav,
#main section,
#main main {
  display: block;
}

#main ul,
#main li {
  list-style: none;
}

#main blockquote,
#main q {
  quotes: none;
}

#main blockquote::before,
#main blockquote::after,
#main q::before,
#main q::after {
  content: "";
  content: none;
}

#main a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

#main address {
  font-style: normal;
}

#main ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

#main mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

#main del {
  text-decoration: line-through;
}

#main table {
  border-collapse: collapse;
  border-spacing: 0;
}

#main hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #444;
  margin: 1em 0;
  padding: 0;
}

#main input,
#main select {
  vertical-align: middle;
}

#main button {
  margin: 0;
}

#main a,
#main a:link,
#main a:visited {
  text-decoration: none;
}

#main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#main .left-content,
#main .right-content {
  display: block;
  width: calc(50% - 300px);
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 1;
}

#main .left-content {
  left: 0;
  background-image: url(../img/left.jpg);
  background-position: left top;
  background-size: cover;
}

#main .left-content .left-content_logo {
  position: absolute;
  top: 20px;
  left: 40px;
}



#main .left-content .left_img {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

#main .left-content .left_img.show {
  opacity: 1;
  visibility: visible;
}

#main .right-content {
  right: 0;
  z-index: 10;
  background: url(../img/right.jpg) repeat-y left top;
  background-size: 100% auto;
}

#main .right-content .right_img {
  text-align: center;
  padding-top: 60px;
}

#main .right-content .nav {
  width: 60%;
  margin: -30px auto 0 auto;
}

#main .right-content dl {
  background: #fff;
  padding: 25px;
  margin-bottom: 16px;
}

#main .right-content dl dt {
  color: #006B0A;
  font-size: 26px;
  font-weight: 600;
  line-height: 47.528px;
  border-bottom: 1px solid #006B0A;
  margin-bottom: 7px;
}

#main .right-content dl dd {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 7px;
  margin-bottom: 7px;
  line-height: 1.4;
}

#main .right-content dl dd a {
  color: #006B0A;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

#main .right-content dl dd a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #006B0A;
  border-right: 2px solid #006B0A;
  transform: rotate(135deg);
  position: absolute;
  right: -14%;
  top: 30%;
}

#main .right-content dl dd:last-child {
  padding-bottom: 7px;
  margin-bottom: 0;
}

#main .right-content ul {
  display: flex;
  gap: 20px;
}

@media (max-width: 1080px) {
  #main .right-content .nav {
    display: none;
  }
}


#main .main-content {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 84px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  #main .left-content {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #main .right-content {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #main .right-content {
    display: none;
  }
}


/*========================================== 
    20.MAIN-CONTENT
  ========================================== */
#main .mv {
  position: relative;
  height: 1430px;
  background: url(../img/bg_00.jpg);
}

@media screen and (max-width: 767px) {
  #main .mv {
    height: 947px;
  }
}

#main .mv h1 {
  background: url(../img/mv.png);
  height: 1383px;
  background-size: cover;
  text-indent: -9999px;
}

@media screen and (max-width: 767px) {
  #main .mv h1 {
    background: url(../img/mv.png);
    height: 849px;
    background-size: cover;
    text-indent: -9999px;
  }
}


#main .mv .logo {
  position: absolute;
  top: 16px;
  left: 20px;
  display: none;
}

@media screen and (max-width: 768px) {
  #main .mv .logo {
    display: block;
  }
}

#main .mv .logo img {
  width: 76px;
  height: auto;
}

#main .sec01_tl {
  position: relative;
  margin-top: -180px;
  z-index: 100;
}

#main .sec02_tl {
  position: relative;
}

#main .sec02_tl div {
  z-index: 100;
  position: relative;
}

#main .sec03_tl {
  position: relative;
  margin-top: -94px;
}


@media screen and (max-width: 768px) {
  #main .sec03_tl {
    position: relative;
    margin-top: -60px;
  }
}


#main .sec05_tl {
  position: relative;
  background-image: url(../img/bg_03_img_01.jpg), url(../img/bg_03.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

#main .sec05_tl div {
  z-index: 100;
  position: relative;
}

#main .bg_01 {
  background-image: url(../img/bg_01_img_01.jpg), url(../img/bg_01.jpg);
  background-position: center bottom, left top;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, auto;
}

#main .sec01 {
  padding: 30px 16px 0 16px;
}

#main .sec02 {
  background-image: url(../img/bg_01_img_02.jpg), url(../img/bg_01.jpg);
  background-position: center bottom, left top;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, auto;
  position: relative;
  padding: 30px 16px 200px 16px;
}

#main .sec03 {
  background-image: url(../img/bg_02.jpg);
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
  padding: 30px 16px 40px 16px;
}

#main .sec04 {
  background-image: url(../img/bg_03.jpg);
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
  padding: 30px 16px 16px 16px;
}

#main .sec05 {
  background-image: url(../img/bg_04_img_01.jpg), url(../img/bg_04.jpg);
  background-position: center bottom, center top;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, auto;
  padding: 0 16px 140px 16px;

}

#main .sec01 .inner {
  background: #fff;
  border-radius: 16px;
  padding: 30px 19px 19px 19px;
  margin-bottom: 19px;
}

#main .sec02 .inner {
  background: #fff;
  border-radius: 16px;
  padding: 19px;
  margin-top: -70px;
  margin-bottom: 30px;
}

#main .sec03 .inner {
  background: #CBE1FF;
  border-radius: 16px;
  padding: 19px;
  margin-bottom: 30px;
}

#main .sec04 .inner {
  background: #B8DF93;
  border-radius: 16px;
  padding: 19px;
  margin-bottom: 30px;
}

#main .sec05 .inner {
  background: #fff;
  border-radius: 16px;
  padding: 30px 19px 19px 19px;
  margin-bottom: 30px;
}

#main .inner .icon img {
  display: block;
  width: 66px;
  height: auto;
  margin: 0 auto 10px auto;
}

#main .inner h3 {
  color: #241400;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
}

#main .inner h3 span {
  font-size: 20px;
}

#main .sec01 .inner h3 {
  margin-bottom: 0;
}

#main .inner h4 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  background: #241400;
  text-align: center;
  padding: 3px 0 5px 0;
  margin-bottom: 8px;
}

#main .inner h5 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 30.4px;
}

#main .inner h6 {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  background: #2B2B2B;
  padding: 5px 0;
  margin-bottom: 8px;
}

#main .inner .txt01 {
  color: #241400;
  font-size: 16px;
  font-weight: 600;
  line-height: 30.4px;
  margin-top: 4px;
}

#main .inner .txt02 {
  color: #241400;
  font-size: 22px;
  font-weight: 600;
  line-height: 30.4px;
}

#main .inner .txt03 {
  color: #241400;
  font-size: 16px;
  font-weight: 300;
  line-height: 17.363px;
}

#main .txt04 {
  text-align: right;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 39.5px;
  margin-top: -27px;
  position: relative;
}


#main .inner .baloon01 {
  border-radius: 8px;
  background: #f0f0f0;
  color: #241400;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  position: relative;
  margin-top: 20px;
  padding: 12px 16px;
  margin-bottom: 16px;
}

#main .inner .baloon01::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 24%;
  width: 22px;
  height: 30px;
  background: #f0f0f0;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}

#main .inner .baloon02 {
  border-radius: 8px;
  background: #80aef0;
  border: 1px solid #269efc;
  color: #241400;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  position: relative;
  margin-top: 30px;
  padding: 12px 16px;
}

#main .inner .baloon02::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 24%;
  width: 22px;
  height: 30px;
  background: #80aef0;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}

#main .inner .baloon03 {
  border-radius: 8px;
  background: #B8DF93;
  color: #241400;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  position: relative;
  margin-top: 30px;
  padding: 12px 16px;
}

#main .inner .baloon03::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 24%;
  width: 22px;
  height: 30px;
  background: #B8DF93;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}

#main .inner .btn01 {
  margin-bottom: 8px;
}

#main .inner .btn01 a {
  display: block;
  width: 100%;
  height: 67px;
  line-height: 65px;
  color: #241400;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #241400;
  background: url(../img/ar_01.png) no-repeat right 20px center;
  background-size: 20px 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.17);
  position: relative;
}

#main .inner .btn01.line2 a {
  display: block;
  width: 100%;
  height: 69px;
  line-height: 1.4;
  color: #241400;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #241400;
  background: url(../img/ar_01.png) no-repeat right 20px center;
  background-size: 20px 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.17);
  padding: 9px 0;
  position: relative;
}

#main .btn02 a {
  display: block;
  width: 100%;
  height: 88px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  font-size: 20px;
  background: #D7373D url(../img/ar_02.png) no-repeat right 20px center;
  background-size: 24px 24px;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 14px 0;
  position: relative;
}

#main .btn02 a span {
  font-weight: 700;
}

#main .baloon04 {
  display: block;
  color: #007313;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
  background: url(../img/baloon_04.png) no-repeat center center;
  background-size: 100% auto;
  width: 580px;
  height: 194px;
  padding-top: 13px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #main .baloon04 {
    display: block;
    color: #007313;
    text-align: center;
    font-size: 21.882px;
    font-weight: 600;
    line-height: 28px;
    background: url(../img/baloon_04.png) no-repeat center center;
    background-size: 100% auto;
    width: 351px;
    height: 117px;
    padding-top: 13px;
    position: relative;
  }
}

#main .baloon05 {
  background: #fff;
  border-radius: 16px;
  padding: 12px 8px 12px 8px;
  margin-left: 20px;
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}

#main .baloon05::after {
  content: "";
  background: url(../img/baloon_05.png) no-repeat left top;
  background-size: 11px 10px;
  position: absolute;
  top: 16px;
  left: -10px;
  width: 11px;
  height: 10px;
}

#main .baloon06 {
  background: #fff;
  border-radius: 16px;
  padding: 12px 8px 12px 8px;
  margin-right: 18px;
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  width: 73%;
}

#main .baloon06::after {
  content: "";
  background: url(../img/baloon_06.png) no-repeat left top;
  background-size: 11px 10px;
  position: absolute;
  top: 16px;
  right: -10px;
  width: 11px;
  height: 10px;
}



#main .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}

#main .figure {
  width: 22%;
  color: #000;
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
}

#main .sec04 .img {
  width: 60px;
  margin: 0 auto;

}

#main .sec04 img {
  width: 100%;
  height: auto;
}

#main .lead {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  background: url(../img/swing.png) no-repeat center center;
  background-size: 229px 42px;
  width: 229px;
  height: 42px;
  margin: 0 auto 30px auto;
}

#main .lead span {
  font-size: 20px;
}





/*========================================== 
    25.MAIN-CONTENT (SP)
  ========================================== */
@media screen and (max-width: 767px) {
  #main .main-content {
    max-width: 100%;
  }
}


#main .footer-wrapper {
  margin: auto;
  background-color: #fff;
  padding: 50px 25px 111px;
}

#main .footer-wrapper footer .inner {
  width: 100%;
}

#main .footer-wrapper footer .inner p {
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  #main .footer-wrapper footer .inner p {
    font-size: 16px;
  }
}

#main .footer-wrapper footer .inner p a {
  display: inline;
  color: #000;
}

#main .footer-wrapper .cp {
  margin-top: 45px;
}