@charset "utf-8";
/* //////////////////////////////////
基本設定メモ
color:
font-family:


///////////////////////////////////*/


/* //////////////////////////////////
汎用クラス
///////////////////////////////////*/

body{
	position: relative;
  min-width:100%;
  overflow-x: hidden;
  width:100vw;
  overflow-y:auto;
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    Verdana;
  line-height: 1.7;
}
h1,h2,h3,h4,p,span{
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    Verdana;
}
#header_part {
    height: 80px;
}
a#header_contact {
    display: none;
}
a#header_link {
    display: none;
}
a#header_in_link {
    display: none;
}
@media screen and (min-width: 700px){
#crop_logo img {
    width: 139px;
}
#header_description {
    top: 20px;
}
#header_description span{
    font-size: 0.9em;
}
a#header_contact {
    display: block;
    line-height: 1;
    text-decoration: none;
    color: #000;
    width: 105px;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #FFF;
    position: absolute;
    top: 27px;
    right: 35px;
    border-radius: 2px;
}
a#header_link {
    display: block;
    line-height: 1;
    text-decoration: none;
    color: #000;
    width: 180px;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #FFF;
    position: absolute;
    top: 27px;
    right: 152px;
    border-radius: 2px;
}
a#header_in_link {
    display: block;
    line-height: 1;
    text-decoration: none;
    color: #000;
    width: 25px;
    text-align: center;
    font-size: 12px;
    background: #FFF;
    position: absolute;
    top: 27px;
    right: 0;
    border-radius: 2px;
}
a#header_in_link img{
  width: 100%;
}
}
/* レスポンシブ関連 */
.pc__block{display:block;}
.sp__block{display:none;}
.lh1{line-height: 1;}

.iv{
  opacity: 0;
  transition: all 0.8s;
}
.iv.active{
  opacity: 1;
}


.box__inner{
  max-width:936px;
  margin:0 auto;
  width:90%;
}
.box__flex{
  display: flex;
  justify-content: space-between;
}
.col__2{
  width: 49%;
}
.box__bg-wh{
  background: #fff;
  padding: 25px;
}
.box__bg-whi{
  background: #fff;
}
.box__bg-gr{
  background: #F7F7F7;
  padding: 40px 50px;
}
.btn__bl {
  margin: 20px 40px;
}
.btn__bl a{
  display: block;
  width:480px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  background: #0075C2;
  margin: 0 auto;
  padding: 10px 0;
  transition: all 0.3s;
}
.btn__bl a img{
  margin: 0 20px 0 0;
  position: relative;
  top:6px;
  width:24px;
}
.btn__bl a:hover{
  opacity: 0.8;
}
.btn__contact{
  margin: 60px auto 0;
  display: block;
  width:480px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  background: #FFB44B;
  padding: 10px 0;
  transition: all 0.3s;
}
.btn__contact img{
  margin: 0 20px 0 0;
  position: relative;
  top:6px;
  width:35px
}
.btn__contact:hover{
  opacity: 0.8;
}
.sec__main-visual{
  width:100%;
  background: url(../img/main_bg.jpg) no-repeat center center / cover;
  height:700px;
}
.sec__main-visual .box__inner{
  max-width: 830px;
  padding: 140px 0 0 0;
}
.sec__main-visual h1{
  font-family: Verdana,Helvetica, sans-serif;
  color:#fff;
  font-size: 110px;
  line-height: 1;
  font-weight: bold;
  text-shadow: 2px 3px 4px rgba(0,0,0,0.35);
}
.sec__main-visual h1 span{
  font-size: 70px;
}
.sec__main-visual h1 em{
  font-size: 55px;
  font-family: Verdana,Helvetica, sans-serif;
  font-weight: 900;
  position: relative;
  top:-5px;
}
.sec__main-visual p{
  font-size: 35px;
  font-family: Verdana,Helvetica, sans-serif;
  font-weight: 900;
  color:#fff;
  line-height: 1.3;
  margin: 20px 0 0 0;
  text-shadow: 1px 2px 3px rgba(0,0,0,0.35);
}

.sec__about{
  background: url(../img/bg_about.png) no-repeat center top ;
  padding: 60px 0 95px;
}
.sec__about h2 span{
  font-family: Verdana,Helvetica, sans-serif;
  font-size: 40px;
}
.sec__about h2 {
  font-weight: bold;
  color:#093B92;
  font-size: 32px;
  text-align: center;
}
.sec__about h2 + p{
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin: 0;
}
.sec__about  p{
  margin: 30px 0 0 0;
  font-size: 18px;
  color:#093B92;
}
.sec__about h3{
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin: 60px 0 0 0;
  line-height: 1.3;
}
.sec__about h3 span{
  font-family: Verdana,Helvetica, sans-serif;
}
.sec__about ol{
  display: flex;
  justify-content:space-between;
  margin: 75px 0 0 0;
}
.sec__about ol li{
  width:32%;
  background: url(../img/bg_01.png) no-repeat center top / cover;
  position: relative;
  padding: 70px 20px 0;
  min-height:330px;
  box-sizing: border-box;
}
.sec__about ol li:before{
  content:"";
  width:127px;
  height:95px;
  position: absolute;
  left:calc(50% - 63px);
  top:-47px;
}
.sec__about ol li:nth-child(1):before{
  background: url(../img/ic_point01.png) no-repeat center top / cover;
}
.sec__about ol li:nth-child(2):before{
  background: url(../img/ic_point02.png) no-repeat center top / cover;
}
.sec__about ol li:nth-child(3):before{
  background: url(../img/ic_point03.png) no-repeat center top / cover;
}
.sec__about ol li dl *{
  color: #fff;
}
.sec__about ol li dl dt{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.sec__about ol li:nth-child(1) dl dt,
.sec__about ol li:nth-child(2) dl dt{
  padding: 0.8em;
}
.sec__about ol li dl dt{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.sec__about ol li dl dd{
 margin: 20px 0 0 0;
}
.sec__about ol li a{
  display: block;
  background: #FFB44B;
  color: #fff;
  text-align: center;
  text-indent: 20px;
  position: absolute;
  bottom:-20px;
  left:10%;
  width: 80%;
  padding: 10px 0;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
}
.sec__about ol li a:hover{
  background: #FFC97E;
}
.sec__about ol li a:before{
  content:"";
  position: absolute;
  width:8px;
  height:8px;
  border-right:2px #fff solid;
  border-bottom:2px #fff solid;
  transform: rotate(45deg);
  left:20%;
  top:15px;
  transition: all 0.3s;
}
.sec__about ol li a:hover:before{
  top:20px;
}

.heading__flex{
  display: flex;
  padding: 75px 0 30px;
}
.heading__flex h2{
  width: 29%;
  text-align: center;
  font-size: 32px;
  color:#093B92;
  font-weight: bold;
  margin: -50px 0 0;
  z-index: 2;
}
.heading__flex p{
  width: 64%;
  font-size: 16px;
  margin: -35px 0 0 0;
}
.box__bg-gr img{
  width: 100%;
}
.w80p{
  width:80%;
  margin: 0 auto;
}
.sec__point-1{
  background:url(../img/bg_02.png) no-repeat center top #CEEDFF;
  padding: 30px 0 50px;
  margin: 0 0 40px;
}
.sec__point-1 figure img{
  width:100%;
}
.box__bg-whi img{
  width: 100%;
}
.sec__point-1 .heading__flex h2 img{
  display: block;
  width:192px;
  margin: 0 auto 10px;
}
.sec__point-1 h3{
  text-indent: -10px;
}
.sec__point-1 .box__flex + p{
  text-align: center;
  padding: 30px 0;
}
.sec__point-1 table{
  width:100%;
  border-collapse: collapse;
  margin: 15px 0 10px;
}
.sec__point-1 th{
  color: #fff;
  text-align: center;
  background: #093B92;
  border:solid 1px #fff;
  font-weight: bold;
  line-height: 1.3;
  padding: 5px 0;
}
.sec__point-1 td{
  text-align: center;
  background: #F2F2F2;
  border:solid 1px #fff;
}
.sec__point-1 td.font__bl{
  color: #093B92;
  font-weight: bold;
}
.sec__point-1 th.pd20{
 padding: 35px 0;
}
.sec__point-1 table + p{
  font-size: 14px;
  text-align: right;
}

.sec__point-2{
  background:url(../img/bg_03.png) no-repeat center top #CEEDFF;
  padding: 30px 0 75px;
  margin: 0 0 40px;
}
.sec__point-1 .heading__flex h2 img{
  display: block;
  width:192px;
  margin: 0 auto 10px;
}
.sec__point-2 ol{
  margin: 20px 0 10px;
}
.sec__point-2 ol dt{
  color: #fff;
  background: #093B92;
  padding: 5px 0 5px 30px;
  font-size: 14px;
  position: relative;
}
.sec__point-2 ol li:nth-child(1) dt:before{
  content:"1";
  left:7px;
  top:7px;
  color: #093B92;
  font-weight: bold;
  display: block;
  position: absolute;
  width:18px;
  height:18px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  padding: 1px 0 4px;
  box-sizing: border-box;
  line-height: 1.3;
}
.sec__point-2 ol li:nth-child(2) dt:before{
  content:"2";
  left:7px;
  top:7px;
  color: #093B92;
  font-weight: bold;
  display: block;
  position: absolute;
  width:18px;
  height:18px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  padding: 1px 0 4px;
  box-sizing: border-box;
  line-height: 1.3;
}
.sec__point-2 ol + p{
  font-size: 14px;
  text-align: right;
}
.sec__point-3{
  background:url(../img/bg_04.png) no-repeat center top #CEEDFF;
  padding: 30px 0 75px;
}
.sec__point-3 h2{
  line-height: 1.3;
}
.sec__point-1 .heading__flex h2 img{
  display: block;
  width:192px;
  margin: 0 auto 10px;
  position: relative;
  top: -4px;
  left: -6px;
}
.sec__point-2 .heading__flex h2 img{
  display: block;
  width:192px;
  margin: 0 auto 10px;
  position: relative;
  top: -4px;
  left: -6px;
}
.sec__point-3 .heading__flex h2 img{
  display: block;
  width:192px;
  margin: 0 auto 10px;
  position: relative;
  top: -4px;
  left: -6px;
}


.sec__use{
  padding: 70px 0 80px;
}
.sec__use h2{
  font-weight: bold;
  text-align: center;
  padding: 0 0 50px;
  font-size: 32px;
}
.sec__use h3{
  background: #093B92;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 25px;
  overflow: hidden;
}
.sec__use h3 span{
  float: right;
  font-size: 16px;
  position: relative;
  font-weight: normal;
  top:10px;
}
.sec__use .box__cmn + .box__cmn {
  margin: 30px 0 0 0;
}
.sec__use figure{
  text-align: center;
}
.sec__use dl{
  background: #fff;
  margin: 30px 0 0;
}
.sec__use dl dt{
  display: inline-block;
  color: #093B92;
  font-weight: bold;
  padding: 20px 30px;
  font-size: 20px;
  border-right:solid 2px #F7F7F7;
}
.sec__use dl dd{
  display: inline-block;
  color: #093B92;
  font-weight: bold;
  padding: 20px 0 20px 30px;
  font-size: 16px;
}
.sec__use dl dd:before{
  content:"○ ";
}

.sec__btn{
  padding: 0 0 150px;
}
.sec__btn ul{
  display: flex;
  justify-content: space-between;
}
.sec__btn ul li{
  width: 49%;
}
.sec__btn li:nth-child(1) a{
  display: block;
  width:100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  background:  #00A9BA;
  padding: 14px 0 20px;
  transition: all 0.3s;
}
.sec__btn li:nth-child(2) a{
  display: block;
  width:100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  background:  #FFB44B;
  padding: 20px 0;
  transition: all 0.3s;
}
.sec__btn li:nth-child(1) a img{
  margin: 0 20px 0 0;
  position: relative;
  top:9px;
  width: 26px;
}
.sec__btn li:nth-child(2) a img{
  margin: 0 20px 0 0;
  position: relative;
  top:6px;
  width: 35px;
}
.sec__btn li a:hover{
  opacity: 0.8;
}

.side_fix{
  position: fixed;
  right:0;
  top:70px;
}
.side_fix ul{
  background: #fff;
  padding: 2px 0 2px 2px;
}
.side_fix li{
  width: 80px;
  line-height: 0.8;
}
.side_fix li img{
  width: 100%;
}
.side_fix li a{
  transition: all 0.3s;
}
.side_fix li a:hover{
  opacity: 0.8;
}


@media screen and (max-width:1000px) {
.pc__block{display:block;}
.sp__block{display:none;}
.sec__use img{
  width:100%;
}
.sec__point-1 .box__flex img{
  width:100%;
}
.sec__point-2 img{
  width: 100%;
}
.sec__main-visual h1 {
    font-size: 10vw;
}
.sec__main-visual {
    height: 500px;
}
.sec__use h3 span {
    float: none;
    display: block;
    top: 0;
}
.sec__use dl dt {
    display: block;
    color: #093B92;
    font-weight: bold;
    padding: 20px 30px;
    font-size: 20px;
    border-right: none;
    border-bottom: solid 1px #F7F7F7;
}
.sec__about ol li dl dt {
    font-size: 2.5vw;
}
.heading__flex {
    justify-content: space-around;
}
.sec__point-1 th.pd20 {
    padding: 15px 0;
}
.heading__flex h2 {
    font-size: 3.2vw;
}
.btn__contact {
    width: 90%;
}
.sec__use dl dt {
    padding: 10px 30px;
}
#header_part {
    height: 60px;
}
a#header_contact {
    top: 15px;
    right: 55px;
}
a#header_link {
    top: 15px;
    right: 172px;
}
a#header_in_link {
    top: 15px;
    right: 20px;
}
#header_description {
    top: 10px;
}
#crop_logo {
    width: auto;
    height: auto;
    position: absolute;
    top: 8px;
    left: 5px;
    width:80px;
}
}


@media screen and (max-width:640px) {
.pc__block{display:none;}
.sp__block{display:block;}
.sec__main-visual + div img{
  width:100%;
}
.sec__about h2 span {
    font-size: 9vw;
}
.sec__about h2 {
    font-size: 7vw;
}
.sec__about {
    background: url(../img/bg_about_sp.png) no-repeat center -130px;
    padding: 30px 0 0;
}
.sec__about h3 {
    font-size: 9vw;
}
.sec__about ol {
    display: block;
    margin: 50px 0 0 0;
}
.sec__about ol li {
    width: 100%;
    background: url(../img/bg_01.png) no-repeat center top / cover;
    position: relative;
    padding: 30px 20px 50px;
    min-height: auto;
    box-sizing: border-box;
    margin: 0 0 60px;
}
.sec__about ol li dl dt {
    font-size: 5.5vw;
}
.sec__about ol li dl dd {
    margin: 0;
}
/*.sec__about ol li:nth-child(1):before {
    background: url(../img/point_01sp.png) no-repeat center top / cover;
}
.sec__about ol li:nth-child(2):before {
    background: url(../img/point_02sp.png) no-repeat center top / cover;
}
.sec__about ol li:nth-child(3):before {
    background: url(../img/point_03sp.png) no-repeat center top / cover;
}*/
.sec__about ol li:before {
    content: "";
    width: 100px;
    height: 75px;
    position: absolute;
    left: calc(50% - 50px);
    top: -36px;
}
.sec__about ol li dl dt{
    padding: 0.8em 0 0.2em!important;
}
.sec__about ol li a {
    left: 15%;
    width: 70%;
}
.heading__flex {
    display: block;
    padding: 125px 0 20px;
}
.sec__point-1 .heading__flex h2 img,
.sec__point-2 .heading__flex h2 img,
.sec__point-3 .heading__flex h2 img{
    display: none;
}
.heading__flex p {
    width: 100%;
    font-size: 16px;
    margin: 10px 0 0 0;
}
.heading__flex h2 {
    width: 100%;
    font-size: 6vw;
    margin: 0 0 10px;
}
.box__flex {
    display: block;
}
.col__2 {
    width: 100%;
}
.col__2 + .col__2{
    margin: 15px 0 0;
}
.box__bg-wh {
    padding: 15px;
}
.sec__point-1 th{
  font-weight: normal;
  font-size: 14px;
}
.btn__bl {
    margin: 0 0;
}
.btn__bl a {
    width: 100%;
    font-size: 16px;
    padding: 10px 0 20px;
}
.sec__point-1 {
    padding: 30px 0 10px;
    margin: 0 0 30px;
}
.box__bg-gr {
    padding: 20px;
}
.side_fix li {
    width: 60px;
    line-height: 0.8;
}
.btn__contact {
    width: 100%;
    padding: 15px 0;
    margin: 20px auto 0;
}
.sec__point-3 {
    background: url(../img/bg_04_sp.png) no-repeat center top #CEEDFF;
    padding: 30px 0 30px;
}
.sec__point-2 {
    background: url(../img/bg_03_sp.png) no-repeat center top #CEEDFF;
    padding: 30px 0 30px;
    margin: 0 0 20px;
}
.sec__point-1 {
    background: url(../img/bg_02_sp.png) no-repeat center top #CEEDFF;
    padding: 30px 0 30px;
    margin: 0 0 20px;
}
.sec__use {
    padding: 20px 0 30px;
}
.sec__use h2 {
    padding: 0 0 20px;
    font-size: 8vw;
}
.sec__use h3 span{
  display: none;
}
.sec__use h3 {
    font-size: 18px;
}
.sec__use .box__bg-gr p{
  margin: 0 0 10px;
}
.sec__use dl {
    background: transparent;
    margin: 30px 0 0;
}
.sec__use dl dt {
    padding: 0;
    font-size: 16px;
}
.sec__use dl dd {
    display: block;
    font-weight: normal;
    padding: 0;
    font-size: 16px;
}
.sec__btn ul {
    display: block;
}
.sec__btn ul li {
    width: 100%;
}
.sec__btn ul li + li{
  margin: 15px 0 0 0;
}
.sec__btn {
    padding: 0 0 60px;
}
.sec__btn li:nth-child(1) a{
   padding: 11px 0 19px;
}
.sec__btn li:nth-child(2) a {
    padding: 15px 0;
}
.sec__use dl {
    margin: 10px 0 0;
}
.box__bg-whi {
    background: #fff;
    padding: 10px 20px 15px;
}
.text_point{
  color: #093B92;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto;
}
.text_point2{
  line-height: 1.2;
  margin: 0 0 10px;
  font-size: 18px;
}
.text_point2 span{
  color: #093B92;
  font-weight: bold;
}
.side_fix {
    position: fixed;
    right: auto;
    top: auto;
    bottom: 0;
    left: 0;
    width:100%;
    z-index: 5;
}
.side_fix ul{
  display:  flex;
  background: #fff;
  padding: 2px 0 0;
  width:100%;
}
.side_fix ul li{
  width:33.3333%;
  text-align: center;
}
.side_fix ul li a{
  width:100%;
  text-align: center;
  display:  block;
}
.side_fix ul li a{
  background: #0075C2
}
.side_fix ul li:nth-child(2) a{
  background: #00A9BA;
}
.side_fix ul li:nth-child(3) a{
  background: #FFB44B;
}
.side_fix ul li a img{
  height:70px;
  width:auto;
  margin: 0 auto;
}
#header_part {
    height: 40px;
}
#footer_part {
    padding: 15px 0 230px;
}
.sec__main-visual + .sp__block{
  padding: 40px 0 0 0;
}
}