@charset "UTF-8";
/* IMPORT RESET ================================================== */
@import url("sanitize.css");
/* FONT ================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/* COMMON ================================================== */
:root {
  --purple-pink-color: #A0016F;
  --blue-color: #71C1E9;
  --green-color: #B5DB68;
  --pink-color: #FF9BCB;
  --red-color: #F17863;
  --yellow-color: #FCC130;
  --aqua-cyan-color: #70CBC9;
}

:root {
  --vw: 100vw;
  --vh: 1vh;
}

/* ルートのフォントサイズを10pxに設定 */
html {
  font-size: 62.5%;
}
@media (max-width: 1334px) {
  html {
    font-size: calc(var(--vw) / 133.4);
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: calc(var(--vw) / 37.5);
  }
}

.overflow-hidden {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}
.overflow-hidden .bg-overlay {
  position: fixed;
  top: 6rem;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  z-index: 9;
}

/* MEMO ++++++++++++++++++++++++++++++++
  フォントサイズはremで指定すること
  例）10pxは1rem、12pxは1.2rem
+++++++++++++++++++++++++++++++++++++ */
/* bodyのフォントサイズを16pxに設定 */
body {
  /* font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  background: #fff;
  color: #333;
}

a {
  display: block;
}
a:hover {
  opacity: 0.8;
}

h1 {
  margin: 0;
}

.is-hidden {
  display: none;
}

figure {
  margin: 0;
}

main {
  margin: 0 auto;
  text-align: center;
  background-repeat: repeat-y;
  position: relative;
  background-size: 100%;
}

#sdgs_campaign {
  position: relative;
}

.coolshare_inner {
  max-width: 133.4rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .coolshare_inner {
    width: auto;
    padding: 0 2rem;
  }
}

.section_inner {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .section_inner {
    width: auto;
    padding: 0 2rem;
  }
}

.back_top {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 2rem;
  z-index: 2;
  max-width: 134rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  text-align: right;
}
.back_top a {
  display: inline-block;
  width: 6rem;
}
@media screen and (max-width: 750px) {
  .back_top {
    right: 2rem;
    bottom: 1rem;
    max-width: 100%;
    left: auto;
  }
  .back_top a {
    width: 4.5rem;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.w-1000 {
  max-width: 100rem;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .w-1000 {
    width: 89.5%;
    max-width: none;
  }
}

.p_relative {
  position: relative;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.inner {
  max-width: 137.4rem;
  margin: 0 auto;
  padding: 0 2rem;
}

/* HEADER ================================================== */
.header {
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 1px;
  position: relative;
  z-index: 2;
}
.header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_logo a:nth-child(1) img {
  width: 27.8rem;
}
.header_logo img:nth-child(2) {
  margin-left: 3rem;
  width: 20.5rem;
}
@media screen and (max-width: 750px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .header_logo {
    padding: 0.5rem 0;
  }
  .header_logo a:nth-child(1) img {
    width: 13.9rem;
  }
  .header_logo img:nth-child(2) {
    width: 8.747rem;
    margin-left: 1rem;
  }
  .header_hamburger {
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header_hamburger_close {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header_hamburger_btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .header_hamburger_btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header_hamburger_btn.is-active .header_hamburger_open {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header_hamburger_btn.is-active .header_hamburger_close {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .header_nav {
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    color: #fff;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: auto;
    background-color: #A0016F;
    z-index: 10;
  }
  .header_nav.isActive {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    overflow-y: auto;
  }
  .header_menu {
    margin: 0;
    padding: 0 2rem;
  }
  .header_menu_item {
    list-style: none;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .header_menu_item:last-child {
    border-bottom: none;
  }
  .header_menu_item:last-child p {
    padding-left: 0;
  }
  .header_menu_item a {
    color: #fff;
    text-decoration: none;
    padding: 1.66rem 0;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    display: block;
    position: relative;
  }
  .header_menu_item a::after {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    background: url("../images/icon_arrow_02.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* Section KV ================================================== */
.section_kv {
  background: #BAE3F9;
  padding: 0 0 7rem;
  position: relative;
  margin-top: -1px;
}
.section_kv::after {
  content: "";
  width: 100%;
  height: 10rem;
  background: url("../images/bg_01.png") no-repeat center top/cover;
  position: absolute;
  bottom: -4.9rem;
  left: 0;
}
.section_kv_inner {
  max-width: 133.4rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.section_kv_lead {
  max-width: 100rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 750px) {
  .section_kv {
    margin-top: 6rem;
    padding: 0 0 2rem;
  }
  .section_kv_inner {
    width: 100%;
  }
  .section_kv::after {
    height: 4rem;
    background-image: url("../images/bg_01_sp.png");
    bottom: -2rem;
  }
  .section_kv_lead {
    max-width: 100%;
    margin: 0.5rem 2rem 0;
  }
}

/* Section Highlights ================================================== */
.section_highlights {
  padding: 7rem 0 6rem;
  position: relative;
  z-index: 2;
}
.section_highlights::after {
  content: "";
  width: 100%;
  height: 10rem;
  background: url("../images/bg_02.png") no-repeat center bottom/cover;
  position: absolute;
  bottom: -5rem;
  left: 0;
}
.section_highlights_ttl {
  max-width: 54.4rem;
  margin: 0 auto;
}
.section_highlights_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem 2rem;
}
.section_highlights_item {
  width: 49rem;
}
.section_highlights_item:first-child {
  margin: 0 2rem;
}
@media screen and (max-width: 750px) {
  .section_highlights {
    padding: 4rem 0;
  }
  .section_highlights::after {
    height: 4rem;
    background-image: url("../images/bg_02_sp.png");
    bottom: -1.9rem;
  }
  .section_highlights_ttl {
    max-width: 100%;
  }
  .section_highlights_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .section_highlights_item {
    width: 100%;
  }
  .section_highlights_item:first-child {
    margin: 0;
  }
}

.section_sec01 {
  background: #D0F2FE;
  padding: 9rem 0 5.5rem;
}
.section_sec01_ttl {
  max-width: 80rem;
  margin: 0 auto;
}
.section_sec01_content {
  margin-top: 3rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.section_sec01_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 0.8rem 0.8rem 0.7rem 0.8rem;
  border: 0.2rem solid #0079C5;
  border-bottom: none;
  background: #E6FEFE;
}
.section_sec01_item {
  width: 31.5rem;
}
.section_sec01_item:last-child {
  width: calc(100% - 63rem - 2rem);
}
.section_sec01_item .item-text {
  text-align: center;
}
.section_sec01_item .item-text p {
  margin: 0;
}
.section_sec01_item .item-text .txt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: 500;
}
.section_sec01_item .item-text .txt01 span {
  display: inline-block;
  background: #FBFD6C;
  padding: 0 1rem;
  line-height: 3.5rem;
}
.section_sec01_item .item-text .txt01 a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  position: relative;
}
.section_sec01_item .item-text .txt01 a::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #707070;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section_sec01_item .item-text .txt01 a:hover {
  opacity: 1;
}
.section_sec01_item .item-text .txt01 a:hover::after {
  content: none;
}
.section_sec01_item .item-text .txt-note {
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .section_sec01 {
    padding: 3rem 0 4rem;
  }
  .section_sec01_ttl {
    max-width: 100%;
  }
  .section_sec01_content {
    margin-top: 0.9rem;
  }
  .section_sec01_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.8rem 0.8rem 0.9rem 0.8rem;
  }
  .section_sec01_item {
    width: 100%;
  }
  .section_sec01_item:last-child {
    width: 100%;
  }
  .section_sec01_item .item-text {
    padding: 1rem;
  }
  .section_sec01_item .item-text .txt01 {
    font-size: 1.6rem;
    gap: 0.5rem;
  }
  .section_sec01_item .item-text .txt01 span {
    padding: 0 0.5rem;
    line-height: 2.4rem;
  }
  .section_sec01_item .item-text .txt-note {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.section_sec02 {
  background: #25ADED;
  position: relative;
  padding: 8.5rem 0 9rem;
}
.section_sec02::before {
  content: "";
  width: 100%;
  height: 10rem;
  background: url("../images/bg_03.png") no-repeat center bottom/cover;
  position: absolute;
  top: -5.5rem;
  left: 0;
}
@media screen and (max-width: 750px) {
  .section_sec02 {
    padding: 3rem 0 4rem;
  }
  .section_sec02::before {
    height: 4rem;
    background-image: url("../images/bg_03_sp.png");
    top: -2rem;
  }
}
.section_sec02_ttl {
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .section_sec02_ttl {
    max-width: 100%;
  }
}
.section_sec02_box {
  max-width: 66.8rem;
  margin: 4rem auto 0;
}
.section_sec02_box .box_image {
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .section_sec02_box {
    max-width: 100%;
    margin-top: 1rem;
  }
}
.section_sec02_map {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .section_sec02_map {
    margin-top: 2rem;
  }
}
.section_sec02_map .map_ttl {
  margin: 0 auto 0.5rem;
}
.section_sec02_map .map_note {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 1.4rem;
}
@media screen and (max-width: 750px) {
  .section_sec02_map .map_note {
    font-size: 1.2rem;
    margin: 0 0 1rem;
  }
}
.section_sec02_map .map_box {
  background: #fff;
  border-radius: 3rem;
  position: relative;
  padding: 4.1rem 0 3.9rem;
}
@media screen and (max-width: 750px) {
  .section_sec02_map .map_box {
    padding: 3.4rem 0 0.6rem;
  }
}
.section_sec02_map .map_box_dialog {
  width: 25rem;
  position: absolute;
  top: 5rem;
  left: 6rem;
}
@media screen and (max-width: 750px) {
  .section_sec02_map .map_box_dialog {
    width: 12.3rem;
    top: 1.3rem;
    left: 1rem;
  }
}
.section_sec02_map .map_box_image {
  max-width: 75.3rem;
  margin: 0 auto;
  position: relative;
}
.section_sec02_map .map_box_image .link {
  display: block;
  position: absolute;
  width: 2.5rem;
}
.section_sec02_map .map_box_image .link01 {
  top: 25.7rem;
  right: 20.5rem;
}
.section_sec02_map .map_box_image .link02 {
  top: 47.3rem;
  right: 25.4rem;
}
.section_sec02_map .map_box_image .link03 {
  bottom: 26.4rem;
  right: 34.5rem;
}
.section_sec02_map .map_box_image .link04 {
  bottom: 21.3rem;
  left: 31.3rem;
}
.section_sec02_map .map_box_image .link05 {
  bottom: 18.7rem;
  left: 20rem;
}
.section_sec02_map .map_box_image .link06 {
  bottom: 11.4rem;
  left: 9.2rem;
}
@media screen and (max-width: 750px) {
  .section_sec02_map .map_box_image {
    max-width: 25.7rem;
  }
  .section_sec02_map .map_box_image .link {
    width: 0.9rem;
  }
  .section_sec02_map .map_box_image .link01 {
    top: 7.5rem;
    right: 7rem;
  }
  .section_sec02_map .map_box_image .link02 {
    top: 15.2rem;
    right: 8.7rem;
  }
  .section_sec02_map .map_box_image .link03 {
    bottom: 8.5rem;
    right: 11.8rem;
  }
  .section_sec02_map .map_box_image .link04 {
    bottom: 6.8rem;
    left: 10.6rem;
  }
  .section_sec02_map .map_box_image .link05 {
    bottom: 5.9rem;
    left: 6.8rem;
  }
  .section_sec02_map .map_box_image .link06 {
    bottom: 3.4rem;
    left: 3.1rem;
  }
}
.section_sec02_map .map_box_duck {
  width: 24rem;
  position: absolute;
  bottom: 2.4rem;
  right: 2rem;
}
@media screen and (max-width: 750px) {
  .section_sec02_map .map_box_duck {
    width: 7rem;
    bottom: 1rem;
    right: 1.1rem;
  }
}
.section_sec02_map .map_area {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .section_sec02_map .map_area {
    margin-top: 2rem;
  }
}

.section_sec03 {
  background: #7EDAFC url("../images/bg_05.png");
  padding: 8rem 0 9rem;
  position: relative;
}
.section_sec03::before {
  content: "";
  width: 100%;
  height: 10rem;
  background: url("../images/bg_04.png") no-repeat center bottom/cover;
  position: absolute;
  top: -5rem;
  left: 0;
}
.section_sec03_ttl {
  max-width: 80rem;
  margin: 0 auto;
}
.section_sec03_note {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;
  max-width: 69rem;
  margin: 1rem auto 0;
}
.section_sec03_box {
  margin-top: 2.9rem;
  background: #E6FEFE;
  border: 0.2rem solid #0079C5;
  border-radius: 0.2rem 0.2rem 0 0;
  border-bottom: none;
  padding: 5.2rem 5.2rem 5rem;
}
.section_sec03_btn {
  max-width: 73.4rem;
  margin: 3rem auto 0;
}
.section_sec03_btn a {
  display: block;
}
@media screen and (min-width: 751px) {
  .section_sec03_btn a {
    -webkit-box-shadow: 0.3rem 0.5rem 0 0.2rem rgb(168, 32, 94);
            box-shadow: 0.3rem 0.5rem 0 0.2rem rgb(168, 32, 94);
    border-radius: 1.3rem;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .section_sec03_btn a:hover {
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate(0.3rem, 0.5rem);
            transform: translate(0.3rem, 0.5rem);
  }
}
@media screen and (max-width: 750px) {
  .section_sec03 {
    padding: 4rem 0;
    background: #7EDAFC url("../images/bg_05_sp.png");
  }
  .section_sec03::before {
    height: 4rem;
    background-image: url("../images/bg_04_sp.png");
    top: -2rem;
  }
  .section_sec03_ttl {
    max-width: 100%;
  }
  .section_sec03_note {
    max-width: 100%;
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .section_sec03_box {
    margin-top: 2rem;
    padding: 0.8rem 0.8rem 2rem;
  }
  .section_sec03_btn {
    max-width: 100%;
    margin-top: 1.6rem;
  }
}

.section_store {
  position: relative;
  background: #F0FBFF;
  padding: 5rem 0 15rem;
}
.section_store::before {
  content: "";
  width: 100%;
  height: 10rem;
  background: url("../images/bg_06.png") no-repeat center bottom/cover;
  position: absolute;
  top: -5rem;
  left: 0;
}
.section_store_ttl {
  margin: 0 auto;
}
.section_store_lead {
  font-size: 2.6rem;
  font-weight: 700;
}
.section_store_list {
  max-width: 89.9rem;
  margin: 2.8rem auto 0;
}
.section_store_banner {
  margin: 13rem auto 0;
}
@media screen and (max-width: 750px) {
  .section_store {
    padding: 2.9rem 0 10rem;
  }
  .section_store::before {
    height: 4rem;
    background-image: url("../images/bg_06_sp.png");
    top: -2.1rem;
  }
  .section_store_lead {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .section_store_list {
    max-width: 100%;
    margin-top: 0.9rem;
  }
  .section_store_banner {
    margin-top: 5rem;
  }
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#conts_store .accordion {
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
#conts_store .accordion:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  #conts_store .accordion {
    margin-bottom: 0.5rem;
  }
}

#conts_store .accordionLink {
  padding: 1.8rem;
}
@media screen and (max-width: 750px) {
  #conts_store .accordionLink {
    padding: 0.75rem 1.7rem;
  }
}

#conts_store .accordionLink::after {
  content: "";
  background-image: url("../images/arrow_down.png");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  right: 2.5%;
  width: 2.2rem;
  height: 1.5rem;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  #conts_store .accordionLink::after {
    width: 1.2rem;
    height: 0.7rem;
    right: 1.7rem;
  }
}

#conts_store .accordionLink.on::after {
  background-image: url("../images/arrow_up.png");
}

#conts_store .submenu {
  padding: 0 5%;
}

.submenu {
  display: none;
}

table.border {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  table.border {
    margin-top: 3rem;
  }
}

table.border tbody th {
  text-align: center;
  position: relative;
  line-height: 1.4;
  padding-bottom: 1rem;
  font-size: 1.9rem;
  background-size: 1rem 0.2rem;
  background-repeat: repeat-x;
  background-position: bottom;
  font-weight: 700;
  color: #e82e8b;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.2rem, #e82e8b), color-stop(0.2rem, transparent));
  background-image: linear-gradient(to right, #e82e8b 0.2rem, transparent 0.2rem);
}
@media screen and (max-width: 750px) {
  table.border tbody th {
    font-size: 1.6rem;
  }
}

table.border tbody td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.9rem;
  margin-bottom: 2.4rem;
}
table.border a {
  line-height: 1.4;
  font-size: 1.7rem;
  border-radius: 5rem;
  margin-bottom: 1.2rem;
  padding: 0.7rem 1.8rem 0.6rem;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 0.2rem solid #e72e8b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  color: #e72e8b;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  table.border a {
    font-size: 1.4rem;
    width: 100%;
  }
}

table.border a:hover {
  background-color: #e72e8b;
  color: #fff;
}

table.border div.vivre {
  text-align: left;
}

table.border div.vivre a {
  margin-bottom: 0;
}

a.accordionLink {
  text-align: center;
  line-height: 1.4;
  position: relative;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  border-radius: 1rem;
  color: #fff;
  background-color: #e72e8b;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  a.accordionLink:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  a.accordionLink {
    font-size: 1.4rem;
    border-radius: 0.6rem;
  }
  a.accordionLink:hover {
    opacity: 1;
  }
}

.section_main_detail {
  margin: 2.7rem auto 0;
}
@media screen and (max-width: 750px) {
  .section_main_detail {
    margin-top: 0;
  }
}

.section_main_item {
  margin-bottom: 2rem;
}
.section_main_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .section_main_item {
    margin-bottom: 1rem;
  }
}

.section_main_ttl {
  cursor: pointer;
  position: relative;
}
.section_main_ttl .up {
  display: none;
}
.section_main_ttl.active .up {
  display: block;
}
.section_main_ttl.active .down {
  display: none;
}

.section_main_info {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  color: #000;
  background-color: #fff;
  margin-top: 1rem;
  line-height: 1;
  padding: 3.7rem 3rem 4rem;
  padding-bottom: 1rem;
  display: none;
}

.main_ct_ttl {
  font-size: 2.4rem;
  color: #71C1E9;
  font-weight: bolder;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #C9C9C9;
}
.main_ct_ttl:not(:first-child) {
  margin-top: 1rem;
}
.main_ct_ttl__02 {
  color: #B5DB68;
}
.main_ct_ttl__03 {
  color: #FF9BCB;
}
.main_ct_ttl__04 {
  color: #F17863;
}
.main_ct_ttl__05 {
  color: #FCC130;
}
.main_ct_ttl__06 {
  color: #70CBC9;
}

.main_ct_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  gap: 3%;
}
.main_ct_list .ct_text {
  width: 48.5%;
  margin-bottom: 2rem;
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  line-height: 1.4;
}
.main_ct_list .ct_text .link_inf {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.main_ct_list .ct_text .text_inf {
  width: 63%;
  margin-top: 0.1rem;
}
.main_ct_list .ct_text.icon_01 {
  background-image: url("../images/icon_01.png");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position-y: 0.7rem;
}
.main_ct_list .ct_text.icon_02 {
  background-image: url("../images/icon_02.png");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position-y: 0.7rem;
}
.main_ct_list .ct_text.icon_03 {
  background-image: url("../images/icon_03.png");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position-y: 0.7rem;
}
.main_ct_list .ct_text.icon_04 {
  background-image: url("../images/icon_04.png");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position-y: 0.7rem;
}
.main_ct_list .ct_text.icon_05 {
  background-image: url("../images/icon_05.png");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position-y: 0.7rem;
}
.main_ct_list .ct_text.icon_06 {
  background-image: url("../images/icon_06.png");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position-y: 0.7rem;
}

@media screen and (max-width: 750px) {
  .section_main_detail_wrap {
    padding-bottom: 0;
  }
  .section_main_detail {
    width: 100%;
    margin-top: 2rem;
  }
  .section_main_item:last-child {
    margin-bottom: 0;
  }
  .section_main_info {
    font-size: 3.7vw;
    font-weight: bold;
    text-align: left;
    color: #000;
    background-color: #fff;
    margin-top: 1.1vw;
    line-height: 1.4;
    padding: 5vw;
    padding-top: 6.5vw;
    padding-bottom: 0;
  }
  .main_ct_ttl {
    font-size: 5.5vw;
    padding-bottom: 2vw;
    border-bottom: 0.6vw solid #C9C9C9;
  }
  .main_ct_ttl:not(:first-child) {
    margin-top: 0;
  }
  .main_ct_list {
    margin-top: 4vw;
  }
  .main_ct_list .ct_text {
    width: 100%;
    margin-bottom: 5.5vw;
    padding-left: 6vw;
  }
  .main_ct_list .ct_text.icon_01,
  .main_ct_list .ct_text.icon_02,
  .main_ct_list .ct_text.icon_03,
  .main_ct_list .ct_text.icon_04,
  .main_ct_list .ct_text.icon_05,
  .main_ct_list .ct_text.icon_06 {
    background-position-y: 1vw;
  }
  .main_ct_list .ct_text .link_inf {
    width: 33%;
  }
  .main_ct_list .ct_text .text_inf {
    width: 65%;
    margin-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */