@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;
}
body {
  line-height: 24px;
  color: #333;
  font-family: "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Calibri, sans-serif;
  font-size: 14px;
  font-weight: 200;
  background-color: #fff;
  position: static;
}
body.menu_active {
  width: 100%;
  position: fixed;
  left: 0;
  overflow: hidden;
}
.gothic {
  font-family: "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Calibri, sans-serif;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.font_cali {
  font-family: Calibri, sans-serif;
}
.container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: calc(76.4666vw * 0.8454);
}
@media (max-width: 600px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
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対策*/
}
picture {
  display: block;
  line-height: 0;
}
picture img {
  max-width: 100%;
}
/* ▼グロナビ▼ */
nav {
  background: transparent;
  z-index: 1;
}
#mv {
  height: 100%;
}
#mv.active .btn_items_wrap {
  opacity: 0;
}
.btn_items_wrap {
  position: absolute;
  top: 3.25vw;
  right: 1.54vw;
  display: flex;
  transition: all 0.3s linear;
  opacity: 1;
  width: calc(3.83vw * 0.77);
  z-index: 3;
}
.btn_items_wrap li {
  width: 100%;
  position: relative;
}
.btn_items_wrap li a,
.btn_items_wrap li .toggle {
  width: 100%;
  line-height: 0;
}
.btn_items_wrap li a .icon_menu,
.btn_items_wrap li .toggle .icon_menu {
  width: 100%;
}
@media (max-width: 600px) {
  .btn_items_wrap {
    position: fixed;
    top: 4.1vw;
    right: 4.62vw;
    width: 6.82vw;
  }
  .btn_items_wrap li {
    width: 100%;
    position: relative;
  }
  .btn_items_wrap li a,
  .btn_items_wrap li .toggle {
    width: 100%;
    line-height: 0;
  }
  .btn_items_wrap li a .icon_menu,
  .btn_items_wrap li .toggle .icon_menu {
    width: 100%;
  }
}
/* ▼グロナビ▼ */
#resize {
  z-index: 1000;
  top: 0;
  right: 0;
  width: 39.94vw;
  height: 100svh;
  transition: all 0.3s ease-out;
  padding-top: calc(14.85vw * 0.77);
  padding-bottom: 10px;
  position: fixed;
  pointer-events: none;
  background: rgba(0,0,0,0.75) no-repeat center;
  transform: translateX(100%);
  color: #fff;
}
#resize.active {
  visibility: visible !important;
  opacity: 1;
  pointer-events: unset;
  transform: translateX(0);
}
#resize .close {
  position: absolute;
  right: 1.96vw;
  top: 3.22vw;
  width: calc(3.97vw * 0.77 * 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#resize .close img {
  width: 100%;
}
#resize .inner {
  width: 27.27vw;
  margin: 0 auto;
}
#resize .list_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: calc(7.32vw * 0.67);
}
#resize .list_lv1 {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #fff;
  padding-left: calc(1.77vw - 1px);
}
#resize .list_lv1 li {
  font-size: calc(1.18vw * 0.77);
  line-height: 1.4em;
  letter-spacing: 0;
  margin-bottom: 1em;
}
#resize .list_lv1 li:last-child {
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
#resize .list_lv1 li a {
  color: #fff;
}
#resize .other_link a {
  display: block;
  border: 1px solid #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  line-height: 1em;
  color: #fff;
  background-color: transparent;
  transition: all 0.2s linear;
  width: 18.69vw;
  font-size: 1.18vw;
  margin: 0 auto;
}
#resize .other_link a:last-child {
  margin-bottom: 0;
}
#resize .other_link a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #231815;
}
#resize .privacy {
  display: none;
}
@media (max-width: 600px) {
  #resize {
    width: 100vw;
    padding-top: 38.17vw;
    padding-bottom: 8.7vw;
    background: rgba(0,0,0,0.75) no-repeat center;
    color: #fff;
  }
  #resize .close {
    position: absolute;
    top: 3.22vw;
    width: 7.84vw;
  }
  #resize .inner {
    width: 82.13vw;
    margin: 0 auto;
    display: flex;
    height: 100%;
    flex-direction: column;
  }
  #resize .list_wrap {
    margin-bottom: 0;
  }
  #resize .list_lv1 {
    border-left: 0;
    padding-left: 0;
  }
  #resize .list_lv1 li {
    font-size: 3.8vw;
    line-height: 1.5em;
    padding-left: 1em;
    position: relative;
  }
  #resize .list_lv1 li:last-child {
    padding-bottom: 0;
  }
  #resize .list_lv1 li a {
    color: #fff;
  }
  #resize .list_lv1 li:before {
    position: absolute;
    left: 0;
    content: "・";
  }
  #resize .list_lv1 li.dot_none:before {
    content: "";
  }
  #resize .list_lv1:last-child {
    padding-right: 2vw;
  }
  #resize .other_link {
    margin-top: auto;
  }
  #resize .other_link a {
    display: block;
    border: 1px solid #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    color: #fff;
    width: 100%;
    font-size: 3.8vw;
    margin: 0 auto;
  }
  #resize .other_link a:last-child {
    margin-bottom: 0;
  }
  #resize .other_link a:hover {
    background-color: #fff;
    text-decoration: none;
  }
  #resize .privacy {
    display: block;
    text-align: center;
    margin-top: 10.87vw;
  }
  #resize .privacy a {
    color: #fff;
    font-size: 3.8vw;
  }
}
/* menu表示で消える要素 */
.menu_hide {
  opacity: 1;
  transition: all 0.3s linear;
}
.menu_hide.active {
  opacity: 0;
}
.menu_hide2 {
  opacity: 1;
  transition: all 0.3s linear;
}
.menu_hide2.active {
  opacity: 0;
}
/* ▲グロナビ▲ */
/* ▼フローティングナビ▼ */
#float_nav {
  display: none;
}
@media (max-width: 600px) {
  #float_nav {
    display: block;
    line-height: 0;
    background: #333;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
    transition: transform 0.3s linear;
  }
  #float_nav ul {
    display: flex;
    width: 100%;
  }
  #float_nav ul li {
    width: 50%;
    padding: 28px 0;
    transition: all 0.3s linear;
  }
  #float_nav ul li:last-child {
    border-left: 1px solid #fff;
  }
  #float_nav ul li a {
    width: 100%;
    display: flex;
    line-height: 0;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s linear;
  }
  #float_nav ul li a img {
    height: 35px;
    margin-right: 10px;
    transition: all 0.3s linear;
  }
  #float_nav.active ul li:last-child {
    border-left: 1px solid #333;
  }
  #float_nav.active ul li a {
    color: #333;
    pointer-events: none;
  }
  #float_nav.active ul li a img {
    opacity: 0;
  }
  #float_nav.nav_close {
    transform: translateY(100%);
  }
}
/* ▲フローティングナビ▲ */
#footer {
  line-height: 0;
  position: relative;
}
#footer .footer_contents {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5.41vw 0 3.16vw 6.19vw;
  display: flex;
  justify-content: space-between;
}
#footer .footer_contents .footer_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 0.5vw;
}
#footer .footer_contents .footer_logo {
  width: 18.2vw;
  line-height: 0;
}
#footer .footer_contents .footer_logo img {
  width: 100%;
}
#footer .footer_contents .footer_info {
  font-size: 0.92vw;
  line-height: 1.8085em;
}
#footer .footer_contents .privacy {
  font-size: 0.92vw;
  line-height: 1em;
  margin-top: auto;
}
#footer .footer_contents .footer_right {
  width: 39.94vw;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}
#footer .footer_contents .footer_right .inner {
  width: 27.27vw;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#footer .footer_contents .list_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: calc(7.32vw * 0.67);
}
#footer .footer_contents .list_lv1 {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #231815;
  padding-left: calc(1.77vw - 1px);
}
#footer .footer_contents .list_lv1 li {
  font-size: calc(1.18vw * 0.77);
  line-height: 1.4em;
  letter-spacing: 0;
  margin-bottom: 1em;
}
#footer .footer_contents .list_lv1 li:last-child {
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
#footer .footer_contents .list_lv1 li a {
  color: #231815;
}
#footer .footer_contents .other_link {
  margin-top: auto;
}
#footer .footer_contents .other_link a {
  display: block;
  border: 1px solid #231815;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  line-height: 1em;
  color: #231815;
  background-color: transparent;
  transition: all 0.2s linear;
  width: 18.69vw;
  font-size: 1.18vw;
  margin: 0 auto;
}
#footer .footer_contents .other_link a:last-child {
  margin-bottom: 0;
}
#footer .footer_contents .other_link a:hover {
  background-color: #231815;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 600px) {
  #footer .footer_contents {
    padding: 6.6vw;
  }
  #footer .footer_contents .footer_left {
    justify-content: unset;
    row-gap: 5.78vw;
  }
  #footer .footer_contents .footer_logo {
    width: 43.88vw;
  }
  #footer .footer_contents .footer_info {
    font-size: 3.03vw;
  }
  #footer .footer_contents .privacy {
    display: none;
  }
  #footer .footer_contents .footer_right {
    display: none;
  }
  #footer .footer_contents .other_link {
    display: none;
  }
}
.sticky_wrap {
  position: absolute;
  right: 0;
  height: 100%;
  bottom: 0;
}
@media (max-width: 600px) {
  .sticky_wrap {
    display: none;
  }
}
.to_pagetop_wrap {
  width: 3.17vw;
  display: flex;
  flex-direction: column;
  position: sticky;
  align-items: center;
  margin-left: auto;
  margin-top: auto;
  top: calc(100% - 16.17vw);
  z-index: 1;
  overflow: hidden;
  padding-bottom: 1vw;
}
.to_pagetop_wrap .btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #efefef;
  width: 100%;
  padding: 0.82vw 0;
  row-gap: 0.55vw;
  height: 12.2vw;
  transform: translateX(100%);
  transition: all 0.2s linear;
}
.to_pagetop_wrap .btn_wrap > span {
  width: calc(1.98vw / 1.2);
  display: inline-block;
  line-height: 0;
}
.to_pagetop_wrap .btn_wrap > span img {
  width: 100%;
}
.to_pagetop_wrap .btn_wrap p {
  margin-top: 2.5vw;
  width: max-content;
  transform: rotate(90deg);
}
.to_pagetop_wrap .btn_wrap p span {
  font-size: 0.99vw;
  line-height: 1em;
}
.to_pagetop_wrap .to_pagetop {
  display: inline-block;
  line-height: 0;
  margin-top: 0.74vw;
  transform: translateX(100%);
  transition: all 0.2s linear;
  width: 100%;
  text-align: center;
}
.to_pagetop_wrap .to_pagetop.sp {
  display: none;
}
.to_pagetop_wrap .to_pagetop img {
  width: 1.82vw;
}
.to_pagetop_wrap.active .btn_wrap {
  transform: translateX(0);
}
.to_pagetop_wrap.active .to_pagetop {
  transform: translateX(0);
}
@media (max-width: 600px) {
  .to_pagetop_wrap {
    display: none;
  }
}
.pager {
  text-align: center;
  position: relative;
  line-height: 0;
  width: 39.79vw;
  margin: 0 auto 8.7vw;
}
.pager nav {
  font-size: 1.53vw;
  line-height: 1em;
  font-family: Calibri, sans-serif;
  display: inline-flex;
}
.pager nav .prev {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto !important;
  display: flex !important;
  align-items: center;
}
.pager nav .next {
  position: absolute !important;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto !important;
  display: flex !important;
  align-items: center;
}
.pager nav .page-numbers {
  margin: 0 1.56vw;
  position: relative;
  line-height: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pager nav .page-numbers:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.pager nav .page-numbers.current,
.pager nav .page-numbers:hover {
  text-decoration: none;
}
.pager nav .page-numbers.current:before,
.pager nav .page-numbers:hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 8px;
  border-bottom: 1px solid #333;
}
.pager nav a {
  color: #333;
}
.pager nav span.next.current:before,
.pager nav span.prev.current:before,
.pager nav span.dots.current:before,
.pager nav span.next:hover:before,
.pager nav span.prev:hover:before,
.pager nav span.dots:hover:before {
  content: "";
  display: none;
}
@media (max-width: 600px) {
  .pager {
    text-align: center;
    position: relative;
    line-height: 0;
    width: 72.02vw;
    margin: 0 auto 23.55vw;
  }
  .pager nav {
    font-size: 3.3vw;
  }
  .pager nav .prev {
    position: absolute !important;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
    display: flex !important;
    align-items: center;
  }
  .pager nav .next {
    position: absolute !important;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
    display: flex !important;
    align-items: center;
  }
  .pager nav .page-numbers {
    margin: 0 1.56vw;
    position: relative;
    line-height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .pager nav .page-numbers:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .pager nav .page-numbers.current,
  .pager nav .page-numbers:hover {
    text-decoration: none;
  }
  .pager nav .page-numbers.current:before,
  .pager nav .page-numbers:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 8px;
    border-bottom: 1px solid #333;
  }
  .pager nav a {
    color: #333;
  }
  .pager nav span.next.current:before,
  .pager nav span.prev.current:before,
  .pager nav span.dots.current:before,
  .pager nav span.next:hover:before,
  .pager nav span.prev:hover:before,
  .pager nav span.dots:hover:before {
    content: "";
    display: none;
  }
}
.btn_wrap {
  text-align: center;
}
.cm_lnk_btn {
  display: inline-block;
  font-size: 8px;
  font-size: clamp(8px, 0.857vw, 16px);
  line-height: 1em;
  border: 0.5px solid #000;
  padding-top: 5px;
  padding-top: clamp(5px, 0.534vw, 10px);
  padding-right: 15px;
  padding-right: clamp(15px, 1.613vw, 30px);
  padding-bottom: 4px;
  padding-bottom: clamp(4px, 0.433vw, 8px);
  padding-left: 15px;
  padding-left: clamp(15px, 1.613vw, 30px);
  color: #333;
  background-color: #fff;
  transition: all 0.2s linear;
  text-decoration: none;
}
.cm_lnk_btn:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 600px) {
  .cm_lnk_btn {
    font-size: 14px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
  }
}
#main {
  padding-bottom: 6.72vw;
  position: relative;
}
@media (max-width: 600px) {
  #main {
    padding-bottom: 10.87vw;
    overflow: hidden;
  }
}
.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 {
  color: #564d23;
  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: 600px) {
  .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.tb {
  display: none;
}
br.sp {
  display: none;
}
@media (max-width: 768px) {
  br.pc {
    display: none;
  }
  br.tb {
    display: inline;
  }
  br.sp {
    display: none;
  }
}
@media (max-width: 600px) {
  br.pc {
    display: none;
  }
  br.tb {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
.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: 600px) {
  .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: 600px) {
  .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: 600px) {
  .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: 600px) {
  .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: 600px) {
  .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: 600px) {
  .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.type1,
.btn_wrap button.type1 {
  display: inline-flex;
  background: #ddd8cd;
  font-size: 10px;
  line-height: 1em;
  width: 120px;
  height: 23px;
  padding: 0;
  color: #fff;
  font-family: "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.btn_wrap a.type2 {
  display: inline-block;
  background: #d6dfef;
  font-size: 18px;
  line-height: 1em;
  width: 300px;
  text-align: center;
  padding: 0.5em 0 0.25em;
  color: #707070;
  font-family: "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
}
.btn_wrap a.type2 span {
  display: block;
  text-align: center;
  font-size: 10px;
}
.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: 600px) {
  .fancybox-container {
    max-width: 100%;
    height: 100%;
  }
}
.blog_content_wrap p {
  margin-bottom: 1em;
}
.blog_content_wrap p:last-child {
  margin-bottom: 0;
}
