﻿@charset 'UTF-8';

* {
max-height: 100%;
margin: 0px;
padding: 0px;
word-break: normal !important;
word-wrap: break-word;
line-break:normal;
border: 0;
outline: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
position: relative;
max-height: 100%;
margin: 0;
padding: 0;
font-family: 'Arial',sans-serif;
font-weight: normal;
font-size: 2.0rem;
line-height: 1.8;
color: #000;
background-color: #fff;
-webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  body {
  font-family: 'Arial', 'Noto Sans JP', sans-serif;
  }
}
@media screen and (max-width: 1200px) {
  html {
  font-size: 50%;
  }
}
@media screen and (max-width: 767px) {
  html {
  font-size: 47%;
  }
  body {
  overflow-x: hidden;
  width: 100%;
  line-height: 1.6;
  }
}

section {
position: relative;
}
section:after {
content:" ";
display:block;
clear:both;
}
table {
table-layout: fixed;
border-collapse: collapse;
border-spacing: 0;
}
ol, ul {
list-style: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
line-height: 1.3;
}
h2,h3 {
letter-spacing: 1px;
}
img {
display: block;
max-width: 100%;
width: auto;
height: auto;
}
a {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
  pointer-events: none;
  }
}
@media screen and (max-width:767px) {
  h3 {
  letter-spacing: 0;
  }
}


/*-----------------------
 共通設定
-----------------------*/
.body_wrap {
position: relative;
overflow-x: hidden;
padding-top: 0;
}
.clearfix:after {
content:" ";
display:block;
clear:both;
}

.right { text-align: right !important; }
.left { text-align: left !important; }
.center { text-align: center !important; }
.red { color: #ac001b; }



.pc_none {
display: none;
}
@media screen and (max-width: 767px) {
  .sp_none {
  display: none !important;
  }
  .pc_none {
  display: inline-block !important;
  }
}


/*-----------------------
 コンテンツ
-----------------------*/
header {
background: url(../img/bg-sanburst.jpg);
background-repeat: no-repeat;
background-position: bottom;
background-size: cover;
padding: 50px 4%;
}
header .wrap01 {
  display: flex;
  justify-content: center;
}
header .box01 {
  background: #180d59;
  text-align: center;
  width: 60%;
  min-width: 970px;
  padding: 40px;
}
header .box01 .stc01 {
  color: #f1f867;
  font-size: 6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
header .box01 .stc02 {
  color: #fff;
  font-size: 4.5rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
header .box01 .logowrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 970px;
  margin: 0 auto;
}
.effect-logo {
  width: calc(652px * 0.6);
  height: calc(226px * 0.6);
}
.cambridge-logo {
  width: calc(520px * 0.6);
  height: calc(188px * 0.6);
}
header .box02 {
  width: 38%;
  max-width: 700px;
  margin-left: 30px;
  display: flex;
  align-items: flex-end;
}


h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7rem;
  margin-bottom: 3rem;
}
h2 span {
  color: #d52027;
  margin-left: 1rem;
}
.main-stc01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 3rem;
  padding: 0 4%;
}
.main-stc01 span {
  font-size: 4rem;
  line-height: 1.6;
  background: linear-gradient(transparent 65%, #f1f867 65%);
}

.con01 {
  display: flex;
  justify-content: space-between;
  padding: 0 4%;
}
.con01 .in01,
.con01 .in02 {
  width: 48%;
  background: #efefef;
  padding: 5rem 3rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
h3 {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  font-size: 2.8rem;
}
h3 span {
  color: #fff;
  background: #f39800;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100vw;
}
.con01 ul {
  margin-bottom: 5rem;
}
.con01 ul li {
  font-weight: bold;
  font-size: 2.4rem;
}
.con01 .stc01 {
  color: #d52027;
  text-align: center;
  margin-bottom: 1.2rem;
}
.con01 .addbtn-wrap {
  text-align: center;
}
.con01 .addbtn {
  margin: 0 auto 1.2rem;
  display: inline-block;
}
.con01 .addbtn img {
  
}
.con01 .stc02 {
  text-align: center;
}


footer p {
  text-align: center;
  padding: 40px 20px 20px;
}
.sub01 {
  text-align: center;
  margin-bottom: 10px;
}
.sub01 span {
  line-height: 1.6;
  background: linear-gradient(transparent 65%, #f1f867 65%);
}


@media screen and (max-width: 1700px) {

  header .wrap01 {
    position: relative;
  }
  header .box01 {
    width: 100%;
    min-width: unset;
  }
  header .box01 .stc02 {
    margin-bottom: 8rem;
  }
  header .box01 .logowrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin-left: 12%;
  }
  header h1 {
    margin-bottom: 3rem;
  }
  header .box02 {
    width: 40%;
    margin-left: 0;
    content: '';
    position: absolute;
    right: 10%;
    bottom: 0;
  }


}






@media screen and (max-width: 1200px) {

  header .box01 .logowrap {
    margin-left: 8%;
  }
  .effect-logo {
    width: calc(652px * 0.4);
    height: calc(226px * 0.4);
}
.cambridge-logo {
  width: calc(520px * 0.4);
  height: calc(188px * 0.4);
}
  header .box02 {
    right: 8%;
  }

  h2 span {
    font-size: 4rem;


}
}



.only900 {
  display: none;
}
@media screen and (max-width: 900px) {

  .only900 {
    display: block;
  }

}



@media screen and (max-width: 850px) {


  .none850 {
    display: none;
  }


  header .box01 .stc02 {
    text-align: left;
  }
  header .box01 .logowrap {
    margin-left: 0;
  }
  header .box02 {
    right: 2%;
    width: 45%;
  }

}



@media screen and (max-width: 767px) {

  header {
    padding: 30px 4%;
  }
  header .box01 {
    padding-bottom: 130px;
    padding: 30px;
  }
  header .box02 {
    width: 50%;
  }


  .con01 {
    flex-direction: column;
  }
  .con01 .in01,
  .con01 .in02 {
    width: 100%;
  }
  .con01 .in02 {
    margin-bottom: 30px;
  }

}




@media screen and (max-width: 600px) {

  header .box01 {
    padding-bottom: 15vw;
  }
  header .box01 .stc01 {
    font-size: 4.2rem;
    font-weight: bold;
  }
  header .box01 .stc02 {
    font-size: 3rem;
    margin-bottom: 6rem;
  }
  .effect-logo {
    width: calc(652px * 0.3);
    height: calc(226px * 0.3);
  }
  .cambridge-logo {
    width: calc(520px * 0.3);
    height: calc(188px * 0.3);
  }
  h2 {
    margin-top: 5rem;
  }
  h2 img {
    width: 160px;
  }
  h2 span {
    font-size: 3rem;
  }
  .main-stc01 {
    margin-bottom: 5rem;
  }
  .main-stc01 span {
    font-size: 3rem
  }
  .con01 .addbtn img {
    width: 200px;
  }


}



@media screen and (max-width: 450px){
  

}


/* フッター追記 */
footer {
padding: 40px 4%;
text-align: center;
line-height: 1.4;
}
.footer_logo {
margin-bottom: 30px;
}
.footer_logo {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.footer_logo p {
text-align: center;
}
.footer_logo p:nth-child(1) {
padding-right: 20px;
}
.footer_logo p:nth-child(2) {
font-weight: bold;
font-size: 3rem;
line-height: 1.2;
color: #359339;
}
.foot_list {
display: flex;
justify-content: center;
flex-wrap: wrap;
max-width: 650px;
margin: 0 auto 30px;
padding: 10px;
background-color: #359339;
border-radius: 6px;
}
.foot_list li {
margin: 8px 20px;
color: #fff;
}
.foot_dl {
display: block;
max-width: 650px;
margin: 0 auto 30px;
}
.foot_dl dl {
display: flex;
text-align: left;
}
.foot_dl dl + dl {
margin-top: 8px;
}
.foot_dl dt {
width: 200px;
padding-right: 10px;
}
.foot_dl dd {
width: calc(100% - 200px);
}
.foot_dl dd a:hover {
opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .footer_logo p:nth-child(1) {
  width: 60px;
  padding-right: 5px;
  }
  .footer_logo p:nth-child(2) {
  font-size: 2.4rem;
  }
  .foot_list {
  padding: 10px 0;
  }
  .foot_list li {
  margin: 5px 10px;
  }
  .foot_dl dt {
  width: 120px;
  }
  .foot_dl dd {
  width: calc(100% - 120px);
  }
  .copyright {
  font-size: 1.6rem;
  }
}

/* リンクバナー追加 */
.linkbnr {
max-width: 1200px;
margin: 100px auto 0;
text-align: center;
line-height: 1.4;
}
.linkbnr_wrap {
padding: 0 10px;
}
.linkbnr_ttl {
margin-bottom: 1.5em;
}
.linkbnr_ttl_1 {
margin-bottom: 5px;
font-size: 3.0rem;
font-weight: bold;
}
.linkbnr_ttl_2 {
font-size: 2.4rem;
font-weight: bold;
}
.linkbnr_btn {
display: flex;
justify-content: center;
max-width: 800px;
margin: auto;
}
.linkbnr_btn a {
position: relative;
display: block;
width: 50%;
margin: 10px;
padding: 20px 0;
font-weight: bold;
color: #fff;
background-color: #b02418;
border: 4px solid #fff;
border-radius: 10px;
box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.linkbnr_btn a:hover {
background-color: #cc0027;
transition: .8s;
}
.linkbnr_s1 {
display: block;
font-size: 2.8rem;
}
.linkbnr_s2 {
display: block;
font-size: 2.0rem;
}
@media screen and (max-width: 768px) {
}



.smnlink-wrap {
  margin: 110px 4%;
}
.smnlink {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.smnlink:hover {
  opacity: 0.7;
}
.smnlink img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  
.smnlink-wrap {
  margin: 80px 4%;
}

}

