body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  color: #373737;
  position: relative;
}

body p {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  color: #373737;
}

.font-noto {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.font-din {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

a {
  text-decoration: none !important;
}

a:hover {
  opacity: 0.8;
  transition-duration: 0.5s;
}

/*フォントサイズ*/
.fz-12 {
  font-size: 12px;
}
.fz-14 {
  font-size: 14px;
}
.fz-15 {
  font-size: 15px;
}
.fz-16 {
  font-size: 16px;
}
.fz-18 {
  font-size: 18px;
}
.fz-20 {
  font-size: 20px;
}
.fz-24 {
  font-size: 24px;
}
.fz-28 {
  font-size: 28px;
}
.fz-32 {
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .fz-md-14 {
    font-size: 14px;
  }
  .fz-md-16 {
    font-size: 16px;
  }
  .fz-md-18 {
    font-size: 18px;
  }
  .fz-md-20 {
    font-size: 20px;
  }
  .fz-md-24 {
    font-size: 24px;
  }
  .fz-md-28 {
    font-size: 28px;
  }
  .fz-md-32 {
    font-size: 32px;
  }
  .fz-md-40 {
    font-size: 40px;
  }
  .fz-md-48 {
    font-size: 48px;
  }
  .fz-md-56 {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .mt-24-sp {
    margin-top: 24px !important;
  }

  .mt-36-sp {
    margin-top: 36px !important;
  }
}

@media (min-width: 768px) {
  .section {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .section {
    margin-top: 64px;
  }
}

@media (max-width: 767px) {
  .section h2 {
    font-size: 24px !important;
    letter-spacing: 0.1em !important;
  }
}

.section h2 {
  width: 650px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 32px;
  letter-spacing: 0.3em;
  padding-bottom: 6px;
  border-bottom: dotted 3px #373737;
  border-width: 4px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #373737;
}

.bg-orange {
  background-color: #0066c8;
}

.bg-red {
  background-color: #c52620;
}

.text-orange {
  color: #d08727;
}

.text-orange-b {
  color: #ce6016;
}

.text-red {
  color: #c52620;
}

@media (max-width: 576px) {
  .container {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}

@media (min-width: 1200px) {
  .container-lg {
    max-width: 1000px !important;
  }
}

/*サイド
.side-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
.side-btn-red {
  height: 250px;
  width: 76px;
  background-color: #ffe400;
  position: relative;
  border-radius: 15px 0 0 15px;
}

.side-btn-orange {
  margin-top: 25px;
  height: 250px;
  width: 76px;
  background-color: #0066cc;
  position: relative;
  border-radius: 15px 0 0 15px;
}

.side-btn-rayout {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  margin: auto;
}

.tategaki {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  display: inline-block;
}

.side-btn-ls {
  letter-spacing: 0.2em;
}

.side-btn-sp {
  position: fixed;
  bottom: 0;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

@media (max-width: 576px) {
  .side-btn-sp {
    width: 96%;
  }
}

.side-btn-red-sp {
  height: 75px;
  width: 48%;
  background-color: #ffe400;
  position: relative;
  border-radius: 15px 15px 0 0;
}

.side-btn-orange-sp {
  height: 75px;
  width: 48%;
  background-color: #0066cc;
  position: relative;
  border-radius: 15px 15px 0 0;
}

.btn-top {
  height: 100%;
}
*/

/*ヘッダー
#header {
  position: relative;
  background-color:#0099ff;
  background-size: cover;
  background-position: center center;
  width: 100%;
  pointer-events: none;
}

#header .header-2 {
  width: 67%;
  left: 13%;
  bottom: 9%;
  z-index:3;
}

#header .header-3 {
  width:76%;
  left:2%;
  top:0;
  z-index:2;
}

#header .header-logo {
  left: 5%;
  top: 5%;
  width: 12%;
  z-index: 99;
}

@media (min-width: 768px) {
  #header .header-logo {
    left: 5%;
    top: 5%;
    width: 15%;
    z-index: 99;
  }
}

@media (max-width: 767px) {
  #header {
    aspect-ratio: 75/43;
  }

  #header .header-logo {
    left: 5%;
    top: 5%;
    width: 15%;
    z-index: 99;
  }

  #header .header-deco {
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 75/43;
    opacity: 0.8;
  }

  #header .header-content {
    width: 100%;
    bottom: -1px;
    z-index: 99;
  }

  #header .header-title {
    width: 55%;
  }
}
*/

/*ヘッダー*/
#header {
  background: url("../images/bg-front.jpg");
  background-size: cover;
  margin-bottom: 5%;
}

#header .front-img-1 {
  width: 82%;
  margin: 0 auto;
  padding-top: 10%;
  position: relative;
  z-index: 3;
}

#header .front-img-2 {
  width: 54%;
  margin: 0 auto;
}

#header .front-img-3 {
  width: 62%;
  margin: 3% auto 0;
}

#header .front-img-4 {
  width: 64%;
  aspect-ratio: 877/402;
  margin: 0 auto;
}

#header .front-img-4 .front-img-4-2 {
  bottom: -15%;
  left: 0;
}

#header .front-effect-1 {
  top: 0;
  left: 0;
  width: 100%;
}

#header .header-logo {
  width: 13%;
  top: 1%;
  left: 3%;
  z-index: 999;
}

@media (max-width: 768px) {
  #header {
    background: url("../images/bg-front-sp.jpg");
    background-size: cover;
    margin-bottom: 15%;
  }

  #header .front-img-1 {
    width: 83%;
    margin: 0 auto;
    padding-top: 10%;
    position: relative;
    z-index: 3;
  }

  #header .front-img-2 {
    width: 77%;
    margin: 0 auto;
  }

  #header .front-img-3 {
    width: 78%;
    margin: 3% auto 0;
  }

  #header .front-img-4 {
    width: 66%;
    aspect-ratio: 9/13;
    margin: 0 auto;
  }

  #header .front-img-4 .front-img-4-2 {
    bottom: -15%;
    left: 0;
  }

  #header .front-effect-1 {
    top: 0;
    left: 0;
    width: 100%;
  }

  #header .header-logo {
    width: 16%;
    top: 0.2%;
    left: 3%;
    z-index: 999;
  }
}

/*contents-1*/
#contents-1.section {
  padding-top: 48px;
}

.contents-1-box {
  width: 95%;
  margin: 5% auto 0;
  padding: 1%;
  border-radius: 10px;
  position: relative;
}

.contents-1-box .contents-img-1-2 {
  width: 35%;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
}

.contents-1-3 {
  width: 100%;
  position: relative;
  border: solid 3px #003399;
  border-radius: 10px;
  padding: 3.5% 2% 0%;
}

.contents-1-3 .left {
  width: 47%;
}

.contents-1-3 .middle {
  width: 5%;
  position: relative;
}

.contents-1-3 .middle .contents-img-1-3-3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}

.contents-1-3 .middle .border-effect {
  border-right: solid 2px #003399;
  height: 100%;
}

.contents-1-3 .middle .border-rayout {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

.contents-1-3 .right {
  width: 43%;
}

.contents-1-3 p {
  font-size: 12px;
  margin: 1% 0;
  text-align: center;
}

.contents-1-4 {
  width: 100%;
  position: relative;
  border: solid 3px #cc0000;
  border-radius: 10px;
  padding: 3.5% 2% 1%;
}

.contents-1-box .contents-img-1-4 {
  width: 35%;
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
}

.contents-1-4 .left {
  width: 47.5%;
}

.contents-1-4 .right {
  width: 47.5%;
  position: relative;
}

.contents-1-4 .right .contents-img-1-4-2 {
  width: 81%;
  position: relative;
  z-index: 2;
}

.contents-1-4 .right .contents-img-1-4-4 {
  width: 39%;
  top: -20%;
  right: -10%;
}

.contents-1-4 .float-text {
  position: relative;
}

.contents-1-4 .right .float-text p {
  font-size: 13px;
  margin-top: 3%;
  margin-left: 3%;
  margin-bottom: 0;
}

.contents-1-4 .float-text .contents-img-1-4-3 {
  float: right;
  margin-top: 1%;
  margin-left: 1%;
  width: 50%;
}

.contents-1-4 .float-text::after {
  content: "";
  display: block;
  clear: both;
}

.contents-1-4 .middle {
  width: 5%;
  position: relative;
}

.contents-1-4 .middle .contents-img-1-3-3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}

.contents-1-4 .middle .border-effect {
  border-right: solid 2px #cc0000;
  height: 100%;
}

.contents-1-4 .middle .border-rayout {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

@media (max-width: 768px) {
  #contents-1.section {
    padding-top: 48px;
  }

  .contents-1-box {
    padding: 2%;
    margin: 10% auto 0;
  }

  .contents-1-box .contents-img-1-2 {
    width: 90%;
    top: -3%;
  }

  .contents-1-box .contents-img-1-4 {
    width: 90%;
    top: -2.5%;
  }

  .contents-1-3 {
    padding: 5% 3% 3%;
  }

  .contents-img-1-3-1-sp {
    width: 98%;
  }

  .contents-img-1-3-2-sp {
    width: 86%;
  }

  .contents-1-4 {
    padding: 7% 3% 7%;
  }

  .contents-img-1-4-1-sp {
    width: 98%;
  }

  .contents-img-1-4-2-sp {
    width: 102%;
  }

  .contents-img-1-4-4 {
    width: 55%;
    margin: 2% auto 1%;
  }

  .border-sp .border-rayout-sp {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .border-sp .border-rayout-sp .border-effect-red {
    width: 100%;
    border-top: solid 2px #cc0000;
  }

  .border-sp .border-rayout-sp .border-effect-blue {
    width: 100%;
    border-top: solid 2px #003399;
  }

  .border-sp .circle {
    width: 16%;
    margin: 1% auto;
    position: relative;
    z-index: 3;
  }
}

#contents-2 {
  background: url("../images/bg-contents-2.jpg");
  background-size: cover;
  padding: 5% 0;
}

.content-2-1-box {
  position: relative;
  background-color: #fff;
  border: solid 3px #ffcccc;
  border-radius: 10px;
}

.content-2-1 {
  width: 90%;
  margin: 0 auto;
  padding: 5% 0;
}

.content-2-1-title-effect {
  width: 14%;
  left: 3%;
  top: -15%;
}

@media (min-width: 768px) {
  .content-2-1-title {
    width: 80%;
    top: -2%;
    left: 50%;
    transform: translateX(-50%);
  }

  .content-2-1 .otoku {
    position: relative;
    padding-bottom: 2%;
    margin-top: 2%;
    border-bottom: solid 2px #ff3366;
  }

  .content-2-1 .otoku-circle {
    position: absolute;
    width: 6%;
    left: 5%;
    top: 0;
  }

  .content-2-1 .otoku-circle-2 {
    position: absolute;
    width: 12%;
    left: 1%;
    bottom: -7%;
  }
}

.otoku p {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 992px) and (min-width: 768px) {
  .otoku p {
    font-size: 14px;
  }
}

.otoku .otoku-1-2 {
  width: 72%;
  margin: 0 auto 2%;
}

.otoku .otoku-2-2 {
  width: 44%;
  margin: 0 auto 2%;
}

.otoku .otoku-3-2 {
  width: 76%;
  margin: 0 auto 2%;
}

.otoku .otoku-4-2 {
  width: 63%;
  margin: 0 auto 2%;
}

.content-2-1 p.con {
  font-size: 12px;
  margin-top: 3%;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #contents-2 {
    padding: 10% 0;
  }

  .content-2-1 {
    padding: 15% 0 8%;
  }

  .content-2-1-title {
    width: 104%;
    top: -5%;
    right: 0;
  }

  .otoku {
    position: relative;
    padding-bottom: 3%;
    margin-top: 5%;
    border-bottom: solid 2px #ff3366;
  }

  .content-2-1 .otoku-circle {
    position: absolute;
    width: 14%;
    left: -1%;
    top: 0;
  }

  .content-2-1 .otoku-circle-2 {
    position: absolute;
    width: 30%;
    left: -10%;
    top: -9%;
  }

  .otoku .otoku-1-2 {
    width: 82%;
    margin: 0 0 3% 14%;
  }

  .otoku .otoku-2-2 {
    width: 52%;
    margin: 0 0 3% 14%;
  }

  .otoku .otoku-3-2 {
    width: 85%;
    margin: 0 0 3% 14%;
  }

  .otoku .otoku-4-2 {
    width: 80%;
    margin: 0 0 3% 20%;
  }

  .otoku p {
    text-align: left;
    margin-bottom: 2%;
    font-size: 18px;
  }

  .ti-20 {
    text-indent: 20%;
  }

  .content-2-1 p.con {
    font-size: 14px;
    margin-top: 5%;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .content-2-2-box {
    position: relative;
    background-color: #fff;
    border: solid 3px #ffcc99;
    border-radius: 10px;
    margin-top: 5%;
  }

  .content-2-2 {
    width: 90%;
    margin: 0 auto;
    padding: 5% 0 3%;
  }

  .content-2-2 .content-2-2-title {
    width: 71%;
    left: 50%;
    top: -2%;
    transform: translateX(-50%);
  }
}

.content-2-2-title-effect {
  width: 14%;
  top: -4%;
  left: -2%;
}

.content-2-2 p.text-1 {
  width: 80%;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
}

.content-2-2 p.text-2 {
  font-size: 24px;
  text-align: center;
  border-top: solid 2px #231815;
  line-height: 1;
  margin-bottom: 0;
  padding: 2% 1%;
}

.content-2-2 p.text-2 span {
  font-size: 20px;
}

.content-2-2 p.text-3 {
  font-size: 20px;
  text-align: center;
  border-top: solid 2px #231815;
  line-height: 1;
  margin-bottom: 0;
  padding: 2% 1%;
}

.content-2-2 p.text-3 span {
  font-size: 28px;
}

.content-2-2 p.text-3 span.sm {
  font-size: 14px;
}

.content-2-2 .text-4 {
  border-top: solid 2px #231815;
  line-height: 1;
  padding: 2% 1%;
  display: flex;
  justify-content: center;
}

.content-2-2 .text-4 ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.content-2-2 .text-4 ul li {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
  color: #373737;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
}

.content-2-2 .text-4 ul li::before {
  content: "◼︎";
}

.content-2-2 .text-5 {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}

.content-2-2-1 {
  width: 50%;
  margin: 3% auto;
}

@media (max-width: 768px) {
  .content-2-2-box {
    position: relative;
    background-color: #fff;
    border: solid 3px #ffcc99;
    border-radius: 10px;
    margin-top: 15%;
  }

  .content-2-2 {
    width: 90%;
    margin: 0 auto;
    padding: 20% 0 5%;
  }

  .content-2-2 .content-2-2-title {
    width: 104%;
    right: 0;
    top: -6%;
  }

  .content-2-2 p.text-1 {
    width: 100%;
    font-size: 18px;
    text-align: left;
  }

  .content-2-2 p.text-2 {
    font-size: 20px;
    line-height: 1.3;
    padding: 3% 1%;
  }

  .content-2-2 p.text-3 {
    padding: 3% 1%;
  }

  .content-2-2 .text-4 {
    padding: 3% 0;
    display: flex;
    justify-content: start;
  }

  .content-2-2-1 {
    width: 100%;
    margin: 5% auto;
  }

  .content-2-2 .text-5 {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
  }
}

.contents-3-box {
  position: relative;
}

.contents-3-title-1 {
  width: 50%;
  margin: 4% auto 3%;
}

@media (min-width: 768px) {
  #contents-3 {
    padding-bottom: 5%;
  }

  .contents-3-title-2 {
    position: relative;
    width: 65%;
    margin: 0 auto 3%;
  }

  .contents-3-title-2 p {
    padding: 1%;
    text-align: center;
    font-size: 22px;
  }

  .contents-3-title-3 {
    position: absolute;
    width: 28%;
    top: -5%;
    left: -5%;
  }
}

.contents-3-title-4 {
  width: 40%;
  top: -15%;
  right: -38%;
  z-index: -1;
}

.content-3-area {
  background-color: #ffffcc;
  padding: 2% 0 1%;
}

.content-3-area p {
  font-size: 12px;
  margin: 3% 2% 0;
}

@media (max-width: 768px) {
  .contents-3-title-2 {
    padding: 55% 0 10%;
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .contents-3-title-2 p {
    font-size: 16px;
    padding: 1%;
    margin-bottom: 0;
  }

  .contents-3-title-3 {
    position: absolute;
    width: 78%;
    top: -3%;
    left: -3%;
  }

  .content-3-area {
    background-color: #ffffcc;
    padding: 10% 0 8%;
  }

  .contents-3-area-1 {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  #contents-4 {
    background-color: #0066cc;
    padding-bottom: 3%;
  }

  #contents-4 .content-4-title {
    width: 96%;
    margin: 0 auto;
    padding: 5% 0 3%;
    position: relative;
  }

  .content-4-area {
    background-color: #fff;
    border-radius: 20px;
    padding: 5% 0;
  }

  .content-4-area .content-4-box {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

.contents-4-title-1 {
  width: 76%;
}

.contents-4-title-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 21%;
}

.content-4-area .content-4-box .flex-area {
  width: 48%;
}

.content-4-area .content-4-box .flex-area .img {
  width: 92%;
  margin: 0 auto 3%;
}

@media (max-width: 768px) {
  #contents-4 {
    background-color: #0066cc;
    padding-bottom: 10%;
  }

  #contents-4 .content-4-title {
    width: 100%;
    margin: 0 auto;
    padding: 10% 0 5%;
    position: relative;
  }

  .content-4-area {
    background-color: #fff;
    border-radius: 10px;
  }

  .content-4-area .content-4-box {
    width: 90%;
    margin: 0 auto;
    padding: 5% 0;
    position: relative;
  }
}

.contents-4-img-1-sp {
  width: 90%;
  margin: 0 auto;
}

.contents-4-img-2-sp {
  width: 92%;
  margin: 0 auto;
}

.contents-4-title-2-sp {
  width: 48%;
  left: -1%;
  top: 0;
}

.contents-4-text-1-sp {
  padding: 10% 0;
}

/*フッター*/
@media (min-width: 768px) {
  #footer {
    padding: 10% 0 15%;
  }

  .footer-text-1 {
    width: 65%;
    margin: 0 auto 3%;
  }

  .tel-area {
    margin: 3% 0 5%;
  }

  .tel-area p {
    margin-bottom: 0;
    text-align: center;
  }

  .footer-tel {
    width: 42%;
    margin: 2% auto;
  }

  .footer-effect {
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-cn {
    width: 60%;
    margin: 5% auto 8%;
    text-align: start;
  }
}

@media (max-width: 767px) {
  #footer {
    padding: 15% 0 20%;
  }

  .footer-text-1 {
    width: 90%;
    margin: 0 auto 10%;
  }

  .tel-area {
    margin: 3% 0 5%;
  }

  .tel-area p {
    margin-bottom: 0;
    text-align: center;
  }

  .footer-tel {
    width: 89%;
    margin: 2% auto;
  }

  .footer-effect {
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-cn {
    width: 90%;
    margin: 10% auto 20%;
    text-align: start;
  }
}

.totop {
  bottom: 30px;
  right: 7.5%;
  z-index: 999;
}

.totop-btn {
  background-color: #0066cc;
  border-radius: 50%;
  position: relative;
  opacity: 0.8;
  width: 50px;
  height: 50px;
  display: block;
}

.totop-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  transform: translate(-50%, -50%);
}
.fw-400 {
    font-weight: 400;
}