@charset "utf-8";
@media print, screen and (min-width: 990px) {
/* ------------------------------------------------------
 * Reset（スタイルをリセットする用の記述 ※モダンブラウザに対応する必要があれば都度最新化してください。）
------------------------------------------------------ */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration: line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input,select{vertical-align:middle;}
/* ----- custom ----- */
main{display:block;margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
h1,h2,h3,h4,h5,h6,small{font-weight:normal;}
ul,ol{list-style:none;}
strong{font-weight:bold;}
em,i{font-style:italic;}
address{font-style:normal;}
hr,legend{display:none;}
time{display:block;}
sub,sup{position:relative;font-size:74%;line-height:1;}
sup{top:-.15em;}
sub{bottom:-.1em;}
img{max-width:100%;height:auto;vertical-align:top;}
/* ------------------------------------------------------
 * Basic
------------------------------------------------------ */
html {
font-size: 62.5%;/* 1.0rem = 10px 固定 （以降、PC/SPともにフォントサイズの表記は rem 表記に統一してください）  */
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
color: #333;
font: 1.6rem/1.75 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
word-wrap : break-word;
}
body *,
body *::before,
body *::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* ----- a ----- */
a {
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
a:link    {color:#0075c2;text-decoration:underline;}
a:visited {color:#0075c2;text-decoration:underline;}
a:hover   {color:#0075c2;text-decoration:none;opacity: 0.8;}
a:active  {color:#0075c2;text-decoration:none;}
/* ----- form ----- */
input,
select,
textarea,
button,
pre {
border-radius: 0;
box-shadow: none;
color: #333;
font: 1.6rem/1.75 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type="text"],
textarea {
-webkit-appearance: none;
appearance: none;
}
ul{
text-align: left;
}
/* ------------------------------------------------------
 * 汎用スタイル
------------------------------------------------------ */
/* ----- hidden ----- */
.pc-hidden{/* （PC表示の時だけ要素を消します） */
  display: none !important;
}
/* ----- inner-block ----- */
.inner-block{/* （主にPC表示の際に、要素の幅を固定するようの大枠として指定します） */
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
/* ----- text-paragraph ----- */
.text-paragraph01{
  text-align: center;
  margin-bottom: 20px;
}
.text-paragraph01 > span{
  font-weight: bold;
}
/* ------------------------------------------------------
 * 各種ボタン
------------------------------------------------------ */
p.linkBtn_Type1{
  text-align: center;
  
}
p.linkBtn_Type1 a{
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  padding: 30px;
  background: #FF7BB8;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0px 3px 6px #00000029;
}
.requestBox p.linkBtn_Type1{
  padding: 0;
}
p.linkBtn_Type2{
  text-align: center;
  
}
.requestBox p.linkBtn_Type2{
  padding: 0;
}
p.linkBtn_Type2 a{
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  padding: 30px;
  background: #6CBBF5;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0px 3px 6px #00000029;
}
/* ----- ヘッダーの右ボタン用 ----- */
#header.Header > .header-fix-wrap > .header-fixheight > #headerBody.headerBody > .btn-col{
  text-align: center;
  width: 35%;
  max-width: 400px;
}
#header.Header > .header-fix-wrap > .header-fixheight > #headerBody.headerBody > .btn-col > .heading_btn{
  text-align: center;
  width: 100%;
}
#header.Header > .header-fix-wrap > .header-fixheight > #headerBody.headerBody > .btn-col > .heading_btn a{
  display: block;
  width: 100%;
  font-weight: bold;
  color: #fff;
  padding: 12px 0;
  background: #6CBBF5;
  border-radius: 50px;
  text-decoration: none;
  font-size: clamp(1.2rem, calc(0.75rem + 1vw), 1.6rem);
}
/* ------------------------------------------------------
 * ヘッダー
------------------------------------------------------ */
/* ※スムーススクロールや追従の各種数値の制御はjsにて管理しています。 */

/* ----- headerBody -----*/
#header.Header > .header-fix-wrap{
  width: 100%;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 12px 0 rgba(0, 0, 0, .12);
}
#header.Header > .header-fix-wrap > .header-fixheight{
  width: 100%;
  margin: 0 auto;
}
#header.Header > .header-fix-wrap > .header-fixheight > #headerBody.headerBody{
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
}
#header.Header > .header-fix-wrap > .header-fixheight > #headerBody.headerBody a{
  width: 100%;
  height: 100%;
}
#header.Header > .header-fix-wrap > .header-fixheight > #headerBody.headerBody > .heading_btn{
  margin-left: auto;
}
#header.Header > .header-fix-wrap > .header-fixheight > #headerBody.headerBody .heading_title{
  font-size: 4.6rem;
  font-weight: bold;
}
#header.Header > .header-fix-wrap > .header-fixheight > #headerBody.headerBody .heading_title a{
  text-decoration: none;
  color: #707070;
  line-height: 0.5;
}
#header.Header > .header-fix-wrap > .header-fixheight > #headerBody.headerBody .heading_title a img{
  vertical-align: middle;
}
#header.Header > .header-fix-wrap > .header-fixheight > #headerBody.headerBody .heading_title a span{
  font-size: 2.0rem;
  margin-left: 0.5em;
  vertical-align: baseline;
}

/* ------------------------------------------------------
 * Footer
------------------------------------------------------ */
/* ----- footer -----*/
#footer.Footer{
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
  background: #222;
}
/* ----- footerBody -----*/
#footer.Footer > #footerBody.footerBody{
}
/* ----- Pagetop ----- */
.Pagetop{
  position: fixed;
  display: none;
  right: 5%;
  bottom: 275px;
  width: 70px;
  height: 70px;
  background: #333;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 9998;
}
.Pagetop a{
  display: block;
  position: relative;
  height: 100%;
}
.Pagetop a:after{
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -4px;
  margin-left: -7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#footer.Footer > #footerBody.footerBody >.footer_continer{
  width: 1400px;
  margin: 0 auto;
  padding: 80px 0 20px;
}
#footer.Footer > #footerBody.footerBody >.footer_continer > .footer_linklist{
  display: flex;
  width: 100%;
}
#footer.Footer > #footerBody.footerBody >.footer_continer > .footer_linklist > .linkList{
  width: calc((100% - 45px) / 3);
  text-align: left;
}
#footer.Footer > #footerBody.footerBody >.footer_continer > .footer_linklist > .linkList > ul > li:nth-child(1){
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
#footer.Footer > #footerBody.footerBody >.footer_continer > .footer_linklist > .linkList > ul > li{
  font-size: 14px;
  margin-bottom: 10px;
}
#footer.Footer > #footerBody.footerBody >.footer_continer > .footer_linklist > .linkList > ul > li > a{
  color: #fff;
  text-decoration: none;
}
#footer.Footer > #footerBody.footerBody >.footer_continer > .footer_linklist > .linkList > ul > li.logo img,
#footer.Footer > #footerBody.footerBody >.footer_continer > .footer_linklist > .linkList > ul > li.logo  > a > img {
  width: 60%;
}
#footer.Footer > #footerBody.footerBody >.footer_continer > .footer_linklist > .linkList > ul > li.sns_link > ul.link_box{
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
#footer.Footer > #footerBody.footerBody >.footer_continer > .footer_linklist > .linkList > ul > li.sns_link > ul.link_box > li{
  width: 8%;
  margin-right: 10px;
}
#footer.Footer > #footerBody.footerBody > .footer-copyright{
  padding: 20px;
  text-align: center;
  background: #000;
  color: #999;
  font-size: 12px;
}
/* ------------------------------------------------------
 * mainContents
------------------------------------------------------ */ 
/* ---------------- hero ---------------- */
.hero{
  text-align: center;
}
/* ------------------------------------------------------
 * panelBox
------------------------------------------------------ */
.panelBox p{
  font-size: 1.6rem;
  padding: 0 20px 20px;
}
.panelBox:nth-child(2n){
  background: #fff;
}
.panelBox{
  padding: 40px 10px ;
  background: #FFF0F8;
}
.panelBox .panel-name{
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 20px;
}
.panelBox .panel-name span{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FDAFD7;
}
.panelBox .read-text{
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}


.panelBox ul.service-list{}

.panelBox ul.service-list li.service-card{
  width: 100%;
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 16px;
  box-shadow: 0px 5px 8px #00000029;

}

.panelBox ul.service-list li.service-card a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #333;
}


.panelBox ul.service-list li.service-card a div.service-icon{
  width: 20%;
  margin: 0 32px 0 16px;
}
.panelBox ul.service-list li.service-card a div.service-icon img{
  width: 100%;
}

.panelBox ul.service-list li.service-card a dl dt{
  font-size: 1.8rem;
  margin-bottom: 8px;
  font-weight: bold;
}
.panelBox ul.service-list li.service-card a dl dd{
  font-size: 1.6rem;
  padding-left: 1em;
}



.panelBox .describeCard{
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.panelBox .describeCard > p{
  width: 50%;
  margin-right: 20px;
}
.panelBox .describeCard > ul.link_Type01{
  font-size: 1.8rem;
  font-weight: bold;
 }
.panelBox .describeCard > ul.link_Type01 > li{
  margin-bottom: 0.8em;
 }
/* ------------------------------------------------------
 * requestBox
------------------------------------------------------ */
.panelBox .requestBox{
  text-align: center;
  position: relative;
}
.panelBox .requestBox .boxTitle{
  position: absolute;
  top: -32px;
  left: 24%;
  display: inline-block;  
  padding: 15px;
  background: #EEB34D;
  color: #FFF;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  width: 50%;
  border-radius: 10px;
}
.requestBox p{
  width: 770px;
  margin: auto;
  font-size: 1.6rem;
  padding: 40px 10px;
}
.requestBox p + p{
  padding: 0px 10px 40px;
}
.panelBox .requestBox p.linkBtn_Type1{
  margin-bottom: 20px;
}
.requestBox ul{
  width: 770px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 20px;
  margin-top: 40px;
  border: 2px solid #EEB34D;
  border-radius: 10px;
  background-image: url("../img/houjin_03.gif");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: 20%;
  background-position: 100% 90%;
}
.requestBox ul.request02{
  background-image: url("../img/houjin_04.gif");
}
.requestBox ul li{
  width: 100%;
  font-size: 2.4rem;
  padding-left: 1em;
  margin-bottom: 1.0em;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
}
.requestBox ul li:before{
  position: absolute;
  content: "・";
  display: block;
  left: 0;
}
.requestBox .reader{
  margin: 30px 0 20px;
}
.requestBox .reader .dot{
  color: #EEB34D;
  font-size: 0.8rem;
  line-height: 1.6;
}
.requestBox .plan-name{
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.requestBox .plan-name span{
  font-size: 2.4rem;
}


/* ------------------------------------------------------
 * inquiry
------------------------------------------------------ */
.inquiry{
  background: #417DC3;
  text-align: center;
  color: #fff;
  padding: 30px 10px 50px;
  font-weight: bold;
  font-size: 2.7rem;
}
.inquiry p.linkBtn_Type2{
  width: 770px;
  margin: 20px auto 0;
}


















} 