﻿@font-face { font-family: "NotoSansCJKjp"; font-style: normal; font-weight: 400; src: url("/common/fonts/NotoSansCJKjp-Regular.woff") format("woff"); }
@font-face { font-family: "NotoSansCJKjp"; font-style: normal; font-weight: 700; src: url("/common/fonts/NotoSansCJKjp-Bold.woff") format("woff"); }

html{
  font-size: 62.5%;
}

body{
  font-family: 'NotoSansCJKjp', sans-serif;
  text-align: center;
}

/*スクロールしたら、このCSSを適用し、ナビゲーションバーの位置を固定する*/
.is-fixed {
  position: fixed;
  left: 0;
  z-index: 1;
  width: 100%;
}

/*ナビゲーションバーの大きさを設定 固定スクロールには関係ない*/
.articles-Wrapper {
  text-align: center;
  background-color: black;
  color: white;
  min-width: 1200px;
}

/*div要素を横並びにするcss 固定スクロールには関係ない*/
.flex {
  display: flex;
}

.menu__area{
  z-index: 999;
}

.sidebtn a{
  display: block;
}

.btn__hover{
  /*transition: .6s;*/
}
.btn__hover:hover{
  opacity: .8;
}

@media screen and (min-width: 760px) {

.visible-xs {
  display: none !important;
}

img{
  vertical-align: bottom;
}

.header__top{
  padding: 5px 15px;
  background: rgba(255,255,255,1);
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow: hidden;
}
.header__logo{
  float: left;
}
.header__textarea{
  float: right;
  letter-spacing: -.4em;
  padding-top: 3px;
}
.header__text{
  font-size: 1.2rem;
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.header__numberarea{
  display: inline-block;
}
.header__numberarea img{
  width: 21%;
  vertical-align: middle;
}
.header__number{
  font-size: 2.4rem;
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
.swiper-slide img{
  width: 100%;
}

.nav__area{
  text-align: center;
  letter-spacing: -.4em;
  background: #ea7a00;
  padding: 5px 0;
}
.nav__item{
  font-size: 2.4rem;
  letter-spacing: normal;
  display: inline-block;
  margin-right: 15px;
}
.nav__item:last-of-type{
  margin-right: 0;
}
.nav__item a{
  color: #ffffff;
  text-decoration: none;
}

.contents{
  width: 1300px;
  margin: 0 auto 90px;
}

.about__img{
  margin: 60px 0;
}

.about__writing{
  margin-bottom: 60px;
}

.about__section{
  letter-spacing: -.4em;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about__block{
  position: relative;
  display: flex;
  letter-spacing: normal;
  width: 48%;
  margin-right: 3%;
}
.about__block:last-of-type{
  margin-right: 0;
}

.about__mark{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.about__border{
  padding: 25px 15px;
  border: 3px solid #b3b3b3;
  margin-top: 145px;
}

.about__title{
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.about__title.typeA{
  color: #1b1464;
}
.about__text{
  font-size: 2.2rem;
  text-align: left;
}

.about__movie{
  margin: 90px 0;
}

.system__img{
  margin-bottom: 90px;
}

.system__writing{
  margin-bottom: 90px;
}

.system__block{
  width: 1000px;
  margin: 0 auto 60px;
}
.system__block:last-of-type{
  margin-bottom: 90px;
}

.system__title{
  margin-bottom: -25px;
}

.system__border{
  border: 3px solid #b3b3b3;
  padding: 30px 0 20px;
}

.system__flyer{
  margin-bottom: 30px;
}

.system__flyer:last-of-type{
  margin-bottom: 0;
}

.cm__writing{
  margin-bottom: 60px;
}
.cm__section{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cm__block{
  width: calc((100% - 40px) / 3);
}

.cm__block a{
  text-decoration-color: #000000;
}

.cm__movie{
  margin-bottom: 10px;
}
.cm__caption{
  color: #000000;
  font-size: 2.4rem;
}

.point__img{
  margin-bottom: 60px;
}

.point__section{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  text-align: left;
  margin: 0 auto;
  width: 95%;
}
.point__block{
  width: calc((100% - 40px) / 3);
  margin-bottom: 60px;
}

.point__title{
  font-weight: bold;
  padding: 10px 10px;
  min-height: 104px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 2.8rem;
  color: #ffffff;
  background: #009245;
}
.point__block:nth-child(4) .point__title,
.point__block:nth-child(6) .point__title{
  min-height: 146px;
}

.point__text{
  color: #2e3192;
  font-size: 2.4rem;
}

.link__writing{
  margin-bottom: 60px;
}

.voice__img{
  margin-bottom: 30px;
}

.voice__border{
  border: 3px solid #b3b3b3;
  padding: 30px 20px;
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 90px;
}

.voice__block{
  letter-spacing: -.4em;
}

.voice__profile{
  width: 12%;
  margin-right: 2%;
  display: inline-block;
  letter-spacing: normal;
}

.voice__icon{
  margin-bottom: 10px;
}

.voice__name{
  font-size: 2.4rem;
}

.voice__balloon{
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  background: #FFF;
  border: solid 3px #d4145a;
  border-radius: 10px;
  box-sizing: border-box;
  width: 82%;
  color: #000;
  letter-spacing: normal;
}
.voice__balloon.typeA{
  border-color: #2e3192;
}

.voice__balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.voice__balloon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #d4145a;
  z-index: 1;
}
.voice__balloon.typeA:after{
  border-right: 14px solid #2e3192;
}

.voice__title{
  font-size: 2.6rem;
  text-align: left;
  margin-bottom: 10px;
}

.voice__text{
  font-size: 2rem;
  text-align: left;
}

.voice__writing{
  margin-bottom: 90px;
}

.copy__area{
  background: #d3d3d3;
  padding: 10px;
}
.copy__text{
  font-size: 1.2rem;
  text-align: center;
}
.copy__text a{
  color: #000000;
  text-decoration: none;
}

.title{
  pointer-events: none;
}

.sidebtn{
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  height: 300px;
  z-index: 999;
  width: auto;
  left: inherit;
}

}


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


img{
  vertical-align: bottom;
  width: 100%;
}

.header__top{
  padding: 5px 15px;
  background: rgba(255,255,255,1);
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow: hidden;
}
.header__logo{
  text-align: center;
  width: 164px;
  margin: 0 auto;
}
.swiper-slide img{
  width: 100%;
}

.nav__area{
  text-align: center;
  background: #ea7a00;
}
.nav__item{
  background: #ea7a00;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 1% 0;
}
.nav__item a{
  color: #ffffff;
  text-decoration: none;
}

.nav__item:hover{
  background: #d4f2fc;
  color: #ea7a00;
}

.nav__item a:hover{
  background: #d4f2fc;
  color: #ea7a00;
}

.title{
  pointer-events: all;
}

.toggle{
  display: none;
}

.contents{
  margin: 0 4% 12%;
}

.about__img{
  margin: 10% 0;
}

.about__writing{
  margin-bottom: 10%;
}

.about__section{
  width: 80%;
  margin: 0 auto;
}

.about__block{
  margin-bottom: 10%;
}
.about__block:last-of-type{
  margin-bottom: 0;
}

.about__mark{
  width: 35%;
  margin: 0 auto;
}

.about__border{
  padding: 7% 3%;
  border: 3px solid #b3b3b3;
  margin-top: -7%;
}

.about__title{
  font-size: 1.8rem;
  margin-bottom: 5%;
  font-weight: bold;
}
.about__title.typeA{
  color: #1b1464;
}
.about__text{
  font-size: 1.3rem;
  text-align: left;
}

.about__movie{
  margin: 12% 0;
}

.contents__btn{
  width: 90%;
  margin: 0 auto;
}

.system__img{
  margin-bottom: 12%;
}

.system__writing{
  margin-bottom: 12%;
}

.system__block{
  margin: 0 auto 10%;
}
.system__block:last-of-type{
  margin-bottom: 12%;
}

.system__title{
  width: 85%;
  margin: 0 auto 2%;
}

.system__border{
  border: 3px solid #b3b3b3;
  padding: 3% 2%;
}

.system__flyer{
  margin-bottom: 5%;
}

.system__flyer:last-of-type{
  margin-bottom: 0;
}

.cm__writing{
  margin-bottom: 10%;
}

.cm__block{
  margin-bottom: 7%;
}
.cm__block:last-of-type{
  margin-bottom: 0;
}

.cm__block a{
  text-decoration-color: #000000;
}

.cm__movie{
  margin-bottom: 2%;
}
.cm__caption{
  color: #000000;
  font-size: 1.2rem;
}

.point__img{
  margin-bottom: 10%;
}

.point__section{
  text-align: left;
}
.point__block{
  margin-bottom: 10%;
}

.point__title{
  font-weight: bold;
  padding: 2%;
  border-radius: 10px;
  margin-bottom: 2%;
  font-size: 1.8rem;
  color: #ffffff;
  background: #009245;
}

.point__text{
  color: #2e3192;
  font-size: 1.4rem;
}

.link__writing{
  margin-bottom: 10%;
}

.voice__img{
  width: 65%;
  margin: 0 auto 3%;
}

.voice__border{
  border: 3px solid #b3b3b3;
  padding: 3% 2%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 12%;
}

.voice__block{
  letter-spacing: -.4em;
}

.voice__profile{
  width: 22%;
  margin-right: 2%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

.voice__icon{
  margin-bottom: 2%;
}

.voice__name{
  font-size: 1.4rem;
}

.voice__balloon{
  vertical-align: middle;
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 1% 2%;
  background: #FFF;
  border: solid 3px #d4145a;
  border-radius: 10px;
  box-sizing: border-box;
  width: 70%;
  color: #000;
  letter-spacing: normal;
}
.voice__balloon.typeA{
  border-color: #2e3192;
}

.voice__balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.voice__balloon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #d4145a;
  z-index: 1;
}
.voice__balloon.typeA:after{
  border-right: 14px solid #2e3192;
}

.voice__title{
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 2%;
}

.voice__text{
  font-size: 1.2rem;
  text-align: left;
}

.voice__writing{
  margin-bottom: 12%;
}

.copy__area{
  background: #d3d3d3;
  padding: 1%;
}
.copy__text{
  font-size: 1.2rem;
  text-align: center;
}
.copy__text a{
  color: #000000;
  text-decoration: none;
}

.hidden-xs {
  display: none !important;
}

.sidebtn{
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 100%;
  z-index: 999;
}
}