﻿@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;
  }
}


/*-----------------------
コンテンツ
-----------------------*/
.mv {
  margin: 0 auto;
}
.txt {
  color: #b02418;
  font-weight: bold;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
}
.txt2 {
  color: #5e813f;
  font-weight: bold;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 0 0 10px!important;
}
.ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ttl .logo {
margin-right: 10px;
}
.ttl .txt {
}
.logo img {
  width: 100px;
}
.ttl .box01 {
  background: #180d59;
  text-align: center;
  width: 60%;
  min-width: 970px;
  padding: 40px;
}
.ttl .box01 .stc01 {
  color: #f1f867;
  font-size: 6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.ttl .box01 .stc02 {
  color: #fff;
  font-size: 4.5rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.ttl .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);
}
.ttl .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;
  font-size: 4rem;
}
h2 span {
  color: #d52027;
  margin-left: 1rem;
}
.main-stc01 {
  margin: 0 auto 3rem;
  padding: 0 4%;
  text-align: center;
}
.main-stc01 p,.main-stc01 span {
  font-size: 3rem;
  line-height: 1.6;
  display: inline;
}
.con01 {
  display: flex;
  padding: 0 4%;
}
.con02 .con01 {
  display: flex;
  justify-content: center;
  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;
}
.con02 {
  margin: 100px 0;
}
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 {
  position: relative;
  margin-bottom: 8px;
  padding-left: 34px;
  font-weight: bold;
  font-size: 2.4rem;
}
.con01 ul li::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 9px;
  left: 0;
  background-color: #67c94d;
  border-radius: 4px;
}
.con01 ul li::after {
  position: absolute;
  content: "\02714";
  top: 4px;
  left: 5px;
  font-size: 19px;
  color: #fff;
}
.con01 .stc01 {
  color: #d52027;
  text-align: center;
  margin-bottom: 1.2rem;
  font-size: 3rem;
}
.con01 .addbtn-wrap {
  text-align: center;
}
.con01 .addbtn {
  margin: 0 auto 1.2rem;
  display: inline-block;
}
.con01 .stc02 {
  text-align: center;
}
.only900 {
  display: none;
}
@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 .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;
  }
  .con01 ul li {
  margin-bottom: 5px;
  padding-left: 30px;
  }
  .con01 ul li::before {
    width: 20px;
    height: 20px;
    top: 6px;
  }
  .con01 ul li::after {
    top: 1px;
    left: 3px;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .only900 {
    display: block;
  }
  .con01 ul li {
  padding-left: 25px;
  }
  .con01 ul li::before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
  .con01 ul li::after {
    top: 2px;
    left: 3px;
    font-size: 14px;
  }
}



@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%;
  }
  .main-stc01 br {
    display: none;
  }
  .main-stc01 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  header .box01 {
    padding-bottom: 130px;
    padding: 30px;
  }
  header .box02 {
    width: 50%;
  }
  .con01 {
   flex-direction: column;
  }
  .con01 .in01,
  .con01 .in02 {
    width: 100%;
  }
  .con01 .in01 {
    margin-bottom: 30px;
  }
  .logo img {
    width: 50px;
  }
  .txt {
    font-size: 2rem;
  }
  .txt2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  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;
    font-size: 4rem;
  }
  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;
  }
  .ttl .txt {
}
}
@media screen and (max-width: 375px) {
  .main-stc01 {
    display: inline-block;
  }
}

/* フッター追記 */
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;
  }
}
