@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 10px;
}

body, table, input, textarea, select, option {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: #333;
  text-decoration: none;
}
a:link, a:visited {
  color: #333;
  text-decoration: none;
}
a:hover, a:active {
  color: #333;
  text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 810px;
  color: #333;
  font-size: 1.3rem;
  line-height: 1.5;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}

#container {
  text-align: left;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  max-width: 980px;
  margin: 0 auto 10px;
}
.header h1 {
  margin-top: 10px;
}
.header h1 img {
  width: 330px;
}
.header h1 span {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
.header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.header .tel {
  margin-bottom: 10px;
  display: block;
}
.header .tel img {
  width: 29px;
}
.header .tel span {
  display: inline-block;
  margin: 0 15px 0 5px;
}
.header .tel span em {
  font-size: 2rem;
  font-weight: bold;
  color: #00437c;
}
.header .company, .header .mail {
  text-align: center;
}
.header .company span, .header .mail span {
  display: block;
  margin-top: 3px;
  width: 80px;
}
.header .company img {
  width: 36px;
}
.header .mail img {
  width: 42px;
}
.header .sec {
  display: none;
}

.sec_navi_area {
  width: 100%;
  background-color: #00437c;
  height: 5rem;
}

.sec_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 98em;
  margin: 0 auto;
}
.sec_navi li:first-child:before, .sec_navi li::after {
  content: "｜";
  font-size: 3em;
  color: #FFF;
  margin: 0 1em;
}
.sec_navi li a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}

.sp-navi {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-navi {
    display: block;
    z-index: 999999;
  }
  .header .sec {
    display: block;
  }
  .header ul {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute; /*ナビゲーション天地中央揃え*/
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header li {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCC;
    width: 75%;
  }
  .header .tel {
    margin-bottom: 10px;
    display: block;
  }
  .header .tel span {
    display: inline-block;
    margin: 0 15px 0 5px;
    font-size: 1.4rem;
  }
  .header .tel span em {
    font-size: 2rem;
    font-weight: bold;
    color: #00437c;
  }
  .header .company, .header .mail {
    text-align: center;
  }
  .header .company span, .header .mail span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    margin-top: 3px;
    width: 8em;
  }
  .header .company img {
    width: 27px;
  }
  .header .mail img {
    width: 32px;
  }
  .header h1 img {
    width: 200px;
  }
  .sec_navi_area {
    display: none;
  }
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #FFF;
  /*動き*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#g-nav.panelactive {
  top: 0;
}
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.6rem;
}

/*アクティブクラスがついたら位置を0に*/
/*ナビゲーションの縦スクロール*/
/*ナビゲーション*/
/*リストのレイアウト設定*/
/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*×に変化*/
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath li {
  display: inline;
  color: #000;
  font-size: 1.2em;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 29px 0;
  background-color: #00437c;
}
#gFooter .fBox {
  margin: 0 auto;
  width: 800px;
}
#gFooter .fBox .fLogo img {
  width: 300px;
}

@media screen and (max-width: 767px) {
  #gFooter {
    padding: 16px;
  }
  #gFooter .fBox {
    width: auto;
  }
  #gFooter .fBox .fLogo img {
    width: 200px;
  }
}
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important;
}

.fsP2 {
  font-size: 1.16em !important;
}

.fsP3 {
  font-size: 1.24em !important;
}

.fsP4 {
  font-size: 1.32em !important;
}

.fsP5 {
  font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important;
}

.fsM2 {
  font-size: 0.84em !important;
}

.fsM3 {
  font-size: 0.76em !important;
}

.fsM4 {
  font-size: 0.68em !important;
}

.fsM5 {
  font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix, * + html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  width: 798px;
}

@media screen and (max-width: 767px) {
  .content {
    margin: 0 24px;
    width: auto;
  }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 23px;
  text-align: center;
  color: #FFF;
  font-size: 3rem;
}
.headLine01 .txt {
  margin-bottom: 6px;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .headLine01 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .headLine01 .txt {
    margin-bottom: 1px;
    font-size: 1.3rem;
  }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 9px;
  color: #168A6D;
  font-size: 1.8rem;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .headLine02 {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
  margin-bottom: 41px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .headLine03 {
    margin-bottom: 20px;
  }
  .headLine03 img {
    height: 40px;
  }
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 1.1px;
}

@media screen and (max-width: 767px) {
  .headLine04 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
/*------------------------------------------------------------
	comTxtList
------------------------------------------------------------*/
.comTxtList {
  margin-bottom: 42px;
}
.comTxtList li {
  width: 384px;
  float: left;
}
.comTxtList li:nth-child(2n) {
  float: right;
}
.comTxtList li .headLine02 {
  margin-bottom: 11px;
  color: #454BA4;
}
.comTxtList li p {
  margin-right: 30px;
  font-size: 1.4rem;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .comTxtList {
    margin-bottom: 30px;
  }
  .comTxtList li {
    margin-bottom: 20px;
    width: auto;
    float: none;
  }
  .comTxtList li:nth-child(2n) {
    float: none;
  }
  .comTxtList li:last-child {
    margin-bottom: 0;
  }
  .comTxtList li p {
    margin-right: 0;
    font-size: 1.3rem;
  }
  .comTxtList li .pho {
    text-align: center;
  }
  .comTxtList li .pho img {
    max-width: 100%;
  }
}
/*------------------------------------------------------------
	comFlowList
------------------------------------------------------------*/
.comFlowList {
  margin: 0 20px 82px 127px;
}
.comFlowList li {
  margin-bottom: 77px;
  position: relative;
}
.comFlowList li:after {
  margin-left: -66px;
  width: 38px;
  height: 26px;
  position: absolute;
  left: 50%;
  bottom: -51px;
  background: url(../../img/common/icon/icon05.png) no-repeat;
  content: "";
}
.comFlowList li:last-child {
  margin-bottom: 0;
}
.comFlowList li:last-child:after {
  display: none;
}
.comFlowList li .ttl {
  color: #555BC9;
  font-size: 2rem;
  font-weight: bold;
}
.comFlowList li .text {
  margin-left: 22px;
  min-height: 36px;
  font-size: 1.6rem;
  line-height: 1.62;
}
.comFlowList li .text a {
  font-size: 1.6rem;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .comFlowList {
    margin: 0 0 35px;
  }
  .comFlowList li {
    margin-bottom: 30px;
  }
  .comFlowList li:after {
    margin-left: -10px;
    bottom: -30px;
    background-size: 20px auto;
  }
  .comFlowList li .ttl {
    font-size: 1.6rem;
  }
  .comFlowList li .text {
    min-height: inherit;
    font-size: 1.3rem;
  }
  .comFlowList li .text a {
    font-size: 1.3rem;
  }
}
/*------------------------------------------------------------
	comFaqBox
------------------------------------------------------------*/
.comFaqBox .h2Ttl {
  margin-bottom: 52px !important;
}
.comFaqBox .h3Ttl {
  margin-bottom: 23px;
  color: #168B6E;
  font-size: 2.2rem;
}
.comFaqBox .faqList {
  margin-bottom: 60px;
  border-bottom: 2px dotted #73B9A8;
}
.comFaqBox .faqList dt {
  padding-top: 20px;
  color: #000101;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  border-top: 2px dotted #73B9A8;
}
.comFaqBox .faqList dd {
  padding: 15px 20px 16px 36px;
  color: #000101;
  font-size: 1.8rem;
  line-height: 1.58;
  letter-spacing: 2px;
}
.comFaqBox .faqList dd a {
  font-size: 1.8rem;
  text-decoration: underline;
}
.comFaqBox .faqList dd a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .comFaqBox .h2Ttl {
    margin-bottom: 20px;
  }
  .comFaqBox .h3Ttl {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .comFaqBox .faqList {
    margin-bottom: 30px;
    border-width: 1px;
  }
  .comFaqBox .faqList dt {
    padding-top: 10px;
    padding-left: 1.8em;
    text-indent: -1.8em;
    font-size: 1.5rem;
    border-width: 1px;
  }
  .comFaqBox .faqList dd {
    padding: 5px 0 10px 22px;
    font-size: 1.3rem;
  }
  .comFaqBox .faqList dd a {
    font-size: 1.3rem;
  }
  .comFaqBox .faqList dd a:hover {
    text-decoration: underline;
  }
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
  margin-bottom: 60px;
  text-align: center;
}
.comBtn a {
  padding: 5px 5px 1px;
  width: 698px;
  display: inline-block;
  color: #168B6E;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
  border-radius: 3px;
  border: 2px solid #168B6E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comBtn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .comBtn {
    margin-bottom: 35px;
  }
  .comBtn a {
    margin: 0 auto;
    padding: 4px 5px 3px !important;
    width: 100% !important;
    max-width: 350px;
    font-size: 1.1rem !important;
    letter-spacing: 1px;
  }
}
/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 30px;
  bottom: 40px;
  border-radius: 50%;
  background-color: #FFF;
  overflow: hidden;
  z-index: 100;
}
.pageTop a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .pageTop {
    width: 40px;
    height: 40px;
  }
  .pageTop img {
    width: 40px;
  }
}
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
/*    slider     */
#index .mainVisual {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

#main .sec01 {
  margin-bottom: 60px;
}
#main .sec01 .imgBox .textBox {
  margin-top: -11px;
  width: 580px;
  float: left;
  position: relative;
  z-index: 1;
}
#main .sec01 .imgBox .textBox p {
  padding: 26px 0 0 109px;
  font-size: 1.6rem;
  line-height: 1.88;
  background: url(../img/index/bg01.png) no-repeat left top;
}
#main .sec01 .imgBox .textBox p .fwBold {
  font-size: 1.6rem;
}
#main .sec01 .imgBox .photoBox {
  margin-top: 60px;
  float: right;
}
#main .sec02 {
  padding: 45px 0 30px;
  background: url(../img/index/bg02.jpg) no-repeat center center;
  background-size: cover;
}
#main .sec02 .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main .sec02 .imglist li {
  border: 4px solid #02C993;
  background-color: #FFF;
  width: 48%;
  margin: 0 0 4%;
}
#main .sec02 .inner .photoBox {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#main .sec02 .inner .photoBox img {
  width: 100%;
}
#main .sec02 .inner .textBox {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}
#main .sec02 .inner .textBox p {
  font-size: 1.4rem;
}
#main .link {
  text-align: right;
}
#main .link a {
  padding: 8px 20px 5px;
  min-width: 341px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  border: 5px solid #02C993;
  background: #FFF url(../img/common/icon/icon04.png) no-repeat right 14px center;
}
#main .link a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#main .sec03 {
  margin-bottom: 90px;
  padding: 46px 0 30px;
  background: url(../img/index/bg03.jpg) no-repeat center center;
  background-size: cover;
}
#main .sec03 .imgList li {
  border-color: #8D97CC;
}
#main .sec03 .imgList li .headLine02 {
  color: #454BA4;
}
#main .sec03 .link a {
  border-color: #8D97CC;
}

.w900 {
  width: 900px;
}

@media screen and (max-width: 767px) {
  .w900 {
    width: auto;
  }
  .mainVisual {
    margin-bottom: 34px;
  }
  .mainVisual .phoList li {
    width: auto;
    float: none;
  }
  .mainVisual .phoList li .btn {
    width: 100%;
    right: 0;
    top: 82%;
  }
  .mainVisual .phoList li:nth-child(2n) .btn {
    left: 0;
  }
  .mainVisual .phoList li .btn img {
    margin: 0 auto;
    width: 277px;
  }
  #main .sec01 {
    margin-bottom: 26px;
  }
  #main .sec01 .imgBox .textBox {
    margin-top: 0;
    width: auto;
    float: none;
  }
  #main .sec01 .imgBox .textBox p {
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.54;
    background: none;
  }
  #main .sec01 .imgBox .textBox p .fwBold {
    font-size: 1.3rem;
  }
  #main .sec01 .imgBox .photoBox {
    margin-top: 9px;
    float: none;
    max-width: 300px;
    margin: auto;
  }
  #main .sec01 .imgBox .photoBox img {
    width: 100%;
  }
  #main .sec02 {
    padding: 17px 0 13px;
  }
  #main .sec02 .imglist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main .sec02 .imglist li {
    margin: 0 0 16px;
    width: 100%;
  }
  #main .sec02 .inner .textBox p {
    font-size: 1.3rem;
  }
  #main .link a {
    padding: 3px 10px 2px;
    min-width: 202px;
    font-size: 1.1rem;
    border: 3px solid #02C993;
    background-size: 6px auto;
    background-position: right 9px center;
  }
  #main .sec03 {
    margin-bottom: 40px;
    padding: 17px 0 13px;
  }
}
@media screen and (max-width: 398px) {
  .mainVisual .phoList li .btn img {
    width: 200px;
  }
}
/*    news     */
#index .news {
  margin: 50px auto 90px;
  width: 600px;
}
#index .news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#index .news dl dt {
  width: 8em;
  border-bottom: 1px dotted #CCC;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
#index .news dl dd {
  border-bottom: 1px dotted #CCC;
  font-size: 1.6rem;
  width: calc(100% - 8em);
  display: block;
  margin-bottom: 1em;
}
#index .news dl a {
  font-size: 1.6rem;
}

@media screen and (max-width: 600px) {
  #index .news {
    width: 85%;
  }
  #index .news dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #index .news dl dt {
    border: none;
    margin-bottom: 0;
  }
  #index .news dl dd {
    width: 100%;
  }
}