@charset "UTF-8";

/* ===================================================================
CSS information

 File Name  : common.css
 Style Info : 見出し、ボタン、表など繰り返し使うパーツのスタイルを定義
=================================================================== */

html {
  overflow-y: scroll;
  line-height: 1;
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #2d2d2d;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.1em;
}
  @media screen and (max-width: 999px) {
    body {
      font-size: 3.73vw;
    }
  }

/*----------------------------------------------------
  link要素
--------------------------------------------------- */
a {
  transition: all 0.3s ease-in-out 0s;
}
a:link {
  color: #0011cc;
}
a:visited {
  color: #0011cc;
}
a:hover {
  text-decoration: none;
  color: #0011cc;
}
a:active {
  color: #0011cc;
}
:focus-ring {
  outline: dotted 1px #F6AB00;
}
:-moz-focusring {
  outline: dotted 1px #F6AB00;
}

/*----------------------------------------------------
  img要素
--------------------------------------------------- */
img {
  line-height: 1;
  /*font-size: 0;*/
  vertical-align: top;
  height: auto;
  max-width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*----------------------------------------------------
  見出し要素
--------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}

/*----------------------------------------------------
 フォントファミリー
--------------------------------------------------- */
.ff01 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
.ff02 {
}
.ff03 {
}

/*----------------------------------------------------
 フォントカラー
--------------------------------------------------- */
.fc01 {
  color: #fff!important;
}
.fc02 {
}
.fc03 {
}

/*----------------------------------------------------
  スクロールバー
--------------------------------------------------- */

/*スクロールバー全体*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
  @media screen and (max-width: 999px) {
    ::-webkit-scrollbar {
        width: 5px;
    }
    ::-webkit-scrollbar-track {
      border-radius: 10px;
      box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    }
    ::-webkit-scrollbar-thumb {
      background-color: rgba(0,0,0,0.5);
      border-radius: 10px;
      box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
    }
  }

/*----------------------------------------------------
 共通カラム
--------------------------------------------------- */
#page {
  overflow: hidden;
}
#contents {
  line-height: 2;
}
#contents a:hover img{
  opacity: 0.70;
}
#contents figure > img {
  width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
  z-index: 5;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.inner {
  position: relative;
  z-index: 5;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
  @media screen and (max-width: 999px) {
    html, body, #page {
      min-width:100%!important;
      max-width:100%!important;
      width:100%!important;
    }
    #contents {
    }
    .wrapper, .inner {
      width: 100%;
      max-width: 100%;
      padding-left: 9.33vw;
      padding-right: 9.33vw;
    }
  }

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  height: 80px;
  background: rgba(255,255,255,0.7);
  z-index: 100;
}
#header .wrapper {
  height: 100%;
}
.hd_logo {
  position: absolute;
  left: 20px;
  top: calc(50% - 27px);
  z-index: 5;
}
  @media screen and (max-width: 999px) {
    #header {
      height: 16vw;
    }
    .hb_open #header {
      opacity: 0;
    }
    .hd_logo {
      left: 4.8vw;
      top: calc(50% - 6.13vw);
    }
    .hd_logo img {
      width: auto;
      height: 12.26vw;
    }
  }

.home #header {
  opacity: 0;
  z-index: -5;
  transition: all 0.4s ease-in-out 0s;
}
.home.hd_on #header {
  opacity: 1;
  z-index: 100;
}
.home #menuTrigger {
  opacity: 0;
  z-index: -5;
  transition: all 0.4s ease-in-out 0s;
}
.home.hd_on #menuTrigger,
.home .hb_open #menuTrigger {
  opacity: 1;
  z-index: 150;
}

.hd_menu {
  height: 100%;
  padding-right: 200px;
  align-items: center;
}
.hd_menu li {
  margin-right: 50px;
}
.hd_menu li:last-child {
  margin-right: 0;
}
.hd_menu li a {
  color: #2d2d2d;
  text-decoration: none;
  letter-spacing: 0.06em;
}
.hd_menu li a:hover {
  color: #0011cc;
}

.hd_contact {
  position: absolute;
  right: 20px;
  top: calc(50% - 16px);
  z-index: 5;
}
.hd_contact a {
  display: block;
  width: 142px;
  line-height: 30px;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none;
  color: #0011cc;
  border-radius: 16px;
  border: solid 1px #0011cc;
}
.hd_contact a:hover {
  background: #0011cc;
  color: #fff;
}

/*----------------------------------------------------
	パンくずリスト
----------------------------------------------------*/
#crumbs {
  position: relative;
  z-index: 10;
  padding: 25px 0 50px;
}
#crumbs li {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
}
#crumbs li:last-child {
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#crumbs li a {
  color: #fff;
  text-decoration: none;
}
#crumbs li a:hover {
  text-decoration: underline;
}
#crumbs li br {
  display: none;
}
  @media screen and (max-width: 999px) {
    #crumbs {
      padding: 5vw 0 10vw;
      font-feature-settings: "palt";
    }
    #crumbs li {
      font-size: 3.2vw;
    }
  }

#crumbs.crumbs_typeB li {
  color: #2d2d2d;
}
#crumbs.crumbs_typeB li a {
  color: #2d2d2d;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
  background: #008359;
}
.ft_logo {
  width: 40%;
  padding: 0 8px;
  border-right: solid 1px #fff;
}
.ft_info {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
  @media screen and (max-width: 1339px) {
    .ft_logo {
      width: 32%;
    }
    .ft_info {
      width: 68%;
    }
  }
  @media screen and (max-width: 999px) {
    .ft_logo {
      width: 100%;
      padding: 14.93vw 5.33vw 13.33vw 5.33vw;
      border-right: none;
      border-bottom: solid 1px #4DA88B;
    }
    .ft_info {
      width: 100%;
      display: block;
    }
  }

.ft_logo h2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.ft_logo h2 span {
  display: block;
  margin: 12px;
}
.ft_logo h2 small {
  display: block;
  margin: 12px;
}
  @media screen and (max-width: 999px) {
    .ft_logo h2 {
      display: block;
      text-align: center;
    }
    .ft_logo h2 span {
      margin: 0 0 6vw 0;
    }
    .ft_logo h2 span img {
      width: 64vw;
      height: auto;
    }
    .ft_logo h2 small {
      margin: 0;
    }
    .ft_logo h2 small img {
      width: 58.66vw;
      height: auto;
    }
  }

.ft_menu {
  position: relative;
  min-height: 135px;
  padding: 20px 75px 20px 7.3%;
}
.ft_menu ul {
  height: 100%;
  align-items: center;
}
.ft_menu ul li {
  margin-right: 25px;
}
.ft_menu ul li:last-child {
  margin-right: 0;
}
.ft_menu ul li a {
  display: block;
  white-space: nowrap;
  font-size: 2.1rem;
  color: #fff;
  text-decoration: none;
}
.ft_menu ul li a:hover {
  color: #44cc3f;
}
  @media screen and (max-width: 999px) {
    .ft_menu {
      min-height: auto;
      padding: 13.33vw 17.33vw;
    }
    .ft_menu ul {
      height: 100%;
      align-items: center;
    }
    .ft_menu ul li {
      margin: 0 0 8vw 0;
    }
    .ft_menu ul li:last-child {
      margin-bottom: 0;
    }
    .ft_menu ul li a {
      font-size: 5.6vw;
    }
  }

.ft_copy {
  border-top: solid 1px #fff;
  padding: 20px 20px 20px 7.3%;
}
.copyright {
  display: block;
  font-size: 1.3rem;
  color: #B2DACD;
}
  @media screen and (max-width: 999px) {
    .ft_copy {
      border-top: solid 1px #4DA88B;
      padding: 8vw 17.33vw;
    }
    .copyright {
      font-size: 3.46vw;
      white-space: nowrap;
    }
  }

.totop {
  position: absolute;
  right: 20px;
  bottom: calc(50% - 25px);
}
  @media screen and (max-width: 999px) {
    .totop {
      right: 9.33vw;
      bottom: 8vw;
    }
    .totop img {
      width: 13.33vw;
      height: auto;
    }
  }

/*----------------------------------------------------
  共通タイトル
--------------------------------------------------- */
#lowerVisual {
  background: #002665;
  height: 350px;
  padding: 80px 20px 0 20px;
  background-size: cover!important;
}
.page_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  max-width: 1200px;
  height: 100%;
  line-height: 1.3;
  margin: 0 auto;
}
.page_ttl b {
  display: block;
  font-weight: 400;
  font-size: 4.7rem;
  letter-spacing: 0.12em;
}
.page_ttl span {
  display: block;
  font-size: 2.5rem;
}
  @media screen and (max-width: 999px) {
    #lowerVisual {
      height: 58.66vw;
      padding: 16vw 9vw 0 9vw;
    }
    .page_ttl {
      max-width: 100%;
    }
    .page_ttl b {
      font-size: 7.46vw;
      margin-bottom: 1.66vw;
      line-height: 1.2;
    }
    .page_ttl span {
      font-size: 5.33vw;
    }
  }

.page_ttl b.ff01 {
  font-size: 5.4rem;
  letter-spacing: 0.1em;
}
.page_ttl span.ff01 {
  font-size: 2.4rem;
  margin-top: 10px;
}
  @media screen and (max-width: 999px) {
    .page_ttl b.ff01 {
      font-size: 8.8vw;
    }
    .page_ttl span.ff01 {
      font-size: 4vw;
      margin-top: 2vw;
    }
  }

#lowerVisual.main_business {
  background: url("../img/main/main_business_pc.jpg") center center no-repeat;
}
  @media screen and (max-width: 999px) {
    #lowerVisual.main_business {
      background: url("../img/main/main_business_sp.jpg") center center no-repeat;
    }
  }

#lowerVisual.main_topics {
  background: url("../img/main/main_topics_pc.jpg") center center no-repeat;
}
  @media screen and (max-width: 999px) {
    #lowerVisual.main_topics {
      background: url("../img/main/main_topics_sp.jpg") center center no-repeat;
    }
  }

#lowerVisual.main_company {
  background: url("../img/main/main_company_pc.jpg") center center no-repeat;
}
  @media screen and (max-width: 999px) {
    #lowerVisual.main_company {
      background: url("../img/main/main_company_sp.jpg") center center no-repeat;
    }
  }

#lowerVisual.main_contact {
  background: url("../img/main/main_contact_pc.jpg") center center no-repeat;
}
  @media screen and (max-width: 999px) {
    #lowerVisual.main_contact {
      background: url("../img/main/main_contact_sp.jpg") center center no-repeat;
    }
  }

.sub_ttl01 {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 35px;
  line-height: 1.7;
  font-feature-settings: "palt";
}
.sub_ttl01 b {
  font-weight: 400;
  color: #44cc3f;
}
  @media screen and (max-width: 999px) {
.sub_ttl01 {
  font-size: 4.8vw;
  margin-bottom: 5.33vw;
}
  }

.sub_ttl02 {
}
.sub_ttl03 {
}

/*----------------------------------------------------
  共通ボタン
--------------------------------------------------- */
.btn_more > * {
  display: inline-block;
  min-width: 120px;
  padding: 5px 25px;
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
  color: #0011cc;
  border: solid 1px #0011cc;
  letter-spacing: 0.09em;
  line-height: 1.5;
  font-style: normal;
  transition: all 0.3s ease-in-out 0s;
}
.btn_more > a:hover {
  background: #0011cc;
  color: #fff;
}
.btn_more--white > * {
  color: #fff!important;
  border: solid 1px #fff;
}
.btn_more--white > a:hover {
  background: #fff;
  color: #2d2d2d!important;
}
  @media screen and (max-width: 999px) {
    .btn_more > * {
      min-width: 32vw;
      padding: 1.33vw 6.66vw;
      border-radius: 6.66vw;
    }
  }

.btn01 a {
  display: inline-block;
  min-width: 120px;
  padding: 8px 27px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  color: #0011cc;
  border: solid 1px #0011cc;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.btn01 a:hover {
  background: #0011cc;
  color: #fff;
}
.btn01--white a {
  color: #fff;
  border: solid 1px #fff;
}
.btn01--white a:hover {
  background: #fff;
  color: #2d2d2d;
}
  @media screen and (max-width: 999px) {
    .btn01 a {
      min-width: 66.66vw;
      padding: 2.13vw 3.33vw;
      border-radius: 6.66vw;
    }
  }

.btn01 a.w270 {
  min-width: 270px;
}
  @media screen and (max-width: 999px) {
    .btn01 a.w270 {
      min-width: 48vw;
    }
  }

.btn01 a.w160 {
  min-width: 160px;
}
  @media screen and (max-width: 999px) {
    .btn01 a.w160 {
      min-width: 42.66vw;
    }
  }

/*----------------------------------------------------
  共通テーブル
--------------------------------------------------- */

/*----------------------------------------------------
  共通メニュー
--------------------------------------------------- */

  /*スマホナビ*/
  @media screen and (max-width: 999px) {
    /*transition*/
    .trs {
      -webkit-transition: all .1s ease;
      -moz-transition: all .1s ease;
      -ms-transition: all .1s ease;
      -o-transition: all .1s ease;
      transition: all .1s ease;
    }
    /*trp*/
    .trp {
      -webkit-transition: opacity .1s ease;
      -moz-transition: opacity .1s ease;
      -ms-transition: opacity .1s ease;
      -o-transition: opacity .1s ease;
      transition: opacity .1s ease;
      opacity: 1;
      filter: alpha(opacity=100);
    }
    .trp:hover {
      opacity: .6;
      filter: alpha(opacity=60);
    }
    /* trs-dr */
    .trs-dr02 {
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
      -o-transition-duration: .2s;
      transition-duration: .2s;
    }
    .trs-dr03 {
      -webkit-transition-duration: .3s;
      -moz-transition-duration: .3s;
      -ms-transition-duration: .3s;
      -o-transition-duration: .3s;
      transition-duration: .3s;
    }
    .trs-dr05 {
      -webkit-transition-duration: .5s;
      -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
      -o-transition-duration: .5s;
      transition-duration: .5s;
    }
    .trs-dr06 {
      -webkit-transition-duration: .6s;
      -moz-transition-duration: .6s;
      -ms-transition-duration: .6s;
      -o-transition-duration: .6s;
      transition-duration: .6s;
    }
    .trs-dr08 {
      -webkit-transition-duration: .8s;
      -moz-transition-duration: .8s;
      -ms-transition-duration: .8s;
      -o-transition-duration: .8s;
      transition-duration: .8s;
    }
    .trs-dr12 {
      -webkit-transition-duration: 1.2s;
      -moz-transition-duration: 1.2s;
      -ms-transition-duration: 1.2s;
      -o-transition-duration: 1.2s;
      transition-duration: 1.2s;
    }
    /* trs-tf */
    .trs-tfCb {
      -webkit-transition-timing-function: cubic-bezier(0, .96, .4, .99);
      -moz-transition-timing-function: cubic-bezier(0, .96, .4, .99);
      -ms-transition-timing-function: cubic-bezier(0, .96, .4, .99);
      -o-transition-timing-function: cubic-bezier(0, .96, .4, .99);
      transition-timing-function: cubic-bezier(0, .96, .4, .99);
    }
    .menuTrigger {
      position: fixed;
      z-index: 150;
      top: 3vw;
      right: 2.66vw;
      display: block;
      width: 9.6vw;
      height: 9.6vw;
      cursor: pointer;
      transition: .3s;
      background: #fff;
    }
    .menuIcon_line {
      position: absolute;
      left: calc(50% - 1.6vw);
      width: 3.2vw;
      height: 2px;
      background: #8C8C89;
    }
    .menuIcon_line:nth-of-type(1) {
      top: calc(50% - 12px);
    }
    .menuIcon_line:nth-of-type(2) {
      top: calc(50%);
    }
    .menuIcon_line:nth-of-type(3) {
      top: calc(50% + 12px);
    }
    /* open */
    .hb_open .menuTrigger .menuIcon_line:nth-of-type(1) {
      top: calc(50%);
    }
    .hb_open .menuTrigger .menuIcon_line:nth-of-type(3) {
      top: calc(50%);
    }
    #hbNav {
      position: fixed;
      top: 0;
      left: 0;
      display: none;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      background-color: rgba(0,131,89,0.85);
      z-index: 120;
      overflow-y: visible;
      overflow-x: hidden;
      -webkit-overflow-scrolling: auto;
      overflow-scrolling: auto;
    }
    .hb_inner {
      position: relative;
      display: table;
      width: 100%;
      height: 100%;
      padding: 22vw 13.33vw 3.33vw;
    }
    .hb_logo {
      position: absolute;
      left: 4.8vw;
      top: 2.2vw;
    }
    .hb_logo img {
      width: auto;
      height: 12.26vw;
    }
    .hb_logo a {
      display: block;
      color: #fff;
      text-decoration: none;
      text-align: center;
    }
    .hb_inner h2 {
      font-size: 4.26vw;
      padding-bottom: 4vw;
      color: #fff;
      border-bottom: solid 1px #5AA990;
    }
    .hb_menu {
      padding-bottom: 5.33vw;
    }
    .hb_menu li {
      padding: 0.66vw 0;
    }
    .hb_menu li a {
      display: block;
      color: #fff;
      text-decoration: none;
      background: rgba(255,255,255,0.1);
      padding: 4vw 3vw;
    }
    .hb_menu li a.ff01 {
      font-size: 5.86vw;
    }
    .hb_menu > li {
      border-bottom: solid 1px #5AA990;
    }
    .accordion_btn {
      position: relative;
      display: block;
      background: rgba(255,255,255,0.1);
    }
    .accordion_btn::after {
      position: absolute;
      right: 5.33vw;
      top: calc(50% - 2.8vw);
      z-index: 5;
      content: "＋";
      font-size: 5.6vw;
      color: #fff;
    }
    .accordion_btn.is-active::after {
      content: "－";
    }
    .accordion_btn a {
      display: inline-block!important;
      background: none!important;
    }
    .hb_sub_menu {
      display: none;
    }
    .hb_sub_menu li a {
      font-size: 3.46vw;
    }
  }
  @media screen and (max-width: 629px) {
    .menuIcon_line:nth-of-type(1) {
      top: calc(50% - 9px);
    }
    .menuIcon_line:nth-of-type(3) {
      top: calc(50% + 9px);
    }
  }
  @media screen and (max-width: 499px) {
    .menuIcon_line:nth-of-type(1) {
      top: calc(50% - 6px);
    }
    .menuIcon_line:nth-of-type(3) {
      top: calc(50% + 6px);
    }
  }
