/* CSS Document */
/*リセット*/
h1, h2, h3, h4, h5, h6 { font-weight:bold; margin:0;}
h1{ margin:0; padding:0;}

ol, ul { margin:0; padding:0}
dl { margin:0; padding:0}
ol li { list-style:none; }
ul li { list-style:none; }
dl, dt, dd{margin:0; padding:0;}
a{margin:0; text-decoration: none;}
p{margin:0; line-height:150%; color: #000;}
a{outline:none;}
button{ outline:none;}
/* --TABLE-- */
th { font-weight:bold; text-align:center; }
table{border-collapse:collapse;}

/* clearfix */
.clearfix:after { content:""; display:block; clear:both; }
	/* for IE6 */
	* html .clearfix { display:inline-block; }
	/* for IE7 */
	*+html .clearfix { display:inline-block; }

img {
    border-style:none;
	height:auto;
	max-width:100%;
}
br{
	letter-spacing:0;}
.clear {
    clear:both; height:0; line-height:0;}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;}  
.clearfix { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-align: left;
	line-height: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	box-sizing:border-box;
}

/*スクロール処理*/
.scroll-fade{opacity: 0; transition: all 2s/*処理にかかる時間*/;}
.scroll-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.scroll-updelay01.done, .scroll-updelay02.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 3s/*処理にかかる時間*/;}
.load-fade02{opacity : 0; transition : all 3s/*処理にかかる時間*/;}
.load-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.load-up.done, .load-fade.done, .load-fade02.done{opacity : 1; transform : translate(0, 0);}
.m_over:hover{opacity: 0.75;}

.disp_pc{display:block!important;}
.disp_sp{display:none!important;}
.disp_in_pc{display:inline-block;}
.disp_in_sp{display:none;}
.mi{font-family:"Zen Old Mincho", YuMincho, '游明朝',"小塚明朝 Pr6N R","小塚明朝 Pro R", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
body {font-family: Noto Sans JP, sans-serif;}
.center{text-align: center;}
@media screen and (max-width: 769px) {
  .disp_pc{display:none!important;}
  .disp_sp{display:block!important;}
  .disp_in_pc{display:none;}
  .disp_in_sp{display:inline-block;}
  img{ max-width:100%;}
}

/*header*/
.head {
  padding: 20px 10px 5px;
}
.head_inner{
  max-width:1200px;
  margin: 0 auto;
}
.head_inner img{
    max-width:270px;
    min-width:270px;
  }
@media screen and (max-width: 769px) {
  .head_inner img{
    max-width:200px;
    min-width:200px;
  }
}

/*パンくずリスト*/
.m-breadcrumbs {
  padding: 12px;
}
.m-breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  max-width:1200px;
  margin: 0 auto;
  gap: 10px;
}
.m-breadcrumbs-list_item {
  white-space: nowrap;
  position: relative;
}
.m-breadcrumbs_link, .m-breadcrumbs_text {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #8e8e8e;
}
.m-breadcrumbs-list_item:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #8e8e8e;;
}
.m-breadcrumbs_current {
  font-weight: 700;
  color: #006c60;
}
.m-breadcrumbs-list_item:last-child:after {
  display: none
}
@media screen and (max-width: 769px) {
  .head {
    padding: 3vw 10px 1vw;
  }
  .m-breadcrumbs-list_item {
    white-space: wrap;
  }
}

/*タイトル*/
.mainttl {
  background: #005d60;
  font-size: 36px;
  line-height: 1.4;
  padding: 15px 0 10px;
  color: #fff;
  font-weight: bold;
  border-top: 10px solid #006c60;
}
.mainttl span {
  display: block;
  padding: 0 10px;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .mainttl {
    font-size: 5.466vw;
    line-height: 1.4;
    padding: 1.8vw 0 0.8vw;
    border-top: 10px solid #006c60;
  }
  .mainttl span {
    padding: 0 10px;
    max-width: 100%;
  }
}

/*mv*/
.mv {
  background: url("/images/customer/web_service/first/mv_bg.png") no-repeat scroll center bottom;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 30px 30px 0 0;
}
.mv_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 75px 0 50px;
}
.mv_inner h2 {
  width: 72.75%;
}
.mv_btnarea {
  margin: 35px 0 0 4%;
  width: 53.33%;
}
.mv_btnarea p {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color:  #fff;
}
.mv_btnarea a{
  margin-bottom: 25px;
  margin-top: 8px;
}
.btn01 {
  display: block;
  background:url("/images/customer/web_service/first/icon03.png") no-repeat scroll 92% center #fff;
  border-radius: 40px;
  padding: 14px 10px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #005e60;
  line-height: 130%;
}
.btn01 span {
  display: inline-block;
  text-align: center;
  padding-left: 50px;
  background:url("/images/customer/web_service/first/icon01.png") no-repeat scroll left center;
}
.btn02 {
  display: block;
  background:url("/images/customer/web_service/first/icon03.png") no-repeat scroll 92% center #f5d84f;
  border-radius: 40px;
  padding: 14px 10px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #005e60;
  line-height: 130%;
}
.btn02 span {
  display: inline-block;
  text-align: center;
  padding:13px 0 13px 50px;
  background:url("/images/customer/web_service/first/icon02.png") no-repeat scroll left center;
}
.mv_abs {
  position: absolute;
  width: 32.16%;
  right: 0;
  bottom: -5%;
  animation: fadeIn 1s ease 0s 1 normal;
}
/* fadeIn */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 769px) {
  .mv {
    background: url("/images/customer/web_service/first/mv_bg_sp.png") no-repeat scroll center bottom;
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
    background-size: cover;
  }
  .mv_inner {
    position: relative;
    max-width: 92%;
    margin: 0 auto;
    padding: 9vw 0 9vw;
  }
  .mv_inner h2 {
    width: 100%;
  }
  .mv_btnarea {
    margin: 10vw 0 0 0;
    width: 100%;
  }
  .mv_btnarea p {
    font-size: 3.2vw;
  }
  .mv_btnarea a{
    margin-bottom: 4vw;
    margin-top:1vw;
  }
  .btn01 {
    padding: 2.5vw 10px;
    font-size: 4vw;
    background-size: 6vw auto;
  }
  .btn01 span {
    padding-left: 7vw;
    background-size: 5vw auto;
  }
  .btn02 {
    padding: 2.5vw 10px;
    font-size: 4vw;
    background-size: 6vw auto;
  }
  .btn02 span {
    padding:2.6vw 0 2.6vw 7vw;
    background-size: 5vw auto;
  }
  .mv_abs {
    position: static;
    width: 60.31%;
    right: 0;
    bottom: 0;
    display: block;
    margin: 4vw auto 0;
  }
}

/*cont01*/
.cont01 {
  max-width: 1380px;
  margin: 0 auto;
  padding: 90px 10px 120px;
  box-sizing: border-box;
  background: url("/images/customer/web_service/first/cont_bg.png") no-repeat scroll center bottom #fff8e8;
}
.cont_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.cont01 h2 {
  text-align: center;
}
.cont_flex {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.cont_flex li{
  width: 32.5%;
}
.scroll-updelay01{
  opacity: 0; 
  transform: translateY(100px); 
  transition: all 2s;
  transition-delay: 0.7s;
}
.scroll-updelay02{
  opacity: 0; 
  transform: translateY(100px); 
  transition: all 2s;
  transition-delay: 1.4s;
}
.cont01 h3 {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #005e60;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .cont01 {
    max-width: 90%;
    margin: 0 auto;
    padding: 6vw 0 16vw;
    box-sizing: border-box;
    background: url("/images/customer/web_service/first/cont_bg_sp.png") no-repeat scroll center bottom #fff8e8;
  }
  .cont_inner {
    max-width: 92%;
  }
  .cont_flex {
    margin: 0;
    display: block;
  }
  .cont_flex li{
    width: 74.92%;
    margin: 6vw auto 0;
  }
  .scroll-updelay01{
    transition-delay: 0s;
  }
  .scroll-updelay02{
    transition-delay: 0s;
  }
  .cont01 h3 {
    margin-top: 7vw;
    padding-top: 6vw;
  }
}

.cont02 {
  padding: 80px 0;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sttl {
  font-size: 24px;
  text-align: center;
  color: #005e60;
  font-weight: 500;
  padding-bottom: 30px;
  background: url("/images/customer/web_service/first/cont_ub.png") no-repeat scroll center bottom;
  background-size: 240px auto;
  line-height: 130%;
}
.cont_btnarea {
  margin: 30px auto;
  max-width: 600px;
}
.cont_btnarea p {
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
}
.cont_btnarea p a{
  font-size: 16px;
  color: #0000ff;
  text-decoration: underline;
}
.cont_btnarea .btn02 span {
  background: none;
  padding:13px 0 13px 0;
}
.faq_box02 {
  max-width: 1420px;
  margin: 100px auto 0;
  padding: 0 10px;
}
.faq_box02 p {
  text-align: center;
  padding: 70px 10px;
  background: #fff8e8;
  border-radius: 15px;
}
.faq_box02 p a {
  color: #005E60;
  font-size: 32px;
  font-weight: bold;
  padding-left: 50px;
  background: url(/images/customer/web_service/first/guide_iconqa.png) no-repeat scroll left center;
}
.faq_box02 p a span {
  border-bottom: 1px solid #005E60;
}
.cont_btnarea02{
  margin: 90px auto 0;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
.cont_btnarea02 a{
  width: 48%;
}
.cont_btnarea02 .btn01 {
  background:url("/images/customer/web_service/first/icon03_w.png") no-repeat scroll 92% center #005e60;
  color: #fff;
}
.cont_btnarea02 .btn01 span{
  background:url("/images/customer/web_service/first/icon01_w.png") no-repeat scroll left center;
}
.ub {
  padding: 70px 0 60px;
  background: #f1f6f6;
}
.btn03 {
  display: block;
  background:url("/images/customer/web_service/first/icon03_g.png") no-repeat scroll 92% center #fff;
  border-radius: 40px;
  padding: 27px 10px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #839aab;
  line-height: 130%;
  box-shadow: 0px 0px 15px -6px #777777;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
   .cont02 {
    padding: 10vw 0;
    max-width: 90%;
    margin: 0 auto;
  }
  .sttl {
    font-size: 4.8vw;
    padding-bottom: 5vw;
    background-size: 45vw auto;
    line-height: 130%;
  }
  .cont_btnarea {
    margin: 5vw auto;
    max-width: 100%;
  }
  .cont_btnarea p {
    margin-top: 5px;
    font-size: 3.599vw;
  }
  .cont_btnarea p a{
    font-size: 3.599vw;
  }
  .cont_btnarea .btn02 span {
    background: none;
    padding:2.6vw 0 2.6vw 7vw;
  }
  .faq_box02 {
    max-width: 100%;
    margin: 14vw auto 0;
    padding: 0;
  }
  .faq_box02 p {
    padding: 14vw 0 8vw;
  }
  .faq_box02 p a {
    font-size: 6.4vw;
    padding: 7vw 0 0 0;
    background-position: center 0%;
    background-size: 6vw auto;
  }
  .cont_btnarea02{
    margin: 8vw auto 0;
    max-width: 100%;
    display: block;
  }
  .cont_btnarea02 a{
    width: 100%;
    margin-bottom: 4vw;
    box-sizing: border-box;
  }
  .cont_btnarea02 .btn01 {
    background-size: 6vw auto;
  }
  .cont_btnarea02 .btn01 span{
    background-size: 5vw auto;
  }
  .ub {
    padding: 8vw 0 8vw;
  }
  .btn03 {
    padding: 5vw 10px;
    font-size: 4vw;
    background-size: 6vw auto;
    max-width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

/*footer*/
.foot {
  padding: 10px;
  background: #005d60;
  font-size: 10px;
  text-align: center;
  color: #fff;
}