@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');


/* common
-------------------------------------------------*/
:root {
  font-size: 100px;
}
@media screen and (max-width: 1500px) and (min-width: 751px) {
:root {
    font-size: 6.6666666666vw;
}
}
@media screen and (max-width: 750px) {
:root {
    font-size: 13.333333333vw;
}
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure,
picture {
	font-size: inherit;
	margin: 0;
	padding: 0;
}
a {
	color: inherit;
	text-decoration: none;
    outline: none;
}
summary {
	display: block;
}
table {
	border-collapse: collapse;
	empty-cells: show;
}
th,
td {
	text-align: left;
	vertical-align: top;
}
ul li {
	list-style: none;
}
address {
	font-style: normal;
}
figure,
picture {
	display: block;
}
img {
	vertical-align: top;
    width: 100%;
    max-width: 100%;
	height: auto;
}
input,
textarea,
select {
	color: inherit;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
}
textarea {
	form-sizing: content;
}
button {
	color: inherit;
	font-family: inherit;
}
input, select {
    vertical-align: middle;
}


/* module
------------------------------------------------- */
.pcon { display: block; }
.spon { display: none; }
@media screen and (max-width:750px){
.pcon { display: none; }
.spon { display: block; }
}


/* a
------------------------------------------------- */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
	outline: none;
    color: #1A1A1A;
}
@media screen and (min-width:751px){
a {
    transition: 0.3s;
}
a.al:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.telLink {
	pointer-events: none;
}
}
@media screen and (max-width:750px){
a {
    -webkit-tap-highlight-color: transparent;
}
}


/* html
------------------------------------------------- */
html {
    font-size: 0.16rem;
}
@media screen and (max-width:750px){
html {
    overflow-x: hidden;
}
}


/* body
------------------------------------------------- */
body {
    min-height: 100vh;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	font-size: 0.16rem;
	line-height: 1.75;
    letter-spacing: normal;
	color: #000;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
}
.eng {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}


/* layout
------------------------------------------------- */
.d-flex {
    display: flex;
}
.f-wrap {
    flex-wrap: wrap;
}
.f-rev {
    flex-direction: row-reverse;
}
.just-center {
    justify-content: center;
}
.just-between {
    justify-content: space-between;
}
.just-end {
    justify-content: flex-end;
}
.align-center {
    align-items: center;
}
.align-start {
    align-items: flex-start;
}
.align-end {
    align-items: flex-end;
}
@media screen and (max-width:750px){
.d-flex {
    display: block;
}
}


/* header
------------------------------------------------- */
#header {
    width: 5.1rem;
    height: 0.825rem;
    background: url("../img/header_bg.png") right top no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
}
#header .logo {
    position: absolute;
    left: 0.36rem;
    top: 0.18rem;
}
#header .logo a {
    display: flex;
    align-items: flex-end;
    font-size: 0.26rem;
    font-weight: 700;
    line-height: 1.4;
}
#header .logo a img {
    width: 2.63rem;
    margin-right: 0.1rem;
}
@media screen and (max-width:750px){
#header {
    width: 100%;
    height: 1.16rem;
    background: none #fff;
    position: fixed;
}
#header .logo {
    left: 0.43rem;
    top: 0.25rem;
}
#header .logo a {
    font-size: 0.36rem;
    line-height: 1.4;
}
#header .logo a img {
    width: 3.54rem;
}
}


/* navtoggle
------------------------------------------------- */
#navtoggle {
    display: none;
}
@media screen and (max-width:750px){
#navtoggle {
    display: block;
    width: 1.16rem;
    height: 1.16rem;
    position: fixed;
    right: 0.28rem;
    top: 0;
    cursor: pointer;
    z-index: 99;
}
#navtoggle div {
    width: 0.7rem;
    height: 0.55rem;
    margin: 0.38rem auto 0;
    position: relative;
}
#navtoggle span {
    display: block;
    width: 100%;
    height: 0.04rem;
    background-color: #231815;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s ease-in-out;
}
#navtoggle span:nth-child(2) {
    top: 0.24rem;
}
#navtoggle span:nth-child(3) {
    top: 0.48rem;
}
body.nav-active #navtoggle span:nth-child(1) {
    top: 0.24rem;
	transform: rotate(35deg);
}
body.nav-active #navtoggle span:nth-child(2) {
    width: 0;
}
body.nav-active #navtoggle span:nth-child(3) {
    top: 0.24rem;
	transform: rotate(-35deg);
}
}


/* gnav
------------------------------------------------- */
@media screen and (min-width:751px){
#gnav {
    width: 100%;
    height: 2.02rem;
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    left: 0;
    top: -3rem;
    z-index: 20;
    transition: 0.3s;
}
.is-fixed #gnav {
    top: 0;
}
#gnav p {
    font-size: 0.44rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 0.275rem 0;
}
#gnav ul {
    position: relative;
}
#gnav ul li {
    width: 3.43rem;
    height: 0.45rem;
    border-left: 0.01rem solid #b2b2b2;
    box-sizing: border-box;
}
#gnav ul li:nth-child(1),
#gnav ul li:nth-child(2),
#gnav ul li:nth-child(3) {
    border-bottom: 0.01rem solid #b2b2b2;
}
#gnav ul li:last-child {
    width: 1.75rem;
    height: 0.9rem;
    border-right: 0.01rem solid #b2b2b2;
    position: absolute;
    right: 0;
    top: 0;
}
#gnav ul li a {
    width: 100%;
    height: 100%;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
#gnav ul li:last-child a {
    background: url("../img/nav_icon.png") 1.3rem center no-repeat #ebebeb;
    background-size: 0.2rem auto;
    padding-right: 0.25rem;
}
#gnav ul li.active a,
#gnav ul li a:hover {
    background-color: #4a9ccd;
    color: #fff;
}
#gnav ul li:last-child.active a,
#gnav ul li:last-child a:hover {
    background-image: url("../img/nav_icon_wh.png");
}
}
@media screen and (max-width:750px){
#gnav {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    left: 0;
    top: 1.16rem;
    overflow-y: auto;
    z-index: 90;
}
#gnav .inner {
    width: 100%;
}
#gnav p {
    display: none;
}
#gnav ul {
    border-top: 0.02rem solid #b2b2b2;
}
#gnav ul li {
    width: 100%;
    height: 1.1rem;
    border-bottom: 0.02rem solid #b2b2b2;
    box-sizing: border-box;
}
#gnav ul li a {
    width: 100%;
    height: 100%;
    font-size: 0.35rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-left: 1.05rem;
    box-sizing: border-box;
    position: relative;
}
#gnav ul li a::before {
    content: '';
    width: 0.065rem;
    height: 0.45rem;
    background-color: #4a9ccd;
    position: absolute;
    left: 0.72rem;
    top: 50%;
    margin-top: -0.225rem;
}
}


/* contents
------------------------------------------------- */
#contents {
    position: relative;
    z-index: 3;
}
.inner {
    max-width: 12.04rem;
    margin: 0 auto;
    position: relative;
}
.swipe {
    display: none;
}
@media screen and (max-width:750px){
#contents {
    padding-top: 1.16rem;
}
.inner {
    width: 86.66%;
}
.swipe {
    display: flex;
    justify-content: flex-end;
}
.swipe img {
    display: block;
    width: 0.96rem;
    margin: 0.3rem 0.5rem 0 0;
}
}


/* headline, catch
------------------------------------------------- */
.headline1 {
    width: 6.1rem;
    height: 1.05rem;
    background: url("../img/tit_bg.png") center center no-repeat;
    background-size: 100% 100%;
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 0.4rem;
}
.headline1 span {
    display: block;
    font-size: 0.5rem;
    font-weight: 700;
    line-height: 1;
}
.headline2 {
    font-size: 0.24rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0.15rem;
}
.catch {
    text-align: center;
    padding-bottom: 0.25rem;
}
@media screen and (max-width:750px){
.headline1 {
    margin-bottom: 0.7rem;
}
.headline2 {
    font-size: 0.3rem;
}
.catch {
    font-size: 0.26rem;
}
}


/* mainvisual
------------------------------------------------- */
.mainvisual {
    width: 100%;
    margin-bottom: 0.5rem;
    position: relative;
}
.mainvisual h2 {
    font-size: 3.733vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #fff;
    position: absolute;
    left: 10vw;
    top: 11vw;
    z-index: 2;
}
.mainvisual h2 span {
    display: flex;
    margin-bottom: 1.5vw;
}
.mainvisual h2 span b {
    width: 3.33vw;
    height: 3.33vw;
    background-color: #fff;
    font-size: 2.533vw;
    font-weight: 400;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.33vw;
    padding-bottom: 0.15vw;
    box-sizing: border-box;
}
.mainvisual p {
    text-align: center;
    padding-top: 0.35rem;
}
@media screen and (max-width:750px){
.mainvisual {
    margin-bottom: 0.25rem;
}
.mainvisual h2 {
    width: 100%;
    font-size: 0.67rem;
    line-height: 1.18;
    text-align: center;
    left: 0;
    top: 0.38rem;
}
.mainvisual h2 span {
    justify-content: center;
    margin-bottom: 0.2rem;
}
.mainvisual h2 span b {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.38rem;
    margin: 0 0.02rem;
    padding-bottom: 0.15vw;
}
.mainvisual p {
    width: 86.66%;
    font-size: 0.26rem;
    line-height: 1.75;
    text-align: left;
    margin: 0 auto;
    padding-top: 0.45rem;
}
}


/* pnav
------------------------------------------------- */
.pnav {
    padding-bottom: 0.8rem;
}
.pnav h3 {
    font-size: 0.44rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    padding-bottom: 0.275rem;
}
.pnav ul {
    position: relative;
}
.pnav ul li {
    width: 3.43rem;
    height: 0.45rem;
    border-left: 0.01rem solid #b2b2b2;
    box-sizing: border-box;
}
.pnav ul li:nth-child(1),
.pnav ul li:nth-child(2),
.pnav ul li:nth-child(3) {
    border-bottom: 0.01rem solid #b2b2b2;
}
.pnav ul li:last-child {
    width: 1.75rem;
    height: 0.9rem;
    border-right: 0.01rem solid #b2b2b2;
    position: absolute;
    right: 0;
    top: 0;
}
.pnav ul li a {
    width: 100%;
    height: 100%;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.pnav ul li:last-child a {
    background: url("../img/nav_icon.png") 1.3rem center no-repeat #ebebeb;
    background-size: 0.2rem auto;
    padding-right: 0.25rem;
}
@media screen and (min-width:751px){
.pnav ul li a:hover {
    background-color: #4a9ccd;
    color: #fff;
}
.pnav ul li:last-child a:hover {
    background-image: url("../img/nav_icon_wh.png");
}
}
@media screen and (max-width:750px){
.pnav {
    display: none;
}
}


/* cont1
------------------------------------------------- */
.cont1 {
    padding-bottom: 1.25rem;
}
.cont1 h2 {
    font-size: 0.4rem;
    font-weight: 500;
    text-align: center;
    padding-bottom: 0.35rem;
}
.cont1 ul li {
    width: 3.75rem;
    height: 2.33rem;
    background: url("../img/cont1_bg1.jpg") left top no-repeat;
    background-size: cover;
    margin-bottom: 0.35rem;
    padding: 0.2rem 0.2rem 0 0.35rem;
    box-sizing: border-box;
}
.cont1 ul li:nth-child(2) {
    background-image: url("../img/cont1_bg2.jpg");
}
.cont1 ul li:nth-child(3) {
    background-image: url("../img/cont1_bg3.jpg");
}
.cont1 ul li:nth-child(4) {
    background-image: url("../img/cont1_bg4.jpg");
}
.cont1 ul li:nth-child(5) {
    background-image: url("../img/cont1_bg5.jpg");
}
.cont1 ul li:nth-child(6) {
    background-image: url("../img/cont1_bg6.jpg");
}
.cont1 ul li h3 {
    font-size: 0.28rem;
    font-weight: 700;
    line-height: 1.35;
    color: #1c59a2;
    margin-bottom: 0.15rem;
}
.cont1 ul li p {
    line-height: 1.6875;
}
@media screen and (max-width:750px){
.cont1 {
    padding-bottom: 1.25rem;
}
.cont1 h2 {
    font-size: 0.42rem;
    line-height: 1.4;
    padding-bottom: 0.35rem;
}
.cont1 ul li {
    width: 100%;
    height: 4.05rem;
    margin-bottom: 0.3rem;
    padding: 0.45rem 0.55rem 0;
}
.cont1 ul li h3 {
    font-size: 0.44rem;
    line-height: 1.5;
    margin-bottom: 0.2rem;
}
.cont1 ul li p {
    font-size: 0.26rem;
    line-height: 1.81;
}
}


/* cont2
------------------------------------------------- */
.cont2 {
    padding-bottom: 1.3rem;
}
.cont2 .box {
    background-color: #f0f0f0;
    padding: 0.3rem 0 0.2rem;
}
.cont2 .box h5 {
    font-size: 0.24rem;
    font-weight: 500;
    text-align: center;
}
.cont2 .box p {
    font-size: 0.14rem;
    font-weight: 500;
    text-align: center;
    padding: 0.1rem 0 0.6rem;
}
.cont2 .box p.note1 {
    font-size: 0.13rem;
    font-weight: 400;
    text-align: right;
    padding: 0.6rem 0.2rem 0;
}
.cont2 p.note2 {
    font-size: 0.13rem;
    font-weight: 400;
    text-align: right;
    padding-top: 0.1rem;
}
@media screen and (max-width:750px){
.cont2 {
    padding-bottom: 0.95rem;
}
.cont2 .inner {
    width: 100%;
}
.cont2 .box {
    padding: 0.35rem 0 0.2rem;
}
.cont2 .box h5 {
    font-size: 0.3rem;
}
.cont2 .box p {
    font-size: 0.26rem;
    padding: 0.2rem 0.35rem 0.35rem;
}
.cont2 .box p.note1 {
    font-size: 0.21rem;
    padding: 0 0.5rem;
}
.cont2 p.note2 {
    font-size: 0.21rem;
    padding: 0.1rem 0.5rem 0;
}
}


/* cont3
------------------------------------------------- */
.cont3 {
    background-color: #f7f7f7;
    padding: 0.65rem 0 0.6rem;
    margin-bottom: 1.7rem;
    position: relative;
}
.cont3::after {
    content: '';
    width: 100%;
    height: 7rem;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}
.cont3 .btn1 {
    text-align: center;
    position: relative;
    z-index: 3;
    transition: 0.3s;
}
.cont3 .btn1 a {
    background: url("../img/icon_plus.png") right center no-repeat;
    background-size: 0.3rem auto;
    font-size: 0.21rem;
    font-weight: 700;
    padding-right: 0.45rem;
}
.cont3 .btn2 {
    text-align: center;
    position: relative;
    z-index: 3;
    opacity: 0;
    transition: 0.3s;
}
.cont3 .btn2 a {
    background: url("../img/icon_minus.png") right center no-repeat;
    background-size: 0.3rem auto;
    font-size: 0.21rem;
    font-weight: 700;
    padding-right: 0.45rem;
}
.cont3 .headline1 {
    margin-bottom: 0.7rem;
}
.cont3 .catch {
    padding-bottom: 0.6rem;
}
.cont3 .sec {
    margin-bottom: 0.4rem;
}
.cont3 .sec h5 {
    font-size: 0.24rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.05rem;
}
.cont3 .sec .box {
    background-color: #fff;
    padding: 0.25rem 0.2rem;
}
.cont3 .sec .box.box2 {
    padding-right: 0.1rem;
}
.cont3 .sec .box .con {
    display: flex;
}
.cont3 .sec .box .con picture {
    width: 0.8rem;
    border-right: 0.01rem solid #999;
    padding: 0.15rem 0.12rem 0 0;
    margin-right: 0.12rem;
    box-sizing: border-box;
}
.cont3 .sec .box .con h6 {
    font-size: 0.17rem;
    font-weight: 500;
    margin-bottom: 0.05rem;
}
.cont3 .sec .box .con ul li {
    padding-left: 1em;
    text-indent: -1em;
}
.cont3 .sec .box .con ul li::before {
    content: '・';
}
.cont3 .sec .box .con ul li span {
    color: #e4007f;
}

.cont3 .sec .box .con.con02 picture {
    width: 0.87rem;
    padding-right: 0.25rem;
}
.cont3 .sec .box .con.con03 picture {
    width: 0.65rem;
    padding-right: 0.27rem;
}
.cont3 .sec .box .con.con04 picture {
    width: 0.72rem;
    padding: 0.25rem 0.2rem 0 0;
}
.cont3 .sec .box .con.con05 picture {
    width: 0.78rem;
    padding-right: 0.15rem;
}
.cont3 .sec .box .con.con06 picture {
    padding: 0.2rem 0.1rem 0 0;
}
.cont3 .sec .box .con.con07 picture {
    width: 0.6rem;
    padding-right: 0.2rem;
}
.cont3 .sec .box .con.con08 picture {
    width: 0.72rem;
    padding: 0.2rem 0.15rem 0 0;
}
.cont3 .sec .box .con.con09 picture {
    padding-right: 0.15rem;
}
.cont3 .sec .box .con.con10 picture {
    width: 0.84rem;
    padding-right: 0.15rem;
    margin-left: 0.2rem;
}
.cont3 .sec .box .con.con11 picture {
    width: 0.68rem;
    padding: 0.2rem 0.2rem 0 0;
    margin-left: 0.2rem;
}
.cont3 .sec .box .con.con12 picture {
    width: 0.86rem;
    padding: 0.1rem 0.1rem 0 0;
}
.cont3 .sec .box .con.con13 picture {
    width: 0.92rem;
    padding: 0.1rem 0.15rem 0 0;
    margin-left: 0.3rem;
}
.cont3 .sec .box .con.con14 picture {
    width: 0.82rem;
    padding: 0.1rem 0.15rem 0 0;
    margin-left: 0.3rem;
}
.cont3 .sec .box .con.con15 picture {
    width: 0.86rem;
    padding: 0.1rem 0.1rem 0 0;
}
.cont3 .sec .box .con.con16 picture {
    width: 0.76rem;
    padding: 0.25rem 0.15rem 0 0;
    margin-left: 0.35rem;
}
.cont3 .sec .box .con.con17 picture {
    width: 0.76rem;
    padding: 0.25rem 0.15rem 0 0;
    margin-left: 0.35rem;
}
.cont3 .sec .box .con.con18 picture {
    width: 0.86rem;
    padding: 0.1rem 0.1rem 0 0;
}
.cont3 .sec .box .con.con19 picture {
    width: 0.88rem;
    padding: 0.1rem 0.05rem 0 0;
    margin-left: 0.35rem;
}
.cont3 .sec .box .con.con20 picture {
    width: 0.76rem;
    padding: 0.25rem 0.15rem 0 0;
    margin-left: 0.35rem;
}
.cont3 .sec .box .con.con21 picture {
    width: 0.86rem;
    padding: 0.1rem 0.1rem 0 0;
}
.cont3 .sec .box .con.con22 picture {
    width: 0.92rem;
    padding: 0.1rem 0.1rem 0 0;
    margin-left: 0.5rem;
}
.cont3 .sec .box .con.con23 picture {
    width: 0.98rem;
    padding: 0.1rem 0.2rem 0 0;
    margin-left: 0.6rem;
}
.cont3 .sec .box .con.con24 picture {
    width: 0.92rem;
    padding: 0.1rem 0.08rem 0 0;
    margin-left: 0.8rem;
}
.cont3 .sec .box .con.con25 picture {
    width: 0.92rem;
    padding: 0.15rem 0.1rem 0 0;
    margin-left: 0.5rem;
}
.cont3 .sec .box .con.con26 picture {
    width: 0.85rem;
    padding: 0.2rem 0.14rem 0 0;
    margin-left: 0.3rem;
}
.cont3 .sec .box .con.con27 picture {
    width: 0.88rem;
    padding: 0.25rem 0.04rem 0 0;
}
.cont3 .sec .note {
    font-size: 0.13rem;
    padding-top: 0.1rem;
    text-align: right;
}
.cont3 .accbox {
    display: none;
}

.cont3.open::after {
    opacity: 0;
}
.cont3.open .btn1 {
    opacity: 0;
}
.cont3.open .btn2 {
    opacity: 1;
}
@media screen and (min-width:751px){
.cont3 .btn1 a:hover,
.cont3 .btn2 a:hover {
    color: #4a9ccd;
}
}
@media screen and (max-width:750px){
.cont3 {
    padding: 0.65rem 0 0.6rem;
    margin-bottom: 1rem;
}
.cont3::after {
    height: 20rem;
}
.cont3 .btn1 a {
    font-size: 0.26rem;
}
.cont3 .btn2 a {
    font-size: 0.26rem;
}
.cont3 .sec {
    margin-bottom: 0.4rem;
}
.cont3 .sec h5 {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
}
.cont3 .sec .box {
    padding: 0.3rem 0.25rem 0.1rem;
}
.cont3 .sec .box.box2,
.cont3 .sec .box.box4,
.cont3 .sec .box.box8 {
    padding: 0.3rem 0.25rem 0.01rem;
}
.cont3 .sec .box.box3,
.cont3 .sec .box.box7,
.cont3 .sec .box.box9 {
    padding: 0.01rem 0.25rem 0.1rem;
}
.cont3 .sec .box.box5,
.cont3 .sec .box.box6 {
    padding: 0.01rem 0.25rem 0.01rem;
}
.cont3 .sec .box .con {
    margin-bottom: 0.25rem;
}
.cont3 .sec .box .con picture {
    width: 0.95rem !important;
    padding: 0 0.1rem 0 0 !important;
    margin: 0 0.1rem 0 0 !important;
}
.cont3 .sec .box .con picture img {
    display: block;
    width: 0.8125rem;
    margin: 0 auto;
}
.cont3 .sec .box .con .conin {
    width: 4.8rem;
}
.cont3 .sec .box .con h6 {
    font-size: 0.26rem;
    margin-bottom: 0.05rem;
}
.cont3 .sec .box .con ul {
    display: flex;
    flex-wrap: wrap;
}
.cont3 .sec .box .con ul li {
    font-size: 0.22rem;
}
.cont3 .sec .box .con.con02 picture img {
    width: 0.75rem;
}
.cont3 .sec .box .con.con02 picture {
    padding-top: 0.05rem !important;
}
.cont3 .sec .box .con.con03 picture img {
    width: 0.58rem;
}    
.cont3 .sec .box .con.con04 picture {
    padding-top: 0.2rem !important;
}
.cont3 .sec .box .con.con04 picture img {
    width: 0.74rem;
}
.cont3 .sec .box .con.con07 picture img {
    width: 0.58rem;
}
.cont3 .sec .box .con.con11 picture img {
    width: 0.6rem;
}
.cont3 .sec .box .con.con16 picture img,
.cont3 .sec .box .con.con17 picture img,
.cont3 .sec .box .con.con18 picture img,
.cont3 .sec .box .con.con20 picture img {
    width: 0.65rem;
}
.cont3 .sec .note {
    font-size: 0.22rem;
}
}


/* cont4
------------------------------------------------- */
.cont4 {
    margin-bottom: 1.5rem;
}
.cont4 .headline1 {
    margin-bottom: 0.65rem;
}
.cont4 .box {
    background-color: #eceef3;
    padding: 0.6rem 0.9rem 0.65rem;
    margin-bottom: 0.75rem;
}
.cont4 .box .catch {
    padding-bottom: 0.5rem;
}
.cont4 table {
    width: 100%;
}
.cont4 table th {
    width: 14%;
    background-color: #4a9ccd;
    font-size: 0.24rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: top;
    padding-top: 0.15rem;
    position: relative;
}
.cont4 table tr th::after {
    content: '';
    width: 100%;
    height: 0.28rem;
    background: url("../img/cont4_bg.jpg") center bottom no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 100%;
}
.cont4 table td {
    width: 47.5%;
    padding: 0.25rem 0.25rem 0.35rem 0.4rem;
    border-right: 0.01rem solid #999;
    vertical-align: top;
    box-sizing: border-box;
}
.cont4 table td.td1 {
    width: 38.5%;
    padding: 0.25rem;
    vertical-align: middle;
}
.cont4 table tr:first-child th {
    background-color: #fff;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 2.8;
    color: #000;
    text-align: center;
    border-left: 0.01rem solid #999;
    border-right: 0.01rem solid #999;
    padding: 0;
    position: relative;
}
.cont4 table tr:first-child th::after {
    display: none;
}
.cont4 table td.space1 {
    padding: 0.1rem 0;
    border: none;
}
.cont4 table td.space2 {
    padding: 0.25rem 0;
    border: none;
}
.cont4 table tr.bg td {
    background-color: rgba(74,156,205,0.1);
}
.cont4 table td h5 {
    font-weight: 700;
    margin-bottom: 0.05rem;
}
.cont4 table td p {
    font-size: 0.14rem;
    font-weight: 500;
}
.cont4 table td ul li {
    font-size: 0.14rem;
    font-weight: 500;
    padding-left: 1em;
    text-indent: -1em;
}
.cont4 table td ul li::before {
    content: '※';
}
@media screen and (max-width:750px){
.cont4 {
    margin-bottom: 1.4rem;
}
.cont4 .headline1 {
    margin-bottom: 0.4rem;
}
.cont4 .inner {
    width: 100%;
}
.cont4 .box {
    padding: 0.35rem 0.6rem 0.45rem;
    margin-bottom: 0;
}
.cont4 .over {
    width: 100%;
    overflow-x: auto;
}
.cont4 .over img {
    display: block;
    max-width: inherit;
    width: 11.76rem;
    margin-bottom: 0.2rem;
}   
.cont4 table {
    width: 90%;
    margin: 0.3rem auto 0;
    font-size: 0.26rem;
}
.cont4 table th {
    font-size: 0.3rem;
}
.cont4 table td {
    padding: 0.2rem 0.2rem 0.25rem 0.2rem;
}
.cont4 table td.td1 {
    padding: 0.2rem;
}
.cont4 table tr:first-child th {
    font-size: 0.26rem;
    line-height: 1.3;
}
.cont4 table td h5 {
    font-size: 0.26rem;
}
.cont4 table td p {
    font-size: 0.26rem;
    line-height: 1.3;
}
.cont4 table td ul li {
    font-size: 0.26rem;
    line-height: 1.3;
}
}


/* cont5
------------------------------------------------- */
.cont5 {
    margin-bottom: 1.6rem;
}
.cont5 h4 {
    font-size: 0.34rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 0.35rem;
}
.cont5 .catch {
    padding-bottom: 0.8rem;
}
.cont5 .sec {
    margin-bottom: 0.375rem;
}
.cont5 .sec .movie {
    width: 5.16rem;
    position: relative;
}
.cont5 .sec .movie iframe {
    width: 100%;
    height: 2.9025rem;
    position: absolute;
    left: 0;
    top: 0;
}
.cont5 .sec .con {
    width: 6.46rem;
}
.cont5 .sec .con h5 {
    font-size: 0.24rem;
    font-weight: 700;
    padding-bottom: 0.15rem;
}
.cont5 .sec .con h6 {
    width: 1.15rem;
    height: 0.32rem;
    background-color: rgba(28,89,162,0.2);
    font-size: 0.18rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #1c59a2;
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
    padding-left: 0.175rem;
    box-sizing: border-box;
    position: relative;
}
.cont5 .sec .con h6::before {
    content: '';
    width: 0.055rem;
    height: 100%;
    background-color: #1c59a2;
    position: absolute;
    left: 0;
    top: 0;
}
.cont5 .sec .con ul li {
    font-size: 0.15rem;
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.25rem;
}
.cont5 .sec .con ul li::before {
    content: '・';
}
.cont5 .sec .con p {
    font-size: 0.15rem;
    line-height: 1.6;
}
@media screen and (max-width:750px){
.cont5 {
    margin-bottom: 1rem;
}
.cont5 .headline1 {
    margin-bottom: 0.35rem;
}
.cont5 h4 {
    font-size: 0.42rem;
    line-height: 1.45;
    padding-bottom: 0.2rem;
}
.cont5 .catch {
    text-align: left;
    padding-bottom: 0.6rem;
}
.cont5 .sec {
    margin-bottom: 0.75rem;
}
.cont5 .sec .movie {
    width: 100%;
    height: 48.74625vw;
    margin-bottom: 0.4rem;
}
.cont5 .sec .movie iframe {
    height: 48.74625vw;
}
.cont5 .sec .con {
    width: 100%;
}
.cont5 .sec .con h5 {
    font-size: 0.32rem;
    padding-bottom: 0.25rem;
}
.cont5 .sec .con h6 {
    width: 1.60rem;
    height: 0.46rem;
    font-size: 0.26rem;
}
.cont5 .sec .con ul li {
    font-size: 0.26rem;
    line-height: 1.75;
    margin-bottom: 0.4rem;
}
.cont5 .sec .con p {
    font-size: 0.22rem;
}
}


/* cont6
------------------------------------------------- */
.cont6 {
    margin-bottom: 1.65rem;
}
.cont6 .catch {
    padding-bottom: 0.5rem;
}
.cont6 .sec {
    border-top: 0.01rem solid #808080;
}
.cont6 .sec.last {
    border-bottom: 0.01rem solid #808080;
}
.cont6 .sec .no {
    width: 10.5%;
    background: url("../img/icon_acc_open.png") center bottom 0.15rem no-repeat rgba(74,156,205,0.2);
    background-size: 0.25rem auto;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
.cont6 .sec .no.open {
    background-image: url("../img/icon_acc.png");
}

.cont6 .sec .no span {
    font-size: 0.74rem;
    font-weight: 700;
    color: #4a9ccd;
    transition: 0.3s;
}
.cont6 .sec .con {
    width: 89.5%;
    padding: 0.25rem 0 0.5rem 0.2rem;
    box-sizing: border-box;
}
.cont6 .sec .con h5 {
    font-size: 0.28rem;
    font-weight: 500;
    color: #4a9ccd;
    margin-bottom: 0.2rem;
}
.cont6 .sec .con .txt1 {
    width: 4.8rem;
    margin-right: 1.3rem;
}
.cont6 .sec .con .txt2 {
    width: 3.7rem;
}

.cont6 .sec .con1,
.cont6 .sec .con2,
.cont6 .sec .con3,
.cont6 .sec .con4,
.cont6 .sec .con5 {
    padding-top: 0.6rem;
}
.cont6 .sec .con1 .img1 {
    width: 4.8rem;
    margin-right: 1.3rem;
}
.cont6 .sec .con1 .img1 img {
    display: block;
    width: 4.05rem;
    margin-left: 0.45rem;
}
.cont6 .sec .con1 .img2 {
    width: 3.7rem;
}
.cont6 .sec .con1 .img2 img {
    display: block;
    width: 2.65rem;
    margin-left: 0.25rem;
}

.cont6 .sec .con2 .box {
    width: 4.35rem;
}
.cont6 .sec .con2 .box h6 {
    font-size: 0.24rem;
    font-weight: 500;
    padding-bottom: 0.4rem;
}
.cont6 .sec .con2 .box .box-inn {
    border-top: 0.01rem solid #808080;
    border-bottom: 0.01rem solid #808080;
    padding: 0.15rem 0.35rem;
}
.cont6 .sec .con2 .box .box-inn dl {
    font-size: 0.2rem;
    display: flex;
    margin: 0.1rem 0;
}
.cont6 .sec .con2 .box .box-inn dl dt {
    width: 0.45rem;
}
.cont6 .sec .con2 .box .box-inn dl dd {
    width: 3.1rem;
}
.cont6 .sec .con2 .box .box-inn dl dd span {
    display: block;
    font-size: 0.16rem;
}
.cont6 .sec .con2 .box .box-inn dl dd ul {
    font-size: 0.16rem;
}
.cont6 .sec .con2 .box .box-inn dl dd ul li::before {
    content: '・';
}
.cont6 .sec .con2 picture {
    width: 5.75rem;
}

.cont6 .sec .con3 .box {
    width: 4.3rem;
    box-sizing: border-box;
    position: relative;
}
.cont6 .sec .con3 .box h6 {
    font-size: 0.24rem;
    font-weight: 500;
    padding-bottom: 0.1rem;
}
.cont6 .sec .con3 .box ul {
    font-size: 0.2rem;
    font-weight: 500;
    padding: 0 0 0.2rem 1em;
}
.cont6 .sec .con3 .box ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.05rem;
}
.cont6 .sec .con3 .box ul li span {
    display: block;
    font-size: 0.14rem;
    padding: 0.3rem 0 0 0.2rem;
}
.cont6 .sec .con3 .box ul li::before {
    content: '●';
}
.cont6 .sec .con3 .box ul li ul {
    font-size: 0.16rem;
    margin-top: 0.1rem;
    padding-left: 0;
}
.cont6 .sec .con3 .box ul li ul li {
    margin-bottom: 0;
}
.cont6 .sec .con3 .box ul li ul li::before {
    content: '・';
}
.cont6 .sec .con3 .box.box1 picture {
    width: 3.6rem;
    margin: 0.2rem 0 0 1em;
}
.cont6 .sec .con3 .box.box2 {
    border-left: 0.01rem solid #808080;
    padding-left: 0.25rem;
}
.cont6 .sec .con3 .box.box2 .img5 {
    width: 2.48rem;
    position: absolute;
    left: 3.8rem;
    top: 0.35rem;
}
.cont6 .sec .con3 .box.box2 .img6 {
    width: 2.32rem;
    position: absolute;
    left: 3.95rem;
    top: 3.25rem;
}
@media screen and (min-width:751px){
.cont6 .sec .no:hover {
    background-color: #4a9ccd;
}
.cont6 .sec .no:hover span {
    color: #fff;
}
}
@media screen and (max-width:750px){
.cont6 {
    margin-bottom: 1rem;
}
.cont6 .catch {
    padding-bottom: 0.7rem;
}
.cont6 .sec {
    display: flex;
}
.cont6 .sec .con {
    width: 89.5%;
    padding: 0.25rem 0 0.5rem 0.2rem;
    box-sizing: border-box;
}
.cont6 .sec .con h5 {
    font-size: 0.36rem;
    font-weight: 500;
    color: #4a9ccd;
    margin-bottom: 0.2rem;
}
.cont6 .sec .con p {
    font-size: 0.26rem;
    line-height: 1.3;
}
.cont6 .sec .con .txt1 {
    width: 100%;
    margin-right: 0;
}
.cont6 .sec .con .txt2 {
    width: 100%;
}
.cont6 .sec .con1 .img1 {
    width: 100%;
    margin: 0 0 0.4rem;
}
.cont6 .sec .con1 .img1 img {
    width: 90%;
    margin: 0 auto;
}
.cont6 .sec .con1 .img2 {
    width: 100%;
}
.cont6 .sec .con1 .img2 img {
    width: 3.45rem;
    margin: 0 auto;
}
.cont6 .sec .con2 .box {
    width: 100%;
    margin-bottom: 0.3rem;
}
.cont6 .sec .con2 .box h6 {
    font-size: 0.3rem;
    padding-bottom: 0.1rem;
}
.cont6 .sec .con2 .box .box-inn {
    padding: 0.1rem 0.3rem;
}
.cont6 .sec .con2 .box .box-inn dl {
    font-size: 0.27rem;
    margin: 0.075rem 0;
}
.cont6 .sec .con2 .box .box-inn dl dt {
    width: 0.6rem;
}
.cont6 .sec .con2 .box .box-inn dl dd {
    width: 4rem;
}
.cont6 .sec .con2 .box .box-inn dl dd span {
    font-size: 0.26rem;
}
.cont6 .sec .con2 .box .box-inn dl dd ul {
    font-size: 0.26rem;
}
.cont6 .sec .con2 picture {
    width: 100%;
}

.cont6 .sec .con3 .box {
    width: 100%;
}
.cont6 .sec .con3 .box h6 {
    font-size: 0.3rem;
    padding-bottom: 0.1rem;
}
.cont6 .sec .con3 .box ul {
    font-size: 0.26rem;
    padding: 0 0 0.2rem 0.5em;
}
.cont6 .sec .con3 .box ul li {
    line-height: 1.3;
    margin-bottom: 0.05rem;
}
.cont6 .sec .con3 .box ul li span {
    font-size: 0.22rem;
    padding: 0.3rem 0 0 0.2rem;
}
.cont6 .sec .con3 .box ul li ul {
    font-size: 0.22rem;
    margin-top: 0.1rem;
    padding-left: 0;
}
.cont6 .sec .con3 .box ul li ul li {
    line-height: 1.75;
}
.cont6 .sec .con3 .box.box1 picture {
    width: 100%;
    margin: 0.4rem 0;
}
.cont6 .sec .con3 .box.box2 {
    border-left: none;
    border-top: 0.01rem solid #808080;
    padding: 0.25rem 0 0;
}
.cont6 .sec .con3 .box.box2 .img5 {
    width: 3.95rem;
    position: static;
    margin: 0.3rem 0 0.3rem 1.5rem;
}
.cont6 .sec .con3 .box.box2 .img6 {
    width: 3.65rem;
    position: static;
    margin: 0.3rem 0 0 1.5rem;
}
.cont6 .sec .con4 .over {
    width: 100%;
    overflow-x: auto;
}
.cont6 .sec .con4 .over picture img {
    width: 8.7rem;
    max-width: inherit;
    overflow-x: auto;
    padding-bottom: 0.2rem;
}
}


/* cont7
------------------------------------------------- */
.cont7 {
    margin-bottom: 1.25rem;
}
.cont7 .headline1 {
    margin-bottom: 0.75rem;
}
.cont7 .sec {
    margin-bottom: 2.25rem;
}
.cont7 .sec .con {
    width: 5.9rem;
    height: 3.1rem;
    background-color: #1c59a2;
    text-align: center;
    color: #fff;
    padding: 0.5rem 0.6rem 0;
    box-sizing: border-box;
}
.cont7 .sec .con h4 {
    width: 100%;
    height: 0.375rem;
    font-size: 0.18rem;
    font-weight: 500;
    border: 0.01rem solid #fff;
    border-radius: 0.3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.12rem;
}
.cont7 .sec .con .btn1 {
    width: 100%;
    height: 0.63rem;
    margin-top: 0.25rem;
}
.cont7 .sec .con .btn1 a {
    width: 100%;
    height: 100%;
    background: url("../img/icon_mail.png") 0.96rem center no-repeat #fff;
    background-size: 0.44rem auto;
    border-radius: 0.05rem;
    font-size: 0.22rem;
    font-weight: 700;
    color: #1c59a2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0.64rem;
    box-sizing: border-box;
}
.cont7 .sec .photo {
    width: 6.1rem;
    height: 3.1rem;
}
.cont7 .sec .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont7 .btn2 {
    width: 5.85rem;
    height: 1.02rem;
    margin: 0 auto;
}
.cont7 .btn2 a {
    width: 100%;
    height: 100%;
    background-color: #4a9ccd;
    font-size: 0.3rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.cont7 .btn2 a::before {
    content: '';
    width: 0.7rem;
    height: 2rem;
    background-color: #1c59a2;
    position: absolute;
    left: -0.4rem;
    top: -0.5rem;
    transform: rotate(35deg);
}
@media screen and (max-width:750px){
.cont7 {
    margin-bottom: 0.85rem;
}
.cont7 .headline1 {
    margin-bottom: 0.75rem;
}
.cont7 .sec {
    margin-bottom: 1.2rem;
}
.cont7 .sec .con {
    width: 100%;
    height: 4.8rem;
    padding: 0.55rem 0.67rem 0;
}
.cont7 .sec .con h4 {
    height: 0.4rem;
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
}
.cont7 .sec .con .btn1 {
    height: 0.82rem;
    margin-top: 0.4rem;
}
.cont7 .sec .con .btn1 a {
    background-position: 0.68rem center;
    background-size: 0.48rem auto;
    border-radius: 0.1rem;
    font-size: 0.33rem;
    padding-left: 0.64rem;
}
.cont7 .sec .photo {
    display: none;
}
.cont7 .btn2 {
    width: 100%;
    height: 1.15rem;
}
.cont7 .btn2 a {
    font-size: 0.34rem;
}
.cont7 .btn2 a::before {
    left: -0.3rem;
}
}


/* footer
------------------------------------------------- */
#footer {
    text-align: center;
    padding-bottom: 0.75rem;
}
#footer ul {
    padding-bottom: 0.35rem;
}
#footer ul li {
    width: 0.36rem;
    margin: 0 0.065rem;
}
#footer small {
    font-size: 0.18rem;
    font-weight: 500;
}
@media screen and (max-width:750px){
#footer {
    padding-bottom: 0.92rem;
}
#footer ul {
    display: flex;
    padding-bottom: 0.75rem;
}
#footer ul li {
    width: 0.7rem;
    margin: 0 0.14rem;
}
#footer small {
    font-size: 0.21rem;
}
}


/* pagetop
------------------------------------------------- */
#pagetop {
    display: none;
    width: 0.98rem;
    position: fixed;
    right: 0.38rem;
    bottom: 0.3rem;
    z-index: 10;
}
@media screen and (max-width:750px){
#pagetop {
    right: 0.23rem;
    bottom: 0.6rem;
}
}


/* idPad
------------------------------------------------- */
.idPad {
    margin-top: -2.55rem;
    padding-top: 2.55rem;
}
@media screen and (max-width:750px){
.idPad {
    margin-top: -1.2rem;
    padding-top: 1.2rem;
}  
}


/* animation
------------------------------------------------- */
.fadeUp {
    opacity: 0;
}
.fadeUp.isAnimate {
    animation: fadeUp 0.7s ease 0.1s 1 forwards;
}
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}