@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, em, strong, th {
  font-style: normal;
}

strong {
  color: #5cabd1;
}

strong.bk {
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, fieldset {
  border: 0;
  -webkit-backface-visibility: hidden;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

/*IE6*/
* html img {
  vertical-align: bottom;
}

/*IE7*/
*:first-child + html img {
  vertical-align: bottom;
}

a {
  outline: none;
}

sup {
  font-size: 50%;
}

/* Fonts
------------------------------------------------------------*/
body {
  font-size: 75%;
  /* IE */
  font-family: "qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","Meiryo",verdana,Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
  /*
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/
  -webkit-text-size-adjust: 100%;
}

html > body {
  font-size: 12px;
  /* Except IE */
}

/* clearfix
------------------------------------------------------------*/
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .cf {
  zoom: 1;
}

/* IE6 */
*:first-child + html .cf {
  zoom: 1;
}

/* IE7 */
.ani_none,
.ani_none > *,
.ani_none:before,
.ani_none:after {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
}

/*------------ 初期設定 ------------*/
h2, h3, p, dt, dd {
  color: #555555;
  font-size: 21px;
  line-height: 1.8;
}

/*------------ 全体 ------------*/
.sp {
  display: none;
}

.pkzl {
  background: #fff;
  padding: 10px 0 25px;
}

.pkzl p {
  width: 960px;
  font-size: 14px;
  color: #777777;
  margin: 0 auto;
}

._hover {
  opacity: 1;
  transition: all 0.4s;
}

._hover:hover {
  opacity: 0.7;
}

a:hover img {
  opacity: 0.70;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -ms-filter: "alpha(opacity=70)";
}

/*------------ WRAPPER ------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  color: #555555;
  background: #f4f4f4;
}

#wrapper .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#wrapper a,
#wrapper a:link,
#wrapper a:visited {
  color: #4d9cc2;
  text-decoration: none;
}

#wrapper a:hover,
#wrapper a:active {
  color: #4d9cc2;
  text-decoration: underline;
}

#wrapper a.link,
#wrapper a.link:link,
#wrapper a.link:visited {
  color: #4d9cc2;
  text-decoration: underline;
}

#wrapper a.link:hover,
#wrapper a.link:active {
  color: #4d9cc2;
  text-decoration: none;
}

#wrapper img {
  max-width: 100%;
  height: auto;
}

/*------------ HEADER ------------*/
#header {
  border-top: #009e96 solid 3px;
  border-bottom: #009e96 solid 2px;
  background: #ffffff;
}

#header .inner {
  width: 960px;
  margin: 20px auto 0;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
}

#header h1 {
  margin-left: 5px;
}

#header p {
  font-size: 14px;
  color: #000000;
  position: absolute;
  left: 117px;
  line-height: 1.571;
  top: 5px;
}

#header p span {
  font-size: 18px;
  color: #009e96;
}

#header ul {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 0;
}

#header ul li {
  display: inline-block;
}

#header ul li a {
  display: block;
  font-size: 13px;
  line-height: 1.7;
  color: #000;
  text-decoration: none;
  position: relative;
}

#header ul li:nth-child(1) a {
  padding-left: 31px;
}

#header ul li:nth-child(2) a {
  padding-left: 41px;
}

#header ul li:nth-child(1) a:before {
  content: "";
  display: block;
  background: url(../img/icon01.png) no-repeat left top;
  width: 29px;
  height: 27px;
  position: absolute;
  left: 0;
  top: -3px;
}

#header ul li:nth-child(2) a:before {
  content: "";
  display: block;
  background: url(../img/icon02.png) no-repeat left top;
  width: 34px;
  height: 37px;
  position: absolute;
  left: 0;
  top: -7px;
}

#header ul li:nth-child(1) {
  margin-right: 12px;
}

#header a,
#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
  color: #009e96;
  text-decoration: none;
}

._hover {
  opacity: 1;
  transition: all 0.4s;
}

._hover:hover {
  opacity: 0.7;
}

/*------------ FOOTER ------------*/
#footer {
  background: #777777;
  padding: 29px 0 25px;
  text-align: center;
  line-height: 0.1;
}

#footer img {
  width: 446px;
}

/*------------ MAIN ------------*/
#main {
  text-align: center;
  margin-bottom: 123px;
  background: url("../img/main_bg_pc.jpg") top center no-repeat #f4f4f4;
}

#main h2 {
  padding-top: 27px;
  margin-bottom: 425px;
}

#main dl.intro {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  background: url("../img/main_bg02_pc.png") left bottom no-repeat;
  position: relative;
  padding-bottom: 20px;
}

#main dl.intro dt {
  margin-bottom: 40px;
}

#main dl.intro dd.ph {
  position: absolute;
  left: 60px;
  top: 315px;
}
#main dl.intro dd.ph ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 372px;
}
#main dl.intro dd.ph ul li {
  box-sizing: border-box;
  flex-basis: 120px;
  margin-bottom: 6px;
}

#main dl.intro dd.txt {
  padding: 0 60px 0 457px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 2;
}

#main dl.intro dd.txt + dd.txt {
  padding: 0 60px 0 60px;
}

/*------------ ITEM ------------*/
#item {
  padding-bottom: 134px;
}

#item h2 {
  text-align: center;
  padding-bottom: 480px;
  margin-bottom: 70px;
  background: url("../img/item_ttl_bg_pc.png") center bottom no-repeat;
}

#item dl {
  width: 500px;
  position: relative;
  margin-bottom: 40px;
}

#item dl.item01 {
  padding-top: 55px;
}
#item dl.item01 dd {
  top: 175px;
}

#item dl.item02 {
  position: absolute;
  left: 548px;
  top: 0;
}

#item dl.item04 {
  position: absolute;
  left: 548px;
  top: 332px;
}

#item dl.item06 {
  position: absolute;
  left: 548px;
  top: 757px;
}
#item dl.item06 dd {
  top: 140px;
}

#item dl dd {
  width: 210px;
  position: absolute;
  left: 0;
  top: 120px;
  font-size: 18px;
  line-height: 1.55;
}
#item dl dd.flat_ttl {
  box-sizing: border-box;
  top: 260px;
  width: 100%;
  color: #528fb2;
  font-weight: bold;
  line-height: 1.5;
}
#item dl dd.flat_nav {
  top: 300px;
  left: 320px;
  width: 175px;
  font-weight: bold;
  text-align: right;
  line-height: 1.5;
}

#item dl dd a {
  display: inline-block;
  margin-top: 12px;
}

/*------------ LEAD ------------*/
#lead {
  background: url("../img/lead_bg_pc.jpg") center 60px no-repeat #fff;
  padding: 150px 0 140px;
  text-align: center;
}

#lead h2 {
  width: 510px;
  margin: 0 auto 82px;
  text-align: left;
}

/*------------ SEC01 ------------*/
/* .case */
.case {
  padding-bottom: 100px;
}

.case .inner {
  background: url("../img/case_bg_body_pc.png") left bottom repeat-y;
}

.case .inner .cnt {
  background: url("../img/case_bg_bottom_pc.png") left bottom no-repeat;
  padding-top: 60px;
  padding-bottom: 76px;
}

.case h2 {
  width: 1000px;
  margin: 0 auto;
}

/* .before */
.before ul {
  padding: 0 0 0 60px;
  margin-bottom: 56px;
  font-size: 0;
}

.before ul li {
  display: inline-block;
}

.before ul li + li {
  margin-left: 33px;
}

.before dl {
  width: 880px;
  margin: 0 auto 40px;
  box-sizing: border-box;
}

.before dl dd {
  font-size: 21px;
  line-height: 1.8;
}

.before dl.hone dt {
  margin-bottom: 35px;
}

.before dl.ideal {
  background: #fffbd6;
  padding: 54px 40px 40px;
  margin-bottom: 0;
}

.before dl.ideal dt {
  margin-bottom: 25px;
}

/* .after */
.after .inner .cnt {
  padding-top: 60px;
  padding-bottom: 50px;
}

.after h3 {
  margin-bottom: 60px;
  text-align: center;
}

.after .items + .items h3 {
  width: 980px;
  border-top: #efefef solid 3px;
  padding-top: 56px;
  margin: 0 auto 60px;
}

.after dl.item {
  margin: 0 0 60px 80px;
  position: relative;
}

.after dl.item dd {
  width: 475px;
  position: absolute;
  left: 0;
  top: 130px;
  font-size: 18px;
  line-height: 1.55;
}

.after dl.item dd.ptn01pc {
  top: 180px;
}

.after dl.item dd a {
  display: inline-block;
  margin-top: 12px;
}

/* ttl bg */
#beforeA {
  background: url("../img/beforeA_bg_pc.jpg") center top no-repeat;
  padding-top: 232px;
}

#afterA {
  background: url("../img/afterA_bg_pc.jpg") center top no-repeat #f0f7fb;
  padding-top: 232px;
}

#beforeB {
  background: url("../img/beforeB_bg_pc.jpg") center top no-repeat;
  padding-top: 232px;
}

#afterB {
  background: url("../img/afterB_bg_pc.jpg") center top no-repeat #f0f7fb;
  padding-top: 232px;
}

/*------------ SEC02 ------------*/
/* .case */
#sec02 {
  background: #6fbade;
}

#sec02 > h2 {
  text-align: center;
  padding: 120px 0 92px;
}

#sec02 .before {
  margin-bottom: 35px;
}

#sec02 .before ul {
  padding: 0 0 0 40px;
}

#sec02 .before ul li + li {
  margin-left: 0px;
}

#sec02 .before dl.hone::after {
  content: "";
  background: url("../img/case_bg_arrow_pc.png") left top no-repeat;
  display: block;
  width: 242px;
  height: 80px;
  position: absolute;
  left: 380px;
  bottom: -80px;
}

#sec02 .after dl.item dd {
  top: 125px;
}

#sec02 .after dl.item dd.ptn01pc {
  top: 115px;
}

#sec02 .after dl.item dd.ptn03pc {
  top: 0px;
}

/*------------ RESULT ------------*/
#result {
  background: #6fbade;
  padding: 0 0 100px;
  text-align: center;
}

/*------------ LINK ------------*/
#link {
  background: #f0f7fb;
  padding-bottom: 90px;
}

#link .inner {
  width: 960px;
}

#link h2 {
  background: url("../img/link_ttl_bg_pc.png") center top no-repeat;
  font-size: 42px;
  line-height: 1.714;
  font-weight: normal;
  padding: 130px 0 85px;
  text-align: center;
  color: #4d9cc2;
}

#link dl {
  float: left;
  background: url("../img/link_cnt_bg.png") left top repeat-y #fff;
  border-radius: 10px;
  /*border-left: #f69741 solid 8px;*/
  padding: 30px 30px 25px 25px;
  margin-bottom: 30px;
  box-sizing: border-box;
  width: 960px;
}

#link dl.half {
  width: 460px;
  box-sizing: border-box;
}

#link dl.half + dl.half {
  margin-left: 39px;
}

#link dl dt {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 22px;
  border-bottom: #d0d0d0 solid 1px;
  margin-bottom: 17px;
}

#link dl dd.txt {
  font-size: 17px;
  line-height: 1.764;
  margin-bottom: 13px;
}

#link dl.half dd.txt {
  min-height: 90px;
}

#link dl dd.btns {
  font-size: 0px;
}

#link dl dd.btns a {
  display: inline-block;
  margin-bottom: 15px;
}

#link dl dd.btns a + a {
  display: inline-block;
  margin-left: 10px;
}

#link dl dd.btns a:nth-of-type(4){
  margin-left: 0;
}

/*-------- text_right --------*/
.t_right {
  text-align: right;
}

/*-------- text_left --------*/
.t_left {
  text-align: left;
}

/*-------- center --------*/
.t_center {
  text-align: center;
}

/*-------- left --------*/
.left {
  float: left;
}

/*-------- right --------*/
.right {
  float: right;
}

/*-------- ClearBoth --------*/
.cb {
  clear: both;
}

/*-------- COLOR --------*/
.red {
  color: #FF0000;
}

.orange {
  color: #FF6600;
}

.blue {
  color: #0097B2;
}

/*-------- FONT --------*/
.bold {
  font-weight: 700;
}

.f10 {
  font-size: 10px;
}

.f14 {
  font-size: 14px;
}

/*-------- WIDTH --------*/
.w149 {
  width: 149px;
}

.w180 {
  width: 180px;
}

.w287 {
  width: 287px;
}

.w380 {
  width: 380px;
}

.w304 {
  width: 304px;
}

/*-------- HEIGHT --------*/
.h350 {
  height: 350px;
}

.h375 {
  height: 375px;
}

.h500 {
  height: 420px;
}

.h600 {
  height: 470px;
}

/*-------- MARGIN --------*/
.ml3 {
  margin: 0 0 0 3px;
}

.ml10 {
  margin: 0 0 0 10px;
}

.ml30 {
  margin: 0 0 0 30px;
}

.ml40 {
  margin: 0 0 0 40px;
}

.ml60 {
  margin: 0 0 0 60px;
}

.ml70 {
  margin: 0 0 0 70px;
}

.mb10 {
  margin: 0 0 10px 0;
}

.mb15 {
  margin: 0 0 15px 0;
}

.mt3 {
  margin: 3px 0 0 0;
}

.mt10 {
  margin: 10px 0 0 0;
}

.mt20 {
  margin: 20px 0 0 0;
}

.mt30 {
  margin: 30px 0 0 0;
}

/*-------- PADDING --------*/
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pl10 {
  padding-left: 10px;
}

.pl12 {
  padding-left: 12px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb20 {
  padding-bottom: 20px;
}

/*-------- COMMON --------*/
.pic {
  padding: 2px;
  display: block;
  border: 1px solid #CCCCCC;
}

.hidden {
  overflow: hidden;
}

.abs {
  position: absolute;
}

.ondes {
  color: #999999;
}

.page_top {
  position: fixed;
  right: -10px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  transition: all 0.4s;
}

.page_top.show {
  opacity: 1;
}

.page_top a {
  display: block;
  padding: 15px;
  font-size: 15px;
  background: #009e96;
  color: #fff;
  text-decoration: none;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-transition: 0.3s ease-in-out;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
