@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;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  height: 100vh;
}
body {
  line-height: 32px;
  color: #333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  font-weight: 200;
  background-color: #fff;
}
picture {
  display: block;
  line-height: 0;
}
.gothic {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.serif {
  font-family: 'Noto Serif JP';
}
.container {
  padding: 0 7.3206%;
}
/* スマフォ */
@media (max-width: 599px) {
  .container {
    padding: 0 5.3435%;
  }
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus,
a:active {
  outline: none;
}
ul,
ol {
  list-style: none;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}
.clearfix {
  min-height: 1px; /*IE6、7対策*/
}
/* ▼グロナビ▼ */
nav {
  background: transparent;
  z-index: 1;
}
nav #brand {
  display: flex;
  line-height: 0;
  width: 100%;
  height: 75px;
  position: fixed;
  align-items: center;
  top: 0;
  z-index: 1100;
  background: rgba(255,255,255,0.7);
}
nav #brand .container {
  padding: 0 3.6603%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
nav #brand .header_logo_wrap {
  height: 50px;
  margin-right: 20px;
}
nav #brand .header_logo_wrap .logo {
  line-height: 0;
  height: 100%;
  display: inline-block;
}
nav #brand .header_logo_wrap .logo img {
  height: 100%;
}
nav #brand ul {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  width: 44.8759%;
}
nav #brand ul li {
  margin-right: 40px;
  margin-right: clamp(20px, 3vw, 40px);
  line-height: 1em;
  font-size: 16px;
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: bold;
}
nav #brand ul li:last-child {
  margin-right: 0;
}
nav #brand ul li a {
  display: inline-block;
  width: 100%;
}
nav #brand ul li a img {
  width: 100%;
}
nav #brand ul li:nth-child(1) {
  width: 14.9068%;
}
nav #brand ul li:nth-child(2) {
  width: 14.9162%;
}
nav #brand ul li:nth-child(3) {
  width: 9.9484%;
}
nav #brand ul li:nth-child(4) {
  width: 14.9511%;
}
nav #brand ul li:nth-child(5) {
  width: 9.9309%;
}
nav #brand .tel_wrap {
  line-height: 1em;
  margin-right: 3.1595%;
  margin-left: 3.1595%;
  width: 8.3459%;
}
nav #brand .tel_wrap img {
  width: 100%;
}
nav #brand .cta {
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  width: 9.3966%;
}
nav #brand .cta img {
  width: 100%;
}
@media (max-width: 599px) {
  nav #brand {
    padding: 10px 0;
  }
  nav #brand .container {
    width: 100%;
    align-items: center;
    padding: 0 5.3435%;
  }
  nav #brand .header_logo_wrap {
    width: 62.678%;
  }
  nav #brand ul {
    display: none;
  }
  nav #brand .tel_wrap {
    display: none;
  }
  nav #brand .cta {
    display: none;
  }
}
.toggle_wrap {
  position: fixed;
  z-index: 100000;
  width: 100%;
  display: none;
}
@media (max-width: 599px) {
  .toggle_wrap {
    display: block;
    pointer-events: none;
  }
}
.toggle {
  width: 40px;
  height: fit-content;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  display: none;
  position: absolute;
  right: 5.3435%;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: auto;
}
.toggle p {
  font-size: 10px;
  text-align: center;
  color: #497d95;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 7px;
}
@media (max-width: 599px) {
  .toggle {
    display: block;
  }
}
.toggle .span {
  height: 4px;
  background: #014262;
  margin: 0 0 9px auto;
  backface-visibility: hidden;
  transition: all 0.2s linear;
}
.toggle .span:last-child {
  margin: 0 auto 0 0;
  width: 50%;
}
.toggle.on #one {
  transform: rotate(45deg) translateX(7px) translateY(7px);
}
.toggle.on #two {
  opacity: 0;
  width: 0;
}
.toggle.on #three {
  transform: rotate(-45deg) translateX(7px) translateY(-7px);
}
@media (max-width: 599px) {
  .toggle.on #one {
    transform: rotate(45deg) translateX(9px) translateY(9px);
  }
  .toggle.on #two {
    opacity: 0;
    width: 0;
  }
  .toggle.on #three {
    transform: rotate(-45deg) translateX(9px) translateY(-9px);
    width: 100%;
  }
}
#resize {
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  padding: 20px;
  position: fixed;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: rgba(255,255,255,0.95) no-repeat center;
  display: flex;
  overflow: scroll;
}
#resize.active {
  visibility: visible !important;
  opacity: 1;
  pointer-events: unset;
}
#resize ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
}
#resize ul li {
  padding: 15px 0;
  line-height: 1em;
}
#resize ul li:first-child {
  padding-top: 0;
}
#resize ul li:last-child {
  padding-bottom: 0;
}
#resize ul li a {
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
  color: #333;
}
#resize ul li .tel_item {
  line-height: 0;
}
#resize ul li .tel_item img {
  width: 223px;
}
/* ▲グロナビ▲ */
.webp .lower_headline {
  background-image: url("../images/cases_hl_bg.webp");
}
.no-webp .lower_headline {
  background-image: url("../images/cases_hl_bg-min.jpg");
}
.lower_headline {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.lower_headline .breadcrumb {
  color: #fff;
}
.lower_headline .headline {
  color: #fff;
  font-weight: bold;
  font-size: 48px;
  line-height: 1em;
}
.lower_headline .headline p {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .lower_headline .headline {
    font-size: 30px;
    line-height: 1em;
  }
}
.no-webp .footer_cta {
  background-image: url("../images/footer_cta_bg-min.jpg");
}
.webp .footer_cta {
  background-image: url("../images/footer_cta_bg-min.jpg");
}
.footer_cta {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
  color: #fff;
}
.footer_cta h2 {
  margin-bottom: 35px;
  font-size: 32px;
  line-height: 54px;
  font-weight: bold;
  text-align: center;
}
.footer_cta h2 .serif {
  font-size: 14px;
  line-height: 54px;
}
.footer_cta .cta_btns_wrap {
  display: flex;
  justify-content: center;
}
.footer_cta .cta_btns_wrap a {
  display: inline-block;
  line-height: 0;
  margin: 0 2.03%;
}
.footer_cta .cta_btns_wrap a img {
  height: 50px;
}
@media (max-width: 599px) {
  .footer_cta {
    padding-top: 45px;
    padding-bottom: 105px;
  }
  .footer_cta h2 {
    font-size: 22px;
    line-height: 36px;
  }
  .footer_cta h2 .serif {
    line-height: 1em;
    margin-bottom: 20px;
  }
  .footer_cta h2 span {
    display: inline-block;
  }
  .footer_cta .cta_btns_wrap {
    flex-direction: column;
    align-items: center;
  }
  .footer_cta .cta_btns_wrap a {
    margin: 0 0 35px;
  }
  .footer_cta .cta_btns_wrap a:last-child {
    margin: 0;
  }
}
#footer {
  padding: 70px 0 55px;
  color: #505050;
  background: #f4f5f5;
  font-size: 14px;
  position: relative;
}
#footer .container .footer_head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
#footer .container .footer_head .footer_logo {
  line-height: 0;
  width: 24.4425%;
}
#footer .container .footer_head .footer_logo img {
  width: 100%;
}
#footer .container .footer_bottom .footer_nav ul {
  display: flex;
  justify-content: center;
}
#footer .container .footer_bottom .footer_nav ul li {
  line-height: 1em;
  margin-right: 30px;
}
#footer .container .footer_bottom .footer_nav ul li:last-child {
  margin-right: 0;
}
#footer .container .footer_bottom .footer_nav ul li a {
  line-height: 1em;
}
#footer .container .footer_bottom .footer_nav ul li a:before {
  content: "＞";
}
#footer .container .footer_bottom .copyright {
  text-align: center;
  margin-top: 85px;
  line-height: 1em;
}
@media (max-width: 599px) {
  #footer {
    padding: 40px 0 50px;
  }
  #footer .container .footer_head {
    margin-bottom: 30px;
  }
  #footer .container .footer_head .footer_logo {
    width: 54.9575%;
  }
  #footer .container .footer_bottom .footer_nav ul {
    align-items: center;
    flex-direction: column;
  }
  #footer .container .footer_bottom .footer_nav ul li {
    margin-right: 0;
    margin-bottom: 35px;
  }
  #footer .container .footer_bottom .footer_nav ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  #footer .container .footer_bottom .copyright {
    margin-top: 50px;
  }
}
#primary.lower {
  padding-top: 215px !important;
}
.inner_container {
  width: 770px;
  max-width: 100%;
}
.inner_container p {
  margin-bottom: 1em;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0;
}
@media (max-width: 1080px) {
  .inner_container {
    width: 100%;
  }
}
.column-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1080px) {
  .column-2 {
    display: block;
  }
}
.information {
  margin-bottom: 180px;
}
.information .inner_container ul {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.information .inner_container ul article {
  display: flex;
}
.information .inner_container ul time {
  width: 148px;
  padding: 16px 0 23px;
  text-align: left;
  font-weight: lighter;
  border-top: 1px solid #e7dfdb;
  display: block;
}
.information .inner_container ul a {
  padding: 16px 0 23px;
  border-top: 1px solid #e7dfdb;
  display: block;
  width: calc(100% - 148px);
  position: relative;
  text-decoration: none;
}
.information .inner_container ul a:after {
  content: "";
  width: 50px;
  height: 11px;
  background: url("../images/arrow.svg") no-repeat;
  background-position: -12px center;
  background-size: 61px 11px;
  position: absolute;
  right: 15px;
  bottom: 30px;
  overflow: hidden;
}
.information .inner_container ul a:hover:after {
  animation: anim 0.4s ease-out;
}
@media (max-width: 599px) {
  .information .inner_container ul article {
    display: block;
  }
  .information .inner_container ul time {
    width: 100%;
    padding: 16px 0 10px;
    font-size: 14px;
    line-height: 28px;
  }
  .information .inner_container ul a {
    padding: 0 0 23px;
    border-top: 0;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
}
.pager nav {
  text-align: center;
  line-height: 13px;
  position: relative;
}
.pager nav .prev_link_wrap {
  position: absolute;
  left: 0;
  top: 1px;
}
.pager nav .prev_link_wrap a {
  display: flex;
  align-items: center;
}
.pager nav .prev_link_wrap a:before {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url("../images/icon_arrow_left.svg") no-repeat center;
  background-size: contain;
  margin-right: 10px;
}
.pager nav .next_link_wrap {
  position: absolute;
  right: 0;
  top: 1px;
}
.pager nav .next_link_wrap a {
  display: flex;
  align-items: center;
}
.pager nav .next_link_wrap a:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url("../images/icon_arrow_right.svg") no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
.pager nav a {
  font-size: 13px;
  line-height: 1em;
  transition: all 0.2s linear;
}
.pager nav a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media (max-width: 599px) {
  .pager nav .prev_link_wrap a:before {
    margin-right: 5px;
  }
  .pager nav .next_link_wrap a:after {
    margin-left: 5px;
  }
}
.info_link_wrap {
  margin-top: 47px;
  text-align: right;
}
.cm_lnk_btn {
  display: inline-block !important;
  font-size: 14px;
  line-height: 1em !important;
  border: 1px solid #564d23;
  padding: 8px 20px !important;
  border-radius: 15px;
  position: relative;
  color: #564d23;
  background-color: #fff;
}
.cm_lnk_btn:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 9px;
  height: 14px;
  background: url("../images/arrow_br.svg") no-repeat center;
  background-size: contain;
  position: relative;
  top: 1px;
}
.page {
  margin-bottom: 180px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.breadcrumb {
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
}
.breadcrumb ul li {
  display: flex;
  align-items: center;
}
.breadcrumb ul li:after {
  content: "";
  background: url("../images/icon_breadcrumb.svg") no-repeat center;
  background-size: contain;
  width: 7px;
  height: 12px;
  display: inline-block;
  margin: 0 10px;
}
.breadcrumb ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  text-decoration: underline;
}
.breadcrumb ul li span {
  color: #fff;
  font-size: 14px;
  line-height: 1em;
}
.breadcrumb ul li.breadcrumb__item-current:after {
  display: none;
}
@media (max-width: 599px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb.sp {
  display: none;
}
@media (max-width: 599px) {
  .breadcrumb.sp {
    display: block;
    position: static;
    padding-bottom: 15px;
  }
  .breadcrumb.sp ul {
    align-items: flex-start;
  }
  .breadcrumb.sp ul li {
    flex: 0 0 auto;
  }
  .breadcrumb.sp ul li:last-child {
    flex: unset;
  }
  .breadcrumb.sp ul li:after {
    background: url("../images/icon_breadcrumb_bk.svg") no-repeat center;
  }
  .breadcrumb.sp ul li a {
    color: #333;
  }
  .breadcrumb.sp ul li span {
    color: #333;
  }
}
.to_pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1;
}
.to_pagetop a {
  display: inline-block;
  width: 56px;
  height: 56px;
  position: relative;
}
.to_pagetop a:hover {
  text-decoration: none;
}
@media (max-width: 599px) {
  .to_pagetop {
    bottom: 15px;
    right: 15px;
  }
  .to_pagetop a {
    width: 40px;
    height: 40px;
  }
  .to_pagetop a img {
    width: 100%;
  }
}
#main {
  margin-bottom: 0;
}
.post.container {
  padding-bottom: 200px;
}
.content.container {
  padding-bottom: 200px;
}
.post_container {
  font-size: 19px;
  line-height: 40px;
  font-weight: normal;
}
.post_container p {
  margin-bottom: 30px;
}
.post_container p .has-vivid-green-cyan-color {
  color: #77ac78;
}
.post_container a {
  text-decoration: underline;
}
.post_container figure {
  margin-bottom: 60px;
}
.post_container figure .img_wrap {
  line-height: 0;
  position: relative;
}
.post_container figure .img_wrap:before {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: -7px;
  width: 53px;
  height: 53px;
  background: url("../images/top_about_win_lt.svg") no-repeat left top;
  background-size: contain;
}
.post_container figure .img_wrap:after {
  content: "";
  display: block;
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 53px;
  height: 53px;
  background: url("../images/top_about_win_rb.svg") no-repeat left top;
  background-size: contain;
}
.post_container figure figcaption {
  font-size: 14px;
  line-height: 1.5em;
}
.post_container > * {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .post_container {
    font-size: 18px;
    line-height: 1.7em;
  }
  .post_container figure {
    margin-bottom: 40px;
  }
  .post_container figure .img_wrap:before {
    left: -4px;
    top: -4px;
    width: 28px;
    height: 28px;
  }
  .post_container figure .img_wrap:after {
    content: "";
    display: block;
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 28px;
    height: 28px;
  }
  .post_container figure figcaption {
    font-size: 14px;
    line-height: 1.5em;
  }
  .post_container > * {
    margin-bottom: 0;
  }
}
br.pc {
  display: inline;
}
br.pc.tb {
  display: inline;
}
br.tb {
  display: none;
}
br.sp {
  display: none;
}
@media (max-width: 768px) {
  br.pc {
    display: none;
  }
  br.tb {
    display: inline;
  }
  br.tb.sp {
    display: inline;
  }
  br.sp {
    display: none;
  }
}
@media (max-width: 599px) {
  br.pc {
    display: none;
  }
  br.tb {
    display: none;
  }
  br.tb.sp {
    display: inline;
  }
  br.sp {
    display: inline;
  }
}
.to_contact {
  text-align: center;
  margin-bottom: 200px;
}
.to_contact .cm_lnk_btn_r {
  width: 680px;
  border-radius: 50px;
  padding: 40px 0;
  margin-bottom: 40px;
}
.to_contact .cm_lnk_btn_r:after {
  width: 21px;
  height: 6px;
  right: 40px;
}
.to_contact .cm_lnk_btn_r:hover {
  text-decoration: none;
}
.to_contact .cm_lnk_btn_r:hover:after {
  right: 30px;
  width: 31px;
}
.to_contact p {
  font-size: 17px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 599px) {
  .to_contact {
    display: none;
  }
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 599px) {
  .alignleft {
    float: none;
    margin-right: 0;
  }
  .alignright {
    float: note;
    margin-left: 0;
  }
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.anch {
  position: absolute;
  top: -128px;
}
#fancybox-overlay {
  background-color: #000 !important;
}
#fancybox-left,
#fancybox-right {
  width: 5% !important;
  height: 20% !important;
  margin: auto;
  top: 0;
}
#fancybox-left {
  left: -50px !important;
}
#fancybox-left #fancybox-left-ico {
  background-image: url("/images/arrow_prev.svg") !important;
  background-repeat: no-repeat;
  background-position: center !important;
  left: 0 !important;
  transition: left 0.15s linear;
}
#fancybox-left:hover #fancybox-left-ico {
  left: -10px !important;
}
#fancybox-right {
  right: -50px !important;
}
#fancybox-right #fancybox-right-ico {
  background-image: url("/images/arrow_next.svg") !important;
  background-repeat: no-repeat;
  background-position: center !important;
  left: auto !important;
  right: 0 !important;
  transition: right 0.15s linear;
}
#fancybox-right:hover #fancybox-right-ico {
  right: -10px !important;
}
#fancybox-left-ico,
#fancybox-right-ico {
  width: 20px !important;
  height: 40px !important;
  transition: all 0.3s linear;
}
.type_half_visual_right {
  display: flex;
}
.type_half_visual_right .block {
  width: 50%;
}
.type_half_visual_right .block picture {
  display: block;
  line-height: 0;
}
.type_half_visual_right .block picture img {
  max-width: 100%;
}
.type_half_visual_right .block .inner {
  width: calc(100% - 80px);
  max-width: 480px;
  margin: 0 auto;
}
.type_half_visual_right .block h1,
.type_half_visual_right .block h2 {
  padding: 85px 0;
  font-weight: normal;
  font-size: 25px;
  color: #212121;
  letter-spacing: 0.08em;
  line-height: 1.66em;
}
.type_half_visual_right .block h1 span,
.type_half_visual_right .block h2 span {
  display: block;
  line-height: 1em;
  font-size: 13px;
  margin-bottom: 30px;
  color: #b9b9b9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
}
.type_half_visual_right .block h1 br.tb,
.type_half_visual_right .block h2 br.tb {
  display: none;
}
.type_half_visual_right .block p {
  font-size: 14px;
  line-height: 38px;
  color: #333;
  margin-bottom: 38px;
}
.type_half_visual_right .block p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1120px) {
  .type_half_visual_right .block h1,
  .type_half_visual_right .block h2 {
    font-size: 30px;
  }
}
@media (max-width: 890px) {
  .type_half_visual_right .block h1,
  .type_half_visual_right .block h2 {
    font-size: 24px;
  }
  .type_half_visual_right .block h1 br.tb,
  .type_half_visual_right .block h2 br.tb {
    display: inline;
  }
}
@media (max-width: 599px) {
  .type_half_visual_right {
    flex-direction: column-reverse;
  }
  .type_half_visual_right .block {
    width: 100%;
  }
  .type_half_visual_right .block picture {
    display: block;
    line-height: 0;
  }
  .type_half_visual_right .block picture img {
    max-width: 100%;
  }
  .type_half_visual_right .block .inner {
    width: 87.1794%;
    max-width: unset;
  }
  .type_half_visual_right .block h1,
  .type_half_visual_right .block h2 {
    padding: 30px 0 50px;
    font-size: 22px;
    letter-spacing: 0.04em;
    line-height: 1.818em;
  }
  .type_half_visual_right .block h1 span,
  .type_half_visual_right .block h2 span {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .type_half_visual_right .block p {
    font-size: 15px;
    line-height: 38px;
    margin-bottom: 38px;
  }
  .type_half_visual_right .block p:last-child {
    margin-bottom: 0;
  }
}
.type_half_visual_left {
  display: flex;
}
.type_half_visual_left .block {
  width: 50%;
}
.type_half_visual_left .block picture {
  display: block;
  line-height: 0;
}
.type_half_visual_left .block picture img {
  max-width: 100%;
}
.type_half_visual_left .block .inner {
  width: calc(100% - 80px);
  max-width: 480px;
  margin: 0 auto;
}
.type_half_visual_left .block h1,
.type_half_visual_left .block h2 {
  padding: 85px 0;
  font-weight: normal;
  font-size: 25px;
  color: #212121;
  letter-spacing: 0.08em;
  line-height: 1.66em;
}
.type_half_visual_left .block h1 span,
.type_half_visual_left .block h2 span {
  display: block;
  line-height: 1em;
  font-size: 13px;
  margin-bottom: 30px;
  color: #b9b9b9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
}
.type_half_visual_left .block h1 br.tb,
.type_half_visual_left .block h2 br.tb {
  display: none;
}
.type_half_visual_left .block p {
  font-size: 14px;
  line-height: 38px;
  color: #333;
  margin-bottom: 38px;
}
.type_half_visual_left .block p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1120px) {
  .type_half_visual_left .block h1,
  .type_half_visual_left .block h2 {
    font-size: 30px;
  }
}
@media (max-width: 890px) {
  .type_half_visual_left .block h1,
  .type_half_visual_left .block h2 {
    font-size: 24px;
  }
  .type_half_visual_left .block h1 br.tb,
  .type_half_visual_left .block h2 br.tb {
    display: inline;
  }
}
@media (max-width: 599px) {
  .type_half_visual_left {
    flex-direction: column;
  }
  .type_half_visual_left .block:first-child {
    width: 100%;
  }
  .type_half_visual_left .block:last-child {
    flex: unset;
    width: 100%;
  }
  .type_half_visual_left .block .inner {
    width: 87.1794%;
    max-width: unset;
  }
  .type_half_visual_left .block h1,
  .type_half_visual_left .block h2 {
    padding: 85px 0;
    font-weight: normal;
    font-size: 25px;
    color: #212121;
    letter-spacing: 0.08em;
    line-height: 1.66em;
  }
  .type_half_visual_left .block h1 span,
  .type_half_visual_left .block h2 span {
    display: block;
    line-height: 1em;
    font-size: 13px;
    margin-bottom: 30px;
    color: #b9b9b9;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
  }
  .type_half_visual_left .block h1 br.tb,
  .type_half_visual_left .block h2 br.tb {
    display: inline;
  }
  .type_half_visual_left .block p {
    font-size: 14px;
    line-height: 38px;
    color: #333;
    margin-bottom: 38px;
  }
  .type_half_visual_left .block p:last-child {
    margin-bottom: 0;
  }
}
.type_row_layout .block:first-child {
  width: 57.3206%;
  line-height: 0;
}
.type_row_layout .block:first-child picture {
  display: block;
  line-height: 0;
}
.type_row_layout .block:first-child picture img {
  width: 100%;
}
.type_row_layout .block:last-child {
  width: 50%;
  margin-left: auto;
}
.type_row_layout .block:last-child .inner {
  width: calc(100% - 40px);
  max-width: 580px;
}
.type_row_layout .block:last-child h2 {
  padding: 55px 0;
  font-weight: normal;
  font-size: 24px;
  color: #7c7c7c;
  letter-spacing: 0.08em;
  line-height: 1.66em;
}
.type_row_layout .block:last-child h2 span {
  display: block;
  line-height: 1em;
  font-size: 13px;
  margin-bottom: 30px;
  color: #b9b9b9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
}
.type_row_layout .block:last-child p {
  font-size: 14px;
  line-height: 38px;
  color: #7c7c7c;
  margin-bottom: 38px;
}
.type_row_layout .block:last-child p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1120px) {
  .type_row_layout .block:last-child h2 {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .type_row_layout .block:first-child {
    width: 100%;
  }
  .type_row_layout .block:last-child {
    width: 50%;
    margin-left: auto;
  }
  .type_row_layout .block:last-child .inner {
    width: calc(100% - 40px);
    max-width: 580px;
  }
  .type_row_layout .block:last-child h2 {
    padding: 55px 0;
    font-weight: normal;
    font-size: 24px;
    color: #7c7c7c;
    letter-spacing: 0.08em;
    line-height: 1.66em;
  }
  .type_row_layout .block:last-child h2 span {
    display: block;
    line-height: 1em;
    font-size: 13px;
    margin-bottom: 30px;
    color: #b9b9b9;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
  }
  .type_row_layout .block:last-child p {
    font-size: 14px;
    line-height: 38px;
    color: #7c7c7c;
    margin-bottom: 38px;
  }
  .type_row_layout .block:last-child p:last-child {
    margin-bottom: 0;
  }
}
.type_6-4_visual_right {
  display: flex;
}
.type_6-4_visual_right .block:first-child {
  width: 57.3206%;
}
.type_6-4_visual_right .block:first-child .inner {
  width: calc(100% - 80px);
  max-width: 580px;
  margin: 0 auto;
}
.type_6-4_visual_right .block:first-child h2 {
  padding: 100px 0 60px;
  font-weight: normal;
  font-size: 24px;
  color: #7c7c7c;
  letter-spacing: 0.08em;
  line-height: 1.66em;
}
.type_6-4_visual_right .block:first-child h2 span {
  display: block;
  line-height: 1em;
  font-size: 13px;
  margin-bottom: 30px;
  color: #b9b9b9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
}
.type_6-4_visual_right .block:first-child p {
  font-size: 14px;
  line-height: 38px;
  color: #7c7c7c;
}
.type_6-4_visual_right .block:last-child {
  width: 42.6794%;
}
.type_6-4_visual_right .block:last-child picture {
  display: block;
  line-height: 0;
}
.type_6-4_visual_right .block:last-child picture img {
  max-width: calc(100% - 40px);
  height: auto;
}
@media (min-width: 1120px) {
  .type_6-4_visual_right .block h2 {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .type_6-4_visual_right {
    flex-direction: column;
    width: 87.1794%;
    margin: 0 auto;
  }
  .type_6-4_visual_right .block:first-child {
    width: 100%;
  }
  .type_6-4_visual_right .block:first-child .inner {
    width: 100%;
    max-width: unset;
  }
  .type_6-4_visual_right .block:first-child h2 {
    padding: 100px 0 60px;
    font-weight: normal;
    font-size: 24px;
    color: #7c7c7c;
    letter-spacing: 0.08em;
    line-height: 1.66em;
  }
  .type_6-4_visual_right .block:first-child h2 span {
    display: block;
    line-height: 1em;
    font-size: 13px;
    margin-bottom: 30px;
    color: #b9b9b9;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
  }
  .type_6-4_visual_right .block:first-child p {
    font-size: 14px;
    line-height: 38px;
    color: #7c7c7c;
  }
  .type_6-4_visual_right .block:last-child {
    width: 100%;
  }
  .type_6-4_visual_right .block:last-child picture {
    display: block;
    line-height: 0;
  }
  .type_6-4_visual_right .block:last-child picture img {
    max-width: 100%;
    height: auto;
  }
}
.visual_block {
  width: 85.3587%;
  margin: 0 auto;
}
.visual_block .block {
  width: 54.2024%;
}
.visual_block .block:first-child {
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.visual_block .block:last-child {
  margin-left: auto;
  position: relative;
  margin-top: -6.0034%;
}
.visual_block .block picture {
  display: block;
  line-height: 0;
}
.visual_block .block picture img {
  width: 100%;
}
@media (max-width: 599px) {
  .visual_block {
    width: 100%;
  }
  .visual_block .block {
    width: 66.6666%;
  }
  .visual_block .block:first-child {
    z-index: 0;
  }
  .visual_block .block:last-child {
    margin-top: -8.0034%;
    z-index: 1;
  }
}
#service_head {
  margin: 70px 0 140px;
  align-items: center;
  background: url("../images/headline_bg-min.png") repeat-y;
  background-size: 100% auto;
}
#service_head .inner_wrap {
  width: 85.3587%;
  margin: 0 auto;
  display: flex;
}
#service_head .block:first-child {
  display: flex;
  align-items: center;
}
#service_head .block:first-child .inner {
  width: 74.4572%;
  min-width: 415px;
  margin: 0 auto;
}
#service_head .block:first-child .inner h1 {
  color: #739bae;
  font-size: 32px;
  line-height: 1em;
  font-family: "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
  padding: 0;
}
#service_head .block:first-child .inner h1 span {
  display: block;
  font-size: 14px;
  line-height: 1em;
  margin-top: 10px;
  color: #739bae;
}
#service_head .block:first-child .inner p {
  color: #739bae;
  line-height: 25px;
}
#service_head .block:first-child .inner p br {
  display: none;
}
#service_head .block:last-child {
  line-height: 0;
}
@media (max-width: 968px) {
  #service_head .block:first-child {
    display: flex;
    align-items: center;
  }
  #service_head .block:first-child .inner p br {
    display: inline;
  }
  #service_head .block:last-child {
    line-height: 0;
  }
}
.btn_wrap {
  line-height: 0;
  text-align: center;
}
.btn_wrap a {
  display: inline-block;
  color: #fff;
  line-height: 1em;
  padding: 20px 76px;
  position: relative;
  border-radius: 10px;
  text-align: center;
  background: #28c6b7;
  font-weight: bold;
}
.btn_wrap a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/arrow_w.svg") no-repeat center;
  background-size: contain;
}
.lazy_item {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.lazyloaded {
  opacity: 1;
}
.lightbox {
  position: relative;
  display: block;
  line-height: 0;
}
.lightbox:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url("/images/icon_lightbox.png") no-repeat center;
  background-size: contain;
  z-index: 1;
}
.js-fadeIn,
.js-fadeIn_img {
  opacity: 0;
  transition: transform 1.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateY(50px);
}
.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.is-inview_img.lazyloaded {
  opacity: 1;
  transform: translateY(0);
}
.fancybox-bg {
  background: #fff;
}
.fancybox-container {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 40px;
  margin: auto;
}
@media (max-width: 599px) {
  .fancybox-container {
    max-width: 100%;
    height: 100%;
  }
}
.blog_content_wrap p {
  margin-bottom: 1em;
}
.blog_content_wrap p:last-child {
  margin-bottom: 0;
}
