@charset "UTF-8";

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.cont_h2 {
  color: #3307be;
  font-size: clamp(28px, 2vw, 32px);
  text-align: center;
  margin: 0 10px 45px;
}

.sec01 .cont_h2 {
  margin: 0 10px 20px;
}

.h2_uline {
  position: relative;
  padding-bottom: 10px;
  margin: 0 10px 40px;
}

.h2_uline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 200px;
  height: 3px;
  background-color: #b8b8b8;
  transform: translateX(-50%);
}

.cont_h3 {
  color: #333;
  font-size: clamp(20px, 2vw, 24px);
  text-align: center;
  margin: 0 10px 40px;
}

p {
  line-height: 180%;
  margin: 0;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  p {
    text-align: left;
  }
}

.uline {
  text-decoration: underline;
  text-decoration-color: #d61a55;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.bold {
  font-weight: 700;
}

.r-red {
  color: #d61a55!important;
  text-shadow: 0 0 5px #FFF;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

.tac {
  text-align: center;
}

.header {
  width: 100%;
  background-color: #FFF;
  position: fixed;
  padding: 20px;
  z-index: 10;
  top: 0;
}

.header .header_inner {
  display: flex;
  align-items: center;
}

.header .header_inner a {
  display: inline-block;
}

.header .header_inner .h1_logo {
  width: 50%;
  font-size: 0;
}

.header .header_inner .h1_logo img {
  max-width: 250px;
  width: auto;
  height: auto;
  display: block;
}

.header .header_inner .top_inquiry_area {
  width: 50%;
  text-align: right;
}

.header .header_inner .top_inquiry_area .top_inquiry_bt {
  background-color: #3307be;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 18px;
}

.header .header_inner .top_inquiry_area .top_inquiry_bt:hover {
  background-color: #e9941a;
}

.main_bg01 {
  width: 100%;
  margin-top: 90px;
  overflow: hidden;
  background: url(../images/mv_taka202606.png) no-repeat center top;
  background-color: #02081a;
  background-size: min(1847px, 142.86%) auto;
  height: min(728px, 56.29vw);
  min-height: 0;
  padding: 0;
}

.main_bg01 .h2_area {
  display: none;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 40px;
}

.main_bg01 .h2_area .main_h2 {
  font-size: clamp(30px, 5vw, 40px);
  color: #FFF;
  text-shadow: 0 0 10px #000;
  margin: 0 0 40px;
  line-height: 160%;
}

.main_bg01 .h2_area .main_h2 span {
  font-size: 80%;
  display: block;
}

.main_bg01 .h2_area .main_bt {
  background-image: linear-gradient(0deg, #ff5a00, #ff8c3a);
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  font-size: clamp(28px, 4vw, 36px);
  text-shadow: 0 0 5px #1e0372;
  font-weight: 600;
  box-shadow: 0 0 10 #999;
}

.main_bg01 .h2_area .main_bt:hover {
  background-image: linear-gradient(0deg, #e9941a, #eaa33d);
  text-shadow: 0 0 5px #885306;
}

.material-symbols-outlined {
  font-size: clamp(32px, 4vw, 50px) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48 !important;
  line-height: 1 !important;
  position: relative;
  top: 3px;
  transition: transform 0.3s ease !important;
}

.main_bt:hover .material-symbols-outlined {
  transform: translateX(8px) !important;
}

.mv_cta {
  background-color: #02081a;
  padding: 28px 20px;
  text-align: center;
}

.mv_cta .main_bt {
  background-image: linear-gradient(0deg, #ff5a00, #ff8c3a);
  border-radius: 10px;
  color: #fff;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.5vw, 15px);
  padding: 10px 30px;
  text-decoration: none;
  font-size: clamp(28px, 4vw, 36px);
  text-shadow: 0 0 5px #1e0372;
  font-weight: 600;
  box-shadow: 0 0 10px #999;
}

.mv_cta .main_bt:hover {
  background-image: linear-gradient(0deg, #e9941a, #eaa33d);
  text-shadow: 0 0 5px #885306;
}

.main_bt {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.5vw, 15px);
  text-decoration: none;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .main_bt {
    display: flex !important;
    width: 100%;
    padding: 15px 10px;
  }
}

.cta {
  width: 100%;
  text-align: center;
}

.cta a {
  max-width: 400px;
  background-image: linear-gradient(0deg, #ff5a00, #ff8c3a);
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 10px 50px 10px 30px;
  text-decoration: none;
  font-size: clamp(28px, 4vw, 36px);
  text-shadow: 0 0 5px #ab3e00;
  font-weight: 600;
  box-shadow: 0 0 10px #999;
  position: relative;
}

.cta a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.cta_bg01 {
  background-color: #3307be;
  padding: 20px 60px;
}

.cta_bg02 {
  background-color: #eee;
  padding: 20px 60px;
}

.sec01 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
}

.sec01 .sec01_in {
  display: flex;
  align-items: center;
}

.sec01 .sec01_in .sec01_in01 {
  width: 40%;
}

.sec01 .sec01_in .sec01_in01 img {
  max-width: 600px;
  width: 100%;
  height: auto;
}

.sec01 .sec01_in .sec01_in02 {
  width: 60%;
  padding-left: 20px;
}

.sec02 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.sec02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/sec02_img01.jpg) no-repeat;
  background-size: cover;
  background-position: center 30%;
  opacity: 0.5;
}

.sec02 .sec02_in {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.sec02 .cont_h2 {
  color: #d61a55 !important;
}

.sec03 {
  background-color: #edeef0;
}

.sec03 .sec03_in {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px;
  text-align: center;
}

.sec03 .sec03_in .sec3_h2 {
  position: relative;
  margin: 40px 0 45px;
  padding: 0 14%;
}

.sec03 .sec03_in .sec3_h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10.5%;
  aspect-ratio: 150 / 270;
  background: url("../images/sec03_img01.png") no-repeat center / contain;
}

.sec03 .sec03_in .sec3_h2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10.5%;
  aspect-ratio: 150 / 270;
  background: url("../images/sec03_img02.png") no-repeat center / contain;
}

.sec03 .sec03_in .sec3_h3 {
  margin: 70px 0 50px;
  font-size: clamp(20px, 3.8vw, 24px);
}

.sec03 .sec03_in dl {
  display: flex;
  align-items: center;
}

.sec03 .sec03_in dl dt {
  width: 40%;
}

.sec03 .sec03_in dl dt figure {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.sec03 .sec03_in dl dt figure img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.sec03 .sec03_in dl dd {
  width: 60%;
  padding-left: 20px;
}

.sec03 .sec03_in dl dd p {
  text-align: left;
}

.sec04 .sec04_in {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 40px 60px 40px;
  text-align: center;
}

.sec04 .sec04_in .sec04_in01,
.sec04 .sec04_in .sec04_in02 {
  display: flex;
  align-items: center;
  padding: 20px;
}

.sec04 .sec04_in .sec04_in01 .sec04_h3,
.sec04 .sec04_in .sec04_in02 .sec04_h3 {
  color: #663299;
  font-size: clamp(18px, 2vw, 20px);
}

.sec04 .sec04_in .sec04_in01 dt,
.sec04 .sec04_in .sec04_in02 dt {
  width: 40%;
}

.sec04 .sec04_in .sec04_in01 dt img,
.sec04 .sec04_in .sec04_in02 dt img {
  max-width: 600px;
  width: 100%;
  height: auto;
}

.sec04 .sec04_in .sec04_in01 dd,
.sec04 .sec04_in .sec04_in02 dd {
  width: 60%;
  padding-left: 20px;
  text-align: left;
}

.sec04 .sec04_in .sec04_in01 {
  flex-direction: row-reverse;
  background: #ececf8;
}

.sec04 .sec04_in .sec04_in01 dd {
  padding-left: 0;
  padding-right: 20px;
}

.sec04 .sec04_in .sec04_in02 {
  background: #e6e5f7;
}

.sec05 {
  padding: 60px 0;
}

.sec05 .sec05_h2 {
  position: relative;
  background-color: #3307be;
  color: #ffffff;
  text-align: center;
  font-size: clamp(22px, 3vw, 35px);
  font-weight: 700;
  padding: 20px;
  margin-bottom: 60px;
}

.sec05 .sec05_h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%) rotate(45deg);
  width: 24px;
  height: 24px;
  background-color: #3307be;
}

.sec05 .sec05_listarea {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto 40px;
  padding: 30px 20px 20px 40px;
  background-color: #e6e5f7;
  border-radius: 10px;
  list-style: none;
}

.sec05 .sec05_listarea li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
  font-size: 1.3rem;
}

.sec05 .sec05_listarea li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  background-color: #3307be;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.sec05 .sec05_in {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sec05 .sec05_in .sec05_in01 {
  padding: 20px;
  width: calc(50% - 10px);
  border: solid 5px #f7f7f7;
}

.sec05 .sec05_in .sec05_in01 .sec05_h3 {
  color: #333;
  font-size: clamp(18px, 3.8vw, 20px);
}

.sec05 .sec05_in .sec05_in01 dt {
  width: 100%;
  text-align: center;
  font-size: 0;
  padding: 10px;
}

.sec05 .sec05_in .sec05_in01 dt img {
  max-width: 100px;
  width: 100%;
  height: auto;
}

.sec05 .sec05_in .sec05_in01 dd {
  width: 100%;
  padding-left: 0;
  margin-top: 10px;
  text-align: left;
}

.sec06 {
  padding: 60px 0;
}

.sec06 .sec06_in {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sec06 .sec06_in .sec06_in01 {
  flex: 1 1 calc((100% - 20px) / 3);
  border: solid 5px #f7f7f7;
}

.sec06 .sec06_in .sec06_in01 .sec06_h3 {
  color: #663299;
  font-size: clamp(16px, 3.8vw, 18px);
}

.sec06 .sec06_in .sec06_in01 dt {
  width: 100%;
}

.sec06 .sec06_in .sec06_in01 dt img {
  max-width: 600px;
  width: 100%;
  height: auto;
}

.sec06 .sec06_in .sec06_in01 dd {
  width: 100%;
  padding: 0 10px 10px;
  text-align: left;
}

.sec07 {
  padding: 40px 0;
}

.sec07 .sec07_in {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sec07 .sec07_in01 {
  display: flex;
  align-items: center;
}

.sec07 .sec07_in01 dt {
  width: 25%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 0 40px;
}

.sec07 .sec07_in01 dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #a6a4b2, #ccd4d6);
}

.sec07 .sec07_in01 dt img {
  width: 50%;
  height: auto;
  display: block;
}

.sec07 .sec07_in01 dd {
  width: 75%;
  padding: 0 0 10px 20px;
  text-align: left;
}

.sec07 .sec07_in01 dd .sec07_h3 {
  color: #333;
  font-size: clamp(18px, 3.8vw, 22px);
  margin-bottom: 8px;
}

.sec08 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  position: relative;
}

.sec08::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -160px;
  width: 100vw;
  height: 160px;
  background: linear-gradient(to bottom, #ffffff 0%, #3307be 70%);
  clip-path: polygon( 0 0, 100% 0, 100% 70%, 50% 100%, 0 70% );
  pointer-events: none;
}

.sec08 .sec08_in {
  display: flex;
  align-items: center;
}

.sec08 .sec08_in .sec08_in01 {
  width: 40%;
}

.sec08 .sec08_in .sec08_in01 img {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
}

.sec08 .sec08_in .sec08_in02 {
  width: 60%;
  padding-left: 20px;
}

.sec08 .sec08_in .sec08_in02 .sec08_h3 {
  color: #333;
  font-size: clamp(18px, 3.8vw, 22px);
}

.sec09 {
  padding: 60px 0;
  margin-top: 160px;
}

.sec09 .sec09_in {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.sec09 .sec09_in .sec09_in01 {
  width: 100%;
}

.sec09 .sec09_in .sec09_in01 img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .sec09 .sec09_in .sec09_in01 img {
    width: 60%;
  }
}

.sec09 .sec09_in .sec09_in02 .sec09_h3 {
  color: #d61a55;
  font-size: clamp(18px, 3.8vw, 26px);
}

.sec09 .sec09_in .sec09_in02 p {
  text-align: left;
}

.sec10 {
  padding: 60px 0;
}

.sec10 .sec10_in {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.sec10 .sec10_in .sec10_in01 {
  width: 100%;
}

.sec10 .sec10_in .sec10_in01 img {
  width: 100%;
  height: auto;
}

.sec11 {
  background-image: linear-gradient(0deg, #eeeeee, #f9f9f9);
}

.sec11 .sec11_in {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px;
  text-align: center;
}

.sec12 {
  padding: 60px 40px;
}

.sec12 .sec12_in {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 40px;
  text-align: center;
  background-color: #f4f1fb;
  border-radius: 20px;
}

.sec12 .sec12_in_txt {
  margin-top: 40px;
  font-size: 14px;
  color: #666;
}

.sec12 .sec12_in form {
  max-width: 600px;
  margin: 40px auto 0;
}

.sec12 .sec12_in fieldset,
.sec12 .sec12_in .hidden-fields-container {
  border: none;
  padding: 0;
  margin: 0;
}

.sec12 .sec12_in label {
  display: block;
  margin-bottom: 22px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.sec12 .sec12_in input[type="text"],
.sec12 .sec12_in input[type="email"],
.sec12 .sec12_in textarea {
  width: 100%;
  margin-top: 6px;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  background: #fff;
  transition: 0.2s;
}

.sec12 .sec12_in input[type="text"]:focus,
.sec12 .sec12_in input[type="email"]:focus,
.sec12 .sec12_in textarea:focus {
  outline: none;
  border-color: #481cd1;
  box-shadow: 0 0 0 2px rgba(72, 28, 209, 0.12);
}

.sec12 .sec12_in textarea {
  min-height: 140px;
  resize: vertical;
}

.sec12 .sec12_in input[type="submit"] {
  width: 100%;
  margin-top: 30px;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to right, #ff7a00, #ff9a1f);
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.sec12 .sec12_in input[type="submit"]:hover {
  opacity: 0.85;
}

.sec12 .sec12_in input.wpcf7-submit:disabled {
  background-image: none !important;
  background-color: #e9941a !important;
  border: none !important;
  color: #fff !important;
  cursor: default !important;
  opacity: 1 !important;
}

.sec12 .sec12_in .privacy-wrap {
  margin-top: 30px;
  text-align: center;
}

.sec12 .sec12_in .privacy-wrap label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.sec12 .sec12_in .privacy-wrap input[type="checkbox"] {
  margin-right: 6px;
}

.sec12 .sec12_in .privacy-wrap .privacy-policy-note {
  margin-bottom: 10px;
}

.sec12 .sec12_in .privacy-wrap .privacy-error {
  display: none;
  margin-top: 6px;
  font-size: 12px;
  font-weight: bold;
  color: #d33;
}

.sec12 .sec12_in .privacy-wrap .wpcf7-list-item-label {
  font-size: 16px;
}

.sec12 .sec12_in .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 700;
  color: #d33;
  display: block;
}

.sec12 .sec12_in .wpcf7-response-output.wpcf7-mail-sent-ok {
  margin-top: 24px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #1f7a3a;
  background: #eaf7ef;
  border-radius: 12px;
  text-align: center;
}

.sec12 .sec12_in .wpcf7-response-output.wpcf7-mail-sent-ok p {
  margin: 10px 0;
}

.sec12 .sec12_in .wpcf7-response-output {
  text-align: center;
}

.screen-reader-response {
  display: none !important;
}

.sec13 .sec13_in {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px;
}

.sec13 .sec13_in .sec13_h2 {
  color: #333;
  font-size: clamp(26px, 2vw, 34px);
  text-align: center;
  margin: 0 10px 20px;
}

.sec13 .sec13_in dl {
  display: grid;
  grid-template-columns: 200px 1fr;
}

.sec13 .sec13_in dt,
.sec13 .sec13_in dd {
  padding: 12px 10px;
  border-bottom: 1px solid #bcbcbc;
  text-align: left;
  font-size: 16px;
}

.sec13 .sec13_in dt {
  font-weight: 600;
}

.sec13 .sec13_map {
  width: 100%;
  margin-top: 40px;
  font-size: 0;
}

.sec13 .sec13_map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

.footer {
  background-color: #3d0dbb;
  padding: 20px;
}

.footer a {
  display: inline-block;
}

.footer img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 600px) {
  .cont_h2 {
    color: #3307be;
    font-size: clamp(18px, 4.3vw, 26px);
    text-align: center;
    margin: 0 10px 20px;
  }
}

@media (max-width: 600px) {
  .h2_uline::after {
    width: 100px;
  }
}

@media (max-width: 600px) {
  .cont_h3 {
    color: #333;
    font-size: clamp(16px, 4.3vw, 20px);
    text-align: center;
    margin: 0 10px 30px;
  }
}

@media (max-width: 600px) {
  p {
    line-height: 180%;
    margin: 0;
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .pc {
    display: none;
  }
}

@media (max-width: 600px) {
  .sp {
    display: block;
  }
}

@media (max-width: 600px) {
  .header {
    padding: 10px;
  }
}

@media (max-width: 600px) {
  .header .header_inner .h1_logo img {
    max-width: 200px;
  }
}

@media (max-width: 600px) {
  .header .header_inner .top_inquiry_area .top_inquiry_bt {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .main_bg01 {
    margin-top: 60px;
    background-image: url("../images/mv_taka_sp202606 .png");
    background-size: 100% auto;
    background-position: center top;
    aspect-ratio: 863/1523;
    max-height: none;
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 600px) {
  .main_bg01 .h2_area {
    padding: 40px 20px 0;
  }
}

@media (max-width: 600px) {
  .main_bg01 .h2_area .main_h2 {
    font-size: clamp(26px, 2.4vw, 36px);
  }
}

@media (max-width: 600px) {
  .main_bg01 .h2_area .main_bt {
    display: block;
    text-align: center;
    font-size: clamp(24px, 2vw, 30px);
  }
}

@media (max-width: 600px) {
  .mv_cta {
    padding: 22px 20px;
  }
}

@media (max-width: 600px) {
  .mv_cta .main_bt {
    width: 100%;
    max-width: 400px;
    padding: 15px 10px;
    font-size: clamp(24px, 6vw, 30px);
  }
}

@media (max-width: 600px) {
  .cta a {
    max-width: 400px;
    padding: 15px 30px;
    font-size: clamp(22px, 3.6vw, 30px);
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .sec01 {
    padding: 60px 20px;
  }
}

@media (max-width: 600px) {
  .sec01 .sec01_in {
    display: block;
  }
}

@media (max-width: 600px) {
  .sec01 .sec01_in .sec01_in01 {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .sec01 .sec01_in .sec01_in02 {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .sec02 {
    background-size: auto 100%;
    background-position: center;
  }
}

@media (max-width: 600px) {
  .sec02 .sec02_in {
    padding: 40px 20px;
  }
}

@media (max-width: 600px) {
  .sec02 .sec02_in p {
    text-shadow: 0 0 10px #FFF;
  }
}

@media (max-width: 600px) {
  .sec03 .sec03_in {
    padding: 20px 10px;
  }
}

@media (max-width: 600px) {
  .sec03 .sec03_in .sec3_h2 {
    padding: 0 18%;
  }
}

@media (max-width: 600px) {
  .sec03 .sec03_in .sec3_h2::before,
.sec03 .sec03_in .sec3_h2::after {
    width: 18%;
    aspect-ratio: 150 / 270;
  }
}

@media (max-width: 600px) {
  .sec03 .sec03_in p {
    padding: 0 10px;
  }
}

@media (max-width: 600px) {
  .sec03 .sec03_in .sec3_h3 {
    font-size: clamp(16px, 3.8vw, 22px);
    margin: 40px 0 20px;
  }
}

@media (max-width: 600px) {
  .sec03 .sec03_in dl {
    padding: 0 10px 20px;
    display: block;
  }
}

@media (max-width: 600px) {
  .sec03 .sec03_in dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .sec03 .sec03_in dl dd {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .sec03 .sec03_in dl dd p {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .sec04 .sec04_in {
    padding: 40px 20px;
  }
}

@media (max-width: 600px) {
  .sec04 .sec04_in .sec04_in01,
.sec04 .sec04_in .sec04_in02 {
    display: block;
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .sec04 .sec04_in .sec04_in01 .sec04_h3,
.sec04 .sec04_in .sec04_in02 .sec04_h3 {
    color: #663299;
    font-size: clamp(16px, 3.8vw, 20px);
  }
}

@media (max-width: 600px) {
  .sec04 .sec04_in .sec04_in01 dt,
.sec04 .sec04_in .sec04_in02 dt {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .sec04 .sec04_in .sec04_in01 dd,
.sec04 .sec04_in .sec04_in02 dd {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .sec04 .sec04_in .sec04_in01 dd {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .sec05 {
    padding: 40px 0;
  }
}

@media (max-width: 600px) {
  .sec05 .sec05_listarea {
    padding: 30px 20px 20px 30px;
  }
}

@media (max-width: 600px) {
  .sec05 .sec05_listarea li {
    font-size: 14px;
    padding-left: 30px;
  }
}

@media (max-width: 600px) {
  .sec05 .sec05_listarea li::before {
    top: 0;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 600px) {
  .sec05 .sec05_in {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .sec05 .sec05_in .sec05_in01 {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .sec05 .sec05_in .sec05_in01 .sec05_h3 {
    font-size: clamp(16px, 3.8vw, 20px);
  }
}

@media (max-width: 600px) {
  .sec06 {
    padding: 40px 0;
  }
}

@media (max-width: 600px) {
  .sec06 .sec06_in {
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .sec06 .sec06_in .sec06_in01 {
    flex: 1 1 100%;
    min-width: 100%;
  }
}

@media (max-width: 600px) {
  .sec06 .sec06_in .sec06_in01 .sec06_h3 {
    font-size: clamp(16px, 3.8vw, 20px);
  }
}

@media (max-width: 600px) {
  .sec07 {
    padding: 40px 0 0;
  }
}

@media (max-width: 600px) {
  .sec07 .sec07_in {
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .sec07 .sec07_in .sec07_in01 {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .sec07 .sec07_in .sec07_in01:first-child {
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .sec07 .sec07_in .sec07_in01 dt,
.sec07 .sec07_in .sec07_in01 dd {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

@media (max-width: 600px) {
  .sec07 .sec07_in .sec07_in01 dt .sec07_h3,
.sec07 .sec07_in .sec07_in01 dd .sec07_h3 {
    font-size: clamp(16px, 3.8vw, 20px);
  }
}

@media (max-width: 600px) {
  .sec07 .sec07_in .sec07_in01 dt img {
    width: 30%;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .sec08 {
    padding: 40px 20px 0;
  }
}

@media (max-width: 600px) {
  .sec08 .sec08_in {
    display: block;
  }
}

@media (max-width: 600px) {
  .sec08 .sec08_in .sec08_in01 {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .sec08 .sec08_in .sec08_in02 {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .sec09 {
    padding: 40px 0;
    margin-top: 160px;
  }
}

@media (max-width: 600px) {
  .sec09 .sec09_in {
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .sec09 .sec09_in02 .sec09_h3 {
    color: #333;
    font-size: clamp(16px, 3.8vw, 20px);
  }
}

@media (max-width: 600px) {
  .sec10 {
    padding: 40px 0;
  }
}

@media (max-width: 600px) {
  .sec10 .sec10_in {
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .sec11 .sec11_in {
    padding: 40px 20px;
  }
}

@media (max-width: 600px) {
  .sec12 {
    padding: 40px 20px;
  }
}

@media (max-width: 600px) {
  .sec12 .sec12_in {
    padding: 40px 20px;
  }
}

@media (max-width: 600px) {
  .sec12 .sec12_in .sec12_in_txt {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .sec13 .sec13_in {
    padding: 40px 20px;
  }
}

@media (max-width: 600px) {
  .sec13 .sec13_in dl {
    grid-template-columns: 100px 1fr;
  }
}

@media (max-width: 600px) {
  .sec13 .sec13_in dt,
.sec13 .sec13_in dd {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .sec13 .sec13_in dt {
    font-weight: 600;
  }
}

@media (max-width: 600px) {
  .sec13 .sec13_map {
    width: 100%;
    margin-top: 40px;
    font-size: 0;
  }
}

@media (max-width: 600px) {
  .sec13 .sec13_map iframe {
    width: 100%;
    height: 400px;
    border: 0;
  }
}

@media (max-width: 600px) {
  .footer {
    padding: 10px;
  }
}

@media (max-width: 600px) {
  .footer img {
    max-width: 160px;
  }
}
