@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------
common　css
--------------------------------------------------*/
/* reset
-------------------------*/
section.secMain {
 margin-bottom: 0 !important;
}
.clo-box-01, .clo-box-02, .sectionWrapper-02 {
 text-align: left !important;
 letter-spacing: 0.05em;
}
/*link*/
.clo-box-01 a:hover, .clo-box-02 a:hover {
 transition: opacity 0.2s ease !important;
}
img {
 vertical-align: top;
 max-width: 100%;
 border-style: none;
}
.clearfix::after {
 content: "";
 display: block;
 clear: both;
}
.cB {
 clear: both !important;
}
/* common
-------------------------*/
.pL10 {
 padding-left: 10px;
}
/*link icon*/
a.externalLink:after {
 content: "";
 margin: 0 0.2em;
 vertical-align: middle;
 line-height: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 display: inline-block;
 width: 12px;
 height: 12px;
 background: url(/img/cmn/blank_01.png);
 -moz-background-size: 100% 100%;
 background-size: 100% 100%;
}
/*arrow link icon*/
.module-iconArrowRL01 {
 text-indent: 100%;
 vertical-align: middle;
 white-space: nowrap;
 overflow: hidden;
 display: inline-block;
 position: relative;
 width: 1.5em !important;
 height: 1.5em !important;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 background-color: #fff !important;
 margin-top: -3px;
}
.module-iconArrowRL01:before {
 content: "";
 margin: auto;
 position: absolute;
 top: 0;
 right: 0.2em;
 bottom: 0;
 left: 0;
 width: 0.5em !important;
 height: 0.5em !important;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg) translateZ(1px);
 border-top: 3px solid #006271 !important;
 border-right: 3px solid #006271 !important;
}
/* top voice
-------------------------*/
.clo-box-01, .clo-box-02 {
 padding-bottom: 30px;
}
.clo-box-01 h3, .clo-box-01 p, .clo-box-01 a, .clo-box-02 h3, .clo-box-02 p, .clo-box-02 a {
 color: #ffffff !important;
}
.txt_udline {
 padding-bottom: 4px;
 border-bottom: 1px solid #fff;
}
.sectionWrapper-01 {
 padding: 30px 0 60px;
}
.contentWrapper {
 max-width: 1280px;
 margin: 0 auto;
 padding: 0 30px;
 position: relative; /*画像の基準値*/
 z-index: 1;
}
.clo-box-01_relative {
 /* コンテンツ上余白*/
 padding-top: 200px;
}
/* 左寄せコンテンツ
-------------------------*/
/*img*/
.clo-box-01 .img_wrapper-01 {
 width: 80%; /*max-width: 1240px;全体の*/
 position: absolute;
 top: 25%;
 left: 20px;
 z-index: -1;
 background-color: #f8f8f8;
}
/*button*/
.content-01 {
 /*
 width: 50%;
 max-width: 60%;
*/
 width: 50%;
 min-height: 10rem;
 margin-left: auto; /*コンテンツ右寄せ*/
 padding: 3rem 4rem;
 background: rgba(0, 98, 113, 1);
 background: linear-gradient(90deg, rgba(0, 76, 106, 1), rgba(0, 46, 73, 1)100%);
 box-shadow: 0px 0px 106px rgb(0 0 0 / 13%);
}
/* 右寄せコンテンツ
-------------------------*/
/*img*/
.clo-box-02 .img_wrapper-02 {
 width: 80%; /*max-width: 1240px;全体の*/
 position: absolute;
 top: 25%;
 right: 20px;
 z-index: -1;
 background-color: #f8f8f8;
 text-align: right; /*写真右寄せ*/
}
/*button*/
.content-02 {
 /*
  width: 50%;
 max-width: 60%;
*/
 width: 50%;
 min-height: 10rem;
 margin-right: auto; /*コンテンツ右寄せ*/
 padding: 3rem 4rem;
 background: rgba(0, 98, 113, 1);
 background: linear-gradient(90deg, rgba(0, 76, 106, 1), rgba(0, 46, 73, 1)100%);
 box-shadow: 0px 0px 76px rgb(0 0 0 / 13%);
}
.clo-box-02:last-child {
 padding-bottom: 240px !important;
}
/*h3 p */
.content_inner {
 /* max-width: 85%; */
 /*横幅549pxの85%*/
}
.content_inner h3 {
 font-size: 1.285rem;
 line-height: 2;
 letter-spacing: 0.05em;
 margin: 0;
}
.content_inner p {
 /*  font-size: 1.071rem;*/
 font-size: 1rem;
 line-height: 1.5;
 margin: 0;
}
/*

.title {
    margin-bottom: 6.2rem;
    font-size: 3rem;
    font-weight: normal;
}
.text {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 1.6;
}
.title ,.text {
    margin-left: 64px;
}
a.btn {
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 3rem 0rem;
    text-align: center;
    width: 320px;
    background-color: #206140;
    color: #F5F7FC;
}
a.btn:hover {
	transform: translateY(-4px);
}
*/
.clo-box-02 .img_wrapper {
 width: 80%; /*max-width: 1240px;全体の*/
 position: absolute;
 top: 25%;
 left: 20px;
 z-index: -1;
 background-color: #f8f8f8;
}
/*丸ボタン*/
.arrow-btn {
 position: relative;
 /*
 padding: 30px 39px 30px 0;
 width: 280px;
 color: #fff;
*/
 /*
 font-size: 18px;
 font-weight: 700;
 text-decoration: none;
*/
}
.arrow-btn a::before {
 content: '';
 position: absolute;
 top: 50%;
 right: 0;
 transform: translateY(-50%);
 width: 80px;
 height: 80px;
 border: 2px solid #fff;
 border-radius: 50%;
}
a.arrow-btn::after {
 content: '';
 width: 8px;
 height: 8px;
 border-top: 3px solid #fff;
 border-right: 3px solid #fff;
 transform: rotate(45deg);
}
/*bottom */
#secSpotlight {
 background-color: #f8f8f8 !important;
}
#secSpotlight .secOuter {
 padding-top: 60px;
}
/*reset*/
.secOuter ul {
 list-style: none;
 padding-left: 0;
}
#secSpotlight .secOuter .secInner ul li p {
 /*  font-size: 1rem;*/
 font-size: 14px;
 line-height: 1.6;
 color: #333;
}
#secSpotlight .secOuter .secInner ul li h3 {
 /* font-size: 1.285rem;*/
 font-size: 1rem;
 line-height: 1.6;
 letter-spacing: 0.05em;
 color: #333;
}
#secSpotlight .secOuter .secInner a.inl-b {
 font-weight: bold;
 color: #005;
 display: inline-block !important;
}
.sectionWrapper-02 {
 max-width: 1280px;
 margin: auto;
}
.sectionWrapper-02 .voice-title h3 {
 font-size: 1rem;
}
.sectionWrapper-02 .voice-title p {
 font-size: 14px;
 line-height: 1.6;
}
/*
/*高さの違う要素揃える*/
.sectionWrapper-02-inr {
 display: block;
 overflow: hidden;
}
.col-box-03 {
 width: 20%;
 display: block;
 padding-bottom: 32768px;
 margin-bottom: -32768px;
 /*   margin-left:10px;*/
 background: #A88;
 float: left;
 /*
 margin-left: 1%;
 margin-right: 1%;
*/
}
.col-box-03-inr {
 padding: 1rem;
}
.col-box-03 .pic {
 width: 100%;
 /*	vertical-align: middle;*/
}
.col-box-03 .voice-title {
 /*	display: inline-block;*/
 /*	vertical-align: middle;*/
}
/*
.col-box-03 h1{
	margin: 0;
	font-size:22px;
}
*/
/*
.col-box-03 p {
 margin: 0;
 line-height: 1;
}
*/
.voice-title {
 /*overflow: hidden; 文字の回り込み無し*/
 /*
 padding-bottom:32768px;
   margin-bottom:-32768px;
*/
}
/* -------------------------------------------------
sp tablet css
--------------------------------------------------*/
@media (max-width: 768px) {
 .contentWrapper {
  padding: 0 1rem;
 }
 .sectionWrapper-01 {
  padding: 30px 0;
 }
 .clo-box-01_relative {
  padding-top: 65%;
 }
 .content-01, .content-02 {
  margin: auto;
 }
 .content_inner {
  /* width: 100%;*/
 }
 /* 左寄せコンテンツ
-------------------------*/
 /*gradation　button*/
 /*button*/
 .content-01 {
  /*
 width: 50%;
 max-width: 60%;
*/
  width: 80%;
  min-height: 10rem;
  margin: auto;
  /* margin-left: 0; コンテンツ右寄せ*/
  padding: 2rem;
  background: rgba(0, 98, 113, 1);
  background: linear-gradient(90deg, rgba(0, 76, 106, 1), rgba(0, 46, 73, 1)100%);
  box-shadow: 0px 0px 106px rgb(0 0 0 / 13%);
 }
 .content-02 {
  /*  margin-right: 0;*/
 }
 /*button*/
 .content-02 {
  /*
  width: 50%;
 max-width: 60%;
*/
  width: 80%;
  min-height: 10rem;
  margin: auto;
  /* margin-right: ; コンテンツ右寄せ*/
  padding: 2rem;
  background: rgba(0, 98, 113, 1);
  background: linear-gradient(90deg, rgba(0, 76, 106, 1), rgba(0, 46, 73, 1)100%);
  box-shadow: 0px 0px 76px rgb(0 0 0 / 13%);
 }
 .clo-box-01 .img_wrapper-01, .clo-box-02 .img_wrapper-02 {
  width: 80%; /*max-width: 1240px;全体の*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
  background-color: #f8f8f8;
 }
 /*ボタンのテキスト*/
 /*
.content-01,
 .content-02 {
  padding: rem;

 } 
*/
 .content_inner {
  /*  margin: auto;*/
 }
 .content_inner h3 {
  font-size: 1rem;
 }
 .content_inner p {
  font-size: 15px;
 }
 .clo-box-01_relative {
  padding-top: 50%;
 }
}
@media (max-width: 520px) {
 .clo-box-01_relative {
  padding-top: 80%;
 }
}