@charset "UTF-8";



/*  .cont1
------------------------------------------------- */
.headline01 {
    margin-bottom: 2em;
}
.ttl {
    text-align: center;
    font-weight: 400;
    position: relative;
    z-index: 2;
}
.cont1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 2.5em 0 7em;
}
.cont1 .photo {
    width: 47.4%;
    height: 100%;
    position: sticky;
    top: 5em;
    overflow: hidden;
}
.cont1 .photo .ifcontWrap {
    width: 48.125em;
}
.cont1 .photo .ifcont {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 57.7922%;
}
.cont1 .photo .ifcont #iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cont1 .con {
    width: 48%;
    display: flex;
    justify-content: flex-end;
}
.cont1 .con .box {
    width: 70%;
    max-width: 30em;
    padding-top: 3em;
}
.cont1 .con .box h3 {
    font-weight: 400;
    padding-bottom: 2em;
}
.cont1 .con .box p {
    padding-bottom: 2.2em;
}
.cont1 .con .box p:last-of-type {
    padding-bottom: 0;
}
@media only screen and (max-width:750px){
.ttl {
    font-size: 6vw;
}
.cont1 {
    display: block;
    padding: 2em 0 20vw;
}
.cont1 .photo {
    width: 100%;
    position: static;
}
.cont1 .photo .ifcontWrap {
    width: 100%;
}
.cont1 .con {
    width: 88%;
    margin: 0 auto;
    display: block;
}
.cont1 .con .box {
    width: 100%;
    max-width: inherit;
}
.cont1 .con .box h3 {
    font-size: 4.2vw;
}
.cont1 .con .box p {
    padding-bottom: 1.5em;
}
}


/*  .cont2
------------------------------------------------- */
.cont2 {
    background-color: #EDF4F4;
    padding: 7.2em 0 9.5em;
}
.cont2 h2 {
    color: #00A2A2;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
}
.cont2 h3 {
    font-weight: 700;
    text-align: center;
    padding-bottom: 1.5em;
}
.cont2 .txt {
    width: 70%;
    margin: 0 auto 5em;
}
.cont2 ul {
    display: flex;
    justify-content: space-between;
}
.cont2 ul li {
    width: 32%;
    text-align: center;
    opacity: 0;
}
.cont2 ul li .box {
    width: 100%;
    height: 20em;
    background-color: #6CBA6D;
    border-radius: 20em;
    color: #fff;
    padding-top: 1.5em;
    box-sizing: border-box;
}
.cont2 ul li .box img {
    display: block;
    width: 3em;
    margin: 0.22em auto;
}
.cont2 ul li .box h4 {
    font-weight: 600;
    line-height: 1.2;
    padding: 0.5em 0 1em;
}
.cont2 ul li .box h4 span {
    display: block;
}
.cont2 ul li .box h5 {
    font-weight: 700;
    line-height: 1.5;
}
.cont2 ul li p {
    color: #6CBA6D;
    line-height: 1.75;
    padding-top: 1em;
}
.cont2 ul li:nth-child(2) .box {
    background-color: #00A2A2;
}
.cont2 ul li:nth-child(2) .box img {
    width: 4.1875em;
    margin: 0 auto;
}
.cont2 ul li:nth-child(2) p {
    color: #00A2A2;
}
.cont2 ul li:nth-child(3) .box {
    background-color: #0066AC;
}
.cont2 ul li:nth-child(3) .box img {
    width: 3.8125em;
    margin : 0.56em auto;
}
.cont2 ul li:nth-child(3) p {
    color: #0066AC;
}
.cont2 ul.fade-in.isAnimate li:first-child {
    animation: fadeIn 1s ease 0.1s 1 forwards;
}
.cont2 ul.fade-in.isAnimate li:nth-child(2) {
    animation: fadeIn 1s ease 0.5s 1 forwards;
}
.cont2 ul.fade-in.isAnimate li:nth-child(3) {
    animation: fadeIn 1s ease 0.9s 1 forwards;
}

.cont2 .bselect {
    display: flex;
	justify-content: space-between;
	margin-bottom: 9em;
}
.cont2 .bselect .bbox {
    width: 47.5%;
}
.cont2 .bselect .bbox a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background-color: #00A2A2;
	padding: 2.5em 0 3em;
	box-sizing: border-box;
}
.cont2 .bselect .bbox.bbox2 a {
	background-color: #565657;
}
.cont2 .bselect .bbox a .tit {
	font-weight: 700;
	line-height: 1.8;
	padding-bottom: 1em;
}
.cont2 .bselect .bbox a .tit span {
	display: block;
	font-weight: 600;
}
.cont2 .bselect .bbox a .txt {
	width: 88.5%;
	margin: 0 auto;
	line-height: 1.8;
	padding-bottom: 2em;
	text-align: left;
}
.cont2 .bselect .bbox a .btnst2 {
	color: #fff;
	margin-right: 3em;
}
.cont2 .bselect .bbox a .btnst2 span::before {
	background-image: url("../common/img/icon1_w.png");
}

@media only screen and (max-width:750px){
.cont2 {
    padding: 20vw 0 15vw;
}
.cont2 h2 {
    white-space: nowrap;
    font-size: 8.533vw;
    line-height: 1.25;
    margin-left: -0.1em;
}
.cont2 h3 {
    font-size: 4.8vw;
}
.cont2 .txt {
    width: 100%;
    margin: 0 auto 3em;
}
.cont2 ul {
    display:block;
    width: 65.6vw;
    margin: 0 auto;
}
.cont2 ul li {
    width: 100%;
    margin-bottom: 13vw;
    opacity: 0;
}
.cont2 ul li .box {
    width: 100%;
    height: 65.6vw;
}
.cont2 ul li .box img {
    width: 3em;
}
.cont2 ul li .box h4 span {
    font-size: 10vw;
}
.cont2 ul li .box h5 {
    font-size: 3.466vw;
}
.cont2 ul li p {
    font-size: 3.466vw;
}
	
.cont2 .bselect {
    display: block;
	margin-bottom: 9em;
}
.cont2 .bselect .bbox {
    width: 94vw;
	margin: 0 0 6vw -3vw;
	margin-bottom: 3vw;
}
.cont2 .bselect .bbox a .tit {
	font-size: 4.533vw;
	font-weight: 700;
	line-height: 1.8;
	padding-bottom: 1em;
}
.cont2 .bselect .bbox a .tit span {
	font-size: 6vw;
	display: block;
	font-weight: 600;
}
.cont2 .bselect .bbox a .txt {
	width: 88.5%;
	margin: 0 auto;
	line-height: 1.8;
	padding-bottom: 2em;
	text-align: left;
}
.cont2 .bselect .bbox a .btnst2 {
	color: #fff;
	margin-right: 3em;
}
.cont2 .bselect .bbox a .btnst2 span::before {
	background-image: url("../common/img/icon1_w.png");
}
}


/*  .cont3
------------------------------------------------- */
.cont3 {
    padding: 8.5em 0 5em;
}
.cont3 .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4.5em;
}
.cont3 .box .img {
    width: 47%;
}
.cont3 .box:nth-of-type(1) .img img {
    width: 86.4%;
}
.cont3 .box:nth-of-type(2) .img img {
    width: 85.5%;
}
.cont3 .box .con {
    width: 47.5%;
}
.cont3 .box.rev {
    flex-direction: row-reverse;
}
@media only screen and (max-width:750px){
.cont3 {
    padding: 20vw 0 15vw;
}
.cont3 .box {
    display: block;
    padding-bottom: 15vw;
}
.cont3 .box .img {
    width: 90%;
    margin: 0 auto 6vw;
}
.cont3 .box .img .img {
    display: block;
    margin: 0 auto;
}
.cont3 .box:nth-of-type(1) .img img {
    width: 86.4%;
}
.cont3 .box:nth-of-type(2) .img img {
    width: 85.5%;
}
.cont3 .box .con {
    width: 100%;
}
}


/*  .cont4
------------------------------------------------- */
.cont4 {
    margin-bottom: 12em;
}
.cont4 .sec {
    max-width: 1200px;
	margin: 0 auto;
    padding: 0 2em;
    display: flex;
    justify-content: space-between;
}
.cont4 .sec .img {
    width: 48.5%;
    height: 100%;
    position: sticky;
    top: 5em;
}
.cont4 .sec .img p {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.cont4 .sec .con {
    width: 43%;
    margin-right: 4%;
}
.cont4 .sec .con .headline03 {
    margin-top: 2.3em;
}
.cont4 .sec .con .headline03.tit1 {
    color: #6CBA6D;
    margin-top: 4.6em;
}
.cont4 .sec .con .headline03.tit2 {
    color: #0066AC;
    margin-top: 4.6em;
}
.cont4 .sec .con p {
    padding-bottom: 1.5em;
}
@media only screen and (max-width:750px){
.cont4 {
    margin-bottom: 20vw;
}
.cont4 .sec {
    padding: 0;
    display: block;
}
.cont4 .sec .img {
    display: none !important;
}
.cont4 .sec .con {
    width: 88%;
    margin: 0 auto;
}
.cont4 .sec .con .headline03,
.cont4 .sec .con .headline03.tit1,
.cont4 .sec .con .headline03.tit2 {
    margin-top: 2.3em;
}
.cont4 .sec .con img {
    margin-bottom: 2em;
}
.cont4 .sec .con .gai {
    width: 100vw;
    max-width: inherit;
    margin-left: -6vw;
}
}
