@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
fontsize mixin
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.header .header_list > li.header_item1 > a span, .header .header_list > li.header_item2 > a span, .header .header_list > li.header_item3 > a span, .header .header_list > li.header_item4 > a:after, .header .header_list > li.header_item4 > a .header_txt1, .footer .footer_list > li.footer_item1 > a span, .footer .footer_list > li.footer_item2 > a span, .footer .footer_list > li.footer_item3 > a span, .footer .footer_list > li.footer_item4 > a:after, .footer .footer_list > li.footer_item4 > a .footer_txt1, .btn:after, .heading .heading_ttl1:before {
  background: url('../img/pc/sprites.png') no-repeat;
          background-size: 94px 196px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body {
  font-size: 14px;
  font-size: 0.875rem;
}

a:link {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.wrap {
  padding-top: 100px;
}

.header {
  position: fixed;
  height: 60px;
  padding: 20px 0;
  top: 0;
  left: 0;
  right: 0;
}
.header .header_colset {
  max-width: 960px;
  padding: 0 20px;
}
.header .header_colset:after {
  content: "";
  display: block;
  clear: both;
}
.header .header_col1 {
  padding: 0;
  float: left;
}
.header .header_col2 {
  padding-top: 12px;
  float: right;
}
.header .header_logo {
  line-height: 0;
  padding-top: 8px;
}
.header .header_logo img {
  height: auto;
}
.header .header_btn {
  display: none;
}
.header .header_nav {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  background: transparent;
}
.header .header_list {
  text-align: right;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
}
.header .header_list > li {
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  border-bottom: none;
  display: inline-block;
  margin-right: 40px;
}
.header .header_list > li:last-child {
  border-bottom: none;
  margin-right: 0;
}
.header .header_list > li > a {
  display: inline;
  padding: 0;
  line-height: 0;
}
.header .header_list > li > a:after {
  display: none;
}
.header .header_list > li.header_item1 > a span {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 80px;
  height: 18px;
  background-position: 0 0;
}
.header .header_list > li.header_item1 > a:hover span {
  width: 80px;
  height: 18px;
  background-position: 0 -18px;
}
.header .header_list > li.header_item2 > a span {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 64px;
  height: 18px;
  background-position: 0 -36px;
}
.header .header_list > li.header_item2 > a:hover span {
  width: 64px;
  height: 18px;
  background-position: 0 -54px;
}
.header .header_list > li.header_item3 > a span {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 64px;
  height: 18px;
  background-position: 0 -104px;
}
.header .header_list > li.header_item3 > a:hover span {
  width: 64px;
  height: 18px;
  background-position: 0 -122px;
}
.header .header_list > li.header_item4 > a {
  padding: 16px 23px;
  border: 1px solid #38973f;
          border-radius: 24px;
  display: inline-block;
  min-width: 140px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background-color: #fff;
}
.header .header_list > li.header_item4 > a:after {
  display: block;
  position: absolute;
  content: '';
  margin-top: -8px;
  right: 18px;
  width: 10px;
  height: 16px;
  background-position: 0 -140px;
}
.header .header_list > li.header_item4 > a .header_blog {
  position: relative;
  padding-right: 0;
  display: inline;
}
.header .header_list > li.header_item4 > a .header_txt2 {
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50px;
}
.header .header_list > li.header_item4 > a .header_txt2 span {
  display: inline-block;
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  background: none;
}
.header .header_list > li.header_item4 > a .header_txt2 img {
  max-width: none;
}
.header .header_list > li.header_item4 > a .header_txt1 {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 94px;
  height: 16px;
  background-position: 0 -72px;
}
.header .header_list > li.header_item4 > a:hover {
  background-color: #38973f;
}
.header .header_list > li.header_item4 > a:hover:after {
  width: 10px;
  height: 16px;
  background-position: 0 -156px;
}
.header .header_list > li.header_item4 > a:hover .header_txt1 {
  width: 94px;
  height: 16px;
  background-position: 0 -88px;
}

.footer {
  position: relative;
  z-index: 2;
}
.footer .footer_pagetop {
  padding: 60px 20px;
}
.footer .footer_pagetop img {
  width: 95px;
}
.footer .footer_pagetop a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.footer .footer_pagetop a:hover {
  opacity: 0.4;
}
.footer .footer_row1 {
  padding: 20px 0 35px;
}
.footer .footer_row2 {
  padding: 20px 0;
}
.footer .footer_inner {
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto;
}
.footer .footer_colset:after {
  content: "";
  display: block;
  clear: both;
}
.footer .footer_col1 {
  padding: 20px 0 0;
  float: right;
}
.footer .footer_col2 {
  padding-top: 12px;
  float: left;
  padding: 12px 0 0;
}
.footer .footer_nav {
  background: transparent;
}
.footer .footer_list {
  text-align: right;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
}
.footer .footer_list > li {
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  border-bottom: none;
  display: inline-block;
  margin-right: 40px;
}
.footer .footer_list > li:last-child {
  border-bottom: none;
  margin-right: 0;
}
.footer .footer_list > li > a {
  display: inline;
  padding: 0;
  line-height: 0;
}
.footer .footer_list > li > a:after {
  display: none;
}
.footer .footer_list > li.footer_item1 > a span {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 80px;
  height: 18px;
  background-position: 0 0;
}
.footer .footer_list > li.footer_item1 > a:hover span {
  width: 80px;
  height: 18px;
  background-position: 0 -18px;
}
.footer .footer_list > li.footer_item2 > a span {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 64px;
  height: 18px;
  background-position: 0 -36px;
}
.footer .footer_list > li.footer_item2 > a:hover span {
  width: 64px;
  height: 18px;
  background-position: 0 -54px;
}
.footer .footer_list > li.footer_item3 > a span {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 64px;
  height: 18px;
  background-position: 0 -104px;
}
.footer .footer_list > li.footer_item3 > a:hover span {
  width: 64px;
  height: 18px;
  background-position: 0 -122px;
}
.footer .footer_list > li.footer_item4 > a {
  padding: 16px 23px;
  border: 1px solid #38973f;
          border-radius: 24px;
  display: inline-block;
  min-width: 140px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background-color: #fff;
}
.footer .footer_list > li.footer_item4 > a:after {
  display: block;
  position: absolute;
  content: '';
  margin-top: -8px;
  right: 18px;
  width: 10px;
  height: 16px;
  background-position: 0 -140px;
}
.footer .footer_list > li.footer_item4 > a .footer_blog {
  position: relative;
  padding-right: 0;
  display: inline;
}
.footer .footer_list > li.footer_item4 > a .footer_txt2 {
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50px;
}
.footer .footer_list > li.footer_item4 > a .footer_txt2 span {
  display: inline-block;
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  background: none;
}
.footer .footer_list > li.footer_item4 > a .footer_txt2 img {
  max-width: none;
}
.footer .footer_list > li.footer_item4 > a .footer_txt1 {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 94px;
  height: 16px;
  background-position: 0 -72px;
}
.footer .footer_list > li.footer_item4 > a:hover {
  background-color: #38973f;
}
.footer .footer_list > li.footer_item4 > a:hover:after {
  width: 10px;
  height: 16px;
  background-position: 0 -156px;
}
.footer .footer_list > li.footer_item4 > a:hover .footer_txt1 {
  width: 94px;
  height: 16px;
  background-position: 0 -88px;
}
.footer .footer_logo {
  text-align: left;
  padding-top: 8px;
}
.footer .footer_logo > img {
  height: auto;
}
.footer .footer_txt {
  margin-top: 20px;
  text-align: left;
}
.footer .footer_copyright {
  font-size: 12px;
  font-size: 0.75rem;
}
.footer .footer_copyright br {
  display: none;
}

.content {
  margin-bottom: -190px;
}
.content .content_header {
  position: relative;
  z-index: 3;
}

.sec {
  margin-top: -100px;
  padding: 160px 0;
  position: relative;
}
.sec .sec_inner {
  max-width: 920px;
  padding: 0 20px;
  margin: 0 auto;
}
.sec:last-child {
  padding-bottom: 180px;
}
.sec .sec_header {
  margin-bottom: 50px;
}
.sec .sec_colset {
  display: table;
  width: 100%;
}
.sec .sec_col1,
.sec .sec_col2 {
  display: table-cell;
  padding-right: 67px;
  width: 50%;
  vertical-align: top;
}
.sec.sec1 {
  z-index: 2;
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 60px;
}
.sec.sec2 {
  z-index: 1;
}
.sec.sec2 .sec_body {
  margin-right: -67px;
}

.btn {
  padding: 11px 23px;
  border: 1px solid #fff;
          border-radius: 24px;
  color: #fff;
}
.btn:link {
  text-decoration: none;
}
.btn:hover {
  text-decoration: underline;
}
.btn:after {
  display: block;
  position: absolute;
  content: '';
  margin-top: -8px;
  right: 18px;
  width: 10px;
  height: 16px;
  background-position: 0 -156px;
}

.heading .heading_ttl1 {
  padding-left: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: inline-block;
}
.heading .heading_ttl1 img {
  height: 18px;
  width: auto;
  max-width: none;
}
.heading .heading_ttl1:before {
  left: -26px;
  margin-top: 0;
  top: -4px;
  width: 18px;
  height: 24px;
  background-position: 0 -172px;
}
.heading .heading_ttl1:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 25px;
  background-color: #e2ddb8;
  bottom: 0;
  left: 50%;
  margin-left: -13px;
}
.heading .heading_ttl2 {
  display: inline-block;
  text-indent: 0;
  white-space: normal;
  background: none;
}
.heading .heading_ttl2 img {
  max-width: none;
}
.heading.heading_plan .heading_ttl2 {
  width: auto;
  height: auto;
}
.heading.heading_hiramarien .heading_ttl2 {
  width: auto;
  height: auto;
}
.heading.heading_sone .heading_ttl2 {
  width: auto;
  height: auto;
}
.heading.heading_hinata .heading_ttl2 {
  width: auto;
  height: auto;
}
.heading.heading_kasumisou .heading_ttl2 {
  width: auto;
  height: auto;
}
.heading.heading_kirigaoka .heading_ttl2 {
  width: auto;
  height: auto;
}

.heading2 img {
  height: 28px;
  width: auto;
}

.list {
  margin-right: -68px;
  margin-bottom: -68px;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
}
.list > li {
  vertical-align: top;
  width: 33.33%;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  display: inline-block;
  padding-right: 68px;
  margin-bottom: 68px;
  background: none;
          box-sizing: border-box;
}

.list2 {
  padding: 20px 16px;
  background: url("../img/pc/bg_line_01.png") repeat-x left bottom;
  background-size: auto auto;
}
.list2:after {
  content: "";
  display: block;
  clear: both;
}
.list2 > dt {
  width: 134px;
  float: left;
  margin-bottom: 0;
  line-height: 0;
}
.list2 > dt img {
  height: 16px;
  width: auto;
}
.list2 > dd {
  overflow: hidden;
}
.list2.list2_service {
  padding: 0 16px 20px;
}

.list3 {
  margin-bottom: 20px;
}
.list3:last-child {
  margin-bottom: 0;
}

.list4 .list4_item {
  line-height: 0;
  text-align: center;
}
.list4 .list4_item img {
  display: none;
}
.list4 .list4_item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.list4 .list4_item1 {
  background: url("../img/pc/img_main_01.png") no-repeat center top;
  background-size: cover;
  height: 460px;
}
.list4 .list4_item2 {
  background: url("../img/pc/img_main_02.png") no-repeat center top;
  background-size: cover;
  height: 460px;
}
.list4 .list4_item3 {
  background: url("../img/pc/img_main_03.png") no-repeat center top;
  background-size: cover;
  height: 460px;
}

.list5 > li {
  margin-bottom: 10px;
}
.list5 > li:last-child {
  margin-bottom: 0;
}

.media {
  position: relative;
  padding: 0;
}
.media .media_header {
  line-height: 0;
  text-align: center;
  margin-bottom: 30px;
}
.media .media_btn {
  display: none;
}
.media .media_body {
  width: auto;
  position: relative;
  left: auto;
  top: auto;
}
.media .media_body:hover .media_btn2 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.media .media_body:hover .media_img img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.media .media_btn2 {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  background-color: rgba(56, 151, 63, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.media .media_list {
  position: absolute;
  top: 50%;
  width: 100%;
      -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 20px;
  box-sizing: border-box;
}
.media .media_list > li {
  margin-bottom: 20px;
}
.media .media_list > li:last-child {
  margin-bottom: 0;
}
.media .media_img {
  z-index: 1;
  position: relative;
  text-align: center;
  line-height: 0;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.media .media_img img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 275px;
}
.media .media_label {
  z-index: 3;
  position: absolute;
  left: auto;
  right: -28px;
  top: -8px;
  display: inline-block;
  text-indent: 0;
  white-space: normal;
  background: none;
  width: auto;
  height: auto;
}
.media .media_label img {
  max-width: none;
}

.is_close.header .header_nav {
  display: block !important;
}
