﻿@charset "utf-8";
body { position:relative; }

.sp { display: none;  }
.pc { display: block; }
img { width:auto; height: auto; }

.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

#wrap { 
	width:100%;
  overflow: hidden;
}

.container {
  width: 94%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}


.common_inlinelist01 { letter-spacing:-.4em; }
.common_inlinelist01 li {
	letter-spacing: normal;
	display:inline-block;
}
.common_flex01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.common_flex01.both {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.common_flex01.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.common_ttl01 {
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.common_ttl01 .image {
}
.common_ttl01 .image img {
  max-width: 100%;
}
.common_ttl01 .ttl {
  font-size: 2.6rem;
  padding-bottom: 1.0rem;
}

.common_ttl02 {
  text-align: center;
}

.common_btn01 a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  background: #56b1bf;
  line-height: 1;
  padding: 20px 0;
  width: 200px;
  text-decoration: none;
  position: relative;
  transition: .3s;
}
.common_btn01 a:hover {
  transition: .3s;
  opacity: .6;
}

.common_txt01 {/*16-30*/
  font-size: 1.6rem;
  line-height: 185%;
}
.common_txt02 {/*16-22*/
  font-size: 1.6rem;
  line-height: 135%;
}



/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
@media screen and (min-width: 1100px) {
  #wrap { 
    padding-top: 90px;
  }
  .hd {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
  }
  .hd .hd_container {
    width: 100%;
    max-width: 192rem;
    height: 90px;
    padding: 0 5.5rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
  }
  .hd .hd_container .hd_logo {
    width: 24.6rem;
  }
  .hd .hd_container .hd_navi {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hd .hd_container .hd_navi .hd_navi_menu_trigger {
    display: none;
  }
  .hd .hd_container .hd_navi .hd_navi_menu {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list {
    width: 100%;
    height: 100%;
    max-width: 60rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li {
    margin-right: 3.8rem;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    display: inline-block;
    text-decoration: none;
    position: relative;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li a::after {
    content: "";
    background-color: #dd6262;
    bottom: -8px;
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    width: 100%;    
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li a:hover {
    color: #222;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li a:hover::after {
    transform: scale(1, 1);
  }
  .hd .hd_container .hd_navi .hd_navi_cv {
  }
  .hd .hd_container .hd_navi .hd_navi_cv a {
    width: 200px;
    display: inline-block;
    text-align: center;
    padding: 1.6rem 0;
    border-radius: 50px;
    background-color: #dd6262;
    border: 1px solid #dd6262;
    text-decoration: none;
    transition: .3s;
    z-index: 2;
    overflow: hidden;
    position: relative;
  }
  .hd .hd_container .hd_navi .hd_navi_cv a::after {
    content: "";
    width: 18px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
    z-index: 5;
    margin: 0;
    background: url(../images/common/common_icon_arrow01.png) no-repeat center center;
    background-size: 100%;
    transition: .3s;
  }
  .hd .hd_container .hd_navi .hd_navi_cv a:hover {
    transition: .3s;
    opacity: .7;
  }
  .hd .hd_container .hd_navi .hd_navi_cv a:hover::after {
    right: 16px;
    transition: .6s;
  }
  .hd .hd_container .hd_navi .hd_navi_cv a span {
    font-size: 1.6rem;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
  }
  .hd .hd_container .hd_navi .hd_navi_cv a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1099.9px) {
  #wrap { 
    padding-top: 70px;
  }
  .hd {
    width: 100%;
    padding-left: 2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    background: #fff;
  }
  .hd .hd_container {
    width: 100%;
    height: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hd .hd_container .hd_logo {
    width: 12rem;
  }
  .hd .hd_container .hd_logo img {
    height: 50px;
  }
  .hd .hd_container .hd_navi {
    width: calc(100% - 14rem);
    height: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 6rem;
    position: relative;
    align-items: center;
  }
  .hd .hd_container .hd_navi .hd_navi_menu_trigger {
    width: 5.5rem;
    height: 5.5rem;
    background-color: #dd6262;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  .hd .hd_container .hd_navi .hd_navi_menu_trigger span {
    width: 3.2rem;
    height: 0.2rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  .hd .hd_container .hd_navi .hd_navi_menu_trigger span:nth-of-type(1) {
    top: calc(50% - 0.8rem);
  }
  .hd .hd_container .hd_navi .hd_navi_menu_trigger span:nth-of-type(2) {
    top: 50%;
  }
  .hd .hd_container .hd_navi .hd_navi_menu_trigger span:nth-of-type(3) {
    top: calc(50% + 0.8rem);
  }
  .hd .hd_container .hd_navi .hd_navi_menu_trigger.active span {
    top: 50%;
  }
  .hd .hd_container .hd_navi .hd_navi_menu_trigger.active span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .hd .hd_container .hd_navi .hd_navi_menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hd .hd_container .hd_navi .hd_navi_menu_trigger.active span:nth-of-type(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .hd .hd_container .hd_navi .hd_navi_menu {
    width: 100%;
    max-width: 36rem;
    padding: 3rem;
    background-color: rgba(221, 98, 98, 0.6);
    position: fixed;
    top: 7.5rem;
    right: -100%;
    transition: 0.6s;
    height: 100vw;
    z-index: 100;
  }
  .hd .hd_container .hd_navi .hd_navi_menu.open {
    right: 0;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list {
    width: 100%;
    background: #fff;
    padding: 2.5rem;
    border-radius: 12px;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li {
    width: 100%;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li:first-of-type {
    margin-top: 0;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li a {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
    display: block;
    text-decoration: none;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.sp {
    padding: 25px 0 10px;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.sp .common_btn {
    width: 100%;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.sp a {
    display: inline-block;
    width: 100%;
  }
  
  .hd .hd_container .hd_navi .hd_navi_cv {
    margin-right: 2.0rem;
  }
  .hd .hd_container .hd_navi .hd_navi_cv a {
    width: 200px;
    display: inline-block;
    text-align: center;
    padding: 1.7rem 0;
    border-radius: 50px;
    background-color: #dd6262;
    border: 1px solid #dd6262;
    z-index: 2;
    overflow: hidden;
    position: relative;
  }
  .hd .hd_container .hd_navi .hd_navi_cv a::after {
    content: "";
    width: 18px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
    z-index: 5;
    margin: 0;
    background: url(../images/common/common_icon_arrow01.png) no-repeat center center;
    background-size: 100%;
    transition: .3s;
  }
  .hd .hd_container .hd_navi .hd_navi_cv a:hover {
    transition: .3s;
    opacity: .7;
  }
  .hd .hd_container .hd_navi .hd_navi_cv a:hover::after {
    right: 16px;
    transition: .6s;
  }
  .hd .hd_container .hd_navi .hd_navi_cv a span {
    font-size: 1.6rem;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
  }
  .hd .hd_container .hd_navi .hd_navi_cv a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/

.btn_pagetop {
  width: 54px;
  height: 54px;
  z-index: 450;
}
.btn_pagetop img {
  max-width: 100%;
}

.ft {
  background-color: #e97a7a;
  background-image: radial-gradient(circle, #eb8787 2px, transparent 2px), radial-gradient(circle, #eb8787 2px, transparent 2px);
  background-position: 5px 1px, 12px 6px;
  background-size: 14px 12px;
  margin-top: -12.0rem;
  padding: 10.0rem 0 5.5rem;
  min-height: 300px;
  border-top-right-radius: 2000px 300px;
  border-top-left-radius: 2000px 300px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
}
.ft .container .ft_link li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	justify-content: space-between;
  width: 44.5%;
}
.ft .container .ft_link li:nth-child(1) {
  margin-right: 6.5%;
}
.ft .container .ft_link li .txt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
.ft .container .ft_link li a img {
  border-radius: 20px;
  max-width: 100%;
}
.ft .container .ft_address {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 51%;
  margin-top: 3.0rem;
}
.ft .container .ft_address dt ,
.ft .container .ft_address dd {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.ft .container .ft_address dt {
  font-weight: 700;
  margin-right: 2.0em;
}
.copyright {
  font-size: 1.6rem;
  font-weight: 500;
  background: #fff;
  padding: 3.0rem 0;
  text-align: center;
  line-height: 1;
}


.top_main {
  background-color: #fff6f7;
  background-image: radial-gradient(circle, #ffffff 2px, transparent 2px), radial-gradient(circle, #ffffff 2px, transparent 2px);
  background-position: 5px 1px, 12px 6px;
  background-size: 14px 12px;
  padding: 2.0rem 0 8.0rem;
  
  min-height: 300px;
  border-bottom-right-radius: 2000px 300px;
  border-bottom-left-radius: 2000px 300px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
  z-index: 5;
}
.main_visual img {
  max-width: 100%;
}
.main_catch {
  padding-top: 3.5rem;
}
.main_catch .catch01 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #dd6262;
  display: inline-block;
  text-align: center;
  padding-bottom: 1.2rem;
  background: url(../images/top/main_line.png) no-repeat center bottom;
  background-size: 100%;
  margin-bottom: 1.5rem;
}
.main_catch .catch02 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 185%;
  letter-spacing: .05em;
  margin-bottom: 2.5rem;
}
.main_catch .catch02 strong {
  font-size: 1.8rem;
  font-weight: 700;
  color: #27b5bb;
}
.main_date {
  margin-bottom: 1.5rem;
}
.main_date li:nth-child(1) {
  margin-right: 2.5rem;
}


.top_blank_bk {
  background: url(../images/top/worries_bg01.png) no-repeat center center;
  background-size: cover;
  margin-top: -12.0rem;
  padding: 22.0rem 0 22.0rem;  
  min-height: 300px;
  border-top-right-radius: 2000px 300px;
  border-top-left-radius: 2000px 300px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
  z-index: 1;
}
.top_blank_bk .top_blank {
  width: 100%;
  max-width: 1200px;
}
.top_blank_bk .top_blank .ttl {
  align-items: center;
  margin-bottom: 3.0rem;
}
.top_blank_bk .top_blank .ttl .ttl_line {
  width: 66px;
}
.top_blank_bk .top_blank .ttl .ttl_line img {
  max-width: 100%;
}
.top_blank_bk .top_blank .ttl .ttl_txt {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
  margin: 0 1.5rem;
}
.top_blank_bk .top_blank .ttl .ttl_txt strong {
  color: #dd6262;
  font-weight: 700;
}
.top_blank_bk .top_blank .ttl .ttl_txt strong i {
  margin-left: .2em;
  display: inline-block;
  line-height: 180%;
}
.top_blank_bk .top_blank .ttl .ttl_txt strong i img {
  width: 35px;
  height: 35px;
}
.top_blank_bk .top_blank .checklist_wrap {
  max-width: 1168px;
  height: 365px;
  background: url(../images/top/blank_bg_pc.png) no-repeat center center;
  background-size: auto;
  position: relative;
  padding-top: 75px;
  padding-left: 309px;
  transition: .3s;
}
.top_blank_bk .top_blank .checklist_wrap li {
  font-size: 1.8rem;
  font-weight: 700;
  background: url(../images/top/worries_icon01.png) no-repeat left top;
  background-size: 22px;
  padding-left: 36px;
  margin-bottom: 20px;
}
.top_blank_bk .top_blank .checklist_wrap li strong {
  font-weight: 700;
  color: #dd6262;
  background: url(../images/top/blank_line01.png) no-repeat bottom center;
  background-size: auto 9px;
  padding-bottom: 8px;
}
@media screen and (max-width:1200px){
  .top_blank_bk .top_blank.container {
    width: 100%;
  }
  .top_blank_bk .top_blank .checklist_wrap {
    width: 100%;
    background: url(../images/top/blank_bg_pc.png) no-repeat center center;
    background-size: auto;
    position: relative;
    padding-top: 75px;
    padding-left: 24%;
    margin-left: auto;
    margin-right: auto;
    transition: .3s;
  }
}
@media screen and (max-width:1000px){
  .top_blank_bk .top_blank .checklist_wrap {
    padding-left: 20%;
    transition: .3s;
  }
}


.top_event_bk {
  background: #fff;
  margin-top: -12.0rem;
  padding: 12.0rem 0 20.0rem;  
  min-height: 300px;
  border-top-right-radius: 2000px 300px;
  border-top-left-radius: 2000px 300px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
  z-index: 1;
}
.top_event_bk .top_event .common_ttl01 {
  margin-bottom: 5.0rem;
}
.top_event_bk .top_event .common_ttl01 .ttl {
  margin-left: -2.0rem;
}

.top_event_bk .top_event .tab_buttons .tab_button {
  width: 23.63%;
  background: #f6f4eb;
  border: 2px solid #f6f4eb;
  border-radius: 20px 20px 0 0;
  padding: 1.5rem 0 1.0rem;
  text-align: center;
  cursor: pointer;
}
.top_event_bk .top_event .tab_buttons .tab_button.active {
  background: #fff6f7;
  border: 2px solid #dd6262;
  position: relative;
  z-index: 2;
}
.top_event_bk .top_event .tab_buttons .tab_button.active::after {
  content: "";
  display: block;
  background: #fff6f7;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 3;
}
.top_event_bk .top_event .tab_buttons .tab_button .tab_ttl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.top_event_bk .top_event .tab_buttons .tab_button .tab_ttl .area {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.top_event_bk .top_event .tab_buttons .tab_button .tab_ttl .area strong {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.top_event_bk .top_event .tab_buttons .tab_button .tab_ttl .date {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1;
}
.top_event_bk .top_event .tab_buttons .tab_button .tab_ttl .date strong {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.top_event_bk .top_event .tab_buttons .tab_button .tab_ttl strong .dow {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  padding: .2rem .5em;
  position: absolute;
  bottom: .8em;
  z-index: 1;
}
.top_event_bk .top_event .tab_buttons .tab_button .tab_ttl strong .dow::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #332620;
  border-radius:50%;
  background: #fff;
  position: absolute;
  z-index: -1;
  left: .3rem;
  top: -.3rem;
}
.top_event_bk .top_event .tab_buttons .tab_button.active .tab_ttl .area {
  color: #dd6262;
}
.top_event_bk .top_event .tab_buttons .tab_button.active .tab_ttl .date {
  color: #dd6262;
}
.top_event_bk .top_event .tab_buttons .tab_button.active .tab_ttl strong .dow {
  color: #dd6262;
}
.top_event_bk .top_event .tab_buttons .tab_button.active .tab_ttl strong .dow::before {
  border: 1px solid #dd6262;
}
.top_event_bk .top_event .tab_content {
  position: relative;
  z-index: 1;
}
.top_event_bk .top_event .tab_content .onimg {
  position: absolute;
  right: 20px;
  bottom: 2px;
  z-index: 2;
}
.top_event_bk .top_event .tab_inner {
  display: none;
  background: #fff6f7;
  padding: 6.0rem 5.4%;  
  border: 2px solid #dd6262;
  border-radius: 0 0 20px 20px;
  width: calc(100% - 1px);
}
.top_event_bk .top_event .tab_inner.active {
  display: block;
}
.top_event_bk .top_event .tab_inner .event_info01 {
  background: #fff;
  border-radius: 20px;
  padding: 4.0rem 8%;
  margin-bottom: 3.0rem;
}
.top_event_bk .top_event .tab_inner .event_info01 dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.top_event_bk .top_event .tab_inner .event_info01 dt {
  width: 6em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #dd6262;
  padding: 1.0rem 0;
  margin-bottom: 1.0rem;
  border-bottom: 2px dotted #dd6262;
}
.top_event_bk .top_event .tab_inner .event_info01 dd {
  width: calc( 100% - 9em );
  margin-left: 3em;
  padding: 1.0rem 0;
  font-size: 1.6rem;
}
.top_event_bk .top_event .tab_inner .event_info01 dd strong {
  font-weight: 700;
}
.top_event_bk .top_event .tab_inner .event_info01 dd .access li {
  font-size: 1.6rem;
  font-weight: 500;
}
.top_event_bk .top_event .tab_inner .event_info01 dd .access li:nth-last-child(n+2) {
  margin-bottom: 1.0em;
}
.top_event_bk .top_event .tab_inner .event_info01 dd .access li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 11px;
  background: #dd6262;
  border-radius: 50%;
}
.top_event_bk .top_event .tab_inner .event_info01 dd .caution {
  text-indent: -1em;
  padding-left: 1em;
}
.top_event_bk .top_event .tab_inner .event_info02 {
  background: #fff;
  border-radius: 20px;
  padding: 5.0rem 8%;
}
.top_event_bk .top_event .tab_inner .event_info02 .sttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #dd6262;
  margin-bottom: 2.5rem;
}
.top_event_bk .top_event .tab_inner .event_info02 .comp_list li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  width: calc(94% / 3);
  margin-bottom: .5em;
  padding-left: 21px;
  text-indent: -21px;
  margin-right: 3%;
}
.top_event_bk .top_event .tab_inner .event_info02 .comp_list li:nth-child(3n) {
  margin-right: 0;
}
.top_event_bk .top_event .tab_inner .event_info02 .comp_list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 11px;
  background: #dd6262;
  border-radius: 50%;
}
.top_event_bk .top_event .tab_inner .event_info02 .comp_list li a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #332620;
}
.top_event_bk .top_event .tab_inner .event_info02 .comp_list li a:hover {
  text-decoration: none;
  color: #dd6262;
  border-bottom: 1px solid #dd6262;
}
.top_event_bk .top_event .tab_inner .event_info02 .comp_list li.nolink a {
  border-bottom: none;
  pointer-events: none;
}
.top_event_bk .top_event .tab_inner .event_info02 .caution {
  text-align: right;
  margin-right: 5%;
  padding: 3% 0;
}


.top_worries_bk {
  background: url(../images/top/worries_bg01.png) no-repeat center center;
  background-size: cover;
  margin-top: -12.0rem;
  padding: 10.0rem 0 22.0rem;  
  min-height: 300px;
  border-top-right-radius: 2000px 300px;
  border-top-left-radius: 2000px 300px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
}
.top_worries_bk .top_worries {
  width: 100%;
  max-width: 1200px;
}
.top_worries_bk .top_worries .ttl {
  align-items: center;
  margin-bottom: 3.0rem;
}
.top_worries_bk .top_worries .ttl .ttl_line {
  width: 66px;
}
.top_worries_bk .top_worries .ttl .ttl_line img {
  max-width: 100%;
}
.top_worries_bk .top_worries .ttl .ttl_txt {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
  margin: 0 1.5rem;
}
.top_worries_bk .top_worries .ttl .ttl_txt strong {
  color: #27b5bb;
  font-weight: 700;
}
.top_worries_bk .top_worries .checklist_wrap {
  max-width: 1156px;
  height: 374px;
  background: url(../images/top/worries_bg02_pc.png) no-repeat center center;
  background-size: auto;
  position: relative;
  padding-top: 80px;
  padding-left: 164px;
  transition: .3s;
}
.top_worries_bk .top_worries .checklist_wrap li {
  font-size: 1.8rem;
  font-weight: 700;
  background: url(../images/top/worries_icon01.png) no-repeat left top;
  background-size: 22px;
  padding-left: 36px;
  margin-bottom: 20px;
}
.top_worries_bk .top_worries .checklist_wrap li strong {
  font-weight: 700;
  color: #27b5bb;
  background: url(../images/top/worries_line01.png) no-repeat bottom center;
  background-size: auto 9px;
  padding-bottom: 8px;
}
.top_worries_bk .arrow {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%,0);
  z-index: 5;
}
@media screen and (max-width:1200px){
  .top_worries_bk .top_worries.container {
    width: 100%;
    margin-bottom: 2.0rem;
  }
  .top_worries_bk .top_worries .checklist_wrap {
    width: 100%;
    background: url(../images/top/worries_bg02_pc.png) no-repeat center center;
    background-size: auto;
    position: relative;
    padding-top: 86px;
    padding-left: 12%;
    margin-left: auto;
    margin-right: auto;
    transition: .3s;
  }
}

.top_booth-corner_bk {
  background: #fff;
  margin-top: -12.0rem;
  padding: 8.0rem 0 12.0rem;
  min-height: 300px;
  border-top-right-radius: 2000px 300px;
  border-top-left-radius: 2000px 300px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
}
.top_booth-corner_bk .top_booth-corner {
}
.top_booth-corner_bk .top_booth-corner .common_ttl02 {
  margin-bottom: 7.0rem;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list {
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li {
  border: 2px solid #dd6262;
  border-radius: 20px;
  background: #fff6f7;
  position: relative;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(1) ,
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(2) {
  width: 49.0%;
  padding: 3.0rem 3.5%;
  margin-bottom: 3.0rem;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(1) {
  margin-right: 2%;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(3) ,
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(4) ,
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(5) {
  width: 31.8%;
  padding: 2.2rem 3.5%;
  margin-bottom: 4.0rem;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(3) ,
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(4) {
  margin-right: 2.3%;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(6) {
  width: 100%;
  padding: 2.2rem 4.5%;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(2) .onimg {
  width: 170px;
  position: absolute;
  left: calc(50% + 17rem);
  transform: translate(-50%, 0);
  top: -40px;
  z-index: 5;
}
@media screen and (max-width:960px){
  .top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(2) .onimg {
    width: 150px;
    left: inherit;
    right: 0;
    transform: translate(0, 0);
  }
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(2) .onimg img {
  max-width: 100%;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li .sttl01 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #dd6262;
  text-align: center;
  margin-bottom: 2.5rem;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li .sttl02 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #dd6262;
  text-align: center;
  margin-bottom: 2.0rem;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li .image {
  text-align: center;
  margin-bottom: 2.0rem;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li .common_txt01 strong ,
.top_booth-corner_bk .top_booth-corner .booth-corner_list li .common_txt02 strong {
  font-weight: 700;
  color: #dd6262;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(6) .sttl02 {
  margin-bottom: .5rem;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(6) .inner {
  align-items: center;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(6) .image {
  width: 19.8%;
  margin-bottom: 0;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(6) .common_txt02 {
  width: 80.2%;
}

.top_cta_bk {
  background-color: #e97a7a;
  background-image: radial-gradient(circle, #eb8787 2px, transparent 2px), radial-gradient(circle, #eb8787 2px, transparent 2px);
  background-position: 5px 1px, 12px 6px;
  background-size: 14px 12px;
  
  padding: 7.0rem 0 18.0rem;  
  min-height: 300px;
  border-top-right-radius: 2000px 300px;
  border-top-left-radius: 2000px 300px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
}
.top_cta_bk .top_cta {
  text-align: center;
}
.top_cta_bk .top_cta .ttl img {
  max-width: 100%;
}
.top_cta_bk .top_cta .btn {
  position: relative;
  margin-top: -2.5rem;
  text-align: center;
}
.top_cta_bk .top_cta .btn a {
  width: 520px;
  display: inline-block;
  text-align: center;
  padding: 2.8rem 0;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #dd6262;
  text-decoration: none;
  transition: .3s;
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.top_cta_bk .top_cta .btn a::after {
  content: "";
  width: 40px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0,-50%);
  z-index: 5;
  margin: 0;
  background: url(../images/common/common_icon_arrow02.png) no-repeat center center;
  background-size: 40px;
  transition: .3s;
}
.top_cta_bk .top_cta .btn a span {
  font-size: 3.2rem;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  color: #dd6262;
  line-height: 1;
}
.top_cta_bk .top_cta .btn a:hover {
  transition: .3s;
  background-color: #dd6262;
}
.top_cta_bk .top_cta .btn a:hover::after {
  background: url(../images/common/common_icon_arrow02w.png) no-repeat center center;
  background-size: 40px;
  right: 24px;
  transition: .6s;
}
.top_cta_bk .top_cta .btn a:hover span {
  color: #fff;
}


.top_faq_bk {
  background-color: #fff;
  margin-top: -12.0rem;
  padding: 12.0rem 0 26.0rem;  
  min-height: 300px;
  border-top-right-radius: 2000px 300px;
  border-top-left-radius: 2000px 300px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
}
.top_faq_bk .top_faq .common_ttl01 {
  margin-bottom: 4.5rem;
}
.top_faq_bk .top_faq .acc {
  border-radius: 20px;
  padding: 1.5rem 2.3%;
  margin-bottom: 2.0rem;
  background-image: url(../images/top/faq_icon_open.png);
  background-position: right 30px top 26px;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #f6f4eb;
}
.top_faq_bk .top_faq .acc.active {
  background-image: url(../images/top/faq_icon_close.png);
}
.top_faq_bk .top_faq .acc dt {
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  min-height: 53px;
  padding-left: 74px;
  background: url(../images/top/faq_icon_question.png) no-repeat left top;
  background-size: auto;
  padding-top: .6em;
}
.top_faq_bk .top_faq .acc dd {
  padding-top: 2.0rem;
  padding-left: 74px;
  padding-right: 8.0rem;
  padding-bottom: 2.0rem;
  background: url(../images/top/faq_icon_answer.png) no-repeat left top 1.0rem;
  background-size: auto;
}
.top_faq_bk .top_faq .acc.active dd {
  display: block;
}



.top_link_bk {
  background-color: #fff6f7;
  background-image: radial-gradient(circle, #ffffff 2px, transparent 2px), radial-gradient(circle, #ffffff 2px, transparent 2px);
  background-position: 5px 1px, 12px 6px;
  background-size: 14px 12px;
  
  margin-top: -12.0rem;
  padding: 12.0rem 0 22.0rem;  
  min-height: 300px;
  border-top-right-radius: 2000px 300px;
  border-top-left-radius: 2000px 300px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
}
.top_link_bk .top_link {
  position: relative;
}
.top_link_bk .top_link .onimg {
  position: absolute;
  z-index: 5;
  top: calc( -12.0rem - 8.8rem );
  right: 3.0rem;
}
.top_link_bk .top_link .common_ttl01 {
  margin-bottom: 4.5rem;
}
.top_link_bk .top_link .linklist li {
}
.top_link_bk .top_link .linklist li {
  width: 30.9%;
  margin-right: 3.65%;
  display: flex;
  flex-direction: column;
}
.top_link_bk .top_link .linklist li:nth-child(3n) {
  margin-right: 0; 
}
.top_link_bk .top_link .linklist li a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #332620;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 2.0rem 0;
  border: 2px solid #332620;
  border-radius: 20px;
  background: #fff;
  flex-grow: 1;
  display:flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
.top_link_bk .top_link .linklist li a:hover {
  opacity: .6;
  transition: .3s;
}

