#wrapper {
	background-image: none;
  /* margin: 0 auto;
  min-width: 1200px; */
}
/* @media only screen and (max-width: 768px) {
  #wrapper {
    min-width: 100%;
  }
} */

#wrapper #footermenu #fnav {
	margin: 0 auto 0;
}
#wrapper #main {
	position: relative;
	width: 100%;
	max-height: 513px;
	/* background-image: url(../shared/back_plus04.png); 
	background-color: #89d0ea;
	background-position: center top;
	overflow: hidden; */
  background-color: #B2DCF2;
}
#wrapper #main .topmain {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
#wrapper #main .topmain h1 {
	margin: 0;
}
#wrapper #main .topmain h1 img{
  max-width: 100%;
}
#wrapper #main .topmain .btn {
	position: absolute;
	left: 0;
	bottom: 20px;
  display: none;
}
#wrapper #main .topmain .btn a {
	display: block;
	text-align: center;
	background: #3a8fd2;
	color: #fff;
	font-size: 14px;
	width: 180px;
	border-radius: 15px;
	-webkit-transition: 0.4s ease-in-out;
       -moz-transition: 0.4s ease-in-out;
         -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
}
#wrapper #main .topmain .btn a:hover {
	background: #1a74bb;
}
#wrapper #main .topmain .btn a span {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0 15px 0 0;
	background: url(../shared/link_icon02.png) no-repeat right center;
	background-size: 5px;
}
#wrapper #contentsTop .inner {
	max-width: 980px;
  width: auto;
	margin: 0 auto;
	position: relative;
}
#wrapper #contentsTop .txt {
	font-size: 18px;
	line-height: 1.8;
}
#wrapper #contentsTop .txt + .txt {
	margin-top: 20px;
}
#wrapper #contentsTop .txt strong {
	color: #de4e62;
	font-weight: bold;
	text-decoration: underline;
}
#wrapper #inflammation {
	background-image: url(../shared/back_plus02.png);
	background-position: center top;
	padding: 50px 0;
}
#wrapper #inflammation .content01 {
	text-align: center;
	background: url(../images/top_inflammation_bg_circle.png) no-repeat center top;
	min-height: 997px;
}
#wrapper #inflammation .content01 .inner {
	padding: 200px 0 112px;
	background:url(../images/top_inflammation_arrow.png) no-repeat center bottom;
}
#wrapper #inflammation .content01 h2 {
	position: absolute;
	top: -34px;
	left: 0;
}
#wrapper #inflammation .content01 .shoujo {
	margin-top: 40px;
	display: block;
}
#wrapper #inflammation .content01 .shoujo.sp {
	display: none;
}
#wrapper #inflammation .content01 ul {
	font-size: 0;
	padding-top: 40px;
}
#wrapper #inflammation .content01 ul li {
	display: inline-block;
	width: 146px;
	font-size: 16px;
	vertical-align: top;
}
#wrapper #inflammation .content01 ul li a {
	display: block;
	color: #333;
	text-decoration: none;
}
#wrapper #inflammation .content01 ul li a:hover {
	color: #1b75bc;
}
#wrapper #inflammation .content01 ul li img {
	width: 120px;
	margin: 0 auto 10px;
	display: block;
}
#wrapper #inflammation .content01 .btn {
	position: absolute;
	right: 0;
	bottom: 40px;
}
#wrapper #inflammation .content01 .btn a {
	display: block;
	background: #1b75bc;
	color: #fff;
	font-size: 18px;
	width: 267px;
	border-radius: 22px;
	-webkit-transition: 0.4s ease-in-out;
       -moz-transition: 0.4s ease-in-out;
         -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
}
#wrapper #inflammation .content01 .btn a:hover {
	background: #124f80;
}
#wrapper #inflammation .content01 .btn a span {
	height: 44px;
	line-height: 44px;
	display: inline-block;
	padding: 0 20px 0 0;
	background: url(../shared/link_icon02.png) no-repeat right center;
}
#wrapper #inflammation .content02 {
	margin-top: -80px;
}
#wrapper #inflammation .content02 .txt {
	/* margin-top: 30px; */
  margin-top: 110px;
}
#wrapper #treatment {
	background-image: url(../shared/back_plus03.png);
	background-position: center top;
	padding: 50px 0;
	text-align: center;
}
#wrapper #treatment h2 {
	margin-bottom: 35px;
}
#wrapper #treatment h2 img {
	height: 70px;
}
#wrapper #treatment .img {
	float: right;
	margin: -20px 20px 0 0;
}
#wrapper #treatment .img img {
	width: 256px;
}
#wrapper #treatment dl {
	width: 660px;
	border-radius: 30px;
	background: #3a8fd2;
	color: #fff;
	margin: 0 0 0 7px;
	padding: 30px 0;
}
#wrapper #treatment dl dt {
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
	margin: 0 30px 20px;
	font-size: 26px;
	font-weight: bold;
}
#wrapper #treatment dl dd p {
	font-size: 22px;
}
#wrapper #treatment dl dd p + p {
	background: url(../images/top_treatment_arrow.png) no-repeat center top;
	padding-top: 22px;
	margin-top: 10px;
}
#wrapper #treatment dl dd ul {
	font-size: 0;
	padding-top: 15px;
}
#wrapper #treatment dl dd ul li {
	font-size: 18px;
	margin: 0 10px;
	display: inline-block;
}
#wrapper #treatment .btn {
	clear: both;
	padding-top: 40px;
	margin: 0 auto;
	width: 490px;
}
#wrapper #treatment .btn a {
	display: block;
	background: #fff;
	color: #1b75bc;
	font-size: 24px;
	border-radius: 32px;
	-webkit-transition: 0.4s ease-in-out;
       -moz-transition: 0.4s ease-in-out;
         -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
}
#wrapper #treatment .btn a:hover {
	background: #d6e7f6;
}
#wrapper #treatment .btn a span {
	height: 64px;
	line-height: 64px;
	display: inline-block;
	padding: 0 27px 0 0;
	background: url(../shared/link_icon03.png) no-repeat right center;
	font-weight: bold;
}
#wrapper #inflammation .stepdown{
  overflow: hidden;
  padding:40px 0 70px;
  margin-bottom: 25px;
  width: 100%;
  background:url(../images/top_inflammation_arrow.png) no-repeat center bottom;
}
#wrapper #inflammation .stepdown .txtbox{
  width: 420px;
  float: left;
}
#wrapper #inflammation .stepdown .txtbox p:first-child{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;}
#wrapper #inflammation .stepdown .txtbox p:first-child strong {
  color: #de4e62;
  font-weight: bold;
  text-decoration: underline;
}
#wrapper #inflammation .stepdown .txtbox p.btn a {
	display: block;
	background: #1b75bc;
	color: #fff;
	font-size: 18px;
	width: 370px;
  text-align: center;
	border-radius: 22px;
	-webkit-transition: 0.4s ease-in-out;
       -moz-transition: 0.4s ease-in-out;
         -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
}
#wrapper #inflammation .stepdown .txtbox p.btn a:hover {
	background: #124f80;
}
#wrapper #inflammation .stepdown .txtbox p.btn a span {
	height: 44px;
	line-height: 44px;
	display: inline-block;
	padding: 0 20px 0 0;
	background: url(../shared/link_icon02.png) no-repeat right center;
}
#wrapper #inflammation .stepdown .imgbox{
  width: 509px;
  float: right;
}
#wrapper #inflammation .stepdown .imgbox p.btn{
  display: none;
}
#wrapper #inflammation .contentpoint{
  background: url(../images/top_inflammation_bg_circle02.png) no-repeat center top;
  min-height: 677px;
  padding-top: 60px;
}
#wrapper #inflammation .contentpoint .box{
  width: 740px;
  margin: 0 auto;
}

#wrapper #inflammation .contentpoint h2{
  margin-bottom: 35px;
  text-align: center;
}
#wrapper #inflammation .contentpoint ol{
  background: #3a8fd2;
  padding: 25px 40px;
  color: #fff;
  border-radius: 25px;
  margin-bottom: 25px;
}
#wrapper #inflammation .contentpoint ol li{
  border-bottom: 1px dashed #fff;
  padding:0 0 15px 45px;
  margin-bottom: 14px;
  font-size: 16px;
}
#wrapper #inflammation .contentpoint ol li strong{
  font-size: 20px;
}
#wrapper #inflammation .contentpoint ol li strong span{
  background: #ef8392;
  padding: 3px;
  font-size: 28px;
  margin: 5px 0;
  font-weight: bold;
  display: inline-block;}
#wrapper #inflammation .contentpoint ol li:first-child{
  background: url(../images/top_point_no1.png) no-repeat left top;
}
#wrapper #inflammation .contentpoint ol li:nth-child(2){
  background: url(../images/top_point_no2.png) no-repeat left top;}
#wrapper #inflammation .contentpoint ol li:last-child{
  background: url(../images/top_point_no3.png) no-repeat left top;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;}
#wrapper #inflammation .contentpoint p{
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;}
#wrapper #inflammation .contentpoint p strong {
  color: #de4e62;
  font-weight: bold;
  text-decoration: underline;
}
/*==================================================
  responsive
==================================================*/
@media only screen and (max-width:571px) {
#wrapper #contents {
  margin: 0 auto;
}
#wrapper #footermenu #fnav {
	margin: 0 auto;
}
#wrapper #main {
	height: auto;
}
#wrapper #main .topmain {
	width: auto;
}
#wrapper #main .topmain h1 {
	margin: 0;
}
#wrapper #main .topmain h1 img {
	width: 100%;
}
#wrapper #main .topmain .btn {
	position: relative;
	right: inherit;
	bottom: inherit;
  display: block;
}
#wrapper #main .topmain .btn a {
	font-size: 14px;
	width: auto;
	border-radius: 0;
}
#wrapper #inflammation .content01 .btn a:hover {
	background: #3a8fd2;
}
#wrapper #main .topmain .btn a span {
	height: 36px;
	line-height: 36px;
	padding: 0 17px 0 0;
	background: url(../shared/link_icon02_sp.png) no-repeat right center;
	background-size: 6px 9px;
}
#wrapper #contentsTop .inner {
	width: auto;
	padding: 0 10px;
}
#wrapper #contentsTop .txt {
	font-size: 12px;
}
#wrapper #inflammation {
	padding: 30px 0 0;
  overflow: hidden;
}
#wrapper #inflammation .content01 {
	text-align: center;
	background: url(../images/top_inflammation_bg_circle_sp.png) no-repeat center top;
	background-size: 100% 100%;
	position: relative;
	min-height: inherit;
	padding-bottom: 25%;
}
#wrapper #inflammation .content01 .inner {
	padding: 58% 0 40px;
	background:url(../images/top_inflammation_arrow.png) no-repeat center bottom;
	background-size: 86px 20px;
}
#wrapper #inflammation .content01 h2 {
	position: absolute;
	top: -3%;
	left: 0;
	width: 100%;
}
#wrapper #inflammation .content01 h2 img {
	width: 100%;
}
#wrapper #inflammation .content01 .shoujo.pc {
	display: none;
}
#wrapper #inflammation .content01 .shoujo.sp{
  display: block;
}
#wrapper #inflammation .content01 .shoujo {
	margin-top: 30px;
	display: inline-block;
	max-width: 100%;
}

  #wrapper #inflammation .content01 .shoujo li {
    width: 46%;
    text-align: center;
    display: inline-block;
    padding-top: 10px;
  }
#wrapper #inflammation .content01 .shoujo li img {
  width: 100%;
}
#wrapper #inflammation .content01 .slick-arrow {
	background: none;
	border: none;
	border-left: solid 2px #1a74bb;
	border-top: solid 2px #1a74bb;
	font-size: 0;
	box-shadow: none;
	width: 20px;
	height: 20px;
	transform: rotate(-45deg);
	position: absolute;
	left: 10%;
	top: calc(50% - 10px);
	z-index: 10;
}
#wrapper #inflammation .content01 .slick-next {
	left: auto;
	right: 10%;
	transform: rotate(135deg);
}
#wrapper #inflammation .content01 ul {
	padding: 40px 5px 0;
}
#wrapper #inflammation .content01 ul li {
	width: 29%;
	margin: 0 2%;
	font-size: 12px;
	font-weight: bold;
}
#wrapper #inflammation .content01 ul li span {
	height: 40px;
	display: block;
}
#wrapper #inflammation .content01 ul li img {
	width: 100%;
}
#wrapper #inflammation .content01 .btn {
	position: relative;
	right: inherit;
	bottom: inherit;
}
#wrapper #inflammation .content01 .btn a {
	font-size: 15px;
	width: 223px;
	margin: 0 auto;
}
#wrapper #inflammation .content01 .btn a span {
	height: 36px;
	line-height: 36px;
	padding: 0 17px 0 0;
	background: url(../shared/link_icon02_sp.png) no-repeat right center;
	background-size: 6px 9px;
}
#wrapper #inflammation .content02 {
	margin-top: -20%;
}
#wrapper #inflammation .content02 .img img {
	width: 100%;
}
#wrapper #inflammation .content02 .txt {
  margin-top: 8vw;
	/* margin-top: 20px; */
}
#wrapper #treatment {
	padding: 30px 0;
}
#wrapper #treatment h2 {
	margin-bottom: 23px;
}
#wrapper #treatment h2 img {
	width: 100%;
	height: auto
}
#wrapper #treatment .img {
	float: none;
	margin: 0 auto 0;
}
#wrapper #treatment .img img {
	width: 205px;
}
#wrapper #treatment dl {
	width: auto;
	border-radius: 15px;
	margin: 15px 0 0;
	padding: 15px 0;
}
#wrapper #treatment dl dt {
	padding-bottom: 10px;
	margin: 0 15px 10px;
	font-size: 18px;
}
#wrapper #treatment dl dd p {
	font-size: 14px;
}
#wrapper #treatment dl dd p + p {
	background-size: 25px;
	padding-top: 15px;
	margin-top: 10px;
}
#wrapper #treatment dl dd ul {
	font-size: 0;
	padding-top: 10px;
}
#wrapper #treatment dl dd ul li {
	font-size: 12px;
	margin: 0;
	display: block;
}
#wrapper #treatment dl dd ul li + li {
	margin-top: 5px;
}
#wrapper #treatment .btn {
	padding-top: 20px;
	width: auto;
}
#wrapper #treatment .btn a {
	font-size: 12px;
}
#wrapper #treatment .btn a span {
	height: 39px;
	line-height: 39px;
	padding: 0 14px 0 0;
	background-size: 6px;
}

  
  
  
#wrapper #inflammation .stepdown{
  overflow: hidden;
  padding:20px 0 40px;
  margin-bottom: 15px;
  width: 100%;
  background: url(../images/top_inflammation_arrow.png) no-repeat center bottom;
  background-size: 86px 20px;
}
#wrapper #inflammation .stepdown .txtbox{
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
#wrapper #inflammation .stepdown .txtbox p:first-child{
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 15px;}
#wrapper #inflammation .stepdown .txtbox p:first-child strong {
  color: #de4e62;
  font-weight: bold;
  text-decoration: underline;
}
  #wrapper #inflammation .stepdown p.btn{
    display: none;
  
}
#wrapper #inflammation .stepdown .imgbox{
  width:100%;
  float: none;
  
}
  #wrapper #inflammation .stepdown .imgbox img{
    width: 100%;
  }
#wrapper #inflammation .stepdown .imgbox p.btn{
    display: block;
    margin-top: 20px;
  }
#wrapper #inflammation .stepdown .imgbox p.btn a {
	font-size: 15px;
	width: 100%;
  text-align: center;
  background: #1b75bc;
  color: #fff;
  border-radius: 22px;
  display: block;
  text-decoration: none;
}
#wrapper #inflammation .stepdown .imgbox p.btn a:hover {
	background: #1b75bc;
}
#wrapper #inflammation .stepdown .imgbox p.btn a span {    height: 36px;
    line-height: 36px;
    padding: 0 17px 0 0;
    background: url(../shared/link_icon02_sp.png) no-repeat right center;
    background-size: 6px 9px;

}
#wrapper #inflammation .contentpoint{
  background:none;
  min-height: auto;
  padding: 50px 0;
  position: relative;
}

  #wrapper #inflammation .contentpoint:before{
    content: "";
    background: url(../images/top_contentpoint_bg01.png) no-repeat center;
    width: 100%;
    height: 50px;
    background-size: cover;
    position: absolute;
    top: 0;
  }

  #wrapper #inflammation .contentpoint:after{
    content: "";
    background: url(../images/top_contentpoint_bg02.png) no-repeat center;
    width: 100%;
    height: 50px;
    background-size: cover;
    position: absolute;
    bottom: 0;
  }
#wrapper #inflammation .contentpoint .box{
  width: auto;
  padding: 0 10px;
  background: #fff;
}

#wrapper #inflammation .contentpoint h2{
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 0;
}
  #wrapper #inflammation .contentpoint h2 img{
    width: 100%;
  }
#wrapper #inflammation .contentpoint ol{
  background: #3a8fd2;
  padding: 8px 12px;
  color: #fff;
  border-radius: 14px;
  margin-bottom: 20px;
}
#wrapper #inflammation .contentpoint ol li{
  border-bottom: 1px dashed #fff;
  padding:0 0 12px 25px;
  margin-bottom: 10px;
  font-size: 12px;
}
#wrapper #inflammation .contentpoint ol li strong{
  font-size: 14px;
}
#wrapper #inflammation .contentpoint ol li strong span{
  background: linear-gradient(transparent 0%, #ef8392 0%);
  padding: 3px;
  font-size: 18px;
  margin: 2px 0;
  font-weight: bold;
  display: inline;
  line-height: 2;}
#wrapper #inflammation .contentpoint ol li:first-child{
  background: url(../images/top_point_no1.png) no-repeat left top;
  background-size: 20px 20px;
}
#wrapper #inflammation .contentpoint ol li:nth-child(2){
  background: url(../images/top_point_no2.png) no-repeat left top;
  background-size: 20px 20px;}
#wrapper #inflammation .contentpoint ol li:last-child{
  background: url(../images/top_point_no3.png) no-repeat left top;
  background-size: 20px 20px;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;}
#wrapper #inflammation .contentpoint p{
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 0px;}
#wrapper #inflammation .contentpoint p strong {
  color: #de4e62;
  font-weight: bold;
  text-decoration: underline;
}


}


/*20200714*/
.banner-space{
	width: 980px;
	margin:0 auto;
	display: flex;
	justify-content: space-around;
	padding-bottom: 40px;
	flex-wrap: wrap;
}
.banner-space a{
	display: block;
	width: 480px;
	margin-bottom: 20px;
}
@media only screen and (max-width:571px) {


	.banner-space{
		display: block;
		width: auto;
		padding:0 10px 20px;

	}
	.banner-space a{
	margin-bottom:10px;
	width: auto;
}
	.banner-space img{
		max-width: 100%;
	}
}


/*20201111*/
#wrapper #contentrmenu.contentrmenuLower {
  position: absolute;
  z-index: 1000;
}
#wrapper #contentrmenu.contentrmenuLower.fix {
  position: fixed;
  top: 0;
}
#wrapper #contentsTop #product a:hover {
  opacity: .7;
  transition: all .2s ease-in-out;
}
#wrapper #contentsTop #product a:hover img {
  opacity: 1;
}
#wrapper #contentsTop #product .main {
  color: #fff;
  background: #1a74bb;
}
#wrapper #contentsTop #product .main .inner {
  padding: 70px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#wrapper #contentsTop #product .main .inner .image {
  flex-basis: 520px;
}
#wrapper #contentsTop #product .main .inner .image img {
  width: 505px;
  height: auto;
}
#wrapper #contentsTop #product .main .inner .text {
  flex-basis: 460px;
}
#wrapper #contentsTop #product .main .inner .text h2 {
  margin-bottom: .5em;
  font-size: 2.8571428571em;
  font-weight: bold;
}
#wrapper #contentsTop #product .main .inner .text p {
  margin-bottom: 2em;
  font-size: 1.2857142857em;
  line-height: 1.6666666667;
}
#wrapper #contentsTop #product .main .inner .text .btn {
  width: 320px;
}
#wrapper #contentsTop #product .main .inner .text .btn a {
  color: #fff;
  font-size: 1.2142857143em;
  line-height: 4.1176470588;
  text-align: center;
  text-decoration: none;
  border: #fff 1px solid;
  border-radius: 2.0588235294em;
  background: url(../shared/icon_bullet_white.png) no-repeat top 50% right 20px/9px auto;
  display: block;
}
#wrapper #contentsTop #product .series {
  background: #f8f8f8;
}
#wrapper #contentsTop #product .series .inner {
  padding: 70px 0 80px;
  text-align: center;
}
#wrapper #contentsTop #product .series .inner h3 {
  margin-bottom: .6em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.6428571429;
}
#wrapper #contentsTop #product .series .inner h3 .blue {
  color: #0064b3;
  font-size: 1.2em;
}
#wrapper #contentsTop #product .series .inner .caption {
  margin-bottom: 2.5em;
  font-size: 1.2142857143em;
  line-height: 1.7058823529;
}
#wrapper #contentsTop #product .series .inner .list {
  margin: 0 -160px 40px;
}
#wrapper #contentsTop #product .series .inner .list ul {
  display: flex;
  justify-content: space-between;
}
#wrapper #contentsTop #product .series .inner .list ul li {
  margin-right: 1px;
  flex-basis: 432px;
}
#wrapper #contentsTop #product .series .inner .list ul li > span,
#wrapper #contentsTop #product .series .inner .list ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
}
#wrapper #contentsTop #product .series .inner .list ul li.f > span {
  background: #0064b3;
}
#wrapper #contentsTop #product .series .inner .list ul li.f-at a {
  background: #02983b;
}
#wrapper #contentsTop #product .series .inner .list ul li.f-md a {
  background: #ff6600;
}
#wrapper #contentsTop #product .series .inner .list ul li dt {
  background: #fff;
}
#wrapper #contentsTop #product .series .inner .list ul li dt img {
  vertical-align: bottom;
}
#wrapper #contentsTop #product .series .inner .list ul li dd {
  padding: 1em;
  font-size: 1.2142857143em;
  line-height: 1.5;
}
#wrapper #contentsTop #product .series .inner .list ul li dd .name {
  font-size: 1.1176470588em;
  font-weight: bold;
}
#wrapper #contentsTop #product .series .inner .list ul li a[target="_blank"] dd .name::after {
  margin-left: .3em;
  width: 12px;
  height: 10px;
  content: '';
  background: url(../shared/icon_blank_white.png) no-repeat 50% 50%/contain;
  display: inline-block;
}
#wrapper #contentsTop #product .series .inner .concept .btn {
  margin: auto;
  width: 530px;
}
#wrapper #contentsTop #product .series .inner .concept .btn a {
  color: #0064b3;
  font-size: 1.3571428571em;
  font-weight: bold;
  text-decoration: none;
  background: url(../shared/icon_blank_blue.png) no-repeat top 50% right 20px/12px auto #fff;
  border: #0064b3 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrapper #contentsTop #product .series .inner .concept .btn a .icon {
  padding: 18px 0;
  flex-basis: 32.0754716981%;
}
#wrapper #contentsTop #product .series .inner .concept .btn a .icon img {
  width: 75.8823529412%;
  height: auto;
}
#wrapper #contentsTop #product .series .inner .concept .btn a .label {
  flex-basis: 67.5471698113%;
  text-align: left;
}
#wrapper #contentsTop #qa a:hover {
  opacity: .7;
  transition: all .2s ease-in-out;
}
#wrapper #contentsTop #qa a:hover img {
  opacity: 1;
}
#wrapper #contentsTop #qa .inner {
  padding: 70px 0 90px;
  text-align: center;
}
#wrapper #contentsTop #qa .inner h2 {
  margin-bottom: 1.2em;
  color: #0064b3;
  font-size: 2.2142857143em;
  font-weight: bold;
}
#wrapper #contentsTop #qa .inner h2::before {
  margin-right: .5em;
  width: 43px;
  height: 38px;
  content: '';
  background: url(../images/top_qa_icon.png) no-repeat 50% 50%/contain;
  display: inline-block;
  vertical-align: middle;
}
#wrapper #contentsTop #qa .inner .list {
  margin-bottom: 40px;
}
#wrapper #contentsTop #qa .inner .list ul {
  display: flex;
  justify-content: space-between;
}
#wrapper #contentsTop #qa .inner .list ul li {
  flex-basis: 312px;
}
#wrapper #contentsTop #qa .inner .list ul li a {
  color: #000;
  text-decoration: none;
  background: #f8f8f8;
  border-radius: 8px;
  display: block;
}
#wrapper #contentsTop #qa .inner .list ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrapper #contentsTop #qa .inner .list ul li dl dt {
  flex-basis: 48.0769230769%;
}
#wrapper #contentsTop #qa .inner .list ul li dl dd {
  padding: .8em;
  flex-basis: 51.9230769231%;
  font-size: 1.2857142857em;
  line-height: 1.5555555556;
  text-align: left;
}
#wrapper #contentsTop #qa .inner .btn {
  margin: auto;
  width: 320px;
}
#wrapper #contentsTop #qa .inner .btn a {
  color: #fff;
  font-size: 1.2142857143em;
  font-weight: bold;
  line-height: 4.1176470588;
  text-decoration: none;
  background: url(../shared/icon_bullet_white.png) no-repeat top 50% right 20px/9px auto #0064b3;
  border-radius: 2.0588235294em;
  display: block;
}
#wrapper .pagetop {
  margin-top: 0;
}
@media only screen and (min-width: 572px) {
	#wrapper .cnav__covid19.fix {
		position: relative;
	}
}

@media only screen and (max-width: 571px) {
  #wrapper #main {
    padding-top: 0;
  }
  #wrapper #contentsTop #inflammation {
    padding-bottom: 0;
  }
  #wrapper #contentsTop #product .main .inner {
    padding: 10.6666666667vw 2.6666666667vw;
    text-align: center;
    display: block;
  }
  #wrapper #contentsTop #product .main .inner .image {
    margin-bottom: 2%;
  }
  #wrapper #contentsTop #product .main .inner .image img {
    width: 72.9333333333vw;
  }
  #wrapper #contentsTop #product .main .inner .text h2 {
    font-size: 1.7142857143em;
  }
  #wrapper #contentsTop #product .main .inner .text p {
    font-size: 1em;
  }
  #wrapper #contentsTop #product .main .inner .text .btn {
    margin: auto;
    width: 72vw;
  }
  #wrapper #contentsTop #product .main .inner .text .btn a {
    font-size: 1em;
    line-height: 3.5714285714;
    border-radius: 1.7857142857em;
  }
  #wrapper #contentsTop #product .series .inner {
    padding: 8vw 2.6666666667vw 10.6666666667vw;
  }
  #wrapper #contentsTop #product .series .inner h3 {
    margin-bottom: .6em;
    font-size: 1.5em;
    line-height: 1.380952381;
  }
  #wrapper #contentsTop #product .series .inner .caption {
    font-size: 1em;
  }
  #wrapper #contentsTop #product .series .inner .list {
    margin: 0 0 8vw;
  }
  #wrapper #contentsTop #product .series .inner .list ul {
    display: block;
  }
  #wrapper #contentsTop #product .series .inner .list ul li {
    margin: 0 0 1px;
  }
  #wrapper #contentsTop #product .series .inner .list ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #wrapper #contentsTop #product .series .inner .list ul li dt {
    flex-basis: 41.6901408451%;
  }
  #wrapper #contentsTop #product .series .inner .list ul li dt img {
    width: 100%;
    height: auto;
  }
  #wrapper #contentsTop #product .series .inner .list ul li dd {
    flex-basis: 58.3098591549%;
    padding: .8em;
    font-size: 0.8571428571em;
    line-height: 1.2;
    text-align: left;
    position: relative;
  }
  #wrapper #contentsTop #product .series .inner .list ul li dd .name {
    margin-top: .2em;
    font-size: 1.25em;
    display: inline-block;
  }
  #wrapper #contentsTop #product .series .inner .list ul li a[target="_blank"] dd .name::after {
    margin: -5px 0 0;
    position: absolute;
    top: 50%;
    right: 10px;
  }
  #wrapper #contentsTop #product .series .inner .concept .btn {
    width: 88.7323943662%;
  }
  #wrapper #contentsTop #product .series .inner .concept .btn a {
    font-size: 1em;
  }
  #wrapper #contentsTop #product .series .inner .concept .btn a .icon {
    padding: 8px 0;
  }
  #wrapper #contentsTop #qa .inner {
    padding: 10.6666666667vw 2.6666666667vw;
  }
  #wrapper #contentsTop #qa .inner h2 {
    font-size: 1.7142857143em;
  }
  #wrapper #contentsTop #qa .inner h2::before {
    width: 33px;
    height: 29px;
  }
  #wrapper #contentsTop #qa .inner .list {
    margin-bottom: 4%;
  }
  #wrapper #contentsTop #qa .inner .list ul {
    display: block;
  }
  #wrapper #contentsTop #qa .inner .list ul li {
    margin-bottom: 3%;
  }
  #wrapper #contentsTop #qa .inner .list ul li a {
    border-radius: 4px;
  }
  #wrapper #contentsTop #qa .inner .list ul li dl dt {
    flex-basis: 26.7605633803%;
  }
  #wrapper #contentsTop #qa .inner .list ul li dl dt img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  #wrapper #contentsTop #qa .inner .list ul li dl dd {
    padding: .8em;
    flex-basis: 73.2394366197%;
    font-size: 1em;
  }
  #wrapper #contentsTop #qa .inner .btn {
    width: 76.0563380282%;
  }
  #wrapper #contentsTop #qa .inner .btn a {
    font-size: 1em;
    line-height: 3.5714285714;
    border-radius: 1.7857142857em;
  }
}

.bnrHifunokoto {
  margin: 70px -160px;
}
@media only screen and (max-width: 571px) {
  .bnrHifunokoto {
    margin: 40px 0px;
  }
  .bnrHifunokoto img {
    width: 100%;
  }
}

/* 20230519 renew */
/* #wrapper {
  min-width: 1000px;
} */
#wrapper #inflammation {
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #404040;
  background: none;
}
#wrapper #inflammation img {
  width: 100%;
  height: auto;
}
#wrapper #inflammation *:hover img {
  opacity: 1;
}
.section_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.section_catch {
  font-weight: 700;
}

@media only screen and (max-width: 571px) {
  #wrapper {
    min-width: 100%;
  }
  .section_inner {
    padding: 0 5%;
  }
}




.section_first {
  padding: 80px 0;
  background: #89D0EA url(../images/home/first_bg_pc.png) center bottom no-repeat;
  background-size: 100% auto;
}
.section_first_movie {
  position: relative;
  display: block;
  max-width: 698px;
  margin: 0 auto 55px;
  border-radius: 12px;
  overflow: hidden;
}
.section_first_movie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2);
  transition: .5s;
}
.section_first_movie:hover::before {
  opacity: 0;
}
.section_first_movie::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: url(../images/home/icon_play.svg) center no-repeat;
  background-size: 100%;
}
.section_first_catch {
  width: 100%;
  margin: 0 0 100px;
  text-align: center;
}
.section_first_catch_line {
  display: inline-block;
  margin-top: 0.25em;
  padding: 0.1em;
  font-size: 30px;
  color: #3B8FD1;
  border-radius: 5px;
  background: #fff;
}
.section_first_catch_line.forPc {
  display: inline-block;
}
.section_first_catch_line.forSp {
  display: none;
}
.section_first_sick_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.section_first_sick_item {
  display: block;
  width: 24%;
  margin: 0 4.5%;
  transition: .5s;
}
.section_first_sick_item:hover {
  opacity: 0.75;
  transform: scale(1.025);
}
.section_first_sick_item:hover img {
  opacity: 1;
}
.section_first_btn_sick {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 53px;
  margin: 60px auto 0;
  border-radius: 27px;
  text-decoration: none;
  background: #3B8FD1;
  transition: .25s;
}
.section_first_btn_sick:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.section_first_btn_sick::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 17px;
  width: 10px;
  height: 17px;
  background: url(../images/home/icon_arrow_right_white.svg) center no-repeat;
  background-size: 100%;
  transition: .25s;
}
.section_first_btn_sick:hover::after {
  right: 7px;
}
.section_first_btn_sick p {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}


@media only screen and (max-width: 571px) {
  .section_first {
    padding: 15vw 0 25vw;
    background: #89D0EA url(../images/home/first_bg_sp.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .section_first_movie {
    margin: 0 auto 11.73vw;
  }
  .section_first_movie:hover::before {
    opacity: 1;
  }
  .section_first_catch {
    margin: 0 0 5vw;
  }
  .section_first_catch_line {
    font-size: 5vw;
  }
  .section_first_catch_line.forPc {
    display: none;
  }
  .section_first_catch_line.forSp {
    display: inline-block;
  }
  .section_first_sick_wrap {
    justify-content: flex-start;
    flex-direction: row-reverse
  }
  .section_first_sick_wrap:last-of-type {
    margin-top: -25%;
  }
  .section_first_sick_item {
    width: 49%;
    margin: 0 0 9% 1%;
    transition: none;
  }
  .section_first_sick_item:nth-of-type(even) {
    margin: 30% 1% 9% 0;
  }
  .section_first_sick_wrap:last-of-type .section_first_sick_item:last-of-type {
    margin-top: -25%;
  }
  .section_first_sick_item:hover {
    opacity: 1;
    transform: none;
  }
  .section_first_btn_sick:hover {
    box-shadow: none;
  }
  .section_first_btn_sick:hover::after {
    right: 17px;
  }
  .section_first_btn_sick p {
    font-size: 4vw;
  }
  .section_first_btn_sick {
    width: 100%;
    height: 3em;
    margin: -2vw auto 0;
  }
}

.section_second {
  padding: 80px 0;
  background-color: #F4F4F4;
    background-image: 
      url(../images/home/second_bg_bottom_pc.png),
      url(../images/home/second_bg_ptn1_pc.png),
      url(../images/home/second_bg_ptn2_pc.png),
      url(../images/home/second_bg_ptn3_pc.png);
    background-position: 
      center bottom -1px,
      right top,
      left top 25%,
      right top 55%;
    background-repeat: no-repeat;
    background-size: 
      100% auto,
      41.8% auto,
      34.69% auto,
      34.69% auto;
}
.section_second_catch {
  width: 50%;
  margin: 0;
}
.section_second_catch_line {
  display: inline-block;
  margin-top: 0.25em;
  padding: 0.1em;
  font-size: 32px;
  color: #3B8FD1;
  border-radius: 5px;
  background: #fff;
}
.section_second_point {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 56px 0 0;
  padding: 4% 6%;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
}
.section_second_point_num {
  position: absolute;
  top: -20px;
  right: 6%;
  font-family: 'Rajdhani', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #FF839A;
}
.section_second_point_img_pc {
  width: 36%;
}
.section_second_point_img_sp {
  display: none;
}
.section_second_point_text {
  width: 59.5%;
}
.section_second_point_lead {
  display: inline;
  padding: 0 2px 4px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.85em;
  background: linear-gradient(transparent 90%, rgba(255,131,154,.4) 0%);  
}
.section_second_point_lead .forPc {
  display: inline;
}
.section_second_point_lead .forSp {
  display: none;
}
.section_second_point_detail {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.75em;
}
.section_second_point_detail .forPc {
  display: inline;
}
.section_second_point_detail .forSp {
  display: none;
}
.section_second_product {
  padding-top: 80px;
}
.section_second_point_banner {
  max-width: 360px;
  margin: 40px auto 0;
  transition: .5s;
}
.section_second_point_banner:hover {
  filter: saturate(150%);
}
.section_second_point_button {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 490px;
  height: 81px;
  margin: 40px auto 0;
  text-align: center;
  text-decoration: none;
  border-radius: 41px;
  background: #3B8FD1;
  transition: .25s;
}
.section_second_point_button:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.section_second_point_button::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 17px;
  width: 10px;
  height: 17px;
  background: url(../images/home/icon_arrow_right_white.svg) center no-repeat;
  background-size: 100%;
  transition: .25s;
}
.section_second_point_button:hover::after {
  right: 7px;
}
.section_second_point_button p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.section_second_point_button span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}
.section_second_point_button .forSp {
  display: none;
}
.section_second_product_lead {
  font-size: 18px;
}
.section_second_product_name {
  margin-top: 0.5em;
  color: #3B8FD1;
  font-size: 32px;
  font-weight: 700;
}
.section_second_product_name .forSp {
  display: none;
}
.section_second_product_photo {
  max-width: 600px;
  margin: 0 auto;
}
.section_second_product_button {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 328px;
  height: 53px;
  margin: 0 0 0 auto;
  text-decoration: none;
  border-radius: 27px;
  background: #3B8FD1;
}
.section_second_product_button:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.section_second_product_button::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 17px;
  width: 10px;
  height: 17px;
  background: url(../images/home/icon_arrow_right_white.svg) center no-repeat;
  background-size: 100%;
  transition: .25s;
}
.section_second_product_button:hover::after {
  right: 7px;
}
.section_second_product_button p {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (max-width: 571px) {
  .section_second {
    padding: 15vw 0 25vw;
    background-color: #F4F4F4;
    background-image: 
      url(../images/home/second_bg_bottom_sp.png),
      url(../images/home/second_bg_ptn1_sp.png),
      url(../images/home/second_bg_ptn2_sp.png),
      url(../images/home/second_bg_ptn3_sp.png);
    background-position: 
      center bottom -1px,
      right top,
      left top 25%,
      right top 55%;
    background-size: 
      100% auto,
      81% auto,
      62.4% auto,
      68.8% auto;
  }
  .second_inner {
    padding: 0;
  }
  .section_second_catch {
    width: 100%;
    padding: 0 5%;
  }
  .section_second_catch_line {
    font-size: 5vw;
  }
  .section_second_point {
    width: 95%;
    margin: 12vw 0 0 5%;
    padding: 6% 6%;
    border-radius: 20px 0 0 20px;
  }
  .section_second_point.section_second_point2 {
    margin: 12vw 5% 0 0;
    border-radius: 0 20px 20px 0;
  }
  .section_second_point_num {
    top: -12px;
    right: 0;
    left: 7%;
    font-size: 24px;
  }
  .section_second_point_img_pc {
    display: none;
  }
  .section_second_point_img_sp {
    display: block;
    width: 80%;
    margin: 4vw auto 0;
  }
  .section_second_point_text {
    width: 100%;
  }
  .section_second_point_lead {
    font-size: 5.5vw;
  }
  .section_second_point_lead .forSp {
    display: inline;
  }
  .section_second_point_lead .forPc {
    display: none;
  }
  .section_second_point_detail {
    font-size: 4.1vw;
  }
  .section_second_point_detail .forSp {
    display: inline;
  }
  .section_second_point_detail .forPc {
    display: none;
  }
  .section_second_point_banner {
    margin: 6vw auto 0;
  }
  .section_second_point_button {
    height: 20vw;
    margin: 6vw auto 0;
    border-radius: 10vw;
  }
  .section_second_point_button p {
    font-size: 3.5vw;
  }
  .section_second_point_button span {
    font-size: 5.25vw;
  }
  .section_second_point_button .forSp {
    display: inline;
  }
  .section_second_product {
    padding-left: 6%;
    padding-right: 6%;
  }
  .section_second_product_lead {
    font-size: 4vw;
    line-height: 1.5em;
  }
  .section_second_product_name {
    margin-top: 0.5em;
    font-size: 5.5vw;
    line-height: 1.5em;
  }  
  .section_second_product_name .forSp {
    display: inline;
  }
  .section_second_product_button {
    width: 100%;
    margin-top: 5vw;
    
  }
  .section_second_product_button p {
    font-size: 5vw;
  }
}

.section_third {
  padding: 80px 0;
  background: #FFC7D2 url(../images/home/third_bg_pc.png) center top no-repeat;
  background-size: 100% auto;
}
.section_third_product_lead {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5em;
}
.section_third_product_photo {
  max-width: 600px;
  margin: 0 auto;
}
.section_third_product_btn {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 240px;
  height: 53px;
  margin: 0 0 0 auto;
  text-decoration: none;
  border-radius: 27px;
  background: #fff;
}
.section_third_product_btn:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.section_third_product_btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 17px;
  width: 10px;
  height: 17px;
  background: url(../images/home/icon_arrow_right_orange.svg) center no-repeat;
  background-size: 100%;
  transition: .25s;
}
.section_third_product_btn:hover::after {
  right: 7px;
}
.section_third_product_btn p {
  color: #FF6624;
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (max-width: 571px) {
  .section_third {
    padding: 15vw 0;
    background: #FFC7D2 url(../images/home/third_bg_sp.png) center top no-repeat;
    background-size: 100% auto;
  }
  .section_third_product_lead {
    margin: 0 0 0.5em;
    font-size: 5.5vw;
    line-height: 1.5em;
  }
  .section_third_product_btn {
    width: 100%;
    margin-top: 5vw;
  }
  .section_third_product_btn p {
    font-size: 5vw;
  }
}

.section_fourth {
  padding: 80px 0;
  background: #89D0EA url(../images/home/fourth_bg_pc.png) center no-repeat;
  background-size: cover;
}
.fourth_inner {
  max-width: 880px;
}
.section_fourth_title p {
  display: inline-block;
  margin: 0 0 40px;
  padding: 0 0 2px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  border-bottom: 2px dashed #FF839A;
}
.section_fourth_faq {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section_fourth_faq_item {
  position: relative;
  width: 50%;
  margin: 0 0 30px;
  padding: 3em 1em 5em;
  box-sizing: border-box;
  text-align: center;
  background: url(../images/home/fourth_fukidashi1.png) center no-repeat;
  background-size: 95%;
}
.section_fourth_faq_item_q {
  font-size: 24px;
  font-weight: 700;
}
.section_fourth_faq_item_button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 32%;
  padding: 0.75em 1em 2em;
  text-decoration: none;
  box-sizing: border-box;
  background: url(../images/home/fourth_fukidashi2.png) center no-repeat;
  background-size: 100%;
}
.section_fourth_faq_item_button::after {
  content: "";
  position: absolute;
  top: calc(50% - 13px);
  right: 23px;
  width: 8px;
  height: 10px;
  background: url(../images/home/icon_arrow_right_white.svg) center no-repeat;
  background-size: 100%;
  transition: .25s;
}
.section_fourth_faq_item_button:hover::after {
  right: 15px;
}
.section_fourth_faq_item_button p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.section_fourth_faq_button_more {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 404px;
  height: 53px;
  margin: 40px auto 0;
  text-decoration: none;
  border-radius: 27px;
  background: #FF839A;
}
.section_fourth_faq_button_more:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.section_fourth_faq_button_more::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 17px;
  width: 10px;
  height: 17px;
  background: url(../images/home/icon_arrow_right_white.svg) center no-repeat;
  background-size: 100%;
  transition: .25s;
}
.section_fourth_faq_button_more:hover::after {
  right: 7px;
}
.section_fourth_faq_button_more p {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (max-width: 571px) {
  .section_fourth {
    padding: 15vw 0;
    background: #89D0EA url(../images/home/fourth_bg_sp.png) center no-repeat;
    background-size: cover;
  }
  .fourth_inner {
    padding: 0;
  }
  .section_fourth_title {
    padding: 0 6%;
  }
  .section_fourth_title p {
    font-size: 5.5vw;
  }
  .section_fourth_faq_item {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .section_fourth_faq_item_q {
    padding: 2em 1em 3em;
    font-size: 5.5vw;
  }
  .section_fourth_faq_item_button {
    right: 2%;
    bottom: 0;
    width: 36%;
    padding: 0.8em 1em 2em;
  }
  .section_fourth_faq_item_button::after {
    content: "";
    position: absolute;
    top: 28%;
    right: 16%;
    width: 8px;
    height: 10px;
    background: url(../images/home/icon_arrow_right_white.svg) center no-repeat;
    background-size: 100%;
    transition: .25s;
  }
  .section_fourth_faq_item_button:hover::after {
    right: 16%;
  }
  .section_fourth_faq_item_button p {
    font-size: 3.1vw;
  }
  .section_fourth_faq_button_more {
    width: 88%;
    margin: 5vw auto 0;
  }
  .section_fourth_faq_button_more p {
    font-size: 5vw;
  }
  
}

.section_fifth {
  padding: 80px 0;
}
.section_fifth_series {
  display: flex;
  max-width: 880px;
  margin: 0 auto 60px;
}
.section_fifth_title_main {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25em;
  color: #3B8FD1;
}
.section_fifth_title_main span {
  display: inline-block;
  margin: 0 0 0.25em;
  font-size: 20px;
}
.section_fifth_title_lead {
  margin: 0.75em 0 0;
  font-size: 18px;
  line-height: 1.5em;
}
.section_fifth_photo {
  max-width: 500px;
}
.section_fifth_chart {
  position: relative;
}
.section_fifth_chart_btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 232px;
  height: 40px;
  text-decoration: none;
  border-radius: 20px;
  background: #fff;
  transition: .25s;
}
.section_fifth_chart_btn:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.section_fifth_chart_btn1,
.section_fifth_chart_btn1:hover {
  top: 89%;
  left: 11.25%;
  color: #3B8FD1;
}
.section_fifth_chart_btn2,
.section_fifth_chart_btn2:hover {
  top: 89%;
  left: 38%;
  color: #68A73E;
}
.section_fifth_chart_btn3,
.section_fifth_chart_btn3:hover {
  top: 89%;
  left: 64.65%;
  color: #F27741;
}
.section_fifth_chart_btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 17px;
  width: 10px;
  height: 17px;
  transition: .25s;
}
.section_fifth_chart_btn1::after {
  background: url(../images/home/icon_arrow_right_blue.svg) center no-repeat;
  background-size: 100%;
}
.section_fifth_chart_btn2::after {
  background: url(../images/home/icon_arrow_right_green.svg) center no-repeat;
  background-size: 100%;
}
.section_fifth_chart_btn3::after {
  background: url(../images/home/icon_arrow_right_orange2.svg) center no-repeat;
  background-size: 100%;
}
.section_fifth_chart_btn:hover::after {
  right: 7px;
}
.section_fifth_chart_btn p {
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 571px) {
  .section_fifth {
    padding: 15vw 0;
  }
  .fifth_inner {
    padding: 0;
  }
  .section_fifth_series {
    flex-wrap: wrap;
    margin: 0 auto 8vw;
  }
  .section_fifth_text {
    width: 100%;
    padding: 0 6%;
    text-align: center;
  }
  .section_fifth_title_main {
    font-size: 6.5vw;
    line-height: 1.35em;
  }
  .section_fifth_title_main span {
    margin: 0 0 0.25em;
    font-size: 4.25vw;
  }
  .section_fifth_title_lead {
    margin: 0.75em 0 0;
    font-size: 3.75vw;
    line-height: 1.5em;
  }
  .section_fifth_photo {
    max-width: 100%;
    margin-top: 6.15vw;
  }
  .section_fifth_chart {
    width: 88%;
    margin: 0 auto;
  }
  .section_fifth_chart_btn {
    width: 77%;
    height: 8vw;
  }
  .section_fifth_chart_btn1,
  .section_fifth_chart_btn1:hover {
    top: 40%;
    left: 5%;
  }
  .section_fifth_chart_btn2,
  .section_fifth_chart_btn2:hover {
    top: 64%;
    left: 5%;
  }
  .section_fifth_chart_btn3,
  .section_fifth_chart_btn3:hover {
    top: 90.5%;
    left: 5%;
  }
  .section_fifth_chart_btn p {
    font-size: 3.75vw;
  }
}

.section_sixth {
  padding: 80px 0;
  background-color: #F4F4F4;
}
.sixth_inner {
  max-width: 880px;
}
.section_sixth .concept .btn {
  margin: auto;
  width: 530px;
}
.section_sixth .concept .btn a {
  color: #0064b3;
  font-size: 1.3571428571em;
  font-weight: bold;
  text-decoration: none;
  background: url(../shared/icon_blank_blue.png) no-repeat top 50% right 20px/12px auto #fff;
  border: #0064b3 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .25s;
}
.section_sixth .concept .btn a:hover {
  opacity: 0.75;
}
.section_sixth .concept .btn a .icon {
  padding: 18px;
  flex-basis: 32.0754716981%;
}
.section_sixth .concept .btn a .icon img {
  width: 75.8823529412%;
  height: auto;
}
.section_sixth .concept .btn a .label {
  flex-basis: 67.5471698113%;
  text-align: left;
}
.section_sixth_banner {
  display: block;
  margin: 40px 0 0;
  transition: .25s;
}
.section_sixth_banner:hover {
  opacity: 0.75;
}
.section_sixth_banner .pc {
  display: block;
}
.section_sixth_banner .sp {
  display: none;
}

@media only screen and (max-width: 571px) {
  .section_sixth {
    padding: 15vw 0;
  }
  .section_sixth .concept .btn {
    width: 88.7323943662%;
  }
  .section_sixth .concept .btn a {
    font-size: 1em;
  }
  .section_sixth .concept .btn a .icon {
    padding: 8px 4%;
  }
  .section_sixth_banner:hover {
    opacity: 1;
  }
  .section_sixth_banner .pc {
    display: none;
  }
  .section_sixth_banner .sp {
    display: block;
  }
}

/* 多言語用ボタン */
.nav-language{
  position: relative;
  @media only screen and (max-width: 768px) {
    font-size: 12px;
  }
}

.nav-language-button{
  padding: 10px 40px 10px 15px;
  border:2px solid #3B8FD1;
  border-radius: 50cqh;
  cursor: pointer;
  @media only screen and (max-width: 768px) {
    padding: 8px 30px 8px 10px;
  }
}

.nav-language-list{
  display: none;
  position: absolute;
  top:50px;
  background-color: #fff;
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  @media only screen and (max-width: 571px) {
    right: 0;
    width: 120%;
  }
}

.nav-language-list.is-active{
  display: block;
}

.nav-language-list li a{
  color: #3B8FD1;
  text-decoration: none;
  display: block;
  padding: 10px 30px;
}

@media (hover: hover){
  .nav-language-list li a:hover{
    color: #fff;
    background-color: #3B8FD1;
  }
}

.nav-language-button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  right: 17px;
  transform: rotate(90deg);
  width: 10px;
  height: 17px;
  background: url(../images/home/icon_arrow_right_blue.svg) center no-repeat;
  background-size: 100%;
  transition: .25s;
}

#jp .nav-language-list li a.jp,
#zh-cn .nav-language-list li a.zh-cn,
#zh-tw .nav-language-list li a.zh-tw,
#ko .nav-language-list li a.ko,
#en .nav-language-list li a.en
{
  color: #fff;
  background-color: #3B8FD1;
}

.header-right{
  display: flex;
  align-items: center;
  gap: 20px;
}


/* 202602 update */
#wrapper {
  position: relative;
}

.kv {
  /* background-color: #caeefc; */
  background-image: url(../images/top/kv_sp_bg.png);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.kv img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .kv {
    padding-top: 50px;
  }
}

.section01 {
  background-color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 78px 183px 120px;
  position: relative;
  text-align: center;
}
.section01_title {
  color: #0066BA;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 40px;
}
.section01 p {
  color: #0066BA;
  font-size: 26px;
  line-height: 52px;
  margin-top: 2em;
}
.section01 span {
  color: #8E1C37;
}
.section01_logo {
  margin: 56px auto 0;
  max-width: 844px; 
}
.section01_photo {
  bottom: 0;
  left: calc(50% - 640px);
  position: absolute;
  max-width: 289px;
}
@media only screen and (max-width: 1280px) {
  .section01_photo {
    left: 2%;
    width: 22%;
  }
}
@media only screen and (max-width: 768px) {
  .section01 {
    padding: calc((56vw / 390) * 100) calc((24vw / 390) * 100) calc((101vw / 390) * 100);
  }
  .section01_title {
    font-size: calc((26vw / 390) * 100);
    line-height: calc((34vw / 390) * 100);
    margin-bottom: calc((40vw / 390) * 100);
  }
  .section01 p {
    font-size: calc((18vw / 390) * 100);
    line-height: calc((38vw / 390) * 100);
    margin-top: 2em;
  }
  .section01_photo {
    left: 0;
    width: calc((132vw / 390) * 100);
  }
}

.section02 {
  background-color: #7ECDEA;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 500;
  padding: 88px 0 218px;
}
.section02_cm {
  margin: 0 auto;
  max-width: 888px;
}
.section02_cm_title {
  color: #0066BA;
  font-size: 56px;
  font-weight: 800;
  line-height: 83px;
  text-align: center;
}
.section02_cm_wrap {
  margin-top: 40px;
  position: relative;
}
.section02_cm_wrap_item {
  background-color: #0066BA;
  border-radius: 30px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  padding: 8px;
  position: relative;
}
.section02_cm_wrap_item.is-active {
  display: block;
  transition: .25s;
}
.section02_cm_wrap_item.is-active:hover {
  transform: scale(1.05);
}
.section02_cm_wrap_item img {
  border-radius: 22px;
}
.section02_cm_wrap_item > a::before {
  background-color: rgba(0,0,0,0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: .25s;
  width: 100%;
}
.section02_cm_wrap_item > a:hover::before {
  background-color: rgba(0,0,0,0.2);
}
.section02_cm_wrap_item > a::after {
  background-image: url(../images/top/section02_cm_icon_play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 148px;
  left: 50%;
  margin: -74px 0 0 -74px;
  position: absolute;
  top: 50%;
  width: 148px;
}
.section02_cm_nav {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.section02_cm_nav_item {
  align-items: center;
  background-color: #0066BA;
  border-radius: 69px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  height: 69px;
  justify-content: center;
  margin: 0 9px;
  position: relative;
  transition: .25s;
  text-decoration: none;
  width: 342px;
}
.section02_cm_nav_item::after {
  background-image: url(../images/top/btn_arrow_triangle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 13px;
  position: absolute;
  right: 18px;
  top: calc(50% - 5px);
  transition: .25s;
  width: 14px;
}
.section02_cm_nav_item.is-active {
  background-color: #fff;
  color: #0066BA;
}
.section02_cm_nav_item.is-active::after {
  background-image: url(../images/top/btn_arrow_triangle_on.svg);
}
@media only screen and (min-width: 769px) {
  .section02_cm_nav_item:hover {
    background-color: #fff;
    color: #0066BA;
  }
  .section02_cm_nav_item:hover::after {
    background-image: url(../images/top/btn_arrow_triangle_on.svg);
  }
}
@media only screen and (max-width: 768px) {
  .section02 {
    padding: calc((48vw / 390) * 100) calc((24vw / 390) * 100) calc((84vw / 390) * 100);
  }
  .section02_cm {
    max-width: 100%;
  }
  .section02_cm_title {
    font-size: calc((34vw / 390) * 100);
    line-height: calc((34vw / 390) * 100);
  }
  .section02_cm_wrap {
    margin-top: calc((24vw / 390) * 100);
  }
  .section02_cm_wrap_item {
    border-radius: calc((15vw / 390) * 100);
    padding: calc((6vw / 390) * 100);
  }
  .section02_cm_wrap_item.is-active {
    display: block;
    transition: .25s;
  }
  .section02_cm_wrap_item.is-active:hover {
    transform: scale(1);
  }
  .section02_cm_wrap_item img {
    border-radius: calc((10vw / 390) * 100);;
  }
  .section02_cm_wrap_item > a::after {
    height: calc((80vw / 390) * 100);
    margin: calc((-40vw / 390) * 100) 0 0 calc((-40vw / 390) * 100);
    width: calc((80vw / 390) * 100);
  }
  .section02_cm_nav {
    flex-wrap: wrap;
    margin-top: calc((24vw / 390) * 100);;
  }
  .section02_cm_nav_item {
    border-radius: calc((69vw / 390) * 100);
    font-size: calc((18vw / 390) * 100);
    height: calc((69vw / 390) * 100);
    margin: calc((8vw / 390) * 100) 0;
    width: 100%;
  }
}

.section02_webmovie {
  margin: 90px auto 0;
  max-width: 888px;
}
.section02_webmovie_title {
  color: #0066BA;
  font-size: 56px;
  font-weight: 800;
  line-height: 83px;
  text-align: center;
}
.section02_webmovie_container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.section02_webmovie_wrap {
  margin-top: 40px;
  position: relative;
}
.section02_webmovie_wrap_item {
  background-color: #0066BA;
  border-radius: 30px;
  cursor: pointer;
  display: none;
  height: 540px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  width: 480px;
}
.section02_webmovie_wrap_item.is-active {
  display: block;
  transition: .25s;
}
.section02_webmovie_wrap_item.is-active:hover {
  transform: scale(1.05);
}
.section02_webmovie_wrap_item > a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 22px;
  display: block;
  height: 540px;
  overflow: hidden;
}
.section02_webmovie_wrap_item-01 > a {
  background-image: url(../images/top/section02_webmovie_th_a.jpg);
}
.section02_webmovie_wrap_item-02 > a {
  background-image: url(../images/top/section02_webmovie_th_b.jpg);
}
.section02_webmovie_wrap_item-03 > a {
  background-image: url(../images/top/section02_webmovie_th_c.jpg);
  background-position: center top 22%;
}
.section02_webmovie_wrap_item-04 > a {
  background-image: url(../images/top/section02_webmovie_th_d.jpg);
  background-position: center top 19%;
}
.section02_webmovie_wrap_item > a::before {
  background-color: rgba(0,0,0,0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: .25s;
  width: 100%;
}
.section02_webmovie_wrap_item > a:hover::before {
  background-color: rgba(0,0,0,0.2);
}
.section02_webmovie_wrap_item > a::after {
  background-image: url(../images/top/section02_cm_icon_play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 148px;
  left: 50%;
  margin: -74px 0 0 -74px;
  position: absolute;
  top: 50%;
  width: 148px;
}
.section02_webmovie_nav {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-top: 32px;
}
.section02_webmovie_nav_item {
  align-items: center;
  background-color: #0066BA;
  border-radius: 69px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  height: 69px;
  justify-content: center;
  margin: 8px 0;
  position: relative;
  transition: .25s;
  text-decoration: none;
  width: 342px;
}
.section02_webmovie_nav_item::after {
  background-image: url(../images/top/btn_arrow_triangle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 13px;
  position: absolute;
  right: 18px;
  top: calc(50% - 5px);
  transition: .25s;
  width: 14px;
}
.section02_webmovie_nav_item.is-active {
  background-color: #fff;
  color: #0066BA;
}
.section02_webmovie_nav_item.is-active::after {
  background-image: url(../images/top/btn_arrow_triangle_on.svg);
}
@media only screen and (min-width: 769px) {
  .section02_webmovie_nav_item:hover {
    background-color: #fff;
    color: #0066BA;
  }
  .section02_webmovie_nav_item:hover::after {
    background-image: url(../images/top/btn_arrow_triangle_on.svg);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .section02_webmovie_container {
    margin: 0 auto;
    width: 94%;
  }
  .section02_webmovie_wrap_item {
    height: calc((540vw / 1000) * 100);
    width: calc((480vw / 1000) * 100);
  }
  .section02_webmovie_wrap_item > a {
    border-radius: calc((22vw / 1000) * 100);
    height: calc((540vw / 1000) * 100);
  }
  .section02_webmovie_nav_item {
    border-radius: calc((69vw / 1000) * 100);
    font-size: calc((18vw / 1000) * 100);
    height: calc((69vw / 1000) * 100);
    margin: calc((8vw / 1000) * 100) 0;
    width: calc((342vw / 1000) * 100);
  }
}

@media only screen and (max-width: 768px) {
  .section02_webmovie {
    margin-top: calc((48vw / 390) * 100);
    max-width: 100%;
  }
  .section02_webmovie_title {
    font-size: calc((34vw / 390) * 100);
    line-height: calc((34vw / 390) * 100);
  }
  .section02_webmovie_container {
    display: block;
    margin: 0 auto;
  }
  .section02_webmovie_wrap {
    margin-top: calc((24vw / 390) * 100);
  }
  .section02_webmovie_wrap_item {
    border-radius: calc((15vw / 390) * 100);
    box-sizing: border-box;
    height: calc((387vw / 390) * 100);
    padding: calc((6vw / 390) * 100);
    width: 100%;
  }
  .section02_webmovie_wrap_item.is-active {
    display: block;
    transition: .25s;
  }
  .section02_webmovie_wrap_item.is-active:hover {
    transform: scale(1);
  }
  .section02_webmovie_wrap_item > a {
    border-radius: calc((10vw / 390) * 100);
    height: calc((375vw / 390) * 100);
  }
  .section02_webmovie_wrap_item > a::after {
    height: calc((80vw / 390) * 100);
    margin: calc((-40vw / 390) * 100) 0 0 calc((-40vw / 390) * 100);
    width: calc((80vw / 390) * 100);
  }
  .section02_webmovie_nav {
    flex-wrap: wrap;
    margin-top: calc((24vw / 390) * 100);;
  }
  .section02_webmovie_nav_item {
    border-radius: calc((69vw / 390) * 100);
    font-size: calc((18vw / 390) * 100);
    height: calc((69vw / 390) * 100);
    margin: calc((8vw / 390) * 100) 0;
    width: 100%;
  }
}

/* --- 縦長モーダル全体のレイアウト修正 --- */

/* 背景 */
.mfp-vertical.mfp-bg {
  background: rgba(0, 0, 0, 0.9);
}

/* 1. 外枠：Flexで上下左右中央へ */
.mfp-vertical .mfp-container {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100vw;
  height: 100vh;
}

/* 2. コンテンツ：幅を自動にして中身に合わせる */
.mfp-vertical .mfp-content {
  position: relative;
  display: inline-block; /* 100%幅を解除 */
  width: auto !important; /* 動画の幅に吸着させる */
  margin: 0 auto;
  text-align: left; /* 内部の配置をリセット */
  line-height: 0;   /* 下の隙間防止 */
}

/* 3. 動画部分：ここが全体の幅と高さを決める */
.mfp-vertical .mfp-iframe-scaler {
  /* 高さを基準に、9:16の幅を計算 */
  height: 80vh; 
  width: calc(80vh * 9 / 16); 
  
  /* スマホでの最大サイズ制限 */
  max-width: 85vw; 
  max-height: calc(85vw * 16 / 9);

  padding-top: 0; /* デフォルトの16:9比率を解除 */
  background: #000;
  box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.mfp-vertical .mfp-iframe-scaler iframe {
  position: relative; /* absoluteから変更 */
  width: 100% !important;
  height: 100% !important;
  display: block;
}

/* 4. 閉じボタン：動画の右上に固定 */
.mfp-vertical .mfp-close {
  position: absolute;
  top: -45px;    /* 動画の上に出す */
  right: -5px;   /* 動画の右端に合わせる */
  width: 44px;
  height: 44px;
  color: #fff !important;
  font-size: 40px;
  opacity: 1;
  text-align: center;
  padding: 0;
  cursor: pointer;
}

/* 5. スマホ（横幅が狭いデバイス）への配慮 */
@media screen and (max-width: 480px) {
  .mfp-vertical .mfp-iframe-scaler {
    /* 画面幅の80%を基準に、高さを逆算 */
    width: 85vw;
    height: calc(85vw * 16 / 9);
    max-height: 85vh;
  }
}

.section03 {
  background-color: #DBEFF7;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 0 0 120px;
  position: relative;
}
.section03::before {
  content: "";
  background-color: #DBEFF7;
  border-radius: 100px 100px 0 0;
  height: 100px;
  left: 0;
  position: absolute;
  top: -100px;
  width: 100%;
}
.section03_title {
  align-items: center;
  color: #0066BA;
  display: flex;
  font-size: 56px;
  font-weight: 800;
  justify-content: center;
  line-height: 83px;
  text-align: center;
}
.section03_title span {
  font-size: 120%;
  margin: 0 -0.1em;
}
.section03_img {
  max-width: 262px;
  position: absolute;
  right: calc(50% - 600px);
  top: 20px;
}
.section03_point {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 10px 10px 0px #c7e4ef;
  box-sizing: border-box;
  margin: 70px auto 0;
  max-width: 1000px;
  padding: 40px 56px 62px;
  position: relative;
}
.section03_point_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.section03_point_num {
  background-color: #8E1C37;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  height: 100px;
  left: -13px;
  padding-top: 12px;
  position: absolute;
  text-align: center;
  top: -30px;
  width: 160px;
}
.section03_point_num span {
  font-size: 54px;
  line-height: 50px;
}

.section03_point_img {
  width: 38%;
}
.section03_point_text {
  color: #0066ba;
  width: 58%;
}
.section03_point_text_catch {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.section03_point_text_lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 16px;
}
.section03_point_info {
  background-color: #E0F1FF;
  border-radius: 12px;
  box-sizing: border-box;
  margin: 10px auto 0;
  padding: 32px 16px;
  width: 50%;
}
.section03_point-02 .section03_point_info {
  background-color: #FFE2E7;
}
.section03_point_info_text {
  color: #0066ba;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
.section03_point-02 .section03_point_info_text {
  color: #FF839A;
}
.section03_point_info_btn {
  align-items: center;
  background-color: #0066ba;
  border: 1px solid  rgba(255,255,255,0);
  border-radius: 40px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  height: 40px;
  justify-content: center;
  margin: 10px auto 0;
  position: relative;
  text-decoration: none;
  width: 296px;
}
.section03_point-02 .section03_point_info_btn {
  background-color: #FF839A;
}
.section03_point_info_btn::after {
  background-image: url(../images/top/btn_arrow_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 10px;
  position: absolute;
  right: 18px;
  top: calc(50% - 5px);
  transition: .25s;
  width: 15px;
}
.section03_point_info_btn:hover {
  border: 1px solid  rgba(255,255,255,1);
  color: #fff;
}
.section03_point_info_btn:hover::after {
  right: 8px;
}

.section03_recommend {
  margin: 80px auto 0;
  max-width: 1000px;
  position: relative;
}
.section03_recommend_title {
  background-color: #0066ba;
  border-radius: 20px 20px 0 0;
  color: #fff;
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  padding: 12px 24px;
}
.section03_recommend_list {
  align-items: center;
  background-color: #fff;
  border: 4px solid #0066ba;
  border-radius: 0 30px 30px 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px 72px 64px;
}
.section03_recommend_item {
  margin-top: 55px;
  width: 22%;
}
.section03_recommend_item_img {
  margin: 0 auto;
  max-width: 126px;
}
.section03_recommend_item_text {
  font-size: 18px;
  line-height: 26px;
  margin-top: 40px;
  text-align: center;
}
.section03_recommend_item_text::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #FFA934;
  border-radius: 50%;
  margin-right: 6px;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .section03_title {
    font-size: calc((56vw / 1366) * 100);
  }
  .section03_img {
    right: 2%;
    top: 1%;
    width: calc((262vw / 1366) * 100);
  }
}

@media only screen and (max-width: 768px) {
  .section03 {
    padding: 0 calc((24vw / 390) * 100) calc((94vw / 390) * 100);
  }
  .section03::before {
    border-radius: calc((30vw / 390) * 100) calc((30vw / 390) * 100) 0 0;
    height: calc((30vw / 390) * 100);
    top: calc((-30vw / 390) * 100);
  }
  .section03_title {
    font-size: calc((33vw / 390) * 100);
    letter-spacing: -0.075em;
    line-height: calc((34vw / 390) * 100);
  }
  .section03_img {
    max-width: calc((221vw / 390) * 100);
    margin: calc((10vw / 390) * 100) auto 0;
    position: relative;
    right: 0;
    top: 0;
  }
  .section03_point {
    border-radius: calc((20vw / 390) * 100);
    box-shadow: calc((10vw / 390) * 100) calc((10vw / 390) * 100) 0px #c7e4ef;
    margin: calc((58vw / 390) * 100) auto 0;
    max-width: 100%;
    padding: calc((24vw / 390) * 100);
  }
  .section03_point_wrap {
    display: block;
  }
  .section03_point_num {
    font-size: calc((14vw / 390) * 100);
    height: calc((78vw / 390) * 100);
    left: calc((-13vw / 390) * 100);
    padding-top: calc((12vw / 390) * 100);
    top: calc((-24vw / 390) * 100);
    width: calc((125vw / 390) * 100);
  }
  .section03_point_num span {
    font-size: calc((42vw / 390) * 100);
    line-height: calc((42vw / 390) * 100);
  }
  .section03_point_img {
    width: 100%;
  }
  .section03_point_text {
    width: 100%;
  }
  .section03_point_text_catch {
    font-size: calc((24vw / 390) * 100);
    line-height: calc((36vw / 390) * 100);
  }
  .section03_point_text_lead {
    font-size: calc((16vw / 390) * 100);
    line-height: calc((26vw / 390) * 100);
    margin-top: calc((16vw / 390) * 100);
  }
  .section03_point_info {
    border-radius: calc((12vw / 390) * 100);
    margin: calc((32vw / 390) * 100) auto 0;
    padding: calc((24vw / 390) * 100);
    width: 100%;
  }
  .section03_point_info_text {
    font-size: calc((18vw / 390) * 100);
    line-height: calc((26vw / 390) * 100);
  }
  .section03_point_info_btn {
    border-radius: calc((40vw / 390) * 100);
    font-size: calc((15vw / 390) * 100);
    height: calc((40vw / 390) * 100);
    margin: calc((10vw / 390) * 100) auto 0;
    width: 100%;
  }
  .section03_point_info_btn::after {
    height: calc((10vw / 390) * 100);
    right: calc((18vw / 390) * 100);
    top: calc(50% - calc((5vw / 390) * 100));
    width: calc((15vw / 390) * 100);
  }

  .section03_recommend {
    margin: calc((84vw / 390) * 100) auto 0;
    max-width: 100%;
  }
  .section03_recommend_title {
    border-radius: calc((20vw / 390) * 100) calc((20vw / 390) * 100) 0 0;
    font-size: calc((24vw / 390) * 100);
    line-height: calc((24vw / 390) * 100);
    padding: calc((12vw / 390) * 100) 0;
    text-align: center;
    width: 100%;
  }
  .section03_recommend_list {
    border-radius: 0 0 calc((30vw / 390) * 100) calc((30vw / 390) * 100);
    padding: calc((26vw / 390) * 100);
  }
  .section03_recommend_item {
    margin-top: calc((26vw / 390) * 100);
    width: 46%;
  }
  .section03_recommend_item:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .section03_recommend_item_img {
    margin: calc((10vw / 390) * 100) auto;
    max-width: 80%;
  }
  .section03_recommend_item_text {
    font-size: calc((14vw / 390) * 100);
    line-height: calc((18vw / 390) * 100);
    margin-top: calc((28vw / 390) * 100);
  }
  .section03_recommend_item_text::before {
    width: calc((8vw / 390) * 100);
    height: calc((8vw / 390) * 100);
    margin-right: calc((6vw / 390) * 100);
  }
}


.section04 {
  background-color: #F4F4F4;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 96px 0 180px;
  position: relative;
}
.section04_head {
  margin: 0 auto;
  max-width: 969px;
}

.section04_rank {
  background-color: #DCEFF7;
  border-radius: 50px;
  box-sizing: border-box;
  margin: 35px auto 0;
  padding: 5% 145px;
  position: relative;
  width: 1200px;
}
.section04_rank::before {
  border: 6px solid #fff;
  border-radius: 42px;
  content: "";
  height: calc(100% - 42px);
  left: 15px;
  position: absolute;
  top: 15px;
  width: calc(100% - 42px);
}
.section04_rank_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section04_rank_bar {
  /* padding-top: min(calc((20vw / 1366) * 100), 20px); */
  width: 44px;
  /* width: min(calc((44vw / 1366) * 100), 44px); */
  /* width: calc((44vw / 1366) * 100); */
  /* width: 5%; */
}
.section04_rank_list {
  margin-bottom: 40px;
  margin-left: 40px;
  width: 808px;
  /* width: min(calc((808vw / 1366) * 100), 808px); */
  /* width: calc((808vw / 1366) * 100); */
  /* width: 90%; */
}
.section04_rank_list_title {
  color: #0066BA;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 48px;
  text-align: center;
}
.section04_rank_list_item {
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  filter: drop-shadow(0px 0px 20px rgba(78, 128, 159, 0.27));
  margin-top: min(calc((24vw / 1366) * 100), 30px);
  padding: min(calc((36vw / 1366) * 100), 36px) 5%;
}
.section04_rank_list_item:first-of-type {
  margin-top: 0;
}
.section04_rank_list_item_img {
  width: 46%;
}
.section04_rank_list_item_text {
  font-size: min(1.75vw, 24px);
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  width: 51%;
}
.section04_rank_list_item_component {
  color: #4A4F52;
  font-size: min(1.45vw, 18px);
  font-weight: 700;
  line-height: min(1.95vw, 26px);
  margin-top: min(1vw, 5px);
}
.section04_rank_list_item-01 .section04_rank_list_item_text {
  color: #7ECDEA;
}
.section04_rank_list_item-02 .section04_rank_list_item_text {
  color: #99D619;
}
.section04_rank_list_item-03 .section04_rank_list_item_text {
  color: #FFA934;
}
.section04_rank_list_item_text_btn {
  align-items: center;
  background-color: #8E1C37;
  border: 1px solid  rgba(0,0,0,0);
  border-radius: min(3.15vw, 40px);
  color: #fff;
  display: flex;
  font-size: min(1.45vw, 18px);
  font-weight: 700;
  justify-content: center;
  height: min(3.15vw, 40px);
  margin: min(2vw, 32px) auto 0;
  position: relative;
  text-decoration: none;
  transition: .25s;
  width: 248px;
}
.section04_rank_list_item-01 .section04_rank_list_item_text_btn {
  background-color: #7ECDEA;
}
.section04_rank_list_item-02 .section04_rank_list_item_text_btn {
  background-color: #99D619;
}
.section04_rank_list_item-03 .section04_rank_list_item_text_btn {
  background-color: #FFA934;
}
.section04_rank_list_item_text_btn::after {
  background-image: url(../images/top/btn_arrow_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 10px;
  position: absolute;
  right: 18px;
  top: calc(50% - 5px);
  transition: .25s;
  width: 15px;
}
.section04_rank_list_item_text_btn:hover {
  border: 1px solid  rgba(255,255,255,1);
  color: #fff;
}
.section04_rank_list_item_text_btn:hover::after {
  right: 8px;
}

.section04_lineup {
  background-color: #fff;
  border-radius: 50px;
  box-sizing: border-box;
  margin: 80px auto 0;
  max-width: 1200px;
  padding: 64px 5%;
}
.section04_lineup_title {
  color: #0066ba;
  font-size: 46px;
  font-weight: 800;
  line-height: 56px;
  text-align: center;
}
.section04_lineup_steroid {
  background-color: #E0F1FF;
  border-radius: 20px;
  margin-top: 48px;
  padding: 40px 3%;
}
.section04_lineup_steroid_title {
  color: #0066ba;
  font-size: 30px;
  font-weight: 800;
  line-height: 37px;
  text-align: center;
}
.section04_lineup_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 41px;
}
.section04_lineup_moisturizer .section04_lineup_list {
  justify-content: center;
  margin-top: 20px;
}
.section04_lineup_list_item {
  margin: 0 1.5%;
  width: 30.3%;
}
.section04_lineup_list_item-03 {
  margin-top: 5vw;
}
.section04_lineup_list_item_lead {
  color: #2F2F2F;
  font-size: min(1.9vw, 22px);
  font-weight: 700;
  line-height: min(2.6vw, 33px);
  text-align: center;
}
.section04_lineup_list_item_component {
  align-items: center;
  color: #2F2F2F;
  display: flex;
  font-size: min(1.45vw, 18px);
  font-weight: 700;
  justify-content: center;
  letter-spacing: -.05em;
  line-height: min(1.98vw, 24px);
  min-height: 3em;
  text-align: center;
}
.section04_lineup_list_item-01 .section04_lineup_list_item_component {
  color: #0066BA;
}
.section04_lineup_list_item-02 .section04_lineup_list_item_component {
  color: #7AB010;
}
.section04_lineup_list_item-03 .section04_lineup_list_item_component {
  color: #FFA934;
}
.section04_lineup_list_item-04 .section04_lineup_list_item_component {
  color: #D52B66;
}
.section04_lineup_list_item-05 .section04_lineup_list_item_component {
  color: #ED3421;
}
.section04_lineup_list_item_detail {
  color: #2F2F2F;
  font-size: min(1.25vw, 14px);
  font-weight: 500;
  line-height: min(1.75vw, 20px);
  margin-top: 0.5em;
  min-height: 8.5em;
}
.section04_lineup_list_item-03 .section04_lineup_list_item_detail {
  min-height: 4em;
}
.section04_lineup_moisturizer .section04_lineup_list_item_detail {
  min-height: 10em;
}
.section04_lineup_list_item_detail p {
  padding-left: 1em;
  text-indent: -1em;
}
.section04_lineup_list_item_detail p > * {
  text-indent: 0;
}
.section04_lineup_list_item_detail span {
  display: inline-block;
}
.section04_lineup_list_item_detail span.-zu {
  display: inline;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.section04_lineup_moisturizer {
  background-color: #FFE2E7;
  border-radius: 20px;
  margin-top: 48px;
  padding: 40px 3%;
}
.section04_lineup_moisturizer_title {
  color: #D52B66;
  font-size: 30px;
  font-weight: 800;
  line-height: 37px;
  text-align: center;
}
.section04_lineup_list_item_btn {
  align-items: center;
  border: 1px solid  rgba(0,0,0,0);
  border-radius: min(3.15vw, 40px);
  color: #fff;
  display: flex;
  justify-content: center;
  height: min(3.15vw, 40px);
  margin: min(2vw, 32px) auto 0;
  position: relative;
  text-decoration: none;
  transition: .25s;
  width: min(85%, 248px);
}
.section04_lineup_list_item-01 .section04_lineup_list_item_btn {
  background-color: #7ECDEA;
}
.section04_lineup_list_item-02 .section04_lineup_list_item_btn {
  background-color: #99D619;
}
.section04_lineup_list_item-03 .section04_lineup_list_item_btn {
  background-color: #FFA934;
}
.section04_lineup_list_item-04 .section04_lineup_list_item_btn {
  background-color: #D52B66;
}
.section04_lineup_list_item-05 .section04_lineup_list_item_btn {
  background-color: #ED3421;
}
.section04_lineup_list_item_btn::after {
  background-image: url(../images/top/btn_arrow_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 10px;
  position: absolute;
  right: 18px;
  top: calc(50% - 5px);
  transition: .25s;
  width: 15px;
}
.section04_lineup_list_item_btn:hover {
  border: 1px solid  rgba(255,255,255,1);
  color: #fff;
}
.section04_lineup_list_item_btn:hover::after {
  right: 8px;
}

@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .section04_rank {
    padding: 5% 9%;
    width: 96%;
  }
  .section04_rank_bar {
    width: 5%;
  }
  .section04_rank_list {
    margin-left: 5%;
    width: 90%;
  }
  .section04_rank_list_title {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  .section04_rank_list_item {
    height: 24vw;
    margin-top: 3vw;
    padding: 2vw 4%;
  }
  .section04_rank_list_item_text_btn {
    width: 64%;
  }
}

@media only screen and (max-width: 768px) {
  .section04 {
    padding: calc((48vw / 390) * 100) 0;
  }
  .section04_head {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 calc((24vw / 390) * 100);
  }

  .section04_rank {
    border-radius: calc((20vw / 390) * 100);
    margin: calc((32vw / 390) * 100) auto 0;
    max-width: 100%;
    padding: calc((42vw / 390) * 100) calc((8vw / 390) * 100);
  }
  .section04_rank::before {
    border: calc((3vw / 390) * 100) solid #fff;
    border-radius: calc((15vw / 390) * 100);
    height: calc(100% - calc((20vw / 390) * 100));
    left: calc((8vw / 390) * 100);
    top: calc((8vw / 390) * 100);
    width: calc(100% - calc((20vw / 390) * 100));
  }
  .section04_rank_bar {
    margin-left: calc((15vw / 390) * 100);
    width: calc((40vw / 390) * 100);
  }
  .section04_rank_list {
    margin-bottom: 0;
    /* margin-top: calc((10vw / 390) * 100); */
    margin-left: 0;
    margin-right: calc((15vw / 390) * 100);
    width: calc((292vw / 390) * 100);
  }
  .section04_rank_list_title {
    font-size: calc((20vw / 390) * 100);
    margin-bottom: 0;
  }
  .section04_rank_list_item {
    border-radius: calc((12vw / 390) * 100);
    display: block;
    filter: drop-shadow(0px 0px calc((20vw / 390) * 100) rgba(78, 128, 159, 0.27));
    margin-top: calc((11vw / 390) * 100);
    padding: calc((16vw / 390) * 100) calc((16vw / 390) * 100) calc((28vw / 390) * 100);
  }
  .section04_rank_list_item:first-of-type {
    margin-top: 0;
  }
  .section04_rank_list_item_img {
    width: 100%;
  }
  .section04_rank_list_item_text {
    font-size: calc((22vw / 390) * 100);
    letter-spacing: -.04em;
    line-height: calc((31vw / 390) * 100);
    margin-top: calc((12vw / 390) * 100);
    width: 100%;
  }
  .section04_rank_list_item_component {
    font-size: calc((18vw / 390) * 100);
    line-height: calc((26vw / 390) * 100);
    margin-top: calc((5vw / 390) * 100);
  }
  .section04_rank_list_item_text_btn {
    border: 1px solid  rgba(0,0,0,0);
    border-radius: calc((40vw / 390) * 100);
    font-size: calc((18vw / 390) * 100);
    justify-content: center;
    height: calc((40vw / 390) * 100);
    margin: calc((8vw / 390) * 100) auto 0;
    width: 84%;
  }
  .section04_rank_list_item_text_btn::after {
    height: calc((10vw / 390) * 100);
    right: calc((18vw / 390) * 100);
    top: calc(50% - calc((5vw / 390) * 100));
    width: calc((15vw / 390) * 100);
  }

  .section04_lineup {
    border-radius: calc((20vw / 390) * 100) calc((20vw / 390) * 100) 0 0;
    margin: calc((40vw / 390) * 100) auto 0;
    max-width: 100%;
    padding: calc((48vw / 390) * 100) calc((24vw / 390) * 100);
  }
  .section04_lineup_title {
    font-size: calc((34vw / 390) * 100);
    line-height: calc((34vw / 390) * 100);
  }
  .section04_lineup_steroid {
    border-radius: calc((20vw / 390) * 100);
    margin-top: calc((25vw / 390) * 100);
    padding: calc((32vw / 390) * 100) calc((24vw / 390) * 100);
  }
  .section04_lineup_steroid_title {
    font-size: calc((26vw / 390) * 100);
    line-height: calc((56vw / 390) * 100);
  }
  .section04_lineup_list {
    display: block;
    margin-top: 0;
  }
  .section04_lineup_list_item {
    margin: calc((56vw / 390) * 100) 0 0;
    width: 100%;
  }
  .section04_lineup_list_item:first-of-type {
    margin-top: calc((16vw / 390) * 100);
  }
  .section04_lineup_list_item_lead {
    font-size: calc((22vw / 390) * 100);
    line-height: calc((33vw / 390) * 100);
  }
  .section04_lineup_moisturizer .section04_lineup_list_item_lead {
    display: block;
    min-height: 1em;
  }
  .section04_lineup_list_item_component {
    font-size: calc((18vw / 390) * 100);
    line-height: calc((24vw / 390) * 100);
    margin-top: calc((8vw / 390) * 100);
    min-height: 1em;
  }
  .section04_lineup_list_item_detail {
    font-size: calc((14vw / 390) * 100);
    line-height: calc((20vw / 390) * 100);
    margin-top: calc((10vw / 390) * 100);
    min-height: 1em;
  }
  .section04_lineup_moisturizer .section04_lineup_list_item_detail {
    min-height: 1em;
  }
  .section04_lineup_moisturizer {
    border-radius: calc((20vw / 390) * 100);
    margin-top: calc((25vw / 390) * 100);
    padding: calc((32vw / 390) * 100) calc((24vw / 390) * 100);
  }
  .section04_lineup_moisturizer_title {
    font-size: calc((26vw / 390) * 100);
    line-height: calc((56vw / 390) * 100);
  }
  .section04_lineup_list_item_btn {
    border: 1px solid  rgba(0,0,0,0);
    border-radius: calc((20vw / 390) * 100);
    font-size: calc((18vw / 390) * 100);
    height: calc((40vw / 390) * 100);
    margin: calc((24vw / 390) * 100) auto 0;
    width: 80%;
  }
  .section04_lineup_list_item_btn::after {
    height: calc((10vw / 390) * 100);
    right: calc((18vw / 390) * 100);
    top: calc(50% - calc((5vw / 390) * 100));
    width: calc((15vw / 390) * 100);
  }
}


.section05 {
  background-color: #0066BA;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 0 0 80px;
  position: relative;
}
.section05::before {
  background-color: #0066BA;
  border-radius: 100px 100px 0 0;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  top: -100px;
  width: 100%;
}
.section05_title {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 32px;
  text-align: center;
}
.section05_set {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 16px auto 0;
  max-width: 800px;
  padding: 16px 24px 0;
}
.section05_set_q {
  cursor: pointer;
  display: flex;
  position: relative;
}
.section05_set_q::after {
  background-image: url(../images/top/icon_plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 14px;
  position: absolute;
  right: 0;
  top: 9px;
  transition: .25s;
  width: 14px;
}
.section05_set_q.is-active::after {
  transform: rotate(405deg);
}
.section05_set_q_label {
  align-items: center;
  background-color: #0066BA;
  border-radius: 33px;
  color: #fff;
  display: flex;
  font-weight: 900;
  height: 33px;
  justify-content: center;
  margin-right: 16px;
  width: 33px;
}
.section05_set_q_title {
  color: #0066BA;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding-right: 16px;
  padding-top: 4px;
  width: calc(100% - 49px);
}

.section05_set_a {
  display: flex;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 16px;
  position: relative;
  transition: max-height 0.25s ease, opacity 0.75s ease;
}
.section05_set_a::after {
  background-image: radial-gradient(circle, #0066ba 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 16px;
  width: 100%;
}
.section05_set_a.is-active {
  max-height: 800px;
  opacity: 1;
  padding: 16px 0;
}
.section05_set_a_label {
  align-items: center;
  background-color: #FFA934;
  border-radius: 33px;
  color: #fff;
  display: flex;
  font-weight: 900;
  height: 33px;
  justify-content: center;
  margin-right: 16px;
  margin-top: 16px;
  width: 33px;
}
.section05_set_a_detail {
  color: #242424;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 16px;
  width: calc(100% - 49px);
}
.section05_set_a_detail_imgtitle {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.section05_set_a_detail_img-01 {
  margin: 0 auto 32px;
  width: 628px;
}
.section05_set_a_detail_img-02 {
  margin: 0 auto 40px;
  width: 456px;
}
.section05_btn {
  align-items: center;
  background-color: #8E1C37;
  border: 1px solid  rgba(0,0,0,0);
  border-radius: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 40px;
  margin: 32px auto 0;
  position: relative;
  text-decoration: none;
  transition: .25s;
  width: 248px;
}
.section05_btn::after {
  background-image: url(../images/top/btn_arrow_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 10px;
  position: absolute;
  right: 18px;
  top: calc(50% - 5px);
  transition: .25s;
  width: 15px;
}
.section05_btn:hover {
  border: 1px solid  rgba(255,255,255,1);
  color: #fff;
}
.section05_btn:hover::after {
  right: 8px;
}

@media only screen and (max-width: 768px) {
  .section05 {
    padding: 0 0 calc((80vw / 390) * 100);
    padding: 0 calc((24vw / 390) * 100) calc((64vw / 390) * 100) ;
  }
  .section05::before {
    border-radius: calc((20vw / 390) * 100) calc((20vw / 390) * 100) 0 0;
    height: calc((20vw / 390) * 100);
    top: calc((-20vw / 390) * 100);
  }
  .section05_title {
    font-size: calc((26vw / 390) * 100);
    line-height: calc((50vw / 390) * 100);
    margin-bottom: calc((32vw / 390) * 100);
  }
  .section05_set {
    border-radius: calc((8vw / 390) * 100);
    margin: calc((8vw / 390) * 100) auto 0;
    max-width: 100%;
    padding: calc((10vw / 390) * 100) calc((8vw / 390) * 100) 0;
  }
  .section05_set_q::after {
    height: calc((14vw / 390) * 100);
    top: calc((9vw / 390) * 100);
    width: calc((14vw / 390) * 100);
  }
  .section05_set_q_label {
    border-radius: calc((30vw / 390) * 100);
    font-size: calc((12vw / 390) * 100);
    height: calc((30vw / 390) * 100);
    margin-right: calc((8vw / 390) * 100);
    width: calc((30vw / 390) * 100);
  }
  .section05_set_q_title {
    box-sizing: border-box;
    font-size: calc((16vw / 390) * 100);
    line-height: calc((20vw / 390) * 100);
    padding-right: calc((15vw / 390) * 100);
    padding-top: calc((4vw / 390) * 100);
    width: calc(100% - calc((40vw / 390) * 100));
  }

  .section05_set_a {
    padding-top: calc((10vw / 390) * 100);
  }
  .section05_set_a::after {
    position: absolute;
    top: calc((10vw / 390) * 100);
    width: 100%;
  }
  .section05_set_a.is-active {
    max-height: 800px;
    opacity: 1;
    padding: calc((10vw / 390) * 100) 0 calc((20vw / 390) * 100);
  }
  .section05_set_a_label {
    border-radius: calc((30vw / 390) * 100);
    font-size: calc((12vw / 390) * 100);
    height: calc((30vw / 390) * 100);
    margin-right: calc((8vw / 390) * 100);
    width: calc((30vw / 390) * 100);
  }
  .section05_set_a_detail {
    font-size: calc((14vw / 390) * 100);
    line-height: calc((22vw / 390) * 100);
    margin-top: calc((10vw / 390) * 100);
    width: calc(100% - calc((40vw / 390) * 100));
  }
  .section05_set_a_detail_imgtitle {
    font-size: calc((15vw / 390) * 100);
  }
  .section05_set_a_detail_img-01 {
    margin: 0 auto calc((10vw / 390) * 100);
    width: 100%;
  }
  .section05_set_a_detail_img-02 {
    margin: 0 auto calc((10vw / 390) * 100);
    width: 100%;
  }
  .section05_btn {
    border-radius: calc((20vw / 390) * 100) ;
    font-size: calc((18vw / 390) * 100);
    height: calc((40vw / 390) * 100);
    margin: calc((24vw / 390) * 100)  auto 0;
    width: calc((248vw / 390) * 100);
  }
  .section05_btn::after {
    background-image: url(../images/top/btn_arrow_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 10px;
    position: absolute;
    right: 18px;
    top: calc(50% - 5px);
    transition: .25s;
    width: 15px;
  }
  .section05_btn:hover {
    border: 1px solid  rgba(255,255,255,1);
    color: #fff;
  }
  .section05_btn:hover::after {
    right: 8px;
  }
}