@charset "UTF-8";
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmsbody, .cmshtml div, .cmshtml dl, .cmshtml dt, .cmshtml dd, .cmshtml ul, .cmshtml ol, .cmshtml li, .cmshtml h1, .cmshtml h2, .cmshtml h3, .cmshtml h4, .cmshtml h5, .cmshtml h6, .cmshtml pre, .cmshtml form, .cmshtml input, .cmshtml textarea, .cmshtml p, .cmshtml small, .cmshtml address, .cmshtml aside, .cmshtml blockquote, .cmshtml th, .cmshtml td {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
  letter-spacing: 1px;
  z-index: 0;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .min, .cmshtml .min * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.cmshtml .maru_go, .cmshtml .maru_go * {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.cmsbody {
  line-height: 1.7;
}
.cmshtml ul {
  margin: 0;
  padding: 0;
}
.cmshtml li {
  list-style: none;
}
.cmshtml li img {
  vertical-align: bottom;
}
.cmshtml {
  font-size: 18px;
}
@media screen and (max-width: 680px) {
.cmshtml {
  font-size: 14px;
}
}
.cmshtml img {
  vertical-align: bottom;
}
.cmshtml a, .cmshtml a:link, .cmshtml a:visited, .cmshtml a:active {
  color: #FF5C00;
  text-decoration: underline;
}
.cmshtml a:hover {
  color: #FF5C00;
  text-decoration: none;
}
.cmshtml a img {
  transition: all 0.3s;
}
.cmshtml a:hover img {
  opacity: 0.8;
}
.cmshtml .tal {
  text-align: left;
}
.cmshtml .tac {
  text-align: center;
}
.cmshtml .tar {
  text-align: right;
}
.cmshtml .justimg img {
  max-width: 100% !important;
  height: auto !important;
}
.cmshtml .maximg img {
  width: 100% !important;
  height: auto !important;
}
.cmshtml .fade-up {
  opacity: 0;
  transition: opacity 0.7s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transform: translateY(70px);
}
.cmshtml .flex {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml [class*="link_btn"], .cmshtml [class*="link_btn"] * {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1;
}
.cmshtml .link_btn a {
  background: #fff;
  border: 1px solid #FF5C00;
  border-radius: 3px;
  color: #FF5C00;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 55px;
  padding-right: 30px;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  border: 8px solid transparent;
  border-left: 10px solid #FF5C00;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  color: #fff;
  background: #FF5C00;
}
.cmshtml .link_btn a:hover:after {
  border-left: 10px solid #fff;
}
.cmshtml .link_btn.link_btn03 a {
  border: 1px solid #165829;
  color: #165829;
}
.cmshtml .link_btn.link_btn03 a:after {
  border-left: 10px solid #165829;
}
.cmshtml .link_btn.link_btn03 a:hover {
  color: #fff;
  background: #165829;
}
.cmshtml .link_btn.link_btn03 a:hover:after {
  border-left: 10px solid #fff;
}
.cmshtml .subpage_contents .link_btn a {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 55px;
  padding-right: 30px;
}
.cmshtml .wrap_link[class*="link_btn"] a, .cmshtml .wrap_link [class*="link_btn"] a {
  display: block;
  width: 100%;
  min-width: 1px;
  max-width: none;
}
.cmshtml .link_btn02 a {
  border: 1px solid #FF5C00;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 20px;
  padding-right: 50px;
  text-align: left;
  color: #FF5C00;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  margin: 0;
  font-weight: 700;
  background: #fff;
}
.cmshtml .link_btn02 a:hover {
  background: #FF5C00;
  border: 1px solid #FF5C00;
  color: #fff;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before, .cmshtml .link_btn02 a[href*=".doc"]:before, .cmshtml .link_btn02 a[href*=".xls"]:before, .cmshtml .link_btn02 a[href*=".xlsx"]:before {
  content: '';
  display: block;
  position: absolute;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before, .cmshtml .link_btn02 a[href*=".doc"]:before, .cmshtml .link_btn02 a[href*=".xls"]:before, .cmshtml .link_btn02 a[href*=".xlsx"]:before {
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before {
  background-image: url("../img/icon-pdf-m.svg");
}
.cmshtml .link_btn02 a[href*=".doc"]:before {
  background-image: url("../img/icon-word-m.svg");
}
.cmshtml .link_btn02 a[href*=".xls"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .link_btn02 a[href*=".xlsx"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
/*------------------------------------------------------
Top layout
------------------------------------------------------*/
.cmshtml .section, .cmshtml #footer {
  position: relative;
}
.cmshtml .bg_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmshtml .bg_image > div {
  width: 100%;
  height: 100%;
}
.cmshtml .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #contents {
  overflow: hidden;
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding-left: 6.3%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
.cmshtml h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  padding: 10px;
  position: relative;
}
.cmshtml .logo a {
  display: inline-block;
}
.cmshtml #navigation {
  display: flex;
  padding: 15px 0;
  padding-top: 95px;
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .drop_li, .cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .drop_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .h_li {
  font-size: 18px;
  font-weight: 600;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #165829;
  display: inline-block;
}
.cmshtml .h_li a:hover {
  color: #FF5C00;
}
.cmshtml .li_txt:after {
  content: "";
  display: block;
  position: absolute;
}
.cmshtml .nav_drop {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  min-width: 200px;
  left: 50%;
  transform: translateX(-50%);
}
.cmshtml .drop_li {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .drop_li a {
  color: #FF5C00;
  display: block;
  padding: 10px;
}
.cmshtml .drop_li a:hover {
  background: #FF5C00;
  color: #fff;
}
.cmshtml .num_txt {
  background: url("../img/ico_tel.png") no-repeat left 75px center;
  background-size: 43px auto;
  background-color: #FFE7D9;
  border-left: 1px solid #FF5C00;
  border-bottom: 1px solid #FF5C00;
  border-radius: 0 0 0 68px;
  color: #16582A;
  font-size: 26px;
  font-weight: 600;
  padding: 15px 40px 15px 150px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@keyframes FadeAnime {
  from {
    opacity: 0;
    top: -100%;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  position: relative;
  padding-left: 6.3%;
}
.cmshtml #mainvisual {
  position: relative;
}
.cmshtml #slide_wrap {
  border-radius: 0 0 0 100px;
  overflow: hidden;
  height: 38vw;
}
.cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .catchcopy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-left: 14%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
}
.cmshtml .catch_txt {
  font-weight: 600;
  text-align: center;
}
.cmshtml .catch_txt01 {
  font-size: 50px;
}
.cmshtml .catch_txt02 {
  font-size: 30px;
}
.cmshtml .slide_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml .scroll {
  position: absolute;
  left: 0%;
  bottom: 80px;
  padding-right: 55px;
  padding-bottom: 3px;
  transform: rotate(90deg);
  font-size: 13px;
  font-weight: 600;
}
.cmshtml .scroll:after {
  background: #707070;
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  animation-name: scroll_anime;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@keyframes scroll_anime {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(30px);
    width: 0;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  margin: 90px auto 0;
  align-items: flex-start;
}
.cmshtml .sec_about:before {
  background: #FFE7D9;
  content: "";
  display: block;
  width: 87%;
  height: calc(100% - 55px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.cmshtml .sec_about > div:first-child {
  width: 30%;
}
.cmshtml .sec_about > div:nth-child(2) {
  width: 70%;
}
.cmshtml .about_img {
  border-radius: 0 120px 0 0;
  margin-top: auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.cmshtml .about_textbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 11.5% 110px 3.7%;
  position: relative;
  z-index: 10;
}
.cmshtml .about_tit {
  color: #FF5C00;
  font-size: 36px;
  font-weight: 600;
}
.cmshtml .aout_tit02 {
  margin-left: auto;
}
.cmshtml .sub_tit {
  color: #FF5C00;
  font-size: 18px;
  font-weight: 500;
  padding-left: 120px;
  margin-bottom: 15px;
  position: relative;
}
.cmshtml .sub_tit:before {
  background: #FF5C00;
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 55px;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .about_txt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  padding-left: 50px;
}
.cmshtml .link_about {
  width: 100%;
  text-align: right;
}
.cmshtml .h_ico .ico_img {
  padding: 10px;
  max-width: 70px;
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  max-width: 1280px;
  width: 96%;
  margin: 85px auto 100px;
}
.cmshtml .info_inwrap {
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  padding-left: 1.5%;
}
.cmshtml .info_tit {
  color: #165829;
}
.cmshtml .info_tit01 {
  font-size: 48px;
  font-weight: 500;
}
.cmshtml .info_tit02 {
  font-size: 26px;
  font-weight: 600;
  margin-left: 40px;
}
.cmshtml .link_info {
  color: #165829;
  font-size: 18px;
  font-weight: 600;
  margin-left: auto;
}
.cmshtml .link_info a {
  color: #165829;
  display: inline-block;
  padding-right: 45px;
  position: relative;
  text-decoration: none;
}
.cmshtml .link_info a:after {
  border: 8px solid transparent;
  border-left: 10px solid #165829;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .link_info a:hover {
  text-decoration: underline;
}
.cmshtml .link_info a:hover:after {
  right: 5px;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding: 10px;
  padding-right: 15px;
  max-width: 1120px;
  margin-left: auto;
  max-height: 420px;
}
.cmshtml .scnews > .news_div + .news_div {
  margin-top: 25px;
}
.cmshtml .news_div {
  flex-flow: nowrap;
}
.cmshtml .news_div .date {
  font-size: 18px;
  min-width: 120px;
  max-width: 120px;
  text-align: center;
}
.cmshtml .news_div .txt {
  font-size: 18px;
  margin-left: 30px;
}
.cmshtml .info_img {
  max-width: 135px;
  min-width: 135px;
  margin-left: 20px;
}
/*------------------------------------------------------
policy
------------------------------------------------------*/
.cmshtml .sec_policy {
  background: url("../img/bg_policy.jpg") no-repeat center;
  background-size: auto 100%;
  background-color: #165829;
  padding: 95px 17% 95px 45%;
}
.cmshtml .sec_policy a, .cmshtml .sec_policy p, .cmshtml .policy_tit, .cmshtml .policy_txt, .cmshtml .policy_tit a, .cmshtml .policy_txt a {
  color: #fff;
}
.cmshtml .policy_tit {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.cmshtml .policy_txt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 0;
}
.cmshtml .link_policy {
  text-align: right;
}
.cmshtml .link_btn.link_btn03.link_policy a {
  border: 1px solid #fff;
  color: #165829;
}
.cmshtml .link_btn.link_btn03.link_policy a:hover {
  border-color: #fff;
  color: #fff;
}
/*------------------------------------------------------
flow
------------------------------------------------------*/
.cmshtml .sec_flow {
  margin: 85px auto 20px;
}
.cmshtml .flowTit_wrap {
  max-width: 1280px;
  width: 98%;
  align-items: center;
  margin: 0 auto 75px;
  padding-left: 1.5%;
}
.cmshtml .flow_tit {
  color: #165829;
}
.cmshtml .flow_tit01 {
  font-size: 48px;
  font-weight: 500;
}
.cmshtml .flow_tit02 {
  font-size: 26px;
  font-weight: 600;
  margin-left: 40px;
}
.cmshtml .inwrap_flow {
  max-width: 1650px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .inwrap_flow > div {
  width: calc(16.6666666667% - 30px);
  margin: 0 15px 80px;
position: relative;
}
.cmshtml .flow_box {
  background: #FFE7D9;
  border: 2px solid #FF5C00;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 70px 10px 25px;
  position: relative;
}
.cmshtml .inwrap_flow > div + div:before {
  background: url("../img/arrow.png") no-repeat center;
  background-size: 100% auto;
  content: "";
  width: 27px;
  height: 31px;
  margin: auto;
  position: absolute;
    left: -27px;
    top: 45px;
  bottom: 0;
  z-index: 1;
}
.cmshtml .box_num {
  background: #fff;
  border: 2px solid #FF5C00;
  border-radius: 50%;
  font-size: 38px;
  font-weight: 600;
  color: #FF5C00;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: auto;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  line-height: 1;
}
.cmshtml .box_txt {
  color: #FF5C00;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.cmshtml .box_ico {
  margin-top: auto;
}
/*------------------------------------------------------
works
------------------------------------------------------*/
.cmshtml .sec_works {
  background: #E7EEE9;
  padding: 60px 2%;
}
.cmshtml .inwrap_works {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .worksTit_wrap {
  align-items: center;
  margin-bottom: 30px;
  padding-left: 1.5%;
}
.cmshtml .works_tit {
  color: #165829;
}
.cmshtml .works_tit01 {
  font-size: 48px;
  font-weight: 500;
}
.cmshtml .works_tit02 {
  font-size: 26px;
  font-weight: 600;
  margin-left: 40px;
}
.cmshtml .link_works {
  color: #165829;
  font-size: 18px;
  font-weight: 600;
  margin-left: auto;
}
.cmshtml .link_works a {
  color: #165829;
  display: inline-block;
  padding-right: 45px;
  position: relative;
  text-decoration: none;
}
.cmshtml .link_works a:after {
  border: 8px solid transparent;
  border-left: 10px solid #165829;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .link_works a:hover {
  text-decoration: underline;
}
.cmshtml .link_works a:hover:after {
  right: 5px;
}
.cmshtml .works_bnr {
  position: relative;
}
.cmshtml .works_bnr > div {
  width: calc(33.333% - 3%);
  margin: 0 1.5% 40px;
}
.cmshtml .works_box {
  background: #fff;
  border: 1px solid #16582A;
  border-radius: 5px;
  padding: 15px;
}
.cmshtml .works_box > div:first-child {
  width: 100%;
  max-width: 135px;
}
.cmshtml .works_box > div:nth-child(2) {
  width: calc(100% - 135px);
}
.cmshtml .works_img {
  position: relative;
}
.cmshtml .textbox_works {
  padding-left: 20px;
}
.cmshtml .works_txt {
  font-size: 18px;
  font-weight: 500;
}
.cmshtml .works_box .link_works {
  margin-top: 5px;
  text-align: right;
  line-height: 1;
}
.cmshtml .works_box .link_works a {
  padding-right: 25px;
  padding-top: 2px;
}
.cmshtml .works_box .link_works a:after {
  border: 6px solid transparent;
  border-left: 8px solid #165829;
  right: 5px;
}
.cmshtml .works_box .link_works a:hover:after {
  right: 3px;
}
/*------------------------------------------------------
bnr
------------------------------------------------------*/
.cmshtml .sec_bnr {
  margin: 100px auto 70px;
  width: 96%;
  max-width: 1280px;
}
.cmshtml .sec_bnr > div {
  width: calc(33.3333% - 3%);
  margin: 0 1.5% 30px;
}
.cmshtml .bnr_div {
  background: #16582A;
  border-radius: 70px 0 0 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cmshtml .img_bnr {
  position: relative;
  z-index: 1;
  opacity: 0.7;
  transition: all 0.3s;
}
.cmshtml .bnr_textbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .bnr_tit, .cmshtml .bnr_tit a, .cmshtml .bnr_textbox p, .cmshtml .bnr_textbox a, .cmshtml .bnr_textbox .txt {
  color: #fff;
}
.cmshtml .bnr_tit {
  font-size: 26px;
  font-weight: 600;
}
.cmshtml .bnr_div:hover .img_bnr {
  opacity: 0.3;
}
/*------------------------------------------------------
fixed_btn
------------------------------------------------------*/
.cmshtml .fixed_btn {
  border: 1px solid #FF5C00;
  border-right: none;
  border-radius: 6px 0 0 6px;
  background: #ffe7d9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 85px;
  max-height: 252px;
  max-height: 180px;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  transition: all 0.3s;
  padding: 5px;
  padding-right: 0;
}
.cmshtml .fixed_btn:before {
  background: #ffe7d9;
  border-radius: 6px 0 0 6px;
  border: 1px solid #FF5C00;
  border-right: none;
  content: "";
  cursor: pointer;
  display: block;
  width: 20px;
  height: 100px;
  margin: auto;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.3s;
}
.cmshtml .fixed_btn:after {
  border: 15px solid transparent;
  border-left: 15px solid #FF5C00;
  border-width: 15px 0 15px 15px;
  content: "";
  cursor: pointer;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.3s;
}
.cmshtml .fixed_btn:hover:before {
  background: #FF5C00;
}
.cmshtml .fixed_btn:hover:after {
  border-left: 15px solid #fff;
}
.cmshtml .btn_ico {
  background: #fff;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
  margin: 5px 0;
  position: relative;
  max-width: 70px;
}
.cmshtml .fixed_btn:hover:before {
  background: #FF5C00;
}
.cmshtml .fixed_btn.btn_hide {
  right: -76px;
}
.cmshtml .fixed_btn.btn_hide:after {
  border: 15px solid transparent;
  border-right: 15px solid #FF5C00;
  border-width: 15px 15px 15px 0;
}
.cmshtml .fixed_btn.btn_hide:hover:before {
  background: #FF5C00;
}
.cmshtml .fixed_btn.btn_hide:hover:after {
  border: 15px solid transparent;
  border-right: 15px solid #fff;
  border-width: 15px 15px 15px 0;
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #fff;
  padding: 70px 8% 30px;
  position: relative;
}
.cmshtml #footer:before {
  background: #FFE7D9;
  border-radius: 0 200px 0 0;
  content: "";
  display: block;
  width: 93%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #footer .inwrap {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cmshtml .f_txt {
  color: #16582A;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
  padding-left: 10%;
}
.cmshtml .f_link {
  justify-content: flex-start;
  margin-bottom: 25px;
  padding: 0 1.7%;
  width: 100%;
}
.cmshtml .f_link > div {
  width: calc(50% - 3.8%);
  margin: 0 1.9% 40px;
  max-width: 410px;
}
.cmshtml .f_li {
  background: #fff;
  border: 1px solid #165829;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 6px;
  flex-flow: nowrap;
}
.cmshtml .f_li > div:first-child {
  max-width: 65px;
  min-width: 65px;
  width: 100%;
}
.cmshtml .fli_txt {
  color: #165829;
  font-size: 22px;
  font-weight: 600;
  padding-left: 30px;
  text-align: center;
  line-height: 1.3;
}
.cmshtml .fli_txt, .cmshtml .fli_txt a {
  color: #165829;
}
.cmshtml .f_about {
  position: relative;
}
.cmshtml .f_about > div:first-child {
  width: 100%;
}
.cmshtml .f_about > div:nth-child(2) {
  width: 40%;
}
.cmshtml .f_about > div:nth-child(3) {
  width: 60%;
}
.cmshtml .f_logo {
  margin-bottom: 40px;
  padding: 0 3.6%;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .f_address {
  color: #333;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0 3.6%;
}
.cmshtml #copy {
  text-align: right;
  position: relative;
  max-width: 1560px;
  margin: 35px auto 0;
  z-index: 10;
}
.cmshtml .copyright, .cmshtml .copyright * {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml .subpage .logo {
  padding: 10px;
}
.cmshtml #title_wrap {
  border-bottom: 1px solid #faf6f3;
  padding: 125px 2% 85px;
  background: #165829;
  position: relative;
  z-index: 10;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 0.7;
}
.cmshtml #title_wrap .inwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
}
/*.cmshtml .page_title, .cmshtml .page_title * {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}*/
.cmshtml .page_title01 {
  font-size: 36px;
}
.cmshtml .page_title02 {
  font-size: 18px;
}
.cmshtml .subpage_contents {
  padding: 0 2% 0;
  position: relative;
}
.cmshtml .subpage_contents > * {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cmshtml .mini_module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .subpage_contents .page_link {
  position: relative;
  z-index: 2;
  justify-content: center;
  padding: 20px 2%;
  margin: 0 auto;
}
.cmshtml .page_link > *:not(:last-child) {
  margin-right: 20px;
}
.cmshtml .p_link, .cmshtml .page_link .p_link a {
  color: #333;
  font-size: 16px;
}
.cmshtml .p_link {
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.cmshtml .page_link .p_link a:hover {
  color: #f27334;
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.cmshtml .page_link .p_link a:after {
  left: 4px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmshtml .page_link .p_link a:hover:after {
  border-top: 1px solid #f27334;
  border-right: 1px solid #f27334;
}
.cmshtml .subpage_contents h2, .cmshtml .subpage_contents h3, .cmshtml .subpage_contents h4, .cmshtml .subpage_contents h5, .cmshtml .subpage_contents h6 {
  display: block;
  position: relative;
  font-weight: 500;
  /*font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";*/
}
.cmshtml .subpage_contents h2 {
  position: relative;
  font-size: 30px !important;
  text-align: center;
  color: #165829;
  font-weight: 600 !important;
}
.cmshtml .subpage_contents h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 51px;
  height: 7px;
  background: url("../img/tit_dots.png") no-repeat center;
  background-size: auto;
  border-radius: 7px;
}
.cmshtml .subpage_contents h3 {
  position: relative;
  padding-bottom: 10px;
  font-size: 26px !important;
    font-weight: 600 !important;
}
.cmshtml .subpage_contents h3, .cmshtml .subpage_contents h3 a {
  color: #FF5C00;
}
.cmshtml .subpage_contents h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #FF5C00 0px, #FF5C00 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}
.cmshtml .blog_frame .subpage_contents h3:after {
  display: none;
  content: "none";
}
.cmshtml .subpage_contents h4 {
  font-size: 24px !important;
  color: #165829;
  font-weight: 600 !important;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ededed;
}
.cmshtml .subpage_contents h4:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #165829;
  width: 30px;
}
.cmshtml .subpage_contents h5 {
  font-size: 20px !important;
  padding: 8px 15px;
  font-weight: 600 !important;
  color: #FF5C00;
  background: linear-gradient(45deg, #FFE7D9 25%, #fff9f6 25%, #fff9f6 50%, #FFE7D9 50%, #FFE7D9 75%, #fff9f6 75%, #fff9f6);
  background-size: 15px 15px;
  border-radius: 6px;
}
.cmshtml .subpage_contents h5 a {
  color: #FF5C00;
}
.cmshtml .subpage_contents h6 {
  font-size: 20px !important;
  padding: 8px 8px;
  font-weight: 600 !important;
  border-bottom: 1px dashed #666;
}
.cmshtml .qa_q {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px !important;
  font-size: 20px;
  line-height: 1.4;
}
.cmshtml .qa_a {
  position: relative;
  padding-left: 30px !important;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px solid #faf6f3;
}
.cmshtml .qa_q:before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  line-height: 1;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  content: "Q";
  display: flex;
  align-items: center;
  height: 50px;
  width: 50px;
  padding: 10px;
  background: #FF5C00;
  border-radius: 50%;
  justify-content: center;
  z-index: 2;
  bottom: 0;
}
.cmshtml .qa_q > div {
  padding: 20px;
  max-width: calc(100% - 40px);
  margin-left: auto;
  position: relative;
}
.cmshtml .qa_a:before {
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto;
  line-height: 1;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  content: "A";
  display: flex;
  align-items: center;
  height: 50px;
  width: 50px;
  padding: 10px;
  background: #C4C4C4;
  border-radius: 50%;
  justify-content: center;
}
.cmshtml .qa_a > div {
  padding: 20px;
  border: 1px solid #ededed;
  max-width: calc(100% - 50px);
  margin-left: auto;
  position: relative;
  background: #fff;
  border-radius: 6px;
}
.cmshtml .qa_a > div:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -6px;
  z-index: 2;
  transform: rotateZ(-45deg);
}
.cmshtml .bt_line {
  justify-content: flex-start;
  flex-flow: nowrap;
}
.cmshtml .bt_line > div {
  padding: 20px;
}
.cmshtml .bt_line > div:first-child {
  border-bottom: 1px solid #165829 !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ededed !important;
  width: 80%;
}
.cmshtml .blog_frame {
  background: #fff;
  padding: 60px 2%;
}
.cmshtml .module_blogwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 6px;
}
.cmshtml #contents .module_blog {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 30%;
  background: #f4f5f7;
  padding: 20px;
}
.cmshtml .list01_inwrap {
  list-style: disc !important;
  padding-left: 20px;
}
.cmshtml .list01_inwrap li {
  display: list-item;
  list-style: disc !important;
  position: relative;
  font-weight: 600;
  padding: 0;
  color: #165829;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 20px;
}
.cmshtml .list02_inwrap li {
  display: list-item;
  position: relative;
  font-weight: 600;
  padding: 0;
  list-style: decimal !important;
  color: #165829;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
  font-weight: 500;
}
.cmshtml .mark_btn {
  align-items: center;
  background: #ededed;
  padding: 10px;
  padding-left: 20px;
  border-left: 20px solid #165829;
  justify-content: space-between;
  position: relative;
  border-radius: 4px;
}
.cmshtml .mark_btn:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  z-index: 2;
  transform: rotate(45deg);
}
.cmshtml .mark_btn .link_btn01 {
  text-align: right;
}
.cmshtml .mark_btn .link_btn01 a {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #165829;
  color: #165829;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  font-weight: 600;
  padding: 10px 20px;
  min-width: 1px;
  font-size: 14px;
}
.cmshtml .mark_btn .link_btn01 a:hover {
  background: #165829;
  color: #fff;
}
.cmshtml .ico_title {
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #165829;
  margin-top: 30px;
  flex-flow: nowrap;
}
.cmshtml .ico_title02 {
  border-bottom: none;
}
.cmshtml .ico_title > div:first-child {
  max-width: 80px;
  min-width: 80px;
  text-align: right;
}
.cmshtml .tit_txt {
  font-size: 24px;
  padding-left: 20px;
  font-weight: 600;
  color: #165829;
}
.cmshtml .twin_box01 > div:first-child, .cmshtml .twin_box02 > div:nth-child(2) {
  width: 70%;
}
.cmshtml .twin_box01 > div:nth-child(2), .cmshtml .twin_box02 > div:first-child {
  width: 30%;
}
.cmshtml .twin_box .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml .twin_box01 .imgbox img {
  border-radius: 40px 0 0 0;
}
.cmshtml .twin_box02 .imgbox img {
  border-radius: 0 40px 0 0;
}
.cmshtml .twin_box .textbox {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.cmshtml .twin_box .twin_tit {
  font-size: 24px;
  border-bottom: 1px solid #165829;
  color: #165829;
  margin-bottom: 20px;
}
.cmshtml .twin_box .link_btn, .cmshtml .twin_box .link_btn01, .cmshtml .twin_box .link_btn02 {
  margin-top: auto;
  margin-bottom: 0;
}
.cmshtml .twin_box02 .link_btn, .cmshtml .twin_box02 .link_btn01, .cmshtml .twin_box02 .link_btn02 {
  text-align: right;
}
.cmshtml .twin_box .link_btn01 a {
  padding: 5px 20px;
  padding-right: 50px;
}
.cmshtml .img_txt {
  position: relative;
  align-items: flex-start;
  margin-bottom: 100px;
}
.cmshtml .img_div {
  position: relative;
  z-index: 1;
  width: 40%;
}
.cmshtml .img_div img {
  border-radius: 60px 0 0 0;
}
.cmshtml .txt_div:before {
  border-radius: 6px 0 0 6px;
  background: #ffeada;
  content: "";
  display: block;
  width: 5%;
  height: 100%;
  position: absolute;
  left: -5%;
  top: 0;
  z-index: 0;
}
.cmshtml .txt_div {
  border-radius: 0 60px 6px 0;
  background: #ffeada;
  padding: 30px;
  padding-left: 40px;
  position: relative;
  z-index: 0;
  width: 60%;
  line-height: 2;
  margin-top: 120px;
}
.cmshtml .profile {
  position: relative;
  background-color: #fff;
  background-image: radial-gradient(#faf6f3 30%, transparent 30%);
  background-size: 10px 10px;
  padding: 20px;
  max-width: 1300px;
  margin-bottom: 60px;
  border-radius: 20px;
}
.cmshtml .pro_img {
  position: relative;
}
.cmshtml .pro_card {
  padding: 20px;
}
.cmshtml .pro_txt {
  font-weight: 500;
}
.cmshtml .pro_txt01 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #165829;
  font-weight: 600;
}
.cmshtml .pro_txt02 {
  font-weight: 500;
}
.cmshtml .profile_inwrap01 {
  background: #fff;
  margin: 0 auto;
  box-shadow: #ccc 0 0 5px;
}
.cmshtml .profile_inwrap01 > div:first-child {
  width: 40%;
}
.cmshtml .profile_inwrap01 > div:nth-child(2) {
  width: 60%;
}
.cmshtml .profile_inwrap02 {
  border: 1px solid #CEE1FF;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
  align-items: flex-start;
}
.cmshtml .profile_inwrap02 > div:first-child {
  width: 70%;
}
.cmshtml .profile_inwrap02 > div:nth-child(2) {
  width: 30%;
  padding-left: 10px;
  padding-bottom: 10px;
}
.cmshtml .in_protxt {
  padding-right: 10px;
  line-height: 2;
  font-size: 14px;
}
.cmshtml .in_proimg {
  position: relative;
}
.cmshtml .in_proimg:before {
  background: #d7e7ff;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  background: #fff;
  border: 1px solid #FF5C00;
  position: relative;
  border-radius: 6px;
}
.cmshtml .step_div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cmshtml .step_div > div:first-child {
  max-width: 300px;
  min-width: 300px;
}
.cmshtml .step_div > div:nth-child(2) {
  max-width: calc(100% - 300px);
}
.cmshtml .step_div > div + div {
  border-left: 1px solid #FF5C00;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #FF5C00;
  position: relative;
  font-size: 20px;
  text-align: center;
  padding: 15px 30px;
  line-height: 1.3;
}
.cmshtml .stepbox > div:not(:last-child) .step_num:after {
  border: 30px solid transparent;
  border-top: 20px solid #FF5C00;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
.cmshtml .step_txt {
  padding: 10px;
}
.cmshtml .step_div.one_side > div:first-child {
    max-width: none;
    min-width: 1px;
}
.cmshtml .stepbox > div.one_side.step_div:not(:last-child):after {
  border: 30px solid transparent;
  border-top: 20px solid #FF5C00;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
.cmshtml .img_blackMask {
  position: relative;
}
.cmshtml .img_blackMask > div {
  background: #000;
  position: relative;
  overflow: hidden;
}
.cmshtml .img_blackMask img {
  opacity: 0.5;
  transition: all 0.3s;
}
.cmshtml .img_blackMask > div img {
  max-width: none;
  width: 100%;
  height: auto;
}
.cmshtml .img_blackMask > div:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.cmshtml .img_blackMask .mask_txt {
  color: #FFF;
  position: absolute;
  margin: auto;
  font-size: 24px;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .bnr_box.img_blackMask > div img {
  opacity: 1;
}
.cmshtml .bnr_box.img_blackMask .mask_txt {
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px;
  font-size: 30px;
}