@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
  }

* img{max-width: 100%;}

html { color:#454545; } /* 10px */
body {  } /* 16px */
p  { /*font-size: 1.6rem;*/ } /* 16px */
li { /*font-size: 1.6rem;*/ } /* 16px */
li p { /*font-size: 1.6rem;*/ } /* 16px */

body{
  font-family: -apple-system,
   BlinkMacSystemFont,
   Roboto,
   Futura,
   'Century Gothic',
   "游ゴシック体",
   YuGothic,
   "游ゴシック Medium",
   "Yu Gothic Medium",
   "游ゴシック",
   "Yu Gothic",
   "Sogoe UI",
   Verdana,
   "メイリオ",
   Meiryo,
   sans-serif;
}

.font-min{
  font-family:
   "游明朝体",
   "YuMincho",
   "游明朝",
   "Yu Mincho",
   "ヒラギノ明朝 ProN W3",
   "Hiragino Mincho ProN W3",
   HiraMinProN-W3,
   "ヒラギノ明朝 ProN",
   "Hiragino Mincho ProN",
   "ヒラギノ明朝 Pro",
   "Hiragino Mincho Pro",
   "HGS明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   serif;
}

.noto_sans {
   font-family: 'Noto Sans JP','NotoSansJP';
}

.noto_serif {
   font-family: 'Noto Serif JP','NotoSerifJP';
}

a {color:#424242; text-decoration: none;}
a:hover{opacity: 0.7; transition: 0.3s;}

/*----------------------------------------------------
 display
----------------------------------------------------*/
.dispN  { display: none !important; }
.dispB  { display: block !important; }
.dispI  { display: inline !important; }
.dispIB { display: inline-block !important; }
.dispT  { display: table !important; }
.dispTC { display: table-cell !important; }
.tbdispB  { display: none !important; }

@media screen and (max-width:768px) {
  .tbdispN  { display: none !important; }
  .tbdispB  { display: block !important; }
}

@media screen and (max-width:640px) {
  .spdispN  { display: none !important; }
  .spdispB  { display: block !important; }
  .spdispI  { display: inline !important; }
  .spdispIB { display: inline-block !important; }
  .spdispT  { display: table !important; }
  .spdispTC { display: table-cell !important; }
}

/*----------------------------------------------------
 header
----------------------------------------------------*/
header {
  width: 100%;
  min-width: 1200px;
  background: #fff; 
  color:#737373;
}

#spHeader{ display: none; }
ul.spMenu1st{ display: none;}

#pcHeader {
  width: 1200px;
  padding:30px 0 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#pcHeader .hdrBtn{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#pcHeader .hdrBtn .tel a{
  color: #424242;
  font-size: 1.25rem;
  font-weight: bold;
}
#pcHeader .hdrBtn .tel a:before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/hdr_ico_tel.png);
  background-size: contain;
  vertical-align: middle;
}
#pcHeader .hdrBtn .contact{
  margin-left: 15px;
}
#pcHeader .hdrBtn .contact a{
  padding: 2px 20px;
  border: solid 1px #999;
}
#pcHeader .hdrBtn .contact a span:after{
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  display: inline-block;
  margin-left: 10px;
  width: 1em;
  color: #f1582c;
  text-indent: 0;
  font-weight: 900;
}
#pcHeader .hdrBtn .insta,
#pcHeader .hdrBtn .facebook{
  margin-left: 15px;
}

@media screen and (max-width:768px) {
  /*----------------------------------------------------
   header
  ----------------------------------------------------*/
  header {
    min-width: 100%;
  }
  header #spHeader{
    display: block;
    padding: 5px 0;
  }
  header #spHeader .spHeaderInner{
    width:94%;
    /*height: 20vw;*/
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header #spHeader .spHeaderInner img{
    /*max-width: 90%;
    max-height: 20vw;*/
  }
  header #pcHeader{
    display: none;
  }
  .pageContent #topNavi{
    display: none;
  }

  /* menuBtn */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 50px;
    height: 44px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #f0501e;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }


  /* Accordion 1st */
  .spMenuWrap{
    position: relative;
  }
  ul.spMenu1st{
    display: none;
    border-top: solid 1px #fff;
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    z-index: 999;
  }
  ul.spMenu1st > li{
    border-bottom: solid 1px #fff;
    background-color: #999;
    color: #fff;
    font-weight: 500;
  }
  ul.spMenu1st > li > a{
    padding: 15px 5%;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    display: block;
  }
  ul.spMenu1st > li > span{
    padding: 15px 5%;
    font-weight: 700;
    display: block;
    cursor: pointer;
    position: relative;
  }
  ul.spMenu1st > li > span:after{
      position: absolute;
      right:5%;
      font-family: 'Font Awesome 5 Free';
      content: '\f067';
      font-weight: 900;
      display: inline-block;
      width: 1em;
      color: #fff;
      text-indent: 0;
  }
  ul.spMenu1st > li > span.active:after{
      content: '\f068';
  }
  ul.spMenu1st > li > span:hover{
    opacity: 0.7;
  }

  /* Accordion 2nd */
  ul.spMenu2nd{
    display: none;
    border-top: solid 1px #c0d0f5;
  }

  ul.spMenu2nd > li{
    border-bottom: solid 1px #50b0d4;
    background-color: #fff;
    color: #50b0d4;
  }
  ul.spMenu2nd > li:last-child{
    border-bottom: none;
  }
  ul.spMenu2nd > li > a{
    padding: 15px 5% 15px 8%;
    text-decoration: none;
    color: #50b0d4;
    display: block;
  }
}

/*----------------------------------------------------
ftrLink
----------------------------------------------------*/
.ftrLink.secWrapper{
  padding:20px 0;
  background-color: #eeeeee;
}
.ftrLink ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftrLink ul > li > a{
  padding: 0 13px;
  border-right:solid 2px #acacac;
}
.ftrLink ul > li:last-child > a{
  border-right:none;
}
@media screen and (max-width:768px) {
  .ftrLink.secWrapper{
    padding:7px 0;
  }
  .ftrLink ul > li > a{
    padding: 0 7px;
    border-right:solid 1px #acacac;
    font-size: 1.2rem;
  }
  .ftrLink ul > li:last-child > a{
    border-right:none;
  }
}
@media screen and (max-width:640px) {
  .secWrapper.ftrLink {
    padding: 0;
  }
  .secWrapper.ftrLink .secOuter {
    width: 100%;
    padding: 0;
  }
  .ftrLink ul{
    flex-wrap: wrap;
    justify-content: space-between;
    /*border-top: solid 1px #acacac;
    border-bottom: solid 1px #acacac;
    border-left: solid 1px #acacac;
    border-right: solid 1px #acacac;*/
  }
  .ftrLink ul > li{
    width: 100%;
    /*border-right: solid 1px #acacac;*/
    border-bottom: solid 1px #acacac;
  }
/*
  .ftrLink ul > li:nth-child(2n) {
    border-right: none;
  }
*/
  .ftrLink ul > li:last-child {
    border-bottom: none;
  }
  .ftrLink ul > li a{
    width: 100%;
    display: block;
    border-right: none;
    font-size: 0.9rem;
    padding: 0.75em 1.0em 0.75em 0.5em;
    position: relative;
  }
  .ftrLink ul > li a:after{
      position: absolute;
      right:3%;
      font-family: 'Font Awesome 5 Free';
      content: '\f054';
      font-weight: 900;
      display: inline-block;
      font-size: 0.7em;
      color: #666;
      text-indent: 0;
  }
}
/*----------------------------------------------------
 footer
----------------------------------------------------*/
footer {
  width: 100%;
}

/**/

.footer__contents {
  padding: 50px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.footer__description {
  margin-bottom: 60px;
  font-size: 12px;
  line-height: 1.8;
}
.st-container {
  padding: 0 2.0rem;
  margin-right: auto;
  margin-left: auto;
}
.st-grid {
  display: flex
;
  flex-direction: row;
  flex-wrap: wrap;
  /* overflow: hidden; */
}
.footer__banners {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 auto 20px auto;
}
.footer__banners a {
  display: block;
  width: 280px;
  margin: 0 auto;
  border: solid 1px #999;
}

.footer__address p {
  margin: 0 0 1.0rem;
  font-size: 14px;
  line-height: 1.6;
}

/**/

  .st-unit-12 {
    width: 100%;
  }

@media screen and (min-width: 1024px) {
  .st-unit-lg-3 {
	width: 25%;
  }

  .st-unit-lg-5 {
        width: 41.66667%;
  }

  .st-unit-lg-4 {
        width: 33.3333%;
  }
}

  .footer__banners li.st-unit-md-6 {
      max-width: 165px;
  }
  .footer__banners li:first-child {
    margin-right: 20px;
  }
  .footer__banners a {
    width: 165px;
    margin: 0;
  }

@media screen and (max-width:768px) {
  footer {
    width: 100%;
  }

  .tab-pc {
    display: none;
  }

  .footer__banners.st-grid {
    justify-content: space-around;
    width: 400px;
  }

  .footer__infomation.st-grid {
    max-width: 640px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__brand {
    margin: 0 auto 20px auto;
  }
  .footer__address {
    display: inline-block;
    margin: 0 auto 20px auto;
  }
  .footer__address p {
    text-align: left;
  }
}

@media screen and (max-width:640px) {
  .footer__contents {
      padding: 30px 0;
  }
  .footer__brand {
    width: 155px;
  }
  .footer__banners.st-grid {
    display: block;
    width: 100%;
  }
  .footer__banners li.st-unit-md-6 {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .footer__banners a {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 280px;
    border: solid 1px #999;
  }
  .footer__banners a img {
    display: block;
    width: 100%;
    height: auto;
  }
}


#copyRight{
  background-color: #014395;
  padding: 15px 0;
  min-width: 1200px;
}
#copyRight p{
  width: 1200px;
  min-width: 1200px;
  margin:0 auto;
  text-align: center;
  color:#fff;
  font-size: 0.75rem;
}
@media screen and (max-width:768px) {
  #copyRight{
    min-width: 100%;
  }
  #copyRight p{
    width: 94%;
    min-width: 94%;
    margin:0 auto;
    font-size: 0.8rem;
  }
}

/*----------------------------------------------------
 content
----------------------------------------------------*/
#content {
  width: 100%;
  background: #fff;
  position: relative;
}

/*----------------------------------------------------
TITLEs
----------------------------------------------------*/
.imgTit{
  text-align: center;
}
.imgTit img{
  max-width: 100%;
}



/*====================================================
 toppage
====================================================*/
/* slider */
.slider{
  z-index: 0;
  margin-bottom: 80px;
}

.slider li {
  background: url(../img/top/mv01_bg.jpg) center center repeat-x;
  background-size: cover;
  text-align: center;
}

.slider img{
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.slick-dots,
.slick-arrow{
  display: none !important;
}
@media screen and (max-width:768px) {
  .slider{
    min-width: 100%;
    margin-bottom: 40px;
  } 
}

.secWrapper{
  width: 100%;
  padding:70px 0;
  /*min-width: 1200px;*/
}
.secOuter {
  max-width: 1200px;
  margin: 0 auto;
  zoom: 1;
}
.secInner {
  width: 1000px;
  margin: 0 auto;
  zoom: 1;
}


@media screen and (max-width:768px) {
  .secWrapper{
    width: 100%;
    padding:30px 0;
    min-width: 100%;
  }
  .secOuter {
    width: 94%;
    margin:0 auto;
    padding: 0;
  }
  .secInner {
    width: 100%;
  }
}

/* p.btn */
p.btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
p.btn a{
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  background-color: #073666;
  border-radius: 8px;
}
p.btn a:after{
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  display: inline-block;
  margin-left: 20px;
  width: 1em;
  font-size: 0.9rem;
  color: #fff;
  text-indent: 0;
  font-weight:700;
}
@media screen and (max-width:768px) {
  p.btn {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
  p.btn a{
    padding: 20px 10px;
    font-size: 1.25rem;
    width: 100%;
    max-width: 600px;
  }
  p.btn a:after{
    /*font-size: 1.6rem;*/
  }
}

/*----------------------------------------------------
topSec01
----------------------------------------------------*/
.topSec01.secWrapper{
  padding:0 0 80px;
  z-index: 1;
}

/**/

.topSec01_txt01 {
	line-height: 1.6;
	text-align: center;
	margin-bottom: 10px;
}

.topSec01_txt02 {
	line-height: 1.6;
	font-size: 32px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 600;
}

.topSec01_txt02 span {
	font-size: 48px;
}

.topSec01_txt02 span.topSec01_txt0201 {
	color: #6fc800;
}

.topSec01_txt03 {
	line-height: 1.6;
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
}

.topSec01_txt04 {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 30px;
	line-height: 2.0;
	font-size: 20px;
	font-weight: 500;
}


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

  .topSec01.secWrapper {
    padding: 0 0 50px;
  }

  .topSec01_txt02 {
	font-size: 28px;
	line-height: 1.4;
  }

  .topSec01_txt02 span {
	font-size: 40px;
  }

  .topSec01_txt04 {
	line-height: 1.8;
	font-size: 18px;
  }
}


/*----------------------------------------------------
topSec02
----------------------------------------------------*/
.topSec02.secWrapper {
  padding: 0;
}

.topSec02.secWrapper .h2_tit01 {
  margin-bottom: 65px;
}

.topSec0201 {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding-bottom: 120px;
	width: 100%;
}

.topSec0201.rev-cont {
	flex-direction: row-reverse;
}

.topSec0201_01 {
	background: url(../img/top/bg_love.png) bottom 5% left no-repeat;
	background-size: 30%;
}

.topSec0201_02 {
	background: url(../img/top/bg_smile.png) bottom 5% right no-repeat;
	background-size: 30%;
}


.topSec0201_in2 {
	width: calc(700px + ((100% - 700px) / 2));
}

.topSec0201_in1 {
	width: calc((100% - 700px) / 2);
	align-self: center;
}

.topSec0201_in2_mv {
	margin-bottom: 60px;
}

.topSec0201_in2_cont {
	width: 100%;
	max-width: 700px;
}

.rev-cont .topSec0201_in2_cont {
	float: right;
}

.topSec0201_in2 h3 {
	color: #006521;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}

.topSec0201_in2 h3 span.topSec0201_in2_h301 {
	font-size: 40px;
	font-weight: 400;
}

.topSec0201_in2 .topSec0201_in2_cont h4,
.topSec0201_in2 .topSec0201_in2_cont p {
	line-height: 1.8;
	font-size: 18px;
}

.topSec0201_in2 .topSec0201_in2_cont h4 {
	color: #006521;
	font-weight: 600;
	margin-bottom: 10px;
}

.topSec0201_in2 .topSec0201_in2_cont p {
	font-weight: 500;
	margin-bottom: 40px;
}

.topSec0201_in2 .topSec0201_in2_cont p:last-child {
	margin-bottom: 0;
}

.topSec0201_in1 h2 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	border-top: 1px solid #000000;
	width: 100%;
	padding-top: 2.0em;
	line-height: 1.6;
	letter-spacing: 0.2rem;
	font-size: 30px;
	font-weight: 500;
	width: 100%;
	max-width: 140px;
}

.rev-cont .topSec0201_in1 h2 {
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	float: right;
}

@media screen and (max-width:980px) {
  .topSec0201_in2 {
	width: calc(700px + ((100% - 700px) / 4));
  }
  .topSec0201_01,
  .topSec0201_02 {
	background-size: 35%;
  }

}

@media screen and (max-width:768px) {
  .topSec02.secWrapper{
  }

  .topSec0201 {
    width: 94%;
  }

  .topSec0201_01,
  .topSec0201_02 {
	background-size: 40%;
  }

  .topSec0201_in1 {
	width: 65px;
  }

  .topSec0201_in1 h2 {
	font-size: 28px;
  }

  .topSec0201_in2 {
	width: calc(100% - 95px);
  }

  .topSec0201_in2_mv {
	margin-bottom: 40px;
  }

  .topSec0201_in2 h3 {
	margin-bottom: 40px;
	line-height: 1.6;
  }

  .topSec0201_in2 h3 span.topSec0201_in2_h301 {
	font-size: 36px;
  }

  .topSec0201_in2 .topSec0201_in2_cont p {
	margin-bottom: 40px;
  }
}

@media screen and (max-width:640px) {
  .topSec0201 {
	padding-bottom: 50px;
  }

  .topSec0201_01,
  .topSec0201_02 {
	background-size: 50%;
  }

  .topSec0201_in1 {
	width: 45px;
  }

  .topSec0201_in1.topSec0201_in1_02 h2 {
	height: 25em;
}

  .topSec0201_in2 {
	width: calc(100% - 60px);
  }

  .topSec0201_in1 h2 {
	font-size: 22px;
  }

  .topSec0201_in2_mv {
	margin-bottom: 30px;
  }

  .topSec0201_in2 h3 {
	font-size: 20px;
	margin-bottom: 30px;
  }

  .topSec0201_in2 h3 span.topSec0201_in2_h301 {
	font-size: 28px;
  }

  .topSec0201_in2 .topSec0201_in2_cont h4,
  .topSec0201_in2 .topSec0201_in2_cont p {
	line-height: 1.6;
	font-size: 16px;
  }

  .topSec0201_in2 .topSec0201_in2_cont p {
	margin-bottom: 30px;
  }

}

/*----------------------------------------------------
topSec03
----------------------------------------------------*/
.topSec03.secWrapper{
  padding:0 0 80px;
}

/**/

.topSec03_tit {
	border-top: 1px solid #000;
	text-align: center;
	margin-bottom: 30px;
}

.topSec03_tit p {
	display: inline-block;
	font-size: 26px;
	font-weight: 600;
	padding: 0 1.0em;
	background-color: #fff;
	margin: 0 auto;
	transform: translateY(-50%) translateX(0);
}

.topSec03_tit2 {
	color: #006521;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	position: relative;
	z-index: 1;
}

.topSec03_tit2 span {
	font-size: 40px;
	font-weight: 400;
}

.topSec0301fx {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	flex-direction: row-reverse;
}

.topSec0301gray {
	background: #f8f8f8 url(../img/top/topSec03_01bg.png) bottom center repeat-x;
	padding: 70px 0;
	transform: translateY(-1.5%) translateX(0);
}

.topSec0301fx_in1 {
	width: 8%;
}
.topSec0301fx_in2 {
	width: 45%;
}
.topSec0301fx_in3 {
	width: 33%;
}

.topSec0301fx_in1 h2 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 100%;
	line-height: 1.6;
	letter-spacing: 0.2rem;
	font-size: 30px;
	font-weight: 500;
	width: 100%;
	max-width: 140px;
}

.topSec0301fx_in2 h4,
.topSec0301fx_in2 p {
	line-height: 1.8;
	font-size: 18px;
}

.topSec0301fx_in2 h4 {
	color: #006521;
	font-weight: 600;
	margin-bottom: 10px;
}
.topSec0301fx_in2 p {
	font-weight: 500;
	margin-bottom: 50px;
}

.topSec0301fx_in2 p:last-child {
	margin-bottom: 0;
}

.topSec03_mvsp {
	display: none;
}


@media screen and (max-width:980px) {
  .topSec0301fx_in1 {
	width: 110px;
  }
  .topSec0301fx_in2 {
	width: 48%;
  }
  .topSec0301fx_in3 {
	width: 31%;
  }

}

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

  .topSec03.secWrapper{
    padding:0 0 50px;
  }

  .topSec03_tit2 {
	line-height: 1.6;
  }

  .topSec03_tit2 span {
	font-size: 36px;
  }

  .topSec0301gray {
	padding-top: 50px;
	padding-bottom: 30px;
	background-image: none;
	transform: translateY(-2.5%) translateX(0);
  }

  .topSec0301fx_in3 {
	display: none;
  }

  .topSec03_mvsp {
	display: block;
	text-align: center;
	margin-bottom: 30px;
  }
  .topSec03_mvsp img {
	width: 40%;
  }


  .topSec0301fx_in1 {
	margin-top: -100px;
}

  .topSec0301fx_in2 {
	width: calc(100% - 120px);
  }


/*
  .topSec0301fx_in2 {
	width: 50%;
  }
  .topSec0301fx_in3 {
	width: 30%;
  }
*/

  .topSec0301fx_in1 h2 {
    font-size: 26px;
    line-height: 1.4;
  }
}

/**/


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

  .topSec03.secWrapper {
	padding: 0;
  }

  .topSec03_tit2 {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 30px;
  }
  .topSec03_tit2 span {
	font-size: 28px;
  }

  .topSec03_01 {
	display: inline-block;
  }

  .topSec0301gray {
	padding-top: 100px;
	transform: translateY(-7.0%) translateX(0);
  }

  .topSec03_mvsp img {
	width: 50%;
	min-width: 200px;
  }

  .topSec0301fx_in2 {
	width: calc(100% - 90px);
  }

  .topSec0301fx_in2 h4, .topSec0301fx_in2 p {
	line-height: 1.6;
	font-size: 16px;
  }

  .topSec0301fx_in1 {
	width: 80px;
  }

  .topSec0301fx_in1 h2 {
	font-size: 22px;
	line-height: 1.3;
  }

}


/*----------------------------------------------------
topSec04
----------------------------------------------------*/

.topSec04.secWrapper{
  padding: 0 0 80px;
}

/**/

.topSec0401 {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
}

.topSec0401_in2 {
	width: calc(700px + ((100% - 700px) / 2));
}

.topSec0401_in2_01 {
	flex-direction: row-reverse;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.topSec0401_in2 .topSec0401_in2_01:last-child {
	margin-bottom: 0;
}

.topSec0401_in1 {
	width: calc((100% - 700px) / 2);
	align-self: center;
}

.topSec0401_in2_img {
	width: calc(100% - 490px);
}

.topSec0401_in2_img .topSec0401_in2_img01 {
	width: 84.4%;
	margin-left: 15.6%;
	margin-bottom: 70px;
}

.topSec0401_in2_cont {
	width: 480px;
}

.rev-cont .topSec0401_in2_cont {
	float: right;
}

.topSec0401_in2 h3 {
	color: #006521;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}

.topSec0401_in2 h3 span.topSec0401_in2_h301 {
	font-size: 40px;
	font-weight: 400;
}

.topSec0401_in2 .topSec0401_in2_cont h4,
.topSec0401_in2 .topSec0401_in2_cont p,
.topSec0401_in2 .topSec0401_in2_cont li {
	line-height: 1.8;
	font-size: 18px;
}

.topSec0401_in2 .topSec0401_in2_cont ul li {
	display: block;
	padding-left: 1em;
	margin-bottom: 10px;
}
.topSec0401_in2 .topSec0401_in2_cont ul li::before {
	content: "●";
	display: block;
	float: left;
	margin-left: -1em;
	width: 1.0em;
	font-size: 0.8em;
	margin-top: 0.3em;
	color: #999;
	text-align: center;
}

.topSec0401_in2 .topSec0401_in2_cont h4 {
	color: #006521;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 1.0em;
	text-indent: -1.0em;
}

.topSec0401_in2 .topSec0401_in2_cont p {
	font-weight: 500;
	margin-bottom: 40px;
}

.topSec0401_in2 .topSec0401_in2_cont.topSec0401_in2_cont_h p {
	margin-bottom: 15px;
}

.topSec0401_in2 .topSec0401_in2_cont p:last-child {
	margin-bottom: 0;
}

.topSec0401_in1 h2 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	border-top: 1px solid #000000;
	width: 100%;
	padding-top: 2.0em;
	line-height: 1.6;
	letter-spacing: 0.2rem;
	font-size: 30px;
	font-weight: 500;
	width: 100%;
	max-width: 140px;
}

.rev-cont .topSec0401_in1 h2 {
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	float: right;
}

@media screen and (max-width:980px) {
  .topSec0401_in2 {
	width: calc(700px + ((100% - 700px) / 4));
  }
}

@media screen and (max-width:768px) {
  .topSec04.secWrapper{
	padding: 0;
  }

  .topSec0401 {
    width: 94%;
  }

  .topSec0401_in1 {
	width: 65px;
  }

  .topSec0401_in1 h2 {
	font-size: 28px;
  }

  .topSec0401_in2 {
	width: calc(100% - 95px);
  }

  .topSec0401_in2_mv {
	margin-bottom: 40px;
  }

  .topSec0401_in2 h3 {
	margin-bottom: 30px;
	line-height: 1.6;
  }

  .topSec0401_in2 h3 span.topSec0401_in2_h301 {
	font-size: 36px;
}

  .topSec0401_in2_01 {
	display: block;
  }

  .topSec0401_in2_img {
	width: 60%;
	margin: 0 auto 60px;
  }

  .topSec0401_in2_img .topSec0401_in2_img01 {
	margin-bottom: 0;
	margin: 0 7.8%;
  }

  .topSec0401_in2_cont {
	width: 100%;
  }

  .topSec0401_in2 .topSec0401_in2_cont p {
	margin-bottom: 40px;
  }
}

@media screen and (max-width:640px) {
  .topSec04.secWrapper {
	padding: 0;
	margin-top: -20px;
  }
  .topSec0401_in1 {
	width: 45px;
  }

  .topSec0401_in2 {
	width: calc(100% - 60px);
  }

  .topSec0401_in1 h2 {
	font-size: 24px;
	height: 24em;
  }

  .topSec0401_in2_mv {
	margin-bottom: 30px;
  }

  .topSec0401_in2 h3 {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 30px;
  }

  .topSec0401_in2 h3 span.topSec0401_in2_h301 {
	font-size: 28px;
  }

  .topSec0401_in2_img {
	width: 80%;
	margin: 0 auto 40px;
  }

  .topSec0401_in2 .topSec0401_in2_cont h4,
  .topSec0401_in2 .topSec0401_in2_cont p,
  .topSec0401_in2 .topSec0401_in2_cont li {
	line-height: 1.6;
	font-size: 16px;
  }

  .topSec0401_in2 .topSec0401_in2_cont p {
	margin-bottom: 30px;
  }

  .topSec0401_in2 .topSec0401_in2_cont ul li::before {
	margin-top: 0.2em;
  }

}

/*----------------------------------------------------
topSec05
----------------------------------------------------*/

.topSec05.secWrapper{
  padding:80px 0 80px;
}

.topSec05_01 {
  background: url(../img/top/topSec05_bg.png) bottom 11% center no-repeat;
  background-size: 100%;
}

.topSec05_01flow {
  text-align: center;
}

.topSec05_01flow img {
  width: 100%;
  max-width: 592px;
}

@media screen and (max-width:640px) {
  .topSec05.secWrapper {
    padding: 50px 0;
  }
}

/*----------------------------------------------------
topSec06
----------------------------------------------------*/

.topSec06.secWrapper{
  padding:80px 0 80px;
  background-color: #275d94;
}

.topSec06fx {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin: 0 auto 50px auto;
	width: 100%;
	max-width: 1100px;
}

.topSec06fx.rev {
	flex-direction: row-reverse;
}

.topSec06fx_in2 {
	width: 250px;
	align-self: flex-end;
}
.topSec06fx_in2 img {
	width: 100%;
	border-radius: 50%;
}

.topSec06fx_in1 {
	width: calc(100% - 280px);
	text-align: right;
}

.topSec06fx.rev .topSec06fx_in1 {
	text-align: left;
}

/**/

.topSec06fx_in1_bl-left,
.topSec06fx_in1_bl-right {
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  color: #073666;
  line-height: 1.6;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 40px;
  text-align: left;
}

.topSec06fx_in1_bl-left p,
.topSec06fx_in1_bl-right p {
  font-size: 18px;
}

.topSec06fx_in1_bl-left p.topSec06fx_lead,
.topSec06fx_in1_bl-right p.topSec06fx_lead {
  font-size: 20px;
  margin-bottom: 10px;
}

.topSec06fx_in1_bl-left {
  margin: 0 0 1.5em 15px;
}

.topSec06fx_in1_bl-left:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: -45px;
  border: 10px solid transparent;
  border-right: 60px solid #FFF;
  z-index: 2;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

/**/

.topSec06fx_in1_bl-right {
  margin: 0 15px 1.5em 0;
}

.topSec06fx_in1_bl-right:before {
  content: "";
  position: absolute;
  bottom: 0%;
  right: -45px;
  border: 10px solid transparent;
  border-left: 60px solid #FFF;
  z-index: 2;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

/**/

.topSec06fx_in1_bl-left p,
.topSec06fx_in1_bl-right p {
  margin: 0;
  padding: 0;
}

/**/

.topSec06fx.rev .topSec06fx_in1 p {
	text-align: left;
}

.topSec06fx_in1_nm {
	color: #fff;
	font-size: 24px;
	margin-bottom: 15px;
	text-align: left;
}

@media screen and (max-width:768px) {
  .topSec06fx_in1_bl-left,
  .topSec06fx_in1_bl-right {
	margin-top: 0;
  }
  .topSec06fx_in2 {
	width: 200px;
	align-self: flex-end;
  }
  .topSec06fx_in1 {
	width: calc(100% - 220px);
  }
}

@media screen and (max-width:640px) {
  .topSec06.secWrapper{
    padding:50px 0 0 0;
  }
  .topSec06fx {
	display: block;
  }
  .topSec06fx_in2 {
	width: 100%;
  }
  .topSec06fx_in2 img {
	width: 150px;
  }
  .topSec06fx_in1 {
	width: 100%;
  }
  .topSec06fx .topSec06fx_in1 {
	text-align: left;
  }
  .topSec06fx .topSec06fx_in2 {
	text-align: right;
  }
  .topSec06fx.rev .topSec06fx_in1 {
	text-align: right;
  }
  .topSec06fx.rev .topSec06fx_in2 {
	text-align: left;
  }
  .topSec06fx.rev .topSec06fx_in1 p.topSec06fx_in1_nm {
    /*text-align: right;*/
    padding-left: 10%;
  }
  .topSec06fx_in1_bl-right,
  .topSec06fx_in1_bl-left {
	width: 90%;
	padding: 20px 30px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.4;
  }

  .topSec06fx_in1_bl-right:before {
    margin-top: 0;
    border-left: 60px solid #FFF;
    bottom: -5%;
    right: 18%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .topSec06fx_in1_bl-left:before {
    border-right: 60px solid #FFF;
    margin-top: 0;
    bottom: -5%;
    left: 18%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .topSec06fx_in1_nm {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .topSec06fx_in1_bl-left p,
  .topSec06fx_in1_bl-right p {
    font-size: 14px;
  }

  .topSec06fx_in1_bl-left p.topSec06fx_lead,
  .topSec06fx_in1_bl-right p.topSec06fx_lead {
    font-size: 18px;
    margin-bottom: 10px;
  }

}


/*----------------------------------------------------
topSec07
----------------------------------------------------*/

.topSec07.secWrapper{
  padding:80px 0 80px;
}

/**/

.faq-list {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  line-height: 1.6;
  box-sizing: border-box;
}

.faq-list dt {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #073666;
  margin-top: 15px;
  font-size: 1.125rem;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.faq-list dt::after {
  content: '＋';
  position: absolute;
  top: calc((100% - 1.8em) / 2);
  right: 15px;
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.faq-list dt.active::after {
  /*transform: rotate(45deg);*/
  content: '－';
}


.faq-list dd {
  padding: 15px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-top: none;
  display: none;
  margin-bottom: 10px;
}

.faq-list dd p {
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width:640px) {
  .topSec07.secWrapper {
    padding: 50px 0;
  }
  .faq-list dt,
  .faq-list dd {
	padding: 15px 25px 15px 2.0em;
	text-indent: -1.4em;
  }
  .faq-list dt::after {
	right: 5px;
  }
}


/*----------------------------------------------------
topSec08
----------------------------------------------------*/

.topSec08.secWrapper{
  padding:80px 0 80px;
  border-top: 1px solid #073666;
}

.secWrapper.topSec08 .secOuter {
  text-align: center;
}

.secWrapper.topSec08 .secOuter p.topSec08_01 {
  color: #073666;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.secWrapper.topSec08 .secOuter p.topSec08_01 span {
  color: #e60012;
  font-size: 30px;
}

.secWrapper.topSec08 .secOuter p.topSec08_02 {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.secWrapper.topSec08 .secOuter p.topSec08_02 span {
  color: #e60012;
  font-weight: 700;
}

@media screen and (max-width:640px) {
  .topSec08.secWrapper {
    padding: 50px 0;
  }
  .secWrapper.topSec08 .secOuter p.topSec08_01 {
    font-size: 22px;
    line-height: 1.6;
}

  .secWrapper.topSec08 .secOuter p.topSec08_01 span {
    font-size: 28px;
  }

  .secWrapper.topSec08 .secOuter p.topSec08_02 {
    font-size: 18px;
    text-align: left;
  }
}


/*----------------------------------------------------
col02_bnr
----------------------------------------------------*/
.col02_bnr {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin-bottom: 0;
	width: 100%;
}

.col02_bnr .secInner {
	width: 48%;
}

.col02_bnr .secInner img {
	width: 100%;
	max-width: 600px;
	height: auto;
}

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

	.col02_bnr {
		display: block;
	}

	.col02_bnr .secInner {
		width: 100%;
		text-align: center;
	}

	.col02_bnr .secInner:first-child {
		margin-bottom: 15px;
	}

	.col02_bnr .secInner img {
		width: 96%;
	}

}


/*----------------------------------------------------
col03_bnr
----------------------------------------------------*/
.col03_bnr {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin-bottom: 0;
	width: 100%;
}

.col03_bnr .secInner {
	width: 32%;
}

.col03_bnr .secInner img {
	width: 100%;
	max-width: 600px;
	height: auto;
}

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

	.col03_bnr {
		display: block;
	}

	.col03_bnr .secInner {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.col03_bnr .secInner:last-child {
		margin-bottom: 0;
	}

	.col03_bnr .secInner img {
		width: 70%;
		min-width: 240px;
		height: auto;
	}

}


/*====================================================
====================================================*/

span.small{font-size: 80%;}
span.large{font-size: 120%;}

.bdrBox{
  padding: 40px 40px ;
  border: solid 1px #9d9d9f;
}
@media screen and (max-width:768px) {
  .bdrBox{
    padding: 20px 20px ;
  }  
}

ul.chkList > li{
  font-size: 1.8rem;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 20px;
}
ul.chkList > li:before{
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 23px;
  height: 23px;
  background-image: url(../img/pages/ico_chk.png);
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width:768px) {
  ul.chkList > li{
    /*font-size: 1.6rem;*/
    text-indent: -2.0em;
    padding-left: 2.0em;
    margin-bottom: 10px;
  }  
}

/*--------------------------------
 /solutions/
--------------------------------*/
.img2Col{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.img2Col.imgR > .imgCol{
  order: 1;
  margin: 0 0 30px 30px;
}
.img2Col.imgR > .txtCol{
  order: 0;
}
.img2Col.imgL > .imgCol{
  order: 0;
  margin: 0 30px 30px 0 ;
}
.img2Col.imgL > .txtCol{
  order: 1;
}
@media screen and (max-width: 768px) {
  .img2Col{
    display: block;
  }
  .img2Col.imgR > .imgCol{
    margin: 0 0 20px 0;
  }
  .img2Col.imgL > .imgCol{
    order: 0;
    margin: 0 0 20px 0 ;
  }
}

/**/


/*====================================================

 CMS CONTENT

====================================================*/
.cms-content h1,
.cms-content h2,
.cms-content h3 {
    font-size: 2.2rem;
    color: #404040;
    background-color: #f1f1f1;
    padding: 20px 25px;
    margin-bottom: 50px;
}
.cms-content h4{
  font-size: 2.0rem;
  padding-bottom: 20px;
  border-bottom: solid 1px #9d9d9f;
  margin-bottom: 15px;
  line-height: 1.4;
}
.cms-content h5{
  font-size: 1.8rem;
  font-weight: 500;
  color: #202020;
  margin-bottom: 10px;
}
.cms-content h6{
  /*font-size: 1.6rem;*/
  font-weight: 700;
  color: #ffae00;
  margin-bottom: 10px;
}
.cms-content p{
  /*font-size: 1.6rem;*/
  line-height: 2.0;
  margin-bottom: 30px;
  color: #232323;
}
.cms-content ul,
.cms-content ol{
  margin: 20px auto;
}
.cms-content ul > li{
  /*font-size: 1.6rem;*/
  padding-left: 1.5em;
  text-indent: -0.6em;
  margin-bottom: 10px;
  list-style-position: inside;
  line-height: 1.4;
}
.cms-content ul > li:before{
  content: '●';
  font-size: 1.4rem;
  color: #ffae00;
  display: inline-block;
  margin-right: 5px;
}
.cms-content ol > li{
  /*font-size: 1.6rem;*/
  padding-left: 1.5em;
  text-indent: -0.6em;
  margin-bottom: 10px;
  list-style-position: inside;
  line-height: 1.4;
}

@media screen and (max-width:768px) {
  .cms-content h2{
    font-size: 2.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .cms-content h3{
    font-size: 2.0rem;
    padding: 10px 15px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .cms-content h4{
    font-size: 1.8rem;
    padding-bottom: 10px;
    border-bottom: solid 1px #9d9d9f;
    margin-bottom: 10px;
  }
  .cms-content h5{
    /*font-size: 1.6rem;*/
    font-weight: 500;
  }
  .cms-content h6{
    font-size: 1.5rem;
  }
  .cms-content p{
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

/*====================================================
 WP-CANCEL
====================================================*/
header.entry-header{display: none !important;}
footer.entry-footer{display: none !important;}

/*====================================================
 ADJUST
====================================================*/

/* <br> adjust */
br.pc{display: inline;}
br.sp{display: none;}
@media screen and (max-width:768px) {
  br.pc{display: none;}
  br.sp{display: inline;}
}
/* adjust margin-bottom */
.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb55 {margin-bottom: 55px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb65 {margin-bottom: 65px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb75 {margin-bottom: 75px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb85 {margin-bottom: 85px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb95 {margin-bottom: 95px !important;}
.mb100 {margin-bottom: 100px !important;}

/* adjust margin-top */
.mt00 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mt55 {margin-top: 55px !important;}
.mt60 {margin-top: 60px !important;}
.mt65 {margin-top: 65px !important;}
.mt70 {margin-top: 70px !important;}
.mt75 {margin-top: 75px !important;}
.mt80 {margin-top: 80px !important;}
.mt85 {margin-top: 85px !important;}
.mt90 {margin-top: 90px !important;}
.mt95 {margin-top: 95px !important;}
.mt100 {margin-top: 100px !important;}

@media screen and (max-width:768px) {
  /* adjust margin-bottom */
  .mb00 {margin-bottom: 0 !important;}
  .mb05 {margin-bottom: 5px !important;}
  .mb10 {margin-bottom: 5px !important;}
  .mb15 {margin-bottom: 10px !important;}
  .mb20 {margin-bottom: 10px !important;}
  .mb25 {margin-bottom: 15px !important;}
  .mb30 {margin-bottom: 15px !important;}
  .mb35 {margin-bottom: 20px !important;}
  .mb40 {margin-bottom: 20px !important;}
  .mb45 {margin-bottom: 25px !important;}
  .mb50 {margin-bottom: 25px !important;}
  .mb55 {margin-bottom: 30px !important;}
  .mb60 {margin-bottom: 30px !important;}
  .mb65 {margin-bottom: 35px !important;}
  .mb70 {margin-bottom: 35px !important;}
  .mb75 {margin-bottom: 40px !important;}
  .mb80 {margin-bottom: 40px !important;}
  .mb85 {margin-bottom: 45px !important;}
  .mb90 {margin-bottom: 45px !important;}
  .mb95 {margin-bottom: 50px !important;}
  .mb100 {margin-bottom: 50px !important;}

  /* adjust margin-top */
  .mt00 {margin-top: 0 !important;}
  .mt05 {margin-top: 5px !important;}
  .mt10 {margin-top: 5px !important;}
  .mt15 {margin-top: 10px !important;}
  .mt20 {margin-top: 10px !important;}
  .mt25 {margin-top: 15px !important;}
  .mt30 {margin-top: 15px !important;}
  .mt35 {margin-top: 20px !important;}
  .mt40 {margin-top: 20px !important;}
  .mt45 {margin-top: 25px !important;}
  .mt50 {margin-top: 25px !important;}
  .mt55 {margin-top: 30px !important;}
  .mt60 {margin-top: 30px !important;}
  .mt65 {margin-top: 35px !important;}
  .mt70 {margin-top: 35px !important;}
  .mt75 {margin-top: 40px !important;}
  .mt80 {margin-top: 40px !important;}
  .mt85 {margin-top: 45px !important;}
  .mt90 {margin-top: 45px !important;}
  .mt95 {margin-top: 50px !important;}
  .mt100 {margin-top: 50px !important;}
}
/* adjust width */
.w05{width: 5%;}
.w10{width: 10%;}
.w15{width: 15%;}
.w20{width: 20%;}
.w25{width: 25%;}
.w30{width: 30%;}
.w40{width: 40%;}
.w45{width: 45%;}
.w50{width: 50%;}
.w55{width: 55%;}
.w60{width: 60%;}
.w65{width: 65%;}
.w70{width: 70%;}
.w75{width: 75%;}
.w80{width: 80%;}
.w85{width: 85%;}
.w90{width: 90%;}
.w95{width: 95%;}
.w100{width: 100%;}

@media screen and (max-width:768px) {
  .spW100{width: 100% !important;}
}

/* text-align */
.alnR {text-align: right !important;}
.alnL { text-align: left !important; }
.alnC { text-align: center !important; }

.txt_red01 {
  color: #f0501e;
}

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
.clearfix:after {
  content:".";
  display:block;
  height:0.1px;
  visibility:hidden;
  clear:both;
  font-size:0.1em;
  line-height:0;
  }
.clearfix { min-height:1px; }
* html .clearfix  { height:1px; };

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
.pagetop {
    box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}
@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #3293e7;
    }
}




/*----------------------------------------------------
page_rlist01
----------------------------------------------------*/

.page_rlist01.secWrapper{
  padding:0 0 70px;
}


/**/

.page_rlist_box {
	margin-bottom: 50px;
}

.page_rlist01a {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 0 30px 30px 30px;
	border-bottom: 2px solid #ccc;
	box-sizing: border-box;
}

.page_rlist_box .page_rlist01a:first-child {
	border-top: 2px solid #ccc;
	padding: 30px 30px;
}

.page_rlist01a p {
	font-size: 1.8rem;
	line-height: 2.0;
	margin-bottom: 10px;
}

/**/

.page_rlist01b p.page_rlist01b_catch {
	font-size: 2.2rem;
	font-weight: bold;
}

.page_rlist01a_in1 {
	width: 25%;
}

.page_rlist01a_in1 img {
	width: 100%;
	heigth: auto;
}

.page_rlist01a_in2 {
	width: 70%;
	box-sizing: border-box;
}

/* .page_rlist01a_in2 p.btn01 */
p.btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
p.btn01 a{
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*font-size: 1.6rem;*/
  color: #fff;
  background-color: #f1732e;
}
p.btn01 a:after{
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  display: inline-block;
  margin-left: 20px;
  width: 1em;
  font-size: 1.4rem;
  color: #fff;
  text-indent: 0;
  font-weight: 900;
}

.page_rlist01a h4 {
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.page_rlist01a h4:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 5px solid #014395;
  border-radius: 50%;
}

.page_rlist01a h5 {
    font-size: 2.0rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

/**/

.page_rlist01b_inner {
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin-bottom: 60px;
	padding: 0 40px;
	box-sizing: border-box;
}
.page_rlist01b_inner.w_blue {
	background-color: #e5ecf4;
	padding: 60px 40px;
}
.page_rlist01b_inner.l_reverse {
	flex-direction: row-reverse;
}

.page_rlist01b p {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 10px;
}

.page_rlist01b p.page_rlist01b_catch {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	background: #014395;
	color: #fff;
	padding: 8px 0;
	margin-bottom: 0;
}

.page_rlist01b_in1 {
	width: 30%;
}

.page_rlist01b_in1 img {
	width: 100%;
	height: auto;
}

.page_rlist01b_in2 {
	width: 65%;
	box-sizing: border-box;
}

.page_rlist01b_46 .page_rlist01b_in1 {
	width: 40%;
}

.page_rlist01b_46 .page_rlist01b_in2 {
	width: 55%;
}

.page_rlist01b_55 .page_rlist01b_in1,
.page_rlist01b_55 .page_rlist01b_in2 {
	width: 47.5%;
}

.page_rlist01b h4 {
    font-size: 2.8rem;
    line-height: 1.8;
    color: #014395;
    margin-bottom: 20px;
}

.page_rlist01b h4 span {
    color: #333;
}

/**/

.page_rlist01 .title_h2 {
    margin: 40px 0 60px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.page_rlist01 .title_h2 h2 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #014395;
    margin-bottom: 15px;
}

.page_rlist01 .title_h2 p {
	font-weight: bold;
}

.page_rlist01 .title_h3list h3 {
    font-size: 3.0rem;
    color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    background: #014395;
    position: relative;
    box-sizing: border-box;
}

.title_h3detail {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.title_h3detail h3 {
	font-size: 3.0rem;
	font-weight: bold;
}

.title_h3detail h3 span {
	font-size: 2.0rem;
}

.title_h3detail ul {
	display: flex;
	align-items: flex-end;
}

.title_h3detail li {
	border-left: 10px solid #014395;
	padding-left: 10px;
	margin-right: 20px;
}

.page_rlist01 .pnavi {
    margin: 0 0 30px 0!important;
}

.secWrapper.page_rlist01 .contents_menu {
	padding: 15px 0 0 0;
}

@media screen and (max-width:768px) {
  .page_rlist01.secWrapper{
    padding:0 0 40px;
  }

/**/
	.page_rlist01b_inner {
		margin-bottom: 30px;
		padding: 0 20px;
	}
	.page_rlist01b_inner.w_blue {
		padding: 30px 20px;
	}
}

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

	.page_rlist01 .pnavi {
	    display: none;
	}

	.page_rlist01b p {
	    /*font-size: 1.6rem;*/
	    line-height: 1.6;
	}

	.page_rlist01b h4 {
	    font-size: 2.4rem;
	    line-height: 1.6;
	    margin-bottom: 15px;
	}

	.title_h3detail {
		flex-wrap: wrap;
	}

	.title_h3detail h3 {
		width: 100%;
		margin-bottom: 15px;
	}

	.title_h3detail ul {
		flex-wrap: wrap;
		width: 100%;
	}

	.title_h3detail li {
		margin-bottom: 10px;
	}

	.page_rlist01b p.page_rlist01b_catch {
	    font-size: 1.8rem;
	    text-align: left;
	    background: #014395;
	    padding: 8px;
	}

	.page_rlist01a {
		display: block;
	}

	.page_rlist01a_in1,
	.page_rlist01a_in2 {
		width: 100%;
	}

	.page_rlist01a_in1 {
		margin-bottom: 20px;
	}

	.page_rlist01b_inner {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.page_rlist01b_inner.l_reverse {
		flex-direction: column-reverse;
	}

	.page_rlist01b_in1,
	.page_rlist01b_in2 {
		width: 100%!important;
	}



	.page_rlist01b_in1 {
		text-align: center;
	}

	.page_rlist01b_in2 {
		margin-bottom: 30px;
		width: 100%;
	}

}


/* p.btn_rtn */
p.btn_rtn{
  display: flex;
  align-items: center;
  justify-content: center;
}
p.btn_rtn a{
  padding: 20px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  color: #014395;
  border: 2px solid #014395;
  margin-bottom: 80px;
}
p.btn_rtn a:after{
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  display: inline-block;
  margin-left: 20px;
  width: 1em;
  font-size: 1.8rem;
  color: #014395;
  text-indent: 0;
  font-weight: 900;
}
@media screen and (max-width:768px) {
  p.btn_rtn a{
    padding: 20px 10px;
    font-size: 2.0rem;
    width: 100%;
    max-width: 600px;
  }
}

.bnr_ebook {
	text-align: center;
	margin-bottom: 50px;
}


/**/


.h2_tit01,
.h2_tit02 {
    text-align: center;
    margin-bottom: 40px;
}

.h2_tit01 h2,
.h2_tit02 h2 {
    font-size: 2.2rem;
    display: inline-block;
    position: relative;
    padding: 0 1.8em;
    box-sizing: border-box;
}
.h2_tit02 h2 {
    color: #fff;
}
.h2_tit01 h2 span,
.h2_tit02 h2 span {
    color: #e60012;
}
.h2_tit01 h2:before,
.h2_tit02 h2:before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 50px;
    background-image: url(../img/common/h2_tit01_01.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -8px;
    left: 0;
  }
.h2_tit01 h2:after,
.h2_tit02 h2:after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 50px;
    background-image: url(../img/common/h2_tit01_02.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -8px;
    right: 0;
  }
.h2_tit02 h2:before {
    background-image: url(../img/common/h2_tit02_01.png);
  }
.h2_tit02 h2:after {
    background-image: url(../img/common/h2_tit02_02.png);
  }

.topSec03 .h2_tit01 h2 {
    margin-bottom: 70px;
}
.topSec06 .h2_tit02 {
    margin-bottom: 70px;
}


@media screen and (max-width:768px) {
  .h2_tit01,
  .h2_tit02 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .h2_tit01 h2,
  .h2_tit02 h2 {
    font-size: 2.0rem;
    padding: 0 1.25em;
  }
  .h2_tit01 h2:before,
  .h2_tit01 h2:after,
  .h2_tit02 h2:before,
  .h2_tit02 h2:after {
    width: 24px;
    height: 34px;
    top: 0;
  }
  .topSec03 .h2_tit01 h2 {
    margin-bottom: 30px;
  }
  .topSec06 .h2_tit02 {
    margin-bottom: 50px;
  }
}


@media screen and (max-width:640px) {
  .h2_tit01 h2,
  .h2_tit02 h2 {
    font-size: 1.875rem;
  }
}


/* -----------------------
Page Top
----------------------- */

#pagetop {
    position: fixed;
    bottom: 40px;
    right: 2em;
    z-index: 1000000;
}
#pagetop a {
    display: block;
    width: 60px;
    height: 60px;
    background: url('../img/common/ico_tottop.png') no-repeat 0 0;
    background-size: 60px auto;
    overflow: hidden;
    text-indent: -200%;
    opacity: .9;
}

#pagetop a:hover {
    opacity: .6;
}
@media screen and (max-width: 640px) {
    /* sp */
    #pagetop {
        position: fixed;
        bottom: 100px;
        right: 0;
    }
}