@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
.fonts {
  font-family: "Barlow", "Noto Sans JP";
}

body {
  overflow: hidden;
  background-color: #EDF1F5;
}

#section01_contents_no {
  width: 100%;
  padding: 50px 0 0 0;
}
@media screen and (max-width:800px) {
  #section01_contents_no {
    padding-top: 9.0909090909vw;
  }
}
#section01_contents_no .section__in {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#section01_contents_no .titleh1 {
  text-align: left;
  position: absolute;
  top: 0;
  left: 2.5%;
  line-height: 100%;
  transform: translate(0, -50%);
  z-index: 50;
}
#section01_contents_no .titleh1 span.eng {
  font-weight: 700;
  color: #CCCCCC;
  display: block;
  line-height: 100%;
  letter-spacing: 0.03em;
}
@media screen and (max-width:800px) {
  #section01_contents_no .titleh1 span.eng {
    font-size: 9.4vw;
  }
}
#section01_contents_no ul.slider_tops {
  width: 100%;
  height: calc(100vh - 265px);
  position: relative;
}
#section01_contents_no ul.slider_tops .base {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/news/contents_p01_pc.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width:800px) {
  #section01_contents_no ul.slider_tops .base {
    background: url(../images/news/contents_p02_pc.png) no-repeat center;
    background-size: cover;
  }
}
#section01_contents_no ul.slider_tops .base02, #section01_contents_no ul.slider_tops .base03, #section01_contents_no ul.slider_tops .base04, #section01_contents_no ul.slider_tops .base05 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  transition: all 1.2s ease-out 0.01s;
}
#section01_contents_no ul.slider_tops .base02.active, #section01_contents_no ul.slider_tops .base03.active, #section01_contents_no ul.slider_tops .base04.active, #section01_contents_no ul.slider_tops .base05.active {
  opacity: 1;
}
#section01_contents_no ul.slider_tops .base02 {
  background: url(../images/contents/contents_p02_pc.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width:800px) {
  #section01_contents_no ul.slider_tops .base02 {
    background: url(../images/contents/contents_p02_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#section01_contents_no ul.slider_tops .base03 {
  background: url(../images/contents/contents_p03_pc.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width:800px) {
  #section01_contents_no ul.slider_tops .base03 {
    background: url(../images/contents/contents_p03_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#section01_contents_no ul.slider_tops .base04 {
  background: url(../images/contents/contents_p04_pc.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width:800px) {
  #section01_contents_no ul.slider_tops .base04 {
    background: url(../images/contents/contents_p04_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#section01_contents_no ul.slider_tops .base05 {
  background: url(../images/contents/contents_p05_pc.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width:800px) {
  #section01_contents_no ul.slider_tops .base05 {
    background: url(../images/contents/contents_p05_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#section01_contents_no .scrolls {
  text-align: center;
  position: relative;
  /*
  position: absolute;
  bottom:0;
  left:0;
  */
  margin-top: 15px;
  width: 100%;
}
#section01_contents_no .scrolls span {
  display: block;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #044386;
  margin-bottom: 16px;
}
#section01_contents_no .scrolls .yaji {
  width: 15px;
  margin: 0 auto 30px auto;
  overflow: hidden;
}
#section01_contents_no .scrolls .yaji figure {
  transform: translate(0, 0);
  animation: scrolls 1.25s cubic-bezier(0.33, 1, 0.68, 1) infinite;
}
@keyframes scrolls {
  0% {
    transform: translate(0, -100%);
  }
  75% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@media screen and (max-width:800px) {
  #section01_contents_no .scrolls .f16 {
    font-size: 14px;
  }
}

#first_contents {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 0px;
}
@media screen and (max-width:800px) {
  #first_contents {
    padding-top: 10vw;
    padding-bottom: 0vw;
  }
}
#first_contents .section__in {
  width: 90%;
  max-width: 1166px;
  margin: 0px auto 0 auto;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width:800px) {
  #first_contents .section__in {
    padding-bottom: 12.5vw;
  }
}
#first_contents .section__in .note_back {
  position: absolute;
  background: url(../images/note_back.jpg) repeat top right;
  background-size: 26px 26px;
  width: 100vw;
  height: calc(100% - 30px);
  top: 35px;
  right: -50px;
}
@media screen and (max-width:800px) {
  #first_contents .section__in .note_back {
    height: calc(100% - 4vw);
    top: 4vw;
    width: 120vw;
  }
}
#first_contents .section__in h2.titlesH2 {
  font-weight: 700;
  color: #044386;
  letter-spacing: 0.1125em;
  position: relative;
  z-index: 10;
  margin-bottom: 0.35em;
}
@media screen and (max-width:1000px) {
  #first_contents .section__in h2.titlesH2 {
    font-size: 4vw;
  }
}
@media screen and (max-width:800px) {
  #first_contents .section__in h2.titlesH2 {
    font-size: 5.6vw;
    margin-bottom: 3.5vw;
    line-height: 86%;
  }
}
#first_contents .section__in h2.titlesH2 span.eng {
  display: inline-block;
  margin-right: 0.25em;
  font-weight: 500;
  vertical-align: bottom;
  line-height: 110%;
}
@media screen and (max-width:1000px) {
  #first_contents .section__in h2.titlesH2 span.eng {
    font-size: 5vw;
  }
}
@media screen and (max-width:800px) {
  #first_contents .section__in h2.titlesH2 span.eng {
    font-size: 6.25vw;
    vertical-align: -0.05em;
  }
}
#first_contents .section__in h2.titlesH2 span.minis {
  display: inline-block;
  margin-left: 2em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width:1000px) {
  #first_contents .section__in h2.titlesH2 span.minis {
    font-size: 1.8vw;
  }
}
@media screen and (max-width:800px) {
  #first_contents .section__in h2.titlesH2 span.minis {
    font-size: 3vw;
    /*margin-left: 3em;*/
    margin-left: 0em;
  }
}
#first_contents .section__in .titlesH2_sub_jp {
  color: #044386;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
  line-height: 0%;
  margin-bottom: 10px;
}
#first_contents .section__in .titlesH2_sub {
  font-weight: 700;
  color: #044386;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
  line-height: 0%;
  margin-bottom: 35px;
}
#first_contents .section__in .titlesH2_sub span.eng {
  display: inline-block;
  margin-right: 0.25em;
  font-weight: 500;
  vertical-align: bottom;
  line-height: 0%;
  opacity: 0;
}
@media screen and (max-width:800px) {
  #first_contents .section__in .titlesH2_sub span.eng {
    display: none;
  }
}
#first_contents .section__in .titlesH2_sub span.years {
  display: inline-block;
  font-weight: 500;
  padding: 0.7em 1.25em 0.85em 1.25em;
  /*background-color: $keycolor1;*/
  color: #044386;
  border: 1px solid #044386;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #first_contents .section__in .titlesH2_sub span.years {
    font-size: 2.4vw;
    padding: 0.65em 0.9em 0.8em 0.9em;
  }
}
#first_contents .section__in .container {
  position: relative;
  z-index: 10;
}

/********************************************************************/
#first_contents_underpos {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 0px;
}
@media screen and (max-width:800px) {
  #first_contents_underpos {
    padding-top: 10vw;
    padding-bottom: 0vw;
  }
}
#first_contents_underpos .section__in {
  width: 90%;
  max-width: 1166px;
  margin: 0px auto 0 auto;
  position: relative;
  padding-bottom: 50px;
  /*
  h2.titlesH2{
  	font-weight: 700;
  	color: $keycolor1;
  	letter-spacing: 0.1125em;
  	position: relative;
  	z-index: 10;
  	margin-bottom: 0.35em;
  	@media screen and (max-width:1000px){
  		font-size: calc((100vw / 1000) * 40);
  	}
  	@media screen and (max-width:800px){
  		font-size: 5.6vw;
  		margin-bottom: 3.5vw;
  		line-height:86%;
  	}
  	span.eng{
  		display: inline-block;
  		margin-right: 0.25em;
  		font-weight: 500;
  		vertical-align: bottom;
  		line-height: 110%;
  		@media screen and (max-width:1000px){
  			font-size: calc((100vw / 1000) * 50);
  		}
  		@media screen and (max-width:800px){
  			font-size: 6.25vw;
  			vertical-align: -0.05em;
  		}
  	}//span
  	span.minis{
  		display: inline-block;
  		margin-left: 2em;
  		font-weight: 500;
  		letter-spacing: 0.10em;
  		@media screen and (max-width:1000px){
  			font-size: calc((100vw / 1000) * 18);
  		}
  		@media screen and (max-width:800px){
  			font-size: 3vw;
  			margin-left: 0em;
  		}
  	}
  }//h2.titlesH2

  */
}
@media screen and (max-width:800px) {
  #first_contents_underpos .section__in {
    padding-bottom: 10vw;
  }
}
#first_contents_underpos .section__in .note_back {
  position: absolute;
  background: url(../images/note_back.jpg) repeat top right;
  background-size: 26px 26px;
  width: 100vw;
  height: calc(100% - 30px);
  top: 35px;
  right: -50px;
}
@media screen and (max-width:800px) {
  #first_contents_underpos .section__in .note_back {
    height: calc(100% - 4vw);
    top: 4vw;
    width: 120vw;
  }
}
#first_contents_underpos .section__in .titlesH2_sub_jp {
  color: #044386;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
  line-height: 0%;
  margin-bottom: 10px;
}
#first_contents_underpos .section__in .titlesH2_sub {
  font-weight: 700;
  color: #044386;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
  line-height: 0%;
  margin-bottom: 35px;
}
#first_contents_underpos .section__in .titlesH2_sub span.eng {
  display: inline-block;
  margin-right: 0.25em;
  font-weight: 500;
  vertical-align: bottom;
  line-height: 0%;
  opacity: 0;
}
@media screen and (max-width:800px) {
  #first_contents_underpos .section__in .titlesH2_sub span.eng {
    display: none;
  }
}
#first_contents_underpos .section__in .titlesH2_sub span.years {
  display: inline-block;
  font-weight: 500;
  padding: 0.7em 1.25em 0.85em 1.25em;
  /*background-color: $keycolor1;*/
  color: #044386;
  border: 1px solid #044386;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #first_contents_underpos .section__in .titlesH2_sub span.years {
    font-size: 2.4vw;
    padding: 0.65em 0.9em 0.8em 0.9em;
  }
}
#first_contents_underpos .section__in .container {
  position: relative;
  z-index: 10;
}
#first_contents_underpos .section__in .titleh2 {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #first_contents_underpos .section__in .titleh2 {
    margin-bottom: 35px;
  }
}
#first_contents_underpos .section__in .titleh2 span.eng {
  font-weight: 700;
  color: #044386;
  display: block;
  line-height: 100%;
  letter-spacing: 0.03em;
}
#first_contents_underpos .section__in .titleh2 span.jpn {
  font-weight: 700;
  display: block;
  line-height: 100%;
  margin-top: 0.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #first_contents_underpos .section__in .titleh2 span.jpn {
    margin-top: 0.45em;
    font-size: 3.6vw;
  }
}
#first_contents_underpos .section__in .botancenter {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #first_contents_underpos .section__in .botancenter {
    margin-top: 14vw;
  }
}

#first_contents_colums {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 200px;
}
@media screen and (max-width:800px) {
  #first_contents_colums {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
#first_contents_colums .section__in {
  width: 90%;
  max-width: 1166px;
  margin: 0px auto 0 auto;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width:800px) {
  #first_contents_colums .section__in {
    padding-bottom: 10vw;
  }
}
#first_contents_colums .section__in ul.hitolist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#first_contents_colums .section__in ul.hitolist li {
  width: 22.68%;
}
@media screen and (max-width:800px) {
  #first_contents_colums .section__in ul.hitolist li {
    width: 47.5%;
    margin-bottom: 5vw;
  }
}
#first_contents_colums .section__in ul.hitolist li .ttls01 {
  line-height: 160%;
  padding: 0.75em 0;
  font-weight: 600;
}
@media screen and (max-width:800px) {
  #first_contents_colums .section__in ul.hitolist li .ttls01 {
    font-size: 3.4vw;
  }
}
@media screen and (max-width:800px) {
  #first_contents_colums .section__in ul.hitolist li .ttls02 {
    font-size: 2.8vw;
  }
}
#first_contents_colums .section__in ul.hitolist a.botan_type_more {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 0.35em 1.5em 0.5em 1.5em;
  background-color: #044386;
  border: 2px solid #044386;
  transition: all 0.4s ease-out 0.01s;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #first_contents_colums .section__in ul.hitolist a.botan_type_more {
    padding: 0.35em 1.5em 0.5em 1.5em;
    font-size: 3.6vw;
  }
}
#first_contents_colums .section__in ul.hitolist a.botan_type_more span {
  display: inline-block;
  position: relative;
  letter-spacing: 0.1em;
}
#first_contents_colums .section__in ul.hitolist a.botan_type_more:hover {
  background-color: #fff;
  border: 2px solid #044386;
  color: #000;
}
@media screen and (max-width:800px) {
  #first_contents_colums .section__in ul.hitolist a.botan_type_more:hover {
    color: #fff;
    background-color: #044386;
    border: 2px solid #044386;
  }
}
#first_contents_colums .section__in .note_back {
  position: absolute;
  background: url(../images/note_back.jpg) repeat top right;
  background-size: 26px 26px;
  width: 100vw;
  height: calc(100% - 30px);
  top: 35px;
  right: -50px;
}
@media screen and (max-width:800px) {
  #first_contents_colums .section__in .note_back {
    height: calc(100% - 4vw);
    top: 4vw;
    width: 120vw;
  }
}
#first_contents_colums .section__in .titlesH2_sub_jp {
  color: #044386;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
  line-height: 0%;
  margin-bottom: 10px;
}
#first_contents_colums .section__in .titlesH2_sub {
  font-weight: 700;
  color: #044386;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
  line-height: 0%;
  margin-bottom: 35px;
}
#first_contents_colums .section__in .titlesH2_sub span.eng {
  display: inline-block;
  margin-right: 0.25em;
  font-weight: 500;
  vertical-align: bottom;
  line-height: 0%;
  opacity: 0;
}
@media screen and (max-width:800px) {
  #first_contents_colums .section__in .titlesH2_sub span.eng {
    display: none;
  }
}
#first_contents_colums .section__in .titlesH2_sub span.years {
  display: inline-block;
  font-weight: 500;
  padding: 0.7em 1.25em 0.85em 1.25em;
  /*background-color: $keycolor1;*/
  color: #044386;
  border: 1px solid #044386;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #first_contents_colums .section__in .titlesH2_sub span.years {
    font-size: 2.4vw;
    padding: 0.65em 0.9em 0.8em 0.9em;
  }
}
#first_contents_colums .section__in .container {
  position: relative;
  z-index: 10;
}
#first_contents_colums .section__in .titleh2 {
  text-align: center;
  margin-bottom: 62px;
}
@media screen and (max-width:800px) {
  #first_contents_colums .section__in .titleh2 {
    margin-bottom: 35px;
  }
}
#first_contents_colums .section__in .titleh2 span.eng {
  font-weight: 700;
  color: #044386;
  display: block;
  line-height: 100%;
  letter-spacing: 0.03em;
}
#first_contents_colums .section__in .titleh2 span.jpn {
  font-weight: 700;
  display: block;
  line-height: 100%;
  margin-top: 0.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #first_contents_colums .section__in .titleh2 span.jpn {
    margin-top: 0.45em;
    font-size: 3.6vw;
  }
}
#first_contents_colums .section__in .botancenter {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #first_contents_colums .section__in .botancenter {
    margin-top: 3vw;
  }
}

/****************************/
.slick-slider {
  width: 80%;
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  .slick-slider {
    width: 100%;
  }
}

.mainsliders .slick-list {
  box-shadow: 7.5px 7.5px 7.5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
@media screen and (max-width:800px) {
  .mainsliders .slick-list {
    border-radius: 10px;
  }
}

.thumbnail, .thumbnail2 {
  width: 100%;
  max-width: 800px;
  margin: 45px auto 0 auto;
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width:800px) {
  .thumbnail, .thumbnail2 {
    width: 90%;
    margin: 5vw auto 0 auto;
    display: none;
  }
}

.slick-img {
  position: relative;
}

.thumbnail .slick-track {
  transform: unset !important;
}

.thumbnail2 .slick-track {
  transform: unset !important;
}

.thumbnail-img {
  width: 10.625% !important;
  position: relative;
  margin-right: 2.075%;
  margin-bottom: 20px;
  /*background-color: #000;*/
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  /*
  &.last1,&.last3,&.last5,&.last7,&.last9,&.last2,&.last4,&.last6,&.last8,&.last10{

  	margin-right: 25px;
  	margin-top: 25px;
  	@media screen and (max-width:800px){
  		margin-right: 3%;
  		margin-top: 3vw;
  	}
  }
  &.last3,&.last6,&.last9{
  	@media screen and (max-width:800px){
  		margin-right: 0%;
  	}
  }


  &.last5{
  	margin-right: 0;
  	@media screen and (max-width:800px){
  		width: 31.3% !important;
  		margin-right: 3%;
  	}
  }
  &.last10{
  	margin-right: 0;
  	@media screen and (max-width:800px){
  		width: 31.3% !important;
  		margin-right: 3%;
  	}
  }
  */
}
.thumbnail-img:last-child {
  margin-right: 0;
}
.thumbnail-img img {
  opacity: 1;
  transition: opacity 0.3s linear;
}
@media screen and (max-width:800px) {
  .thumbnail-img {
    width: 31.3% !important;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width:800px) {
  .thumbnail-img {
    width: 31.3% !important;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 7px;
  }
}
.thumbnail-img:hover {
  cursor: pointer;
}
.thumbnail-img:hover > img {
  opacity: 0.8 !important;
}
.thumbnail-img::after {
  width: 100%;
  height: 4px;
  background-color: #044386;
  bottom: -15px;
  left: 0;
  content: "";
  position: absolute;
  transition: all 0.4s ease-out 0.01s;
  opacity: 0;
}
.thumbnail-img:hover::after {
  width: 100%;
  height: 4px;
  background-color: #044386;
  bottom: -15px;
  left: 0;
  content: "";
  position: absolute;
  opacity: 1;
}

.slick-current::after {
  opacity: 1;
}

.thumbnail .slick-current img {
  opacity: 1;
}

.thumbnail2 .slick-current img {
  opacity: 1;
}

.prev2 {
  position: absolute;
  top: 50%;
  left: -100px;
  z-index: 10;
  transition: all 0.4s ease-out;
}
.prev2 img {
  transition: all 0.3s ease-out;
}
.prev2:hover {
  cursor: pointer;
  opacity: 0.7 !important;
}
.prev2:hover img {
  transform: translate(-8px, 0);
}
@media screen and (max-width:800px) {
  .prev2 {
    width: 7.5vw !important;
    left: 0px;
    display: none !important;
  }
}

.next2 {
  position: absolute;
  top: 50%;
  right: -100px;
  z-index: 10;
  transition: all 0.4s ease-out;
}
.next2 img {
  transition: all 0.3s ease-out;
}
.next2:hover {
  cursor: pointer;
  opacity: 0.7 !important;
}
.next2:hover img {
  transform: translate(8px, 0);
}
@media screen and (max-width:800px) {
  .next2 {
    width: 7.5vw !important;
    right: 0px;
    display: none !important;
  }
}

.roopphoto {
  width: 100%;
  height: 200px;
  position: relative;
}
@media screen and (max-width:800px) {
  .roopphoto {
    height: 25vw;
  }
}
.roopphoto ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 3926px;
  display: flex;
  justify-content: space-between;
  animation: roopp 25s infinite linear;
}
@keyframes roopp {
  0% {
    left: 0;
  }
  100% {
    left: -1963px;
  }
}
@media screen and (max-width:800px) {
  .roopphoto ul {
    width: 500vw;
    animation: roopp_sp 20s infinite linear;
  }
}
@keyframes roopp_sp {
  0% {
    left: 0;
  }
  100% {
    left: -250vw;
  }
}
.roopphoto ul li {
  width: 356px;
  margin-right: 40px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  .roopphoto ul li {
    width: 45vw;
    margin-right: 5vw;
    border-radius: 10px;
    overflow: hidden;
  }
}

#section03 {
  width: 100%;
  padding: 0 0 200px 0;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 0 0 90px 0;
  }
}
#section03 .titleh2 {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #section03 .titleh2 {
    margin-bottom: 35px;
  }
}
#section03 .titleh2 span.eng {
  font-weight: 700;
  color: #044386;
  display: block;
  line-height: 100%;
  letter-spacing: 0.03em;
}
#section03 .titleh2 span.jpn {
  font-weight: 700;
  display: block;
  line-height: 100%;
  margin-top: 0.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section03 .titleh2 span.jpn {
    margin-top: 0.45em;
    font-size: 3.6vw;
  }
}
#section03 .section__in {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section03 .section__in {
    padding: 5vw 5vw 5vw 0;
    display: none;
  }
}
#section03 .section__in .note_back {
  position: absolute;
  background: url(../images/note_back.jpg) repeat top right;
  background-size: 26px 26px;
  width: 100vw;
  height: 100%;
  top: 0px;
  right: 0px;
}
#section03 .section__in .steps {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
  overflow: hidden;
}
#section03 .section__in .steps .steps01 {
  width: 32.73%;
  text-align: center;
  position: relative;
  z-index: 15;
  /*
  transition: all .4s ease-out 0.01s;
  opacity: 0;
  &.active{
  	opacity: 1;
  }
  */
}
#section03 .section__in .steps .steps02 {
  width: 32.73%;
  text-align: center;
  position: relative;
  z-index: 15;
  /*
  transition: all .4s ease-out 0.01s;
  opacity: 0;
  &.active{
  	opacity: 1;
  }
  */
}
#section03 .section__in .steps .steps03 {
  width: 30%;
  text-align: center;
  position: relative;
  z-index: 15;
  /*
  transition: all .4s ease-out 0.01s;
  opacity: 0;
  &.active{
  	opacity: 1;
  }
  */
}
#section03 .section__in .steps span {
  display: inline-block;
  padding: 0.4em 1em 0.5em 1.2em;
  background-color: #EDF1F5;
  border: 2px solid #000;
  border-radius: 10px;
  line-height: 100%;
  letter-spacing: 0.2em;
}
#section03 .section__in .steps .lines {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: calc(50% - 1px);
  position: relative;
  left: 0%;
  /*
  transition: all 1.5s ease-out 0.01s;
  &.active{
  	left:0;
  }
  */
}
#section03 .section__in .steps .lines::after {
  content: "";
  background: url(../images/wave_yaji.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  transform: translate(0, -50%) rotate(0deg);
  position: absolute;
  right: 0px;
  top: calc(50% + 0px);
}
#section03 .section__in .steps_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section03 .section__in .steps_text {
    width: 65.6%;
  }
}
#section03 .section__in .steps_text .steps_text01 {
  width: 32.73%;
  text-align: center;
  position: relative;
  z-index: 15;
  /*
  transition: all .4s ease-out 0.01s;
  opacity: 0;
  &.active{
  	opacity: 1;
  }
  */
}
@media screen and (max-width:800px) {
  #section03 .section__in .steps_text .steps_text01 {
    width: 100%;
    margin-bottom: 12.5vw;
  }
}
#section03 .section__in .steps_text .steps_text02 {
  width: 32.73%;
  text-align: center;
  position: relative;
  z-index: 15;
  /*
  transition: all .4s ease-out 0.01s;
  opacity: 0;
  &.active{
  	opacity: 1;
  }
  */
}
@media screen and (max-width:800px) {
  #section03 .section__in .steps_text .steps_text02 {
    width: 100%;
    margin-bottom: 12.5vw;
  }
}
#section03 .section__in .steps_text .steps_text03 {
  width: 30%;
  text-align: center;
  position: relative;
  z-index: 15;
  /*
  transition: all .4s ease-out 0.01s;
  opacity: 0;
  &.active{
  	opacity: 1;
  }
  */
}
@media screen and (max-width:800px) {
  #section03 .section__in .steps_text .steps_text03 {
    width: 100%;
  }
}
#section03 .section__in .steps_text .nomberbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#section03 .section__in .steps_text .nomberbox.last {
  margin-bottom: 0;
}
#section03 .section__in .steps_text .nomberbox figure {
  width: 10%;
}
#section03 .section__in .steps_text .nomberbox .intext {
  width: 85%;
  text-align: left;
}
#section03 .section__in .steps_text .nomberbox .intext h4 {
  font-weight: 700;
  margin-bottom: 0.45em;
  padding-top: 0.1em;
  line-height: 120%;
  letter-spacing: 0.08em;
}
#section03 .section__in .steps_text .nomberbox .intext p {
  line-height: 160%;
  letter-spacing: 0.04em;
}
#section03 .section__in__sp {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}
@media screen and (max-width:800px) {
  #section03 .section__in__sp {
    display: block;
    padding: 7.5vw 5vw 7.5vw 0;
  }
}
#section03 .section__in__sp .section__in__sp__in {
  position: relative;
  z-index: 15;
  overflow: hidden;
}
#section03 .section__in__sp .step__sp__01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 15;
}
#section03 .section__in__sp .step__sp__01 .step__sp__01__title {
  width: 30%;
  padding-top: 5vw;
  text-align: center;
  /*
  transition: all .4s ease-out 0.01s;
  opacity: 0;
  &.active{
  	opacity: 1;
  }
  */
}
#section03 .section__in__sp .step__sp__01 .step__sp__01__text {
  width: 65%;
  padding-top: 2.5vw;
  /*
  transition: all .4s ease-out 0.01s;
  opacity: 0;
  &.active{
  	opacity: 1;
  }
  */
}
#section03 .section__in__sp .step__sp__02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 15;
}
#section03 .section__in__sp .step__sp__02 .step__sp__02__title {
  width: 30%;
  padding-top: 5vw;
  text-align: center;
  /*
  transition: all .4s ease-out 0.01s;
  opacity: 0;
  &.active{
  	opacity: 1;
  }
  */
}
#section03 .section__in__sp .step__sp__02 .step__sp__02__text {
  width: 65%;
  padding-top: 2.5vw;
  /*
  transition: all .4s ease-out 0.01s;
  opacity: 0;
  &.active{
  	opacity: 1;
  }
  */
}
#section03 .section__in__sp .step__sp__03 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 15;
}
#section03 .section__in__sp .step__sp__03 .step__sp__03__title {
  width: 30%;
  padding-top: 5vw;
  text-align: center;
  /*
  transition: all .4s ease-out 0.01s;
  opacity: 0;
  &.active{
  	opacity: 1;
  }
  */
}
#section03 .section__in__sp .step__sp__03 .step__sp__03__text {
  width: 65%;
  padding-top: 2.5vw;
  /*
  transition: all .4s ease-out 0.01s;
  opacity: 0;
  &.active{
  	opacity: 1;
  }
  */
}
#section03 .section__in__sp span {
  display: inline-block;
  padding: 0.55em 0em 0.65em 0em;
  background-color: #EDF1F5;
  border: 2px solid #000;
  border-radius: 5px;
  line-height: 100%;
  letter-spacing: 0.125em;
  width: 5.5em;
  padding-left: 0.2em;
  font-size: 3.8vw;
}
#section03 .section__in__sp .note_back {
  position: absolute;
  background: url(../images/note_back.jpg) repeat top right;
  background-size: 26px 26px;
  width: 100vw;
  height: 100%;
  top: 0px;
  right: 0px;
}
#section03 .section__in__sp .nomberbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#section03 .section__in__sp .nomberbox.last {
  margin-bottom: 0;
}
#section03 .section__in__sp .nomberbox figure {
  width: 10%;
}
#section03 .section__in__sp .nomberbox .intext {
  width: 85%;
  text-align: left;
}
#section03 .section__in__sp .nomberbox .intext h4 {
  font-weight: 700;
  margin-bottom: 0.5em;
  padding-top: 0.1em;
  line-height: 120%;
  font-size: 4vw;
  letter-spacing: 0.08em;
}
#section03 .section__in__sp .nomberbox .intext p {
  line-height: 160%;
  letter-spacing: 0.1em;
}
#section03 .section__in__sp .lines2 {
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 15%;
  top: 0%;
  /*
  transition: all 1.5s ease-out 0.01s;
  &.active{
  	top:0;
  }
  */
}
#section03 .section__in__sp .lines2::after {
  /*
  content:"";
  width: 20px;
  height: 20px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform:translate(-50%,0%) rotate(45deg);
  position: absolute;
  bottom:4px;
  left:calc(50% + 0px);
  */
  content: "";
  background: url(../images/wave_yaji2.svg) no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
  transform: translate(-50%, 12.5%) rotate(0deg);
  position: absolute;
  left: calc(50% + 0px);
  bottom: 0px;
  line-height: 0;
}

#section04 {
  width: 100%;
  padding: 0 0 200px 0;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 0 0 90px 0;
  }
}
#section04 .titleh2 {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #section04 .titleh2 {
    margin-bottom: 35px;
  }
}
#section04 .titleh2 span.eng {
  font-weight: 700;
  color: #044386;
  display: block;
  line-height: 100%;
  letter-spacing: 0.03em;
}
#section04 .titleh2 span.jpn {
  font-weight: 700;
  display: block;
  line-height: 100%;
  margin-top: 0.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section04 .titleh2 span.jpn {
    margin-top: 0.45em;
    font-size: 3.6vw;
  }
}
#section04 .base_text {
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 0.1em;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section04 .base_text {
    margin-bottom: 15vw;
    line-height: 180%;
    font-size: 3.4vw;
  }
}
#section04 .base_text span {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section04 .base_text span {
    width: 75%;
    text-align: left;
  }
}
#section04 .section__in {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0px 70px 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:1000px) {
  #section04 .section__in {
    padding: 90px 0px 70px 40px;
  }
}
@media screen and (max-width:800px) {
  #section04 .section__in {
    width: 100vw;
    padding: 7.5vw 5vw 5vw 0;
    margin-left: 5vw;
  }
}
#section04 .section__in .note_back {
  position: absolute;
  background: url(../images/note_back.jpg) repeat top right;
  background-size: 26px 26px;
  width: 100vw;
  height: 100%;
  top: 0px;
  left: 0px;
}
#section04 .schebule_box {
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 808px;
}
@media screen and (max-width:800px) {
  #section04 .schebule_box {
    width: 100%;
    overflow-y: scroll;
    margin: 0 auto 0 7.5vw;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
}
#section04 .schebule_box::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#section04 .schebule_box .schebule_box__in {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section04 .schebule_box .schebule_box__in {
    width: calc(808px + 7.5vw);
  }
}
@media screen and (max-width:800px) {
  #section04 .schebule_box .schebule_box__in figure {
    width: 808px;
  }
}
#section04 .schebule_box .sd01 {
  margin-bottom: 40px;
}
#section04 .scroll_side {
  position: relative;
  z-index: 15;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  display: none;
}
@media screen and (max-width:800px) {
  #section04 .scroll_side {
    display: block;
  }
}
#section04 .scroll_side span {
  position: relative;
  display: inline-block;
  font-weight: 600;
}
#section04 .scroll_side span::after {
  content: "";
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  background: url(../images/next_bt.svg) no-repeat center;
  background-size: contain;
  left: 105%;
  top: calc(50% - 0.7em);
  animation: tenms 1.5s infinite;
}
#section04 .scroll_side span::before {
  content: "";
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  background: url(../images/prev_bt.svg) no-repeat center;
  background-size: contain;
  right: 105%;
  top: calc(50% - 0.7em);
  animation: tenms2 1.5s infinite;
}
@keyframes tenms {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.2;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tenms2 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.2;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

#section05 {
  width: 100%;
  padding: 0 0 110px 0;
}
@media screen and (max-width:800px) {
  #section05 {
    padding: 0 0 30px 0;
  }
}
#section05 .titleh2 {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #section05 .titleh2 {
    margin-bottom: 25px;
  }
}
#section05 .titleh2 span.eng {
  font-weight: 700;
  color: #044386;
  display: block;
  line-height: 100%;
  letter-spacing: 0.03em;
}
#section05 .titleh2 span.jpn {
  font-weight: 700;
  display: block;
  line-height: 100%;
  margin-top: 0.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section05 .titleh2 span.jpn {
    margin-top: 0.45em;
    font-size: 3.6vw;
  }
}
#section05 .base_text {
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section05 .base_text {
    margin-bottom: 15vw;
    line-height: 180%;
    font-size: 3.4vw;
  }
}
#section05 .base_text span {
  display: inline-block;
  text-align: left;
}
#section05 .section__in {
  width: 80%;
  max-width: 860px;
  margin: 120px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section05 .section__in {
    margin: 75px auto 0 auto;
  }
}
#section05 .downloadbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 90px;
}
@media screen and (max-width:800px) {
  #section05 .downloadbox {
    margin-bottom: 70px;
  }
}
#section05 .downloadbox .photo {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section05 .downloadbox .photo {
    width: 100%;
  }
}
#section05 .downloadbox .photo figure.imgwade01 {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width:800px) {
  #section05 .downloadbox .photo figure.imgwade01 {
    width: 100%;
  }
}
#section05 .downloadbox .photo figure.imgwade02 {
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width:800px) {
  #section05 .downloadbox .photo figure.imgwade02 {
    width: 60%;
  }
}
#section05 .downloadbox .text {
  width: 42.5%;
}
@media screen and (max-width:800px) {
  #section05 .downloadbox .text {
    width: 100%;
    margin-top: 3vw;
    text-align: center;
  }
}
#section05 .downloadbox .text h5 {
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section05 .downloadbox .text h5 {
    display: inline-block;
    margin-right: 0.6em;
  }
}
#section05 .downloadbox .text p {
  line-height: 100%;
  margin-top: 1.25em;
}
@media screen and (max-width:800px) {
  #section05 .downloadbox .text p {
    display: inline-block;
  }
}
#section05 .minitext {
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section05 .minitext {
    margin-bottom: 30px;
  }
}
#section05 .minitext1 {
  margin-bottom: 15px;
}
@media screen and (max-width:800px) {
  #section05 .minitext1 {
    margin-bottom: 8px;
    text-align: left;
  }
}
#section05 .minitext2 {
  margin-bottom: 15px;
  line-height: 160% !important;
  width: 110%;
  margin-left: 0;
}
@media screen and (max-width:800px) {
  #section05 .minitext2 {
    width: 100%;
    margin-bottom: 8px;
    text-align: left;
  }
}
#section05 .minitext2b {
  display: block;
  margin-bottom: 40px;
  line-height: 160% !important;
}
@media screen and (max-width:800px) {
  #section05 .minitext2b {
    margin-bottom: 20px;
    text-align: left;
  }
}
#section05 .minitext3 {
  display: block;
  margin-bottom: 40px;
  line-height: 160% !important;
}
@media screen and (max-width:800px) {
  #section05 .minitext3 {
    margin-bottom: 20px;
    text-align: left;
  }
}

#section06 {
  width: 100%;
  padding: 50px 0 200px 0;
}
@media screen and (max-width:800px) {
  #section06 {
    padding: 25px 0 90px 0;
  }
}
#section06 .titleh2 {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #section06 .titleh2 {
    margin-bottom: 6vw;
  }
}
#section06 .titleh2 span.eng {
  font-weight: 700;
  color: #044386;
  display: block;
  line-height: 100%;
  letter-spacing: 0.03em;
}
#section06 .titleh2 span.jpn {
  font-weight: 700;
  display: block;
  line-height: 100%;
  margin-top: 0.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section06 .titleh2 span.jpn {
    margin-top: 0.45em;
    font-size: 3.6vw;
  }
}
#section06 .base_text {
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section06 .base_text {
    width: 72%;
    margin: 0 auto 9vw auto;
    line-height: 180%;
    text-align: left;
    font-size: 3.4vw;
  }
}
#section06 .section__in {
  width: 80%;
  max-width: 860px;
  margin: 0px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section06 .section__in {
    width: 100%;
    margin: 0px auto 0 auto;
  }
}
#section06 .youtube {
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  /*
  padding-top: 46.1%;
  */
}
#section06 .youtube .youtubein {
  width: 100%;
  padding-top: 56.25%;
}
#section06 .youtubein iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#section07 {
  width: 100%;
  padding: 0 0 50px 0;
}
@media screen and (max-width:800px) {
  #section07 {
    padding: 0 0 40px 0;
  }
}
#section07 .titleh2 {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #section07 .titleh2 {
    margin-bottom: 6vw;
  }
}
#section07 .titleh2 span.eng {
  font-weight: 700;
  color: #044386;
  display: block;
  line-height: 100%;
  letter-spacing: 0.03em;
}
#section07 .titleh2 span.jpn {
  font-weight: 700;
  display: block;
  line-height: 100%;
  margin-top: 0.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section07 .titleh2 span.jpn {
    margin-top: 0.45em;
    font-size: 3.6vw;
  }
}
#section07 .base_text {
  text-align: center;
  margin-bottom: 40px;
  line-height: 180%;
  letter-spacing: 0.1em;
}
#section07 .base_text span {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width:800px) {
  #section07 .base_text {
    width: 72%;
    margin: 0 auto 9vw auto;
    font-size: 3.4vw;
  }
}
#section07 .section__in {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section07 .section__in {
    width: 100vw;
    padding: 10vw 5vw 5vw 0vw;
    margin-left: 5vw;
  }
}
#section07 .section__in .note_back {
  position: absolute;
  background: url(../images/note_back.jpg) repeat top right;
  background-size: 26px 26px;
  width: 100vw;
  height: 100%;
  top: 0px;
  right: 0px;
}
@media screen and (max-width:800px) {
  #section07 .section__in .note_back {
    right: auto;
    left: 0px;
  }
}
#section07 .section__in .schebule_box {
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 808px;
}
@media screen and (max-width:800px) {
  #section07 .section__in .schebule_box {
    width: 100%;
    overflow-y: scroll;
    margin: 0 auto 0 7.5vw;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
}
#section07 .section__in .schebule_box::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#section07 .section__in .schebule_box .schebule_box__in {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section07 .section__in .schebule_box .schebule_box__in {
    width: calc(808px + 7.5vw);
  }
}
@media screen and (max-width:800px) {
  #section07 .section__in .schebule_box .schebule_box__in figure {
    width: 808px;
  }
}
#section07 .section__in .schebule_box .sd01 {
  margin-bottom: 40px;
}
#section07 .section__in .scroll_side {
  position: relative;
  z-index: 15;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  display: none;
}
@media screen and (max-width:800px) {
  #section07 .section__in .scroll_side {
    display: block;
  }
}
#section07 .section__in .scroll_side span {
  position: relative;
  display: inline-block;
  font-weight: 600;
}
#section07 .section__in .scroll_side span::after {
  content: "";
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  background: url(../images/next_bt.svg) no-repeat center;
  background-size: contain;
  left: 105%;
  top: calc(50% - 0.7em);
  animation: tenms 1.5s infinite;
}
#section07 .section__in .scroll_side span::before {
  content: "";
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  background: url(../images/prev_bt.svg) no-repeat center;
  background-size: contain;
  right: 105%;
  top: calc(50% - 0.7em);
  animation: tenms2 1.5s infinite;
}
@keyframes tenms {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.2;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tenms2 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.2;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

#section07b {
  width: 100%;
  padding: 150px 0 0px 0;
}
@media screen and (max-width:800px) {
  #section07b {
    padding: 100px 0 0px 0;
  }
}
#section07b .titleh2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section07b .titleh2 {
    margin-bottom: 6vw;
  }
}
#section07b .titleh2 span.eng {
  font-weight: 700;
  color: #044386;
  display: block;
  line-height: 100%;
  letter-spacing: 0.03em;
}
#section07b .titleh2 span.jpn {
  font-weight: 700;
  display: block;
  line-height: 100%;
  margin-top: 0.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section07b .titleh2 span.jpn {
    margin-top: 0.45em;
    font-size: 3.6vw;
  }
}
#section07b .base_text {
  text-align: center;
  margin-bottom: 60px;
  line-height: 180%;
  letter-spacing: 0.1em;
}
#section07b .base_text span {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section07b .base_text {
    width: 74%;
    margin: 0 auto 9vw auto;
    font-size: 3.2vw;
  }
}
#section07b .section__in {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section07b .section__in {
    width: 100vw;
    padding: 10vw 5vw 5vw 0vw;
    margin-left: 5vw;
  }
}
#section07b .botancenters {
  text-align: center;
}
@media screen and (max-width:800px) {
  #section07b .botancenters {
    width: 74%;
    margin: 0 auto;
  }
}

#section07c {
  width: 100%;
  padding: 250px 0 250px 0;
}
@media screen and (max-width:800px) {
  #section07c {
    padding: 150px 0 140px 0;
  }
}
#section07c .titleh2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section07c .titleh2 {
    margin-bottom: 6vw;
  }
}
#section07c .titleh2 span.eng {
  font-weight: 700;
  color: #044386;
  display: block;
  line-height: 100%;
  letter-spacing: 0.03em;
}
#section07c .titleh2 span.jpn {
  font-weight: 700;
  display: block;
  line-height: 100%;
  margin-top: 0.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section07c .titleh2 span.jpn {
    margin-top: 0.45em;
    font-size: 3.6vw;
  }
}
#section07c .base_text {
  text-align: center;
  margin-bottom: 60px;
  line-height: 180%;
  letter-spacing: 0.1em;
}
#section07c .base_text span {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section07c .base_text {
    width: 74%;
    margin: 0 auto 9vw auto;
    font-size: 3.2vw;
  }
}
#section07c .section__in {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section07c .section__in {
    width: 100vw;
    padding: 10vw 5vw 5vw 0vw;
    margin-left: 5vw;
  }
}
#section07c .botancenters {
  text-align: center;
}
@media screen and (max-width:800px) {
  #section07c .botancenters {
    width: 74%;
    margin: 0 auto;
  }
}

#section08 {
  width: 100%;
  padding: 0 0 200px 0;
}
@media screen and (max-width:800px) {
  #section08 {
    padding: 0 0 90px 0;
  }
}
#section08 .titleh2 {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #section08 .titleh2 {
    margin-bottom: 6.5vw;
  }
}
#section08 .titleh2 span.eng {
  font-weight: 700;
  color: #044386;
  display: block;
  line-height: 100%;
  letter-spacing: 0.03em;
}
@media screen and (max-width:800px) {
  #section08 .titleh2 span.eng {
    font-size: 6vw;
  }
}
#section08 .titleh2 span.jpn {
  font-weight: 700;
  display: block;
  line-height: 100%;
  margin-top: 0.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section08 .titleh2 span.jpn {
    margin-top: 0.45em;
    font-size: 3.6vw;
  }
}
#section08 .base_text {
  text-align: center;
  margin-bottom: 40px;
  line-height: 180%;
  letter-spacing: 0.1em;
}
#section08 .base_text span {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width:800px) {
  #section08 .base_text {
    width: 80%;
    margin: 0 auto 25px auto;
    line-height: 180%;
    text-align: left;
  }
}
#section08 .section__in {
  position: relative;
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section08 .section__in {
    width: 90vw;
    padding: 0vw 0vw 5vw 0vw;
    margin-left: 5vw;
  }
}
#section08 .section__in .whitebox {
  width: 100%;
  padding: 55px 50px;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section08 .section__in .whitebox {
    padding: 8vw 6.5vw;
  }
}
#section08 .section__in .whitebox p {
  line-height: 210%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section08 .section__in .whitebox p {
    font-size: 3.2vw;
    line-height: 180%;
  }
}
#section08 .linkstext {
  color: #044386;
  text-decoration: underline;
  letter-spacing: 0.025em;
}

/*******************************************************/
#section03a {
  width: 100%;
  padding: 140px 0 0px 0;
}
@media screen and (max-width:800px) {
  #section03a {
    padding: 75px 0 0px 0;
  }
}
#section03a .titleh2 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section03a .titleh2 {
    margin-bottom: 35px;
  }
}
#section03a .titleh2 span.eng {
  font-weight: 700;
  color: #044386;
  display: block;
  line-height: 100%;
  letter-spacing: 0.03em;
}
#section03a .titleh2 span.jpn {
  font-weight: 700;
  display: block;
  line-height: 100%;
  margin-top: 0.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section03a .titleh2 span.jpn {
    margin-top: 0.45em;
    font-size: 3.6vw;
  }
}
#section03a h3.eng {
  font-weight: 600;
  color: #EDF1F5;
  display: block;
  line-height: 100%;
  letter-spacing: 0.03em;
  position: absolute;
  top: 35px;
  left: 35px;
}
@media screen and (max-width:800px) {
  #section03a h3.eng {
    top: auto;
    left: auto;
    position: relative;
    padding: 5vw 5vw 0 5vw;
  }
}
#section03a .section__in {
  position: relative;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0px 0px 100px 0;
  /*border-bottom: 1px solid #CCCCCC;*/
}
@media screen and (max-width:800px) {
  #section03a .section__in {
    padding: 0px 0px 60px 0;
  }
}
#section03a .youtube {
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  /*
  padding-top: 46.1%;
  */
}
#section03a .youtube .youtubein {
  width: 100%;
  padding-top: 56.25%;
}
#section03a .youtubein iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#section03b {
  width: 100%;
  padding: 140px 0 0px 0;
}
@media screen and (max-width:800px) {
  #section03b {
    padding: 75px 0 0px 0;
  }
}
#section03b .titleh2 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section03b .titleh2 {
    margin-bottom: 35px;
  }
}
#section03b .titleh2 span.eng {
  font-weight: 700;
  color: #044386;
  display: block;
  line-height: 100%;
  letter-spacing: 0.03em;
}
#section03b .titleh2 span.jpn {
  font-weight: 700;
  display: block;
  line-height: 100%;
  margin-top: 0.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section03b .titleh2 span.jpn {
    margin-top: 0.45em;
    font-size: 3.6vw;
  }
}
#section03b h3.eng {
  font-weight: 600;
  color: #EDF1F5;
  display: block;
  line-height: 100%;
  letter-spacing: 0.03em;
  position: absolute;
  top: 35px;
  left: 35px;
}
@media screen and (max-width:800px) {
  #section03b h3.eng {
    top: auto;
    left: auto;
    position: relative;
    padding: 5vw 5vw 0 5vw;
  }
}
#section03b .section__in {
  position: relative;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0px 0px 100px 0;
  /*border-bottom: 1px solid #CCCCCC;*/
}
@media screen and (max-width:800px) {
  #section03b .section__in {
    padding: 0px 0px 60px 0;
  }
}
#section03b .course_box {
  width: 100%;
  background-color: #E4E7ED;
  border-radius: 16px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section03b .course_box {
    margin-bottom: 30px;
  }
}
#section03b .course_box .inbox {
  width: 84%;
  padding: 55px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section03b .course_box .inbox {
    width: 85%;
    padding: 5vw 0 10vw 0;
  }
}
#section03b .course_box .inbox .text {
  width: 47.93%;
}
@media screen and (max-width:800px) {
  #section03b .course_box .inbox .text {
    width: 100%;
    margin-bottom: 10vw;
  }
}
#section03b .course_box .inbox .text dl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#section03b .course_box .inbox .text dl dt {
  width: 21.27%;
  color: #999999;
  font-weight: 600;
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section03b .course_box .inbox .text dl dt {
    width: 3em;
    margin-top: 1em;
  }
}
#section03b .course_box .inbox .text dl dd {
  width: 78%;
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section03b .course_box .inbox .text dl dd {
    width: calc(100% - 3em);
    margin-top: 1em;
  }
}
#section03b .course_box .inbox .photo {
  width: 47.93%;
}
@media screen and (max-width:800px) {
  #section03b .course_box .inbox .photo {
    width: 100%;
  }
}
#section03b .course_box .inbox .photo ul {
  width: 81.7%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section03b .course_box .inbox .photo ul {
    width: 100%;
  }
}
#section03b .course_box .inbox .photo ul li {
  width: 44.75%;
  margin-bottom: 50px;
}
#section03b .course_box .inbox .photo ul li:nth-child(3) {
  margin-bottom: 0;
}
#section03b .course_box .inbox .photo ul li:nth-child(4) {
  margin-bottom: 0;
}
#section03b .course_box .inbox .photo ul li figure {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section03b .course_box .inbox .photo ul li figure {
    width: 75%;
    margin: 0 auto;
  }
}
#section03b .course_box .inbox .photo ul li .name {
  padding-top: 1.5em;
}
#section03b .tyuusyaku {
  width: 100%;
  max-width: 964px;
  margin: 80px auto 0 auto;
  border: 1px solid #707070;
  padding: 30px 5%;
}
#section03b .tyuusyaku .tyuusyaku__in {
  width: 100%;
  max-width: 748px;
  margin: 0 auto;
}
#section03b .tyuusyaku .ttls {
  font-weight: 600;
  margin-bottom: 1em;
}
#section03b .tyuusyaku dl {
  width: 100%;
  margin: 0 auto;
  max-width: 748px;
  display: flex;
  justify-content: space-between;
}
#section03b .tyuusyaku dl dt {
  width: 3.25em;
}
#section03b .tyuusyaku dl dd {
  width: calc(100% - 3.25em);
  text-align: left;
  line-height: 160%;
}
#section03b .tyuusyaku dl dd a {
  color: #044386;
  text-decoration: underline;
  transition: all 0.4s ease-out 0.01s;
}
#section03b .tyuusyaku dl dd a:hover {
  opacity: 0.7;
}

.line_box {
  width: calc(100% - 60px);
  margin: 0 auto;
  height: 1px;
  background-color: #CCCCCC;
}
@media screen and (max-width:800px) {
  .line_box {
    width: 90%;
  }
}

#section02a {
  width: 100%;
  padding: 100px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section02a {
    padding: 60px 0 60px 0;
  }
}
#section02a .section__in {
  position: relative;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0px 0px 100px 0;
}
@media screen and (max-width:800px) {
  #section02a .section__in {
    padding: 0px 0px 60px 0;
  }
}
#section02a .note_back {
  position: absolute;
  background: url(../images/note_back.jpg) repeat top right;
  background-size: 26px 26px;
  width: 100vw;
  height: calc(100% - 0px);
  top: 0px;
  left: 0px;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section02a .note_back {
    height: calc(100% - 0vw);
    top: 0vw;
    width: 100vw;
  }
}
#section02a .inbox {
  width: 84%;
  padding: 90px 0 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section02a .inbox {
    width: 85%;
    padding: 7.5vw 0 0 0;
  }
}
#section02a .base_text {
  line-height: 210%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section02a .base_text {
    letter-spacing: 0.08em;
    font-size: 3.2vw;
  }
}
#section02a h3.title {
  margin-bottom: 30px;
}
#section02a h3.title .textno {
  display: inline-block;
  font-weight: 600;
  margin-right: 0.75em;
}
@media screen and (max-width:800px) {
  #section02a h3.title .textno {
    font-size: 5vw;
  }
}
#section02a h3.title .textmain {
  display: inline-block;
  font-weight: 700;
  vertical-align: 0.1em;
}
@media screen and (max-width:800px) {
  #section02a h3.title .textmain {
    font-size: 4vw;
    vertical-align: 0.05em;
  }
}
#section02a h3.title .linetext {
  display: inline-block;
  color: #044386;
  padding: 0.55em 1em 0.65em 1em;
  border: 1px solid #044386;
  line-height: 100%;
  vertical-align: 0.65em;
  margin-left: 1.5em;
}
@media screen and (max-width:800px) {
  #section02a h3.title .linetext {
    margin-left: 0;
    margin-top: 0.5em;
    font-size: 2.4vw;
  }
}
#section02a .base_photo {
  width: 79.17%;
  margin: 60px auto 60px auto;
}
@media screen and (max-width:800px) {
  #section02a .base_photo {
    width: 100%;
    margin: 40px auto 40px auto;
  }
}
#section02a .botancenter {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width:800px) {
  #section02a .botancenter {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#section02a ul.mlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02a ul.mlist li {
  width: 27.52%;
}
@media screen and (max-width:800px) {
  #section02a ul.mlist li {
    width: 100%;
    margin-bottom: 7vw;
  }
}
#section02a ul.mlist li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:800px) {
  #section02a ul.mlist li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
#section02a ul.mlist li h3 {
  font-weight: 700;
  padding: 1em 0;
}
@media screen and (max-width:800px) {
  #section02a ul.mlist li h3 {
    padding: 0em 0 1em 0;
    margin-top: -1em;
  }
}
#section02a ul.mlist li h3.tates {
  padding-top: 1em;
}
@media screen and (max-width:800px) {
  #section02a ul.mlist li h3.tates {
    padding-top: 1.25em;
    margin-top: 0em;
  }
}
#section02a ul.mlist li .baset {
  line-height: 160%;
}
#section02a ul.mlist li .minis {
  font-weight: 300;
  line-height: 160%;
  padding-top: 0.5em;
}
#section02a .botancenter2 {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section02a .botancenter2 {
    margin-top: 30px;
  }
}
#section02a .youtube {
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  /*
  padding-top: 46.1%;
  */
}
#section02a .youtube .youtubein {
  width: 100%;
  padding-top: 56.25%;
}
#section02a .youtubein iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#section02b {
  width: 100%;
  padding: 0px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section02b {
    padding: 0px 0 60px 0;
  }
}
#section02b .section__in {
  position: relative;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0px 0px 100px 0;
}
@media screen and (max-width:800px) {
  #section02b .section__in {
    padding: 0px 0px 60px 0;
  }
}
#section02b .note_back {
  position: absolute;
  background: url(../images/note_back.jpg) repeat top right;
  background-size: 26px 26px;
  width: 100vw;
  height: calc(100% - 0px);
  top: 0px;
  right: 0px;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section02b .note_back {
    height: calc(100% - 0vw);
    top: 0vw;
    width: 100vw;
  }
}
#section02b .inbox {
  width: 84%;
  padding: 90px 0 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section02b .inbox {
    width: 85%;
    padding: 7.5vw 0 0 0;
  }
}
#section02b .base_text {
  line-height: 210%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section02b .base_text {
    letter-spacing: 0.08em;
    font-size: 3.2vw;
  }
}
#section02b h3.title {
  margin-bottom: 30px;
}
#section02b h3.title .textno {
  display: inline-block;
  font-weight: 600;
  margin-right: 0.75em;
}
@media screen and (max-width:800px) {
  #section02b h3.title .textno {
    font-size: 5vw;
  }
}
#section02b h3.title .textmain {
  display: inline-block;
  font-weight: 700;
  vertical-align: 0.1em;
}
@media screen and (max-width:800px) {
  #section02b h3.title .textmain {
    font-size: 4vw;
    vertical-align: 0.05em;
  }
}
#section02b h3.title .linetext {
  display: inline-block;
  color: #044386;
  padding: 0.55em 1em 0.65em 1em;
  border: 1px solid #044386;
  line-height: 100%;
  vertical-align: 0.65em;
  margin-left: 1.5em;
}
@media screen and (max-width:800px) {
  #section02b h3.title .linetext {
    margin-left: 0;
    margin-top: 0.5em;
    font-size: 2.4vw;
  }
}
#section02b .base_photo {
  width: 79.17%;
  margin: 60px auto 60px auto;
}
@media screen and (max-width:800px) {
  #section02b .base_photo {
    width: 100%;
    margin: 40px auto 40px auto;
  }
}
#section02b .botancenter {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width:800px) {
  #section02b .botancenter {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#section02b ul.mlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02b ul.mlist li {
  width: 27.52%;
}
@media screen and (max-width:800px) {
  #section02b ul.mlist li {
    width: 100%;
    margin-bottom: 7vw;
  }
}
#section02b ul.mlist li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:800px) {
  #section02b ul.mlist li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
#section02b ul.mlist li h3 {
  font-weight: 700;
  padding: 1em 0;
}
@media screen and (max-width:800px) {
  #section02b ul.mlist li h3 {
    padding: 0em 0 1em 0;
    margin-top: -1em;
  }
}
#section02b ul.mlist li h3.tates {
  padding-top: 1em;
}
@media screen and (max-width:800px) {
  #section02b ul.mlist li h3.tates {
    padding-top: 1.25em;
    margin-top: 0em;
  }
}
#section02b ul.mlist li .baset {
  line-height: 160%;
}
#section02b ul.mlist li .minis {
  font-weight: 300;
  line-height: 160%;
  padding-top: 0.5em;
}
#section02b .botancenter2 {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section02b .botancenter2 {
    margin-top: 30px;
  }
}
#section02b .youtube {
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  /*
  padding-top: 46.1%;
  */
}
#section02b .youtube .youtubein {
  width: 100%;
  padding-top: 56.25%;
}
#section02b .youtubein iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#section02c {
  width: 100%;
  padding: 0px 0 180px 0;
}
@media screen and (max-width:800px) {
  #section02c {
    padding: 0px 0 90px 0;
  }
}
#section02c .section__in {
  position: relative;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0px 0px 100px 0;
}
@media screen and (max-width:800px) {
  #section02c .section__in {
    padding: 0px 0px 60px 0;
  }
}
#section02c .note_back {
  position: absolute;
  background: url(../images/note_back.jpg) repeat top right;
  background-size: 26px 26px;
  width: 100vw;
  height: calc(100% - 0px);
  top: 0px;
  left: 0px;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section02c .note_back {
    height: calc(100% - 0vw);
    top: 0vw;
    width: 100vw;
  }
}
#section02c .inbox {
  width: 84%;
  padding: 90px 0 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section02c .inbox {
    width: 85%;
    padding: 7.5vw 0 0 0;
  }
}
#section02c .base_text {
  line-height: 210%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section02c .base_text {
    letter-spacing: 0.08em;
    font-size: 3.2vw;
  }
}
#section02c h3.title {
  margin-bottom: 30px;
}
#section02c h3.title .textno {
  display: inline-block;
  font-weight: 600;
  margin-right: 0.75em;
}
@media screen and (max-width:800px) {
  #section02c h3.title .textno {
    font-size: 5vw;
  }
}
#section02c h3.title .textmain {
  display: inline-block;
  font-weight: 700;
  vertical-align: 0.1em;
}
@media screen and (max-width:800px) {
  #section02c h3.title .textmain {
    font-size: 4vw;
    vertical-align: 0.05em;
  }
}
#section02c h3.title .linetext {
  display: inline-block;
  color: #044386;
  padding: 0.55em 1em 0.65em 1em;
  border: 1px solid #044386;
  line-height: 100%;
  vertical-align: 0.65em;
  margin-left: 1.5em;
}
@media screen and (max-width:800px) {
  #section02c h3.title .linetext {
    margin-left: 0;
    margin-top: 0.5em;
    font-size: 2.4vw;
  }
}
#section02c .base_photo {
  width: 79.17%;
  margin: 60px auto 60px auto;
}
@media screen and (max-width:800px) {
  #section02c .base_photo {
    width: 100%;
    margin: 40px auto 40px auto;
  }
}
#section02c .botancenter {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width:800px) {
  #section02c .botancenter {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#section02c ul.mlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02c ul.mlist li {
  width: 27.52%;
}
@media screen and (max-width:800px) {
  #section02c ul.mlist li {
    width: 100%;
    margin-bottom: 7vw;
  }
}
#section02c ul.mlist li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:800px) {
  #section02c ul.mlist li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
#section02c ul.mlist li h3 {
  font-weight: 700;
  padding: 1em 0;
}
@media screen and (max-width:800px) {
  #section02c ul.mlist li h3 {
    padding: 0em 0 1em 0;
    margin-top: -1em;
  }
}
#section02c ul.mlist li h3.tates {
  padding-top: 1em;
}
@media screen and (max-width:800px) {
  #section02c ul.mlist li h3.tates {
    padding-top: 1.25em;
    margin-top: 0em;
  }
}
#section02c ul.mlist li .baset {
  line-height: 160%;
}
#section02c ul.mlist li .minis {
  font-weight: 300;
  line-height: 160%;
  padding-top: 0.5em;
}
#section02c .botancenter2 {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section02c .botancenter2 {
    margin-top: 30px;
  }
}
#section02c .youtube {
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  /*
  padding-top: 46.1%;
  */
}
#section02c .youtube .youtubein {
  width: 100%;
  padding-top: 56.25%;
}
#section02c .youtubein iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#section02d {
  width: 100%;
  padding: 100px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section02d {
    padding: 60px 0 60px 0;
  }
}
#section02d .section__in {
  position: relative;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0px 0px 100px 0;
}
@media screen and (max-width:800px) {
  #section02d .section__in {
    padding: 0px 0px 60px 0;
  }
}
#section02d .note_back {
  position: absolute;
  background: url(../images/note_back.jpg) repeat top right;
  background-size: 26px 26px;
  width: 100vw;
  height: calc(100% - 0px);
  top: 0px;
  left: 0px;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section02d .note_back {
    height: calc(100% - 0vw);
    top: 0vw;
    width: 100vw;
  }
}
#section02d .inbox {
  width: 84%;
  padding: 90px 0 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section02d .inbox {
    width: 85%;
    padding: 7.5vw 0 0 0;
  }
}
#section02d .base_text {
  line-height: 210%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section02d .base_text {
    letter-spacing: 0.08em;
    font-size: 3.2vw;
  }
}
#section02d h3.title {
  margin-bottom: 30px;
}
#section02d h3.title .textno {
  display: inline-block;
  font-weight: 600;
  margin-right: 0.75em;
}
@media screen and (max-width:800px) {
  #section02d h3.title .textno {
    font-size: 5vw;
  }
}
#section02d h3.title .textmain {
  display: inline-block;
  font-weight: 700;
  vertical-align: 0.1em;
}
@media screen and (max-width:800px) {
  #section02d h3.title .textmain {
    font-size: 4vw;
    vertical-align: 0.05em;
  }
}
#section02d h3.title .linetext {
  display: inline-block;
  color: #044386;
  padding: 0.55em 1em 0.65em 1em;
  border: 1px solid #044386;
  line-height: 100%;
  vertical-align: 0.65em;
  margin-left: 1.5em;
}
@media screen and (max-width:800px) {
  #section02d h3.title .linetext {
    margin-left: 0;
    margin-top: 0.5em;
    font-size: 2.4vw;
  }
}
#section02d .base_photo {
  width: 79.17%;
  margin: 60px auto 60px auto;
}
@media screen and (max-width:800px) {
  #section02d .base_photo {
    width: 100%;
    margin: 40px auto 40px auto;
  }
}
#section02d .botancenter {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width:800px) {
  #section02d .botancenter {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#section02d ul.mlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02d ul.mlist li {
  width: 27.52%;
}
@media screen and (max-width:800px) {
  #section02d ul.mlist li {
    width: 100%;
    margin-bottom: 7vw;
  }
}
#section02d ul.mlist li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:800px) {
  #section02d ul.mlist li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
#section02d ul.mlist li h3 {
  font-weight: 700;
  padding: 1em 0;
}
@media screen and (max-width:800px) {
  #section02d ul.mlist li h3 {
    padding: 0em 0 1em 0;
    margin-top: -1em;
  }
}
#section02d ul.mlist li h3.tates {
  padding-top: 1em;
}
@media screen and (max-width:800px) {
  #section02d ul.mlist li h3.tates {
    padding-top: 1.25em;
    margin-top: 0em;
  }
}
#section02d ul.mlist li .baset {
  line-height: 160%;
}
#section02d ul.mlist li .minis {
  font-weight: 300;
  line-height: 160%;
  padding-top: 0.5em;
}
#section02d .botancenter2 {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section02d .botancenter2 {
    margin-top: 30px;
  }
}
#section02d .youtube {
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  /*
  padding-top: 46.1%;
  */
}
#section02d .youtube .youtubein {
  width: 100%;
  padding-top: 56.25%;
}
#section02d .youtubein iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#section02e {
  width: 100%;
  padding: 0px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section02e {
    padding: 0px 0 60px 0;
  }
}
#section02e .section__in {
  position: relative;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0px 0px 100px 0;
}
@media screen and (max-width:800px) {
  #section02e .section__in {
    padding: 0px 0px 60px 0;
  }
}
#section02e .note_back {
  position: absolute;
  background: url(../images/note_back.jpg) repeat top right;
  background-size: 26px 26px;
  width: 100vw;
  height: calc(100% - 0px);
  top: 0px;
  right: 0px;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section02e .note_back {
    height: calc(100% - 0vw);
    top: 0vw;
    width: 100vw;
  }
}
#section02e .inbox {
  width: 84%;
  padding: 90px 0 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section02e .inbox {
    width: 85%;
    padding: 7.5vw 0 0 0;
  }
}
#section02e .base_text {
  line-height: 210%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section02e .base_text {
    letter-spacing: 0.08em;
    font-size: 3.2vw;
  }
}
#section02e h3.title {
  margin-bottom: 30px;
}
#section02e h3.title .textno {
  display: inline-block;
  font-weight: 600;
  margin-right: 0.75em;
}
@media screen and (max-width:800px) {
  #section02e h3.title .textno {
    font-size: 5vw;
  }
}
#section02e h3.title .textmain {
  display: inline-block;
  font-weight: 700;
  vertical-align: 0.1em;
}
@media screen and (max-width:800px) {
  #section02e h3.title .textmain {
    font-size: 4vw;
    vertical-align: 0.05em;
  }
}
#section02e h3.title .linetext {
  display: inline-block;
  color: #044386;
  padding: 0.55em 1em 0.65em 1em;
  border: 1px solid #044386;
  line-height: 100%;
  vertical-align: 0.65em;
  margin-left: 1.5em;
}
@media screen and (max-width:800px) {
  #section02e h3.title .linetext {
    margin-left: 0;
    margin-top: 0.5em;
    font-size: 2.4vw;
  }
}
#section02e .base_photo {
  width: 79.17%;
  margin: 60px auto 60px auto;
}
@media screen and (max-width:800px) {
  #section02e .base_photo {
    width: 100%;
    margin: 40px auto 40px auto;
  }
}
#section02e .botancenter {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width:800px) {
  #section02e .botancenter {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#section02e ul.mlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02e ul.mlist li {
  width: 27.52%;
}
@media screen and (max-width:800px) {
  #section02e ul.mlist li {
    width: 100%;
    margin-bottom: 7vw;
  }
}
#section02e ul.mlist li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:800px) {
  #section02e ul.mlist li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
#section02e ul.mlist li h3 {
  font-weight: 700;
  padding: 1em 0;
}
@media screen and (max-width:800px) {
  #section02e ul.mlist li h3 {
    padding: 0em 0 1em 0;
    margin-top: -1em;
  }
}
#section02e ul.mlist li h3.tates {
  padding-top: 1em;
}
@media screen and (max-width:800px) {
  #section02e ul.mlist li h3.tates {
    padding-top: 1.25em;
    margin-top: 0em;
  }
}
#section02e ul.mlist li .baset {
  line-height: 160%;
}
#section02e ul.mlist li .minis {
  font-weight: 300;
  line-height: 160%;
  padding-top: 0.5em;
}
#section02e .botancenter2 {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section02e .botancenter2 {
    margin-top: 30px;
  }
}
#section02e .youtube {
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  /*
  padding-top: 46.1%;
  */
}
#section02e .youtube .youtubein {
  width: 100%;
  padding-top: 56.25%;
}
#section02e .youtubein iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.contena_white {
  width: 100%;
  max-width: 964px;
  background-color: #E4E7ED;
  padding: 80px 11.5%;
  border-radius: 15px;
}
@media screen and (max-width:800px) {
  .contena_white {
    padding: 7.5vw 5%;
  }
}
.contena_white .titles {
  font-weight: 700;
  margin-bottom: 1em;
  color: #004386;
}
@media screen and (max-width:800px) {
  .contena_white .titles {
    font-size: 5.6vw;
    letter-spacing: 0.1em;
  }
}
.contena_white .hitotext {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.contena_white .hitotext .text {
  width: 54.86%;
}
@media screen and (max-width:800px) {
  .contena_white .hitotext .text {
    width: 100%;
    margin-top: 7.5vw;
  }
}
.contena_white .hitotext .text .t01 {
  margin-bottom: 0.5em;
}
.contena_white .hitotext .text .t02 {
  line-height: 180%;
}
.contena_white .hitotext .hito {
  width: 39%;
}
@media screen and (max-width:800px) {
  .contena_white .hitotext .hito {
    width: 75%;
    margin: 0 auto 0 auto;
  }
}
.contena_white .titles_sub {
  font-weight: 700;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
  color: #004386;
}
.contena_white .base_text {
  line-height: 160%;
}
.contena_white .close_close {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width:800px) {
  .contena_white .close_close {
    margin-top: 30px;
  }
}

.close_close:hover {
  cursor: pointer;
}

a.botan_type02b_c {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 0.35em 1.5em 0.5em 1.5em;
  background-color: #044386;
  border: 2px solid #044386;
  transition: all 0.4s ease-out 0.01s;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  a.botan_type02b_c {
    padding: 0.35em 1.5em 0.5em 1.5em;
    font-size: 3.6vw;
  }
}
a.botan_type02b_c span {
  display: inline-block;
  position: relative;
  letter-spacing: 0.1em;
}
a.botan_type02b_c:hover {
  background-color: #fff;
  border: 2px solid #044386;
  color: #000;
}
@media screen and (max-width:800px) {
  a.botan_type02b_c:hover {
    color: #fff;
    background-color: #044386;
    border: 2px solid #044386;
  }
}

/*****newstitls************/
#section_news_titles {
  padding-top: 140px;
}
@media screen and (max-width:800px) {
  #section_news_titles {
    padding-top: 80px;
  }
}
#section_news_titles .titleh2 {
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width:800px) {
  #section_news_titles .titleh2 {
    margin-bottom: 35px;
  }
}
#section_news_titles .titleh2 span.eng {
  font-weight: 700;
  color: #044386;
  display: block;
  line-height: 100%;
  letter-spacing: 0.03em;
}
#section_news_titles .titleh2 span.jpn {
  font-weight: 700;
  display: block;
  line-height: 100%;
  margin-top: 0.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section_news_titles .titleh2 span.jpn {
    margin-top: 0.45em;
    font-size: 3.6vw;
  }
}

#section_left {
  width: 100%;
  padding: 0px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section_left {
    padding: 0px 0 60px 0;
  }
}
#section_left .section__in {
  position: relative;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0px 0px 100px 0;
}
@media screen and (max-width:800px) {
  #section_left .section__in {
    padding: 0px 0px 60px 0;
  }
}
#section_left .note_back {
  position: absolute;
  background: url(../images/note_back.jpg) repeat top right;
  background-size: 26px 26px;
  width: 100vw;
  height: calc(100% - 0px);
  top: 0px;
  right: 0px;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_left .note_back {
    height: calc(100% - 0vw);
    top: 0vw;
    width: 100vw;
  }
}
#section_left .inbox {
  width: 90%;
  padding: 90px 0 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section_left .inbox {
    width: 85%;
    padding: 7.5vw 0 0 0;
  }
}
#section_left .base_text {
  line-height: 210%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section_left .base_text {
    letter-spacing: 0.08em;
    font-size: 3.2vw;
  }
}
#section_left h3.title {
  margin-bottom: 30px;
}
#section_left h3.title .textno {
  display: inline-block;
  font-weight: 600;
  margin-right: 0.75em;
}
@media screen and (max-width:800px) {
  #section_left h3.title .textno {
    font-size: 5vw;
  }
}
#section_left h3.title .textmain {
  display: inline-block;
  font-weight: 700;
  vertical-align: 0.1em;
}
@media screen and (max-width:800px) {
  #section_left h3.title .textmain {
    font-size: 4vw;
    vertical-align: 0.05em;
  }
}
#section_left h3.title .linetext {
  display: inline-block;
  color: #044386;
  padding: 0.55em 1em 0.65em 1em;
  border: 1px solid #044386;
  line-height: 100%;
  vertical-align: 0.65em;
  margin-left: 1.5em;
}
@media screen and (max-width:800px) {
  #section_left h3.title .linetext {
    margin-left: 0;
    margin-top: 0.5em;
    font-size: 2.4vw;
  }
}
#section_left .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_left .clumbox .text {
  width: 45%;
}
@media screen and (max-width:800px) {
  #section_left .clumbox .text {
    width: 100%;
    margin-top: 5vw;
    order: 2;
  }
}
#section_left .clumbox .text .text01 {
  font-weight: 700;
  margin-bottom: 1.25em;
}
#section_left .clumbox .text .text02 {
  font-weight: 700;
  margin-bottom: 0.235em;
}
#section_left .clumbox .text .text03 {
  line-height: 175%;
  margin-bottom: 1.5em;
}
#section_left .clumbox .photo {
  width: 44%;
}
@media screen and (max-width:800px) {
  #section_left .clumbox .photo {
    width: 100%;
    order: 1;
  }
}
#section_left .clumbox .photo figure {
  width: 80%;
  margin: 0 auto 0 0;
}
@media screen and (max-width:800px) {
  #section_left .clumbox .photo figure {
    width: 70%;
    margin: 0 auto;
  }
}
#section_left h4.title2 {
  color: #999999;
  font-weight: 700;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section_left h4.title2 {
    font-size: 4vw;
    text-align: center;
  }
}
#section_left .base_photo {
  width: 79.17%;
  margin: 60px auto 60px auto;
}
@media screen and (max-width:800px) {
  #section_left .base_photo {
    width: 100%;
    margin: 40px auto 40px auto;
  }
}
#section_left .botancenter {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width:800px) {
  #section_left .botancenter {
    margin-top: 40px;
  }
}
#section_left .botancenter2 {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section_left .botancenter2 {
    margin-top: 30px;
  }
}

#section_right {
  width: 100%;
  padding: 100px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section_right {
    padding: 60px 0 60px 0;
  }
}
#section_right .section__in {
  position: relative;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0px 0px 100px 0;
}
@media screen and (max-width:800px) {
  #section_right .section__in {
    padding: 0px 0px 60px 0;
  }
}
#section_right .note_back {
  position: absolute;
  background: url(../images/note_back.jpg) repeat top right;
  background-size: 26px 26px;
  width: 100vw;
  height: calc(100% - 0px);
  top: 0px;
  left: 0px;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_right .note_back {
    height: calc(100% - 0vw);
    top: 0vw;
    width: 100vw;
  }
}
#section_right .inbox {
  width: 90%;
  padding: 90px 0 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section_right .inbox {
    width: 85%;
    padding: 7.5vw 0 0 0;
  }
}
#section_right .base_text {
  line-height: 210%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section_right .base_text {
    letter-spacing: 0.08em;
    font-size: 3.2vw;
  }
}
#section_right h3.title {
  margin-bottom: 30px;
  padding-left: 10%;
}
@media screen and (max-width:800px) {
  #section_right h3.title {
    padding-left: 0%;
  }
}
#section_right h3.title .textno {
  display: inline-block;
  font-weight: 600;
  margin-right: 0.75em;
}
@media screen and (max-width:800px) {
  #section_right h3.title .textno {
    font-size: 5vw;
  }
}
#section_right h3.title .textmain {
  display: inline-block;
  font-weight: 700;
  vertical-align: 0.1em;
}
@media screen and (max-width:800px) {
  #section_right h3.title .textmain {
    font-size: 4vw;
    vertical-align: 0.05em;
  }
}
#section_right h3.title .linetext {
  display: inline-block;
  color: #044386;
  padding: 0.55em 1em 0.65em 1em;
  border: 1px solid #044386;
  line-height: 100%;
  vertical-align: 0.65em;
  margin-left: 1.5em;
}
@media screen and (max-width:800px) {
  #section_right h3.title .linetext {
    margin-left: 0;
    margin-top: 0.5em;
    font-size: 2.4vw;
  }
}
#section_right .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_right .clumbox .text {
  width: 45%;
}
@media screen and (max-width:800px) {
  #section_right .clumbox .text {
    width: 100%;
    margin-top: 5vw;
    order: 2;
  }
}
#section_right .clumbox .text .text01 {
  font-weight: 700;
  margin-bottom: 1.25em;
}
#section_right .clumbox .text .text02 {
  font-weight: 700;
  margin-bottom: 0.235em;
}
#section_right .clumbox .text .text03 {
  line-height: 175%;
  margin-bottom: 1.5em;
}
#section_right .clumbox .photo {
  width: 44%;
  margin-left: 10%;
}
@media screen and (max-width:800px) {
  #section_right .clumbox .photo {
    margin-left: 0%;
    width: 100%;
    order: 1;
  }
}
#section_right .clumbox .photo figure {
  width: 80%;
  margin: 0 auto 0 0;
}
@media screen and (max-width:800px) {
  #section_right .clumbox .photo figure {
    width: 70%;
    margin: 0 auto;
  }
}
#section_right h4.title2 {
  color: #999999;
  font-weight: 700;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section_right h4.title2 {
    font-size: 4vw;
    text-align: center;
  }
}
#section_right .botancenter {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width:800px) {
  #section_right .botancenter {
    margin-top: 40px;
  }
}

#section_back {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section_back {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}/*# sourceMappingURL=news.css.map */