@charset "utf-8";

@font-face{font-family:"Noto Sans JP";font-display:swap;src:url(../fonts/NotoSansJP-VariableFont_wght.ttf)format("truetype")}
/************************************************************
Reset default browser CSS.
*************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; outline: 0; vertical-align: baseline; margin: 0; padding: 0;}
:focus { outline: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
ol, ul { list-style: none;}
table { border-collapse: collapse;border-spacing: 0;}
caption, th, td { font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
img { height: auto;}
a img { border: 0;}
html{
font-size: 62.5%; /*10px*/
background :#03162c;
}
body{width: 100%;}
#body{
background :#03162c;
color: #333;
font-family: "Noto Sans JP","游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Helvetica,sans-serif;
font-size: 1.5rem;
line-height: 1.5;
word-wrap: break-word;
/* http://keagelog.blogspot.jp/2013/03/text-size-adjust.html */
/*-moz-text-size-adjust: none;
-ms-text-size-adjust: 100%;*/
-webkit-text-size-adjust: 100%;
/*text-size-adjust: 100%;*/
}
@media only screen and (min-width: 769px){
#body{
font-size: 1.6rem;
line-height: 1.8;
}
}
*html{ background: #fff;}
.pc_only {display: block;}
.sp_only {display: none;}

@media only screen and (max-width: 765px){
.pc_only {display: none;}
.sp_only {display: block;}
}
/************************************************************
Clearfix
*************************************************************/
#wrapper:after { content:""; display: table; clear: both;}
#wrapper { zoom: 1;}
.clearfix:after { content: " "; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix { display: inline-table; min-height: 1%;}
* html .clearfix { height: 1%;}
.clearfix { display: block;}

/************************************************************
Link
*************************************************************/
a {
margin: 0;
padding: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
color: #1F1813;
text-decoration: none;
transition-property: color;
transition-duration: 0.3s;
transition-property: opacity;
transition-duration: 0.3s;
}
a:hover,
a:active {
outline: none;
opacity: .7;
text-decoration: none;
transition: 0.5s all;
}
a:hover img:not(.op) {
opacity: 0.75;
filter: alpha(opacity=75);
-moz-opacity:0.75;
-ms-filter: "alpha( opacity=75 )";
-moz-transition: 0.5s ease-in-out;
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
    -webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
/* Firefox Bug */
background: #FFF;
/* IE8 Bug */
display /*\**/:inline-block\9;
zoom /*\**/: 1\9;
}
a.tel {
text-decoration:none;
}


/************************************************************
header
*************************************************************/
header {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
.header_inner {
  width: 1000px;
  margin: 0 auto;
}
header .logo {
  display: block;
  text-align:left;
  margin-left: 2%;
}
header .logo img {
  width: 150px;
  max-width: 200px;
}
.fv {
  width: 100%;
}
.fv .fv_inner{
  width: 1000px;
  margin: 0 auto;
}
.contents {
  width: 100%;
  background-image: url(./images/250401/back01.png),url(./images/250401/back01.png),url(./images/250401/back02.png);
  background-position:
    top right,
    bottom right,
    left,
    right;
  background-repeat: no-repeat,no-repeat;
  background-size: 40% ,25% ,52%;
}
.contents_inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.contents_wrapper {
  width: 920px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  background-image:
  repeating-linear-gradient(
    90deg,
    #eee ,
    #eee 1px,
    transparent 1px,
    transparent 16px
  ),
  repeating-linear-gradient(
    0deg,
    #eee ,
    #eee 1px,
    #fff 1px,
    #fff 16px
  );
}
.contents_wrapper02 {
  background: rgba(3,22,44,0.6);
}
.rule {
  padding:  6rem;
  color: #fff;
  font-size: 140%;
  text-align:center;
}
.rule span{
  color: #feda26;
}
.step {
  padding: 4rem;
  margin-bottom: 5rem;
}
.step h3{
  width: 70%;
  background: #fff;
  padding: .5rem 3rem;
  color: #03162c;
  margin: 0 auto 3rem auto;
  font-size: 140%;
  font-weight: bold;
  border: 5px solid #03162c;
  border-radius: 15px;
  box-shadow: 5px 5px 0 #a5daf2;
  letter-spacing: .1rem;
}
.step .number{
  font-size: 140%;
}
.step ul{
  margin: 0 auto;
  width: 70%;
}
.step li{
  display:flex;
  font-size:100%;
  margin: 2rem 0;
}
.step li .step_item{
  display:flex;
  align-items: center;
  font-size:100%;
  width: 100%;
}
.step .step_icon{
  text-align: center;
}
.step .step_icon img{
  display: block;
  width: 40px;
  text-align: center;
  margin: 0 auto;
}
.step .step_text{
  font-weight :bold;
  font-size: 120%;
  letter-spacing: .1rem;
  width:70%;
}
.step .step_number{
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 100%;
  padding: 2rem;
  color: #feda26;
  background: #03162c;
  border-radius: 50px;
  margin-right: 15px;
  letter-spacing: .1rem;
}

@media only screen and (max-width: 767px){
  header .logo img {
    width: 100px;
    padding: 5px;
  }
  .header_inner {
    width: 100%;
  }
  .fv .fv_inner{
    width: 100%;
  }
  .fv .fv_inner img{
    width: 100%;
  }
  .contents_inner {
    width: 100%;
  }
  .contents_wrapper {
    width: 95%;
  }
  .contents_wrapper img{
    width: 100%;
  }
  .rule {
    padding:  4rem 1.5rem;
    font-size: 95%;
    line-height: 150%;
  }
  .step {
    padding: 4rem 1rem;
  }
  .step h3{
    width: 80%;
    font-size: 120%;
    line-height: 120%;
    padding: 2rem;
  }
  .step ul{
    width: 100%;
  }
  .step li{
    width: 90%;
    margin: 1.5rem auto;
  }
  .step .step_number{
    width:52px;

    font-size: 85%;
  }
  .step .step_icon img{
    width: 25px;
  }
  .step .step_text{
    font-size: 100%;
    width: 70%;
    text-align:center;
  }
  .step .step_item{
    width: 100%;
  }
}
/************************************************************
COMPANY
*************************************************************/
.text-color {
  font-size: 250%;
  font-weight: bold;
  letter-spacing: .2rem;
  margin: 2rem 0 4rem 0;
  color: #03162c;
}
.company_inner {
  position: relative;
  width: 800px;
  margin: 0 auto 4rem auto;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 0 10px #ddd;
  text-align: left;
}
.company_img {
  width: 100%;
}
.company_img img{
  width: 100%;
}
.company_text_inner {

}
/*リボンの設定*/
.cp_ribbon11_2 {
  line-height: 50px;
  text-shadow: 0 1px 0 #666;
  position: absolute;
  top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% + 10px);
  height: 50px;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 10rem;
  text-align: center;
  color: #ffffff;
  font-size: 140%;
  letter-spacing:.2rem;
  font-weight: bold;
  background:linear-gradient(90deg,#6abe1f 10%, #9be300 80%);
  box-shadow:0 5px 5px rgba( 50,50,50, .3);
}
/*リボンの影の共通設定*/
.cp_ribbon11_2:before,
.cp_ribbon11_2:after {
  position: absolute;
  top: 100%;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #656565;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.cp_ribbon11_2:before {
  left: 0;
}
.cp_ribbon11_2:after {
  right: 0;
  transform: scale(-1, 1);/*左右反転*/
}
.reco {
  background: #f6f6f6;
  text-align:center;
  margin: 3rem 0 0 0 ;
  border-radius: 10px;
  padding: 2rem 0;
}
.reco ul{
  text-align:left;
  width: 80%;
  margin: 0 auto ;
}
.reco .famr {
  text-align:center;
  padding: .3rem;
  font-weight: bold;
  letter-spacing: .2rem;
  border-radius: 10px;
  border: 3px dotted #999;
  margin: 0 auto  1rem auto;
  width: 45%;
  color: #999;
}
.reco li{
  letter-spacing: .2rem;
}
.reco li img{
  display:inline-block;
  position: relative;
  top: 8px;
  margin-right: 8px;
}
@media only screen and (max-width: 767px){
  .company_inner {
    width: 90%;
  }
  .text-color {
    font-size: 160%;
  }
  .logodown {
    width: 100%;
    margin:0 auto;
    text-align: center;
  }
  .logodown img{
    width: 40%;
    margin:0 auto;
    text-align: center;
  }
  .reco .famr {
    width: 80%;
  }
  .reco ul{
    width: 95%;
  }
  /*リボンの設定*/
  .cp_ribbon11_2 {
    line-height: 50px;
    text-shadow: 0 1px 0 #666;
    position: absolute;
    top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% + 10px);
    height: 40px;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 10rem;
    text-align: center;
    color: #ffffff;
    font-size: 140%;
    letter-spacing:.2rem;
    font-weight: bold;
    background:linear-gradient(90deg,#6abe1f 10%, #9be300 80%);
    box-shadow:0 5px 5px rgba( 50,50,50, .3);
  }
  /*リボンの影の共通設定*/
  .cp_ribbon11_2:before,
  .cp_ribbon11_2:after {
    position: absolute;
    top: 100%;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #656565;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
  }
  .cp_ribbon11_2:before {
    left: 0;
  }
  .cp_ribbon11_2:after {
    right: 0;
    transform: scale(-1, 1);/*左右反転*/
  }
  .reco li{
    font-size: 90%;
  }
}
/************************************************************
共通部分
*************************************************************/
.btn01 {
  display: block;
  margin: 6rem  auto 4rem auto;
  text-align: center;
  width: 80%;
  font-size: 200%;
  letter-spacing: 0.2rem;
  font-weight: bold;
  color: #fff;
  padding: 1.5rem 0;
  border-radius: 50px;
  text-shadow: 0  0 #666;
  background: #ffbf00;
  border: 4px solid #ff9900;
  box-shadow: 0 6px 0 #ff9900;
  text-shadow: 0 -1px 0 #666;
}
.btn02 {
  display: block;
  margin: 0 auto 4rem auto;
  text-align: center;
  width: 50%;
  font-size: 100%;
  letter-spacing: 0.2rem;
  font-weight: bold;
  color: #333;
  padding: 1rem 1rem;
  border-radius: 50px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 150%;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #fff;
  border: 5px solid #03162c;
  text-decoration: none;
  color: #03162c;
  font-weight: bold;
  box-shadow: 0 0 0 #fff;
  width: 60px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
#close {
    text-align: center;
    margin: 8rem 0;
    font-weight: bold;
}
#body {
    width: 100%;
    margin:0 auto;
    text-align: center;
}
#body > img {
    width: 100%;
    display: block;
    margin-bottom:2rem;
}

.btn {
    width: 90%;
    display: block;
margin:0 auto 2rem;
max-width:700px;
}
.btn-c {
    width: 100%;
    display: block;
margin:0 auto 1rem;
max-width:700px;
}
#wrap > .illust {
    width: 50%;
    margin: 0 auto;
}
@media only screen and (max-width: 767px){
  #page-top {
    bottom: 10px;
    right: 10px;
  }
  #page-top a{
    font-family: "Noto Sans JP","游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Helvetica,sans-serif;
  }
  .btn01 {
    width: 95%;
    font-size: 140%;
    margin: 3rem  auto 3rem auto;
  }
  .btn02 {
    width: 60%;
    font-size: 90%;
  }

}
/************************************************************
footer
*************************************************************/

footer {
  width: 100%;
  background: #333;
  color: #fff;
}
footer .footer_inner{
  width: 1000px;
  text-align:center;
  margin: 0 auto;
  color: #fff;
  letter-spacing: .2rem;
  padding: 5rem 0;
}
@media only screen and (max-width: 767px){
  footer .footer_inner{
    width: 100%;
    font-family: "Noto Sans JP","游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Helvetica,sans-serif;
  }
}
/************************************************************
contents
*************************************************************/
#page {
width: 900px;
margin: 0 auto;
}
@media only screen and (max-width: 767px){
#page {
width: 100%;
}
}
#contents {
margin-bottom:3rem;
}

/*company*/
#company {
    padding: 0 1.5rem 1.5rem 1.5rem;
    box-sizing: border-box;
    background: #f6f6f6;
}
#company > ul > li {
    background: #FFF;
    border: 1px solid #7BBA4C;
    border-radius: 0.5rem;
    margin-bottom: 4rem;
    position: relative;
    padding: 1.5rem;
    box-sizing: border-box;
}
#company > ul > li:nth-of-type(4):before {
    content: none;
}
#company > ul > li > div {
position:relative;
}
#company > ul > li > div > .linkIcon {
    position: absolute;
    top: 0;
    right: 0;
    background: #e8f3d8;
    line-height: 4rem;
    text-align: center;
    font-size: 3rem;
    border-radius: 0.5rem;
    border: 2px solid #7bba4c;
    box-sizing: border-box;
    padding: 0.5rem;
}
#company > ul > li > div > .linkIcon i {
    color: #7bba4c;
}
#company > ul > li > div > .linkIcon span {
    font-size: 0.8rem;
    display: block;
    line-height: 1;
    color: #7bba4c;
    font-weight: bold;
}
#company > ul > li > div h2 {
    color: #6DB239;
    font-weight: bold;
    display: block;
    font-size: 2rem;
    height: 6.5rem;
    line-height: 6.5rem;
    margin-bottom: 1rem;
}
#company > ul > li > div > img {
    max-width: 700px;
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}
#company > ul > li > div > div {
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
}
#company > ul > li > div > div p {
    margin-bottom: 1.5rem;
}
#company > ul > li > div > div h3 {
    color: #6DB239;
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
#company > ul > li > div > div h3:before {
content:"\f13a";
color:#C00;
}
#company > ul > li > div > div ul li {
    list-style-type: disc;
    margin-left: 2rem;
}
#company > ul > li > div > div span:nth-of-type(2) {
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
}
@media only screen and (max-width: 379px){
#company > ul > li > div h2 {
font-size: 1.8rem;
}
}

#company .company_title {
    font-weight: bold;
    margin: 1rem 0 0 0;
    text-indent: -1.5rem;
    padding: 0 0 0 1.5rem;

}
#company .company_detail {
    font-size: 90%;
    margin: 0 ;
    padding: 0 0 0 1.5rem;
}
/*overview*/
#overview {
    border: 1.5rem solid #E8F3D8;
    padding: 1.5rem;
    box-sizing: border-box;
    font-family: "游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Helvetica,sans-serif;
}
#overview > h1 {
    font-size:140%;
    font-weight:bold;
}
#overview > p {
    text-align: left;
}
#overview > p:nth-of-type(1) {
    font-size: 2rem;
    font-weight: bold;
    color: #E50011;
    margin-bottom: 2rem;
}
#overview section {
    margin: 2rem 0;
    text-align: left;
}
#overview section h2 {
    color: #6CB239;
    font-weight: bold;
    text-align: left;
    font-size: 120%;
    margin: 15px 0 10px 0;
    padding-left: 10px;
    border-left: 6px solid #6CB239;
}
#overview section p {
    margin-bottom: 1rem;
    font-size: 16px;
}

p#note {
font-size: 2.5rem;
color: #E50011;
font-weight: bold;
}



/************************************************************
formHeader
*************************************************************/
#formHeader {
    border-bottom: 1px solid #CCC;
    margin-bottom: 4rem;
    padding: 1rem 0;
}
#formHeader a img {
max-width: 280px;
width:40%;
border: 0;
margin: 0 auto 2rem;
display: block;
}
#formHeader h1 {
color: #333;
font-size: 26px;
font-weight: normal;
text-align: center;
}
#formHeader > h1 > span {
display:inline-block;
}
@media only screen and (max-width: 1075px) {
}
@media only screen and (max-width: 767px){
#formHeader {
border-bottom: none;
margin-bottom: 2rem;
padding: 1rem 0 0;
}
#formHeader a img {
margin: 0 auto 1rem;
}
#formHeader > h1 {
font-size: 2rem;
background: #74c53d;
color: #FFF;
font-weight: bold;
line-height: 1.2;
padding: 1rem;
}
#formHeader > h1 > span {
display:block;
}
#formHeader + p {
box-sizing: border-box;
padding: 0 10px;
text-align: left;
}
}

/************************************************************
formWrap
*************************************************************/
#formWrap {
    width:100%;
    margin: 0 auto 60px;

}
#formWrap iframe{
    height:1800px;
}
#formWrap > h2 {
    color: #FFF;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
    background: #2774D1;
    border: none;
    padding: 3rem 0;
}
#formWrap > p {
margin:50px auto;
    text-align: center;
}
#formWrap > p.error_messe {
margin:1rem auto;
color:#C00;
}
#formWrap > div.info {
    background: #EFEFEF;
    padding: 1rem;
    margin-bottom: 1rem;
    box-sizing: border-box;
}
@media only screen and (max-width: 1075px) {
#formWrap {
width: 100%;
}
#formWrap > p {
margin:50px auto;
}
}
@media only screen and (max-width: 767px){
#formWrap > h2 {
margin-bottom: 1rem;
font-size: 2rem;
}
#formWrap iframe{
    height:2000px;
}
#formWrap > p {
text-align:left;
margin: 0 auto 1rem;
}
#formWrap > p.contact {
background:#EFEFEF;
padding:1rem;
box-sizing: border-box;
}
}
