@charset "UTF-8";
/* ===================================================================
CSS information
file name  :  zoom.css
style info :  zoom 用の cssの定義
=================================================================== */
*:focus {
  outline: none;
}
/*-----------------------------------------------------------------

header

-----------------------------------------------------------------*/
header{
    background-color: #fff;
}
/*-----------------------------------------------------------------

footer

-----------------------------------------------------------------*/

footer {
    letter-spacing: 0.05em;
    background-color: #fff;
}
/*-----------------------------------------------------------------

body

-----------------------------------------------------------------*/
.online_page{
  width: 100%;
  background-image: url(../image/zoom_bg.jpg);
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: fixed;
}
.lp_locator{
    background-color: #fff;
}
#locator {
    margin-bottom: 0;
}
.img100 img {
    max-width: 100%;
    display: block;
    width: auto;
    height: auto;
    margin: auto;
}
@media only screen and (max-width: 690px){
.w100 #contents {
    width: 100%;
}
}
/*-----------------------------------------------------------------

mainimage

-----------------------------------------------------------------*/
.MainArea {
    width: 100%;
    padding: 30px 0 60px;
    background: url(../image/zoom_mainimage.jpg) no-repeat center center / cover;
}
.MainArea .Main_Inner{
    max-width: 1120px;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    line-height: 1.6;
}
.MainArea .Maintit{
    width: 65%;
}
.MainArea h1.main{
    margin-bottom: 40px;
}
@media only screen and (max-width: 690px) {
.MainArea {
    padding: 70px 0 30px;
}
 .MainArea .Maintit{
    width: 80%;
}   
.MainArea h1.main {
    margin-bottom: 20px;
}
} 
/*-----------------------------------------------------------------

btn

-----------------------------------------------------------------*/
.zoom_f_btn a {
    display: inline-block;
    background: linear-gradient(110deg, #9fcbdf, #9fcbdf 25%, #a8d7ba 65%, #a8d7ba) repeat scroll 0 0;
    padding: 15px 35px;
    color: #FFF;
    border-radius: 50px;
    transition: 0.3s;
    width: 100%;
    max-width: 360px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.zoom_f_btn a::before {
  content: url(../image/zoom_mail_icon.png);
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.zoom_f_btn a:hover{
    text-decoration:none;
    opacity:0.7;
    }
.zoom_btn a {
    text-decoration: none;
    display: inline-block;
    border-width: 1px;
    text-align: center;
    border-style: solid;
    background-color: #428BC9;
    border-color: #428BC9;
    color: #fff;
    width: 100%;
    max-width: 360px;
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 16px;
    transition: 0.3s;
}
.zoom_btn a:hover {
    background-color: #fff;
    border-color: #428BC9;
    color: #428BC9;
}
.zoom_btn02 a {
    display: inline-block;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-color: #428BC9;
    color: #428BC9;
    width: 100%;
    max-width: 360px;
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 16px;
    transition: 0.3s;
}
.zoom_btn02 a:hover {
    background-color: #428BC9;
    border-color: #428BC9;
    color: #fff;
}
@media only screen and (max-width: 690px) {
.zoom_f_btn a {
    font-size: 18px;
    font-weight: normal;
}
}
/*-----------------------------------------------------------------

title

-----------------------------------------------------------------*/
.zoomTit01 {
    color: #428BC9;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: .1em;
    margin-bottom: 40px;
    line-height: 1.4;
}
.zoomTit01 .Smallgray{
    font-size: 30px;
    color: #555;

}
.zoomTit02 {
    color: #428BC9;
    font-size: 24px;
    line-height: 1.4;
}
.zoomTit02 .Smallgray{
    font-size: 20px;
    color: #555;

}
.zoomTit03 {
    color: #428BC9;
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.zoomTit03 .num{
    color: #E4F1F8;
    font-size: 70px;
    vertical-align: middle;
}
.zoomTit04 {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: .1em;
    margin-bottom: 40px;
    line-height: 1.4;
}
.zoomTit04 .Smallwhite{
    font-size: 30px;
    color: #fff;
}
.zoomTit05 {
    color: #428BC9;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: center;
    line-height: 1.4;
}
@media only screen and (max-width: 980px) {
.zoomTit03 .num {
    font-size: 50px;
}
.zoomTit05 {
    font-size: 18px;
}
}
@media only screen and (max-width: 690px) {
.zoomTit01 {
    font-size: 26px;
    margin-bottom: 20px;
}
.zoomTit01 .Smallgray {
    font-size: 20px;
}
.zoomTit04 {
    font-size: 26px;
    margin-bottom: 20px;
}
.zoomTit04 .Smallwhite{
    font-size: 20px;
}
}
/*-----------------------------------------------------------------

txt

-----------------------------------------------------------------*/
.leadtxt{
    font-size: 16px;
    text-align: center;
}
.leadtxt_white{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.BGtxt{
    font-size: 36px;
    text-align: center;    
}
.BGtxt .Yellowmarker{
    font-size: 46px;
     background: linear-gradient(transparent 70%, #FFEA29 70%); 
}
@media only screen and (max-width: 690px) {
.BGtxt {
    font-size: 19px;
}
.BGtxt .Yellowmarker {
    font-size: 26px;
}
.zoomTit03 .num {
    font-size: 40px;
}
.zoomTit03 {
    font-size: 22px;
}
}
/*-----------------------------------------------------------------

bg

-----------------------------------------------------------------*/
.WhiteBg {
    background-color: #fff;
}
.WhiteBgP80 {
    background-color: #fff;
    padding: 80px 0;
}
.WhiteBgPB60 {
    background-color: #fff;
    padding: 0 0 60px;
}
.WhiteBgPB80 {
    background-color: #fff;
    padding: 0 0 80px;
}
.WhiteBgPT80 {
    background-color: #fff;
    padding: 80px 0 10px;
}
.GrayBgP80 {
    background-color: #f5f5f5;
    padding: 80px 0;
}
.WhiteBgPT120 {
    background-color: #fff;
    padding: 120px 0 80px;
}
.GrayBgP80.triangle {
    position: relative;
}
.GrayBgP80.triangle::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 100px 0 100px;
    border-color: #f5f5f5 transparent transparent transparent;
    position: absolute;
    bottom: -70px;
    left: calc(50% - (200px / 2));
}
.ptpb40{
    padding: 40px 0;
}
.WBbg{
    background:linear-gradient(90deg,#fff 0%,#fff 50%,#DEEEF7 50%,#DEEEF7 100%);
}
.BWbg{
    background:linear-gradient(90deg,#DEEEF7 0%,#DEEEF7 50%,#fff 50%,#fff 100%);
}
@media only screen and (max-width: 690px) {
.WhiteBgPB80 {
    padding: 0 0 40px;
}
.GrayBgP80 {
    padding: 40px 0;
}
.zoomTit02 {
    font-size: 16px;
}
.zoomTit02 .Smallgray {
    font-size: 14px;
}
.GrayBgP80.triangle::after {
    border-width: 40px 60px 0 60px;
    bottom: -40px;
    left: calc(50% - (120px / 2));
}
.WhiteBgPT120 {
    padding: 50px 0 40px;
}
.WhiteBgPT80 {
    padding: 40px 0 10px;
}
.WBbg{
    background:linear-gradient(180deg,#fff 0%,#fff 50%,#DEEEF7 50%,#DEEEF7 100%);
}
.BWbg{
    background:linear-gradient(180deg,#fff 0%,#fff 60%,#DEEEF7 60%,#DEEEF7 100%);
}S
}
/*-----------------------------------------------------------------

contents

-----------------------------------------------------------------*/
.Conlist{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.Conlist li {
    width: 49%;
    list-style-type: none;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    position: relative;
    padding: 20px;
}
.Conlist li:after {
    content: '';
    display: block;
    background-image: url(../image/zoom_img01.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: bottom right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 163px;
    height: 130px;
    z-index: 1;
}
.Conlist li.In02:after {
    background-image: url(../image/zoom_img02.png);
}
.Conlist li.In03:after {
    background-image: url(../image/zoom_img03.png);
}
.Conlist li.In04:after {
    background-image: url(../image/zoom_img04.png);
}
@media only screen and (max-width: 1200px) {
.Conlist li:after {
    background-size: 60%;
}
.Conlist li {
    padding: 20px 20px 75px;
}
}
.zoomCV_Area {
    background-color: rgba(255, 255, 255, .8);
    box-shadow: -15px 10px 30px -10px #c9c9c9;
    padding: 60px 20px;
    margin: 80px 0;
}
.zoomCV_Area .txt{
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: .1em;
    margin-bottom: 40px;
    line-height: 1.4;
}
@media only screen and (max-width: 690px) {
.Conlist {
    margin-bottom: 0px;
}
.zoomCV_Area {
    box-shadow: 0px 10px 30px -10px #c9c9c9;
    padding: 30px 20px;
    margin: 40px 0;
}
.zoomCV_Area .txt {
    font-size: 16px;
    margin-bottom: 20px;
}
}

.MeritArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0;
}
.MeritArea .txtBox{
    width: 40%;
}
.MeritArea .imgBox{
    width: 40%;
}
.groovy_merit_in {
    padding: 80px 0;
}
.ZoomflowArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 90px;
}
.ZoomflowArea::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 35px 0 35px;
    border-color: #9FCBE0 transparent transparent transparent;
    position: absolute;
    bottom: -60px;
    left: calc(50% - (70px / 2));
}
.ZoomflowArea:last-child {
    margin-bottom: 0;
}
.ZoomflowArea:last-child::after {
    display: none;
}
.ZoomflowArea .left{
    width: 40%;
    background-color: #E4F1F8;
    padding: 30px 20px;
}
.ZoomflowArea .right{
    width: 60%;
    background-color: #fff;
    padding: 30px;
}
.ZoomflowArea .left .tag{
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 20px;
    color: #428BC9;
    text-align: center;
    line-height: 1.4;
}
.ZoomflowArea .left .tag .Big{
    font-size: 36px;
}
@media only screen and (max-width: 690px) {
.groovy_merit_in {
    padding: 40px 0;
}
.MeritArea .txtBox {
    width: 100%;
    order: 1;
    padding: 0 20px;
    margin-bottom: 20px;
}
.MeritArea .imgBox{
    width: 100%;
    order: 2;
    padding: 20px;
} 
.MeritArea {
    padding: 0;
}
.ZoomflowArea .left{
    width: 100%;
    background-color: #E4F1F8;
    padding: 30px 20px;
}
.ZoomflowArea .right{
    width: 100%;
    background-color: #fff;
    padding: 30px;
}
.ZoomflowArea .left .img100 img {
    max-width: 30%;
}
}  
.faq_q{
    font-size: 18px;
    font-weight: bold;
    color: #428BC9;
    background-color: #E4F1F8;
    padding: 15px 15px 15px 60px;
    position: relative;
}
.faq_q::before {
    content: "Q.";
    display: inline-block;
    font-size: 30px;
    position: absolute;
    top: 13px;
    left: 20px;
    line-height: 1;
}
.faq_a{
    padding: 15px 15px 15px 60px;
    position: relative;
    font-size: 16px;
}
.faq_a::before {
    content: "A.";
    color: #555;
    font-weight: bold;
    display: inline-block;
    font-size: 30px;
    position: absolute;
    top: 3px;
    left: 20px;
}

.fc_box.ZooM {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    transition: 0.3s;
}
.fc_box.ZooM a:hover{
    text-decoration: none;
}
.fc_box.ZooM .footer_contact_right {
    width: 60%;
    border-right: none;
    border-left: none;
    text-align: center;
}

.fc_box.ZooM .contact_right_in a:nth-of-type(2) {
    color: #286B99;
    border: 1px solid #86b2d0;
}
.fc_box.ZooM .contact_right_in a:nth-of-type(2):hover {
    background-color: #286B99;
    border: 1px solid #86b2d0;
    color: #fff;
}
@media only screen and (max-width: 690px) {
.fc_box.ZooM .footer_contact_right {
    width: 100%;
}
}