@charset "UTF-8";
/*
Theme Name: Rin Original 2.1
Author: Yuki Okabayashi
Version: 2.1
*/
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  overflow-x: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

.br_sm, .img_sm, .front_message_title_sm {
  display: none;
}
@media screen and (max-width: 480px) {
  .br_sm, .img_sm, .front_message_title_sm {
    display: inherit;
  }
}

.br_pc, .img_pc, .front_message_title_pc {
  display: inherit;
}
@media screen and (max-width: 480px) {
  .br_pc, .img_pc, .front_message_title_pc {
    display: none;
  }
}

.shippori-mincho-b1 {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
}

.aboreto-regular {
  font-family: "Aboreto", system-ui;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-style: normal;
}

.more a {
  display: block;
  width: 552px;
  height: 62px;
  line-height: 62px;
  margin: 0 auto;
  max-width: 90%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  background-color: #fff;
  text-align: center;
  position: relative;
  border: 1px solid #000;
  transition-duration: 1s;
}
@media screen and (max-width: 480px) {
  .more a {
    width: 90%;
    height: 50px;
    line-height: 50px;
  }
}
.more a span {
  position: absolute;
  width: 110px;
  height: 1px;
  background-color: #000;
  right: 30px;
  top: 30px;
  transition-duration: 1s;
}
@media screen and (max-width: 480px) {
  .more a span {
    width: 60px;
    top: 25px;
  }
}
.more a span::before, .more a span::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: #000;
  transform-origin: right;
  position: absolute;
  right: 0;
  top: 0px;
  transition-duration: 1s;
}
@media screen and (max-width: 480px) {
  .more a span::before, .more a span::after {
    width: 18px;
  }
}
.more a span::before {
  transform: rotate(20deg);
}
.more a span::after {
  transform: rotate(-20deg);
}
.more a:hover {
  background-color: #4a4a4a;
  color: #fff;
}
.more a:hover span {
  width: 165px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .more a:hover span {
    width: 80px;
  }
}
.more a:hover span::before, .more a:hover span::after {
  background-color: #fff;
}

.more_contact a {
  display: block;
  width: 552px;
  height: 62px;
  line-height: 62px;
  margin: 0 auto;
  max-width: 90%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  background-color: #E0B194;
  text-align: center;
  position: relative;
  border: 1px solid #000;
  transition-duration: 1s;
}
@media screen and (max-width: 480px) {
  .more_contact a {
    width: 90%;
    height: 50px;
    line-height: 50px;
  }
}
.more_contact a span {
  position: absolute;
  width: 110px;
  height: 1px;
  background-color: #000;
  right: 30px;
  top: 30px;
  transition-duration: 1s;
}
@media screen and (max-width: 480px) {
  .more_contact a span {
    width: 40px;
    top: 25px;
  }
}
.more_contact a span::before, .more_contact a span::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: #000;
  transform-origin: right;
  position: absolute;
  right: 0;
  top: 0px;
  transition-duration: 1s;
}
@media screen and (max-width: 480px) {
  .more_contact a span::before, .more_contact a span::after {
    width: 18px;
  }
}
.more_contact a span::before {
  transform: rotate(20deg);
}
.more_contact a span::after {
  transform: rotate(-20deg);
}
.more_contact a:hover {
  background-color: #4a4a4a;
  color: #fff;
}
.more_contact a:hover span {
  width: 165px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .more_contact a:hover span {
    width: 50px;
  }
}
.more_contact a:hover span::before, .more_contact a:hover span::after {
  background-color: #fff;
}
.more_contact img {
  width: 35px;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -5px;
}

.goTop {
  width: 75px;
  height: 75px;
  background-color: #E0B194;
  border: 1px solid #fafafa;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 60px;
  right: 60px;
}
@media screen and (max-width: 480px) {
  .goTop {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
  }
}
.goTop span:nth-of-type(1) {
  margin-top: -10px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .goTop span:nth-of-type(1) {
    font-size: 14px;
  }
}
.goTop span:nth-of-type(2) {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .goTop span:nth-of-type(2) {
    font-size: 14px;
  }
}
.goTop:hover {
  background-color: #4a4a4a;
  color: #fff;
}

.blog_pagination {
  margin: 40px auto 0;
  width: 200px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.blog_pagination > span {
  font-weight: bold;
  font-size: 1.2em;
}
.blog_pagination > a {
  transition-duration: 0.5s;
  transition-property: transform;
}
.blog_pagination > a:hover {
  transform: scale(1.2);
  transform-origin: bottom;
  transition-duration: 0.3s;
}

/*ヘッダー*/
.header {
  height: 100px;
  transition-duration: 1s;
}
@media screen and (max-width: 480px) {
  .header {
    height: 80px;
  }
}
.header.fadeIn.inview {
  transition-duration: 1s;
}
.header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0px 3px 10px #666;
  z-index: 9999;
}
.header.fixed_childpage {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
.header.fixed_childpage.dropshadow {
  box-shadow: 0px 3px 10px #666;
}
.header .header__wrapper {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
@media screen and (max-width: 480px) {
  .header .header__wrapper {
    height: 80px;
  }
}
.header .logo {
  margin-left: 56px;
}
@media screen and (max-width: 960px) {
  .header .logo {
    margin-left: calc(11.67vw - 56px);
  }
}
.header .logo:hover {
  opacity: 0.7;
  transition-duration: 0.5s;
}
@media screen and (max-width: 480px) {
  .header .logo {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .header .header__nav .header__nav__wrapper {
    width: 80vw;
    height: 100vh;
    padding: 22px 0 0 22px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #e1f2ef;
    color: #000;
    z-index: 999;
    transform: translateX(-100%);
    transition-duration: 0.3s;
  }
}
.header .header__nav ul.menu {
  display: flex;
  justify-content: space-between;
  width: 600px;
}
@media screen and (max-width: 960px) {
  .header .header__nav ul.menu {
    width: calc(49.5vw + 125px);
  }
}
@media screen and (max-width: 480px) {
  .header .header__nav ul.menu {
    display: inherit;
  }
}
.header .header__nav ul.menu li {
  font-family: "Lato", sans-serif;
  height: 100px;
  line-height: 100px;
  padding: 0 15px;
  transition-duration: 1s;
}
.header .header__nav ul.menu li:hover {
  color: #888;
  transform: scale(1.2);
}
@media screen and (max-width: 480px) {
  .header .header__nav ul.menu li {
    margin-left: 16px;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    font-size: 22px;
  }
}
.header .header__nav ul.menu li.current-menu-item, .header .header__nav ul.menu li.current-category-ancestor {
  font-weight: bold;
}
.header .header__nav ul.menu li:last-of-type {
  background-color: #E0B194;
}
.header .header__nav ul.menu li:last-of-type:hover {
  background-color: #000;
  color: #fff;
  transform: none;
}
@media screen and (max-width: 480px) {
  .header .header__nav ul.menu li:last-of-type {
    background-color: inherit;
  }
}
.header .header__nav .header__nav__subtitle {
  display: none;
  font-size: 22px;
  line-height: 38px;
}
@media screen and (max-width: 480px) {
  .header .header__nav .header__nav__subtitle {
    display: block;
  }
}
.header .header__nav #nav_input {
  display: none;
}
.header .header__nav #nav_open {
  display: none;
  width: 30px;
  height: 22px;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .header .header__nav #nav_open {
    display: block;
  }
}
.header .header__nav #nav_open span {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #555;
  display: block;
  content: "";
  cursor: pointer;
}
.header .header__nav #nav_open span::before, .header .header__nav #nav_open span::after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #555;
  display: block;
  content: "";
  cursor: pointer;
}
.header .header__nav #nav_open span::before {
  bottom: -8px;
}
.header .header__nav #nav_open span::after {
  bottom: -16px;
}
.header .header__nav #nav_close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.header .header__nav #nav_close::before, .header .header__nav #nav_close::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: fixed;
  right: calc(10vw - 14px);
  top: 20px;
}
.header .header__nav #nav_close::before {
  transform: rotate(45deg);
  transition-duration: 1s;
}
.header .header__nav #nav_close::after {
  transform: rotate(-45deg);
  transition-duration: 1s;
}
.header .header__nav #nav_input:checked ~ #nav_close {
  display: block;
  opacity: 0.5;
}
.header .header__nav #nav_input:checked ~ .header__nav__wrapper {
  transform: translateX(0%);
}

.blog_header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 100px;
  background-color: #E1F2EF;
  text-align: center;
  transition-duration: 1s;
}
@media screen and (max-width: 480px) {
  .blog_header {
    top: 80px;
  }
}
.blog_header.dropshadow {
  box-shadow: 0px 8px 10px -3px #666;
}
.blog_header .page_title {
  margin: 16px 0 0;
  font-weight: bold;
  line-height: 28px;
}
.blog_header .parent_title {
  margin: 16px 0 0;
  line-height: 28px;
  transition-duration: 1s;
}
.blog_header .parent_title:hover {
  transform: scale(1.1);
}
.blog_header ul {
  margin: 0 0 1em 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
.blog_header ul li {
  border-left: solid 1px #787878;
  padding: 0 10px;
  transition-duration: 1s;
}
.blog_header ul li:last-child {
  border-right: solid 1px #787878;
}
.blog_header ul li.current {
  font-weight: bold;
}
.blog_header ul li a {
  display: inline-block;
  transition-duration: 1s;
}
.blog_header ul li a:hover {
  transform: scale(1.1);
}

/*フッター*/
.footer__sec01 {
  width: 100%;
  background-color: #EAEAEA;
  color: #000;
  padding: 50px 0;
}
@media screen and (max-width: 480px) {
  .footer__sec01 {
    padding: 28px 0 5px;
  }
}
.footer__sec01 img {
  display: block;
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .footer__sec01 img {
    width: 140px;
  }
}
.footer__sec01__wrapper {
  width: 760px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 90%;
}
@media screen and (max-width: 480px) {
  .footer__sec01__wrapper {
    display: inherit;
    width: 90%;
    margin: 30px auto 0;
  }
}
.footer__sec01__menu {
  width: 165px;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .footer__sec01__menu {
    width: 100%;
  }
}
.footer__sec01__menu h3 {
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .footer__sec01__menu h3 {
    border-top: 1px solid #000;
    border-bottom: none;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer__sec01__menu ul li {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .footer__sec01__menu ul li {
    text-align: center;
  }
  .footer__sec01__menu ul li:last-of-type {
    margin-bottom: 15px;
  }
}
.footer__sec02 {
  padding: 1em 0;
  background-color: #000;
  color: #fff;
}
.footer__sec02 ul {
  width: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
}
.footer__sec02 ul li {
  padding: 0 30px;
  border-right: 1px solid #fff;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .footer__sec02 ul li {
    font-size: 16px;
    padding: 0 15px;
  }
}
.footer__sec02 ul li:last-of-type {
  border: none;
}
.footer__sec03 {
  padding: 48px 0;
  text-align: center;
  background-color: #E1F2EF;
}
@media screen and (max-width: 480px) {
  .footer__sec03 {
    font-size: 14px;
    padding: 28px 0;
  }
}

/* inview */
.fadeIn {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity;
}
.fadeIn.inview {
  opacity: 1;
}

.upIn {
  opacity: 0;
  transition-duration: 1s;
  transform: translateY(30px);
  filter: blur(10px);
  transition-property: all;
}
.upIn.inview {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/*FV*/
.firstView__main {
  position: relative;
  width: 100vw;
  height: 60vw;
  background-image: url(img/fv_bg01.png);
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 480px) {
  .firstView__main {
    height: 157vw;
    background-image: url(img/fv_bg01_sm.png);
    background-attachment: inherit;
  }
}
.firstView__main .firstView__main__logo {
  position: absolute;
  width: 45vw;
  top: 20vw;
}
.firstView__main .firstView__main__logo.fadeIn {
  filter: blur(6px);
  transform: scale(1.2);
  transition-duration: 1.6s;
  transition-property: filter, transform;
}
.firstView__main .firstView__main__logo.fadeIn.inview {
  filter: none;
  transform: none;
}
@media screen and (max-width: 480px) {
  .firstView__main .firstView__main__logo {
    width: 80vw;
    top: 66vw;
    right: 17vw;
  }
}
.firstView__main .firstView__main__copy {
  position: absolute;
  top: 31vw;
  left: 65vw;
  font-weight: bold;
}
.firstView__main .firstView__main__copy.fadeIn.inview {
  transition-delay: 0.5s;
  transition-property: opacity;
}
@media screen and (max-width: 960px) {
  .firstView__main .firstView__main__copy {
    font-size: calc(1.25vw + 4px);
  }
}
@media screen and (max-width: 480px) {
  .firstView__main .firstView__main__copy {
    top: 19vw;
    left: 13vw;
    font-size: 14px;
  }
}
.firstView__main .firstView__main__copy img {
  display: block;
  width: 30vw;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .firstView__main .firstView__main__copy img {
    width: 86vw;
  }
}
.firstView span {
  display: block;
  height: 15px;
  background-color: #000;
}
@media screen and (max-width: 480px) {
  .firstView span {
    display: none;
  }
}

/*フロントページ*/
.home main .sec__subtitle {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .home main .sec__subtitle {
    font-size: calc(1.875vw + 7px);
  }
}
@media screen and (max-width: 480px) {
  .home main .sec__subtitle {
    font-size: 16px;
    line-height: 30px;
  }
}
.home main h3 {
  font-size: 40px;
  line-height: 64px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .home main h3 {
    font-size: calc(3.75vw + 4px);
    line-height: calc(6.25vw + 4px);
    margin-top: calc(8.3333333333vw - 40px);
  }
}
@media screen and (max-width: 480px) {
  .home main h3 {
    font-size: 22px;
    line-height: 34px;
    margin: 0;
  }
}
.home main p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 28px;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .home main p {
    margin-top: 20px;
  }
}
.home main .front_blog_text {
  display: block;
  text-align: left;
  line-height: 22px;
}
.home main .front_blog_text .front_blog_date {
  font-size: 12px;
}
.home main .sec01 {
  background-color: #EDF8F8;
  padding: 55px 0 80px;
}
@media screen and (max-width: 960px) {
  .home main .sec01 {
    padding-top: calc(3.125vw + 25px);
  }
}
@media screen and (max-width: 480px) {
  .home main .sec01 {
    padding: 16px 0 45px;
  }
}
.home main .sec01__wrapper {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .home main .sec01__wrapper {
    width: calc(35vw + 264px);
  }
}
@media screen and (max-width: 480px) {
  .home main .sec01__wrapper {
    width: 90%;
  }
}
.home main .sec01 p:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .home main .sec01 p:first-of-type {
    margin-top: calc(4.1666666667vw + 20px);
  }
}
@media screen and (max-width: 480px) {
  .home main .sec01 p:first-of-type {
    margin-top: 25px;
  }
}
.home main .sec02 {
  background-color: #F9F6F3;
  padding: 40px 0 90px;
}
@media screen and (max-width: 480px) {
  .home main .sec02 {
    padding: 18px 0 30px;
  }
}
.home main .sec02__wrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .home main .sec02__wrapper {
    margin-bottom: 30px;
  }
}
.home main .sec02__blog {
  width: 925px;
  max-width: 80%;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.home main .sec02__blog > div {
  width: 30%;
  transition-delay: 0.5s;
  margin-right: 5%;
}
.home main .sec02__blog > div:nth-of-type(3n) {
  margin-right: 0;
}
.home main .sec02__blog > div img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.home main .sec02__blog > div img:hover {
  transform: scale(1.05);
}
.home main .sec02__blog > div .front_blog_text {
  margin: 10px 0 30px;
}
.home main .sec02__blog > div.upIn {
  filter: blur(0);
}
@media screen and (max-width: 480px) {
  .home main .sec02__blog {
    margin-top: 10px;
    width: 90%;
    max-width: 90%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .home main .sec02__blog > div {
    width: 47.22%;
    min-width: auto;
    margin-right: unset;
  }
}
.home main .sec03 {
  padding: 60px 0 100px;
  background-image: url(img/front_sec03_bg.png), url(img/front_sec03_bg_left.png), url(img/front_sec03_bg_right.png);
  background-size: cover, 25vw, 30vw;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center, left 100px, right bottom;
  background-attachment: fixed, fixed, fixed;
}
@media screen and (max-width: 960px) {
  .home main .sec03 {
    background-size: cover, calc(10vw + 144px), calc(-10vw + 384px);
    background-position: center, left top, right calc(27vw - 260px) bottom;
  }
}
@media screen and (max-width: 480px) {
  .home main .sec03 {
    padding: 16px 0 45px;
    background-attachment: inherit;
    background-size: cover, 40vw, 70vw;
    background-position: center, left top, right -27vw bottom;
  }
}
.home main .sec03 p {
  width: 600px;
  margin: 28px auto 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .home main .sec03 p {
    width: calc(35vw + 264px);
  }
}
@media screen and (max-width: 480px) {
  .home main .sec03 p {
    width: 90%;
    text-align: justify;
    margin-top: 20px;
  }
}
.home main .sec03 p:first-of-type {
  margin-top: 40px;
}
.home main .sec04 {
  background-color: #EDF8F8;
  padding: 40px 0 60px;
}
@media screen and (max-width: 480px) {
  .home main .sec04 {
    padding: 30px 0;
  }
}
.home main .sec04__wrapper {
  width: 750px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .home main .sec04__wrapper {
    width: calc(55.8333333333vw + 164px);
  }
}
@media screen and (max-width: 480px) {
  .home main .sec04__wrapper {
    width: 90%;
  }
}
.home main .sec04 .sec04_box {
  display: block;
  width: 330px;
  height: 170px;
  background-color: #fff;
  position: relative;
  margin: 0 auto 50px;
}
.home main .sec04 .sec04_box.fadeIn {
  transform: translateY(0);
}
.home main .sec04 .sec04_box:nth-of-type(1), .home main .sec04 .sec04_box:nth-of-type(3) {
  transition-delay: 0.5s;
}
.home main .sec04 .sec04_box:nth-of-type(2), .home main .sec04 .sec04_box:nth-of-type(4) {
  transition-delay: 1s;
}
@media screen and (max-width: 480px) {
  .home main .sec04 .sec04_box {
    width: 100%;
    height: 130px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.home main .sec04 .sec04_box .sec04_box_number {
  background-color: #000;
  color: #fff;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -20px;
  left: calc(50% - 45px);
  text-align: center;
  font-family: "Aboreto", serif;
  font-weight: bold;
  font-size: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .home main .sec04 .sec04_box .sec04_box_number {
    width: 80px;
    height: 80px;
    top: -27px;
    left: calc(50% - 40px);
  }
}
.home main .sec04 .sec04_box .sec04_box_number span {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .home main .sec04 .sec04_box .sec04_box_number span {
    margin-top: 8px;
  }
}
.home main .sec04 .sec04_box .sec04_box_text {
  padding-top: 80px;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  transition-duration: 1s;
  transition-property: transform, opacity;
}
@media screen and (max-width: 480px) {
  .home main .sec04 .sec04_box .sec04_box_text {
    font-size: 20px;
    padding-top: 65px;
  }
}
.home main .sec04 .sec04_box .sec04_box_text span {
  display: block;
  font-size: 15px;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .home main .sec04 .sec04_box .sec04_box_text span {
    font-size: 14px;
    line-height: 20px;
  }
}
.home main .sec04 .sec04_box:hover .sec04_box_text {
  transform: scale(1.1) translateY(-5px);
  opacity: 0.8;
}
.home main .sec04 .more {
  transition-delay: 1s;
}
.home main .sec05 {
  padding: 40px 0 90px;
  background-color: #F9F6F3;
}
@media screen and (max-width: 480px) {
  .home main .sec05 {
    padding: 18px 0 30px;
  }
}
.home main .sec05__wrapper {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .home main .sec05__wrapper {
    margin-bottom: 30px;
  }
}
.home main .sec05 .front_blog_text {
  margin-top: 10px;
  margin-left: 5%;
}
.home main .sec05__blog {
  width: 925px;
  max-width: 80%;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .home main .sec05__blog {
    margin-top: 10px;
    width: 90%;
    max-width: 90%;
    justify-content: space-between;
  }
}
.home main .sec05__blog > div {
  width: 30%;
  margin-right: 5%;
}
.home main .sec05__blog > div:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .home main .sec05__blog > div:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .home main .sec05__blog > div:nth-of-type(2n) {
    margin-right: 0;
  }
}
.home main .sec05__blog > div.upIn {
  transform: translateY(0);
  transition-delay: 0.5s;
}
@media screen and (max-width: 480px) {
  .home main .sec05__blog > div {
    width: 47.22%;
    min-width: auto;
    margin-right: 0;
  }
}
.home main .sec05__blog > div img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.home main .sec05__blog > div img:hover {
  transform: scale(1.05);
}
.home main .sec05__blog > div .front_blog_text {
  margin: 10px 0 30px;
}
.home main .sec05 .more {
  transition-delay: 1s;
}
.home main .sec06 {
  padding: 60px 0 90px;
}
@media screen and (max-width: 480px) {
  .home main .sec06 {
    padding: 18px 0 30px;
  }
}
.home main .sec06__wrapper {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .home main .sec06__wrapper {
    margin-bottom: 20px;
  }
}
.home main .sec06 .front_message_wrapper {
  width: 750px;
  max-width: 90%;
  margin: 40px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .home main .sec06 .front_message_wrapper {
    margin-top: 20px;
  }
}
.home main .sec06 .front_message_wrapper::after {
  display: block;
  content: "";
  clear: both;
}
.home main .sec06 .front_message_wrapper h3 {
  width: 400px;
  max-width: 90%;
  float: right;
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .home main .sec06 .front_message_wrapper h3 {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.home main .sec06 .front_message_wrapper .front_message_l {
  width: 320px;
  max-width: 90%;
  float: left;
}
@media screen and (max-width: 960px) {
  .home main .sec06 .front_message_wrapper .front_message_l {
    float: none;
    margin: 0 auto;
  }
}
.home main .sec06 .front_message_wrapper .front_message_l img {
  width: 100%;
  height: auto;
}
.home main .sec06 .front_message_wrapper .front_message_l p {
  width: 100%;
  line-height: 1.5em;
  margin: 10px 0 0 0;
}
.home main .sec06 .front_message_wrapper .front_message_l p .front_message_name {
  font-size: 20px;
}
.home main .sec06 .front_message_wrapper .front_message_r {
  width: 400px;
  max-width: 90%;
  float: right;
}
@media screen and (max-width: 960px) {
  .home main .sec06 .front_message_wrapper .front_message_r {
    float: none;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.home main .sec08 {
  background-color: #EDF8F8;
  padding: 50px 0 90px;
}
@media screen and (max-width: 480px) {
  .home main .sec08 {
    padding: 18px 0 30px;
  }
}
.home main .sec08__wrapper {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .home main .sec08__wrapper {
    margin-bottom: 30px;
  }
}
.home main .sec08 p {
  width: 600px;
  margin: 20px auto 0;
  text-align: center;
  max-width: 90%;
}
@media screen and (max-width: 480px) {
  .home main .sec08 p {
    width: 90%;
  }
}

/*サービスページ*/
.service main {
  margin-top: 150px;
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .service main {
    margin-top: calc(4.1666666667vw + 110px);
  }
}
.service main h1.page_title_slug {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .service main h1.page_title_slug {
    font-size: calc(1.875vw + 7px);
  }
}
.service main h2.page_title_name {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.service main h2.page_title_name::before {
  content: "";
  display: block;
  width: 32px;
  border-bottom: 1px solid #000;
  margin: 16px auto;
}
@media screen and (max-width: 480px) {
  .service main h2.page_title_name::before {
    margin: 10px auto;
  }
}
.service main .sec01 {
  width: 600px;
  margin: 0 auto;
  max-width: 90%;
}
@media screen and (max-width: 480px) {
  .service main .sec01 {
    width: 90%;
  }
}
.service main .sec01 h3 {
  font-size: 40px;
  line-height: 64px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .service main .sec01 h3 {
    font-size: calc(3.75vw + 4px);
    line-height: calc(6.25vw + 4px);
    margin-top: calc(8.3333333333vw - 40px);
  }
}
@media screen and (max-width: 480px) {
  .service main .sec01 h3 {
    font-size: 25px;
    line-height: 40px;
    margin-top: 20px;
  }
}
.service main .sec01 p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 28px;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .service main .sec01 p {
    margin-top: 20px;
  }
}
.service main .sec01 p:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .service main .sec01 p:first-of-type {
    margin-top: 20px;
  }
}
.service main .sec01 .serviceBox_wrapper {
  display: block;
  margin: 30px 0;
}
@media screen and (max-width: 480px) {
  .service main .sec01 .serviceBox_wrapper {
    margin-top: 20px;
  }
}
.service main .sec01 .serviceBox {
  width: 450px;
  max-width: 100%;
  height: 70px;
  margin: 0 auto 20px;
  display: flex;
  background-color: #E1F2EF;
  transition-duration: 0.3s;
  border: 1px solid #E1F2EF;
}
@media screen and (max-width: 480px) {
  .service main .sec01 .serviceBox {
    width: 100%;
  }
}
.service main .sec01 .serviceBox__number {
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .service main .sec01 .serviceBox__number {
    font-size: 12px;
    width: 22%;
  }
}
.service main .sec01 .serviceBox__number span {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .service main .sec01 .serviceBox__number span {
    font-size: 20px;
  }
}
.service main .sec01 .serviceBox__text {
  width: 60%;
  margin-left: 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .service main .sec01 .serviceBox__text {
    font-size: 12px;
    margin-left: 4%;
  }
}
.service main .sec01 .serviceBox__text span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .service main .sec01 .serviceBox__text span {
    font-size: 16px;
  }
}
.service main .sec01 .serviceBox__arrow {
  width: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service main .sec01 .serviceBox__arrow span {
  background-color: #666;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 15px;
  transition-duration: 0.3s;
}
.service main .sec01 .serviceBox__arrow span::before {
  content: "→";
  color: #fff;
  text-align: center;
  display: block;
  line-height: 30px;
}
.service main .sec01 .serviceBox:hover {
  background-color: #fff;
  border: 1px solid #000;
}
.service main .sec01 .serviceBox:hover .serviceBox__arrow {
  transition-duration: 0.3s;
}
.service main .sec01 .serviceBox:hover .serviceBox__arrow span {
  background-color: #FFD800;
}
.service main .sec01 .serviceBox:hover .serviceBox__arrow span::before {
  content: "↓";
  color: #000;
}
.service main a.anchor {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
.service main .service_sec {
  width: 600px;
  margin: 0 auto 30px;
  padding-top: 50px;
  max-width: 90%;
}
@media screen and (max-width: 960px) {
  .service main .service_sec {
    padding-top: calc(4.1666666667vw + 10px);
  }
}
@media screen and (max-width: 480px) {
  .service main .service_sec {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.service main .service_sec .sec_icon {
  width: 80px;
  height: 80px;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin: 0 auto;
  font-weight: bold;
}
.service main .service_sec .sec_icon span {
  font-size: 24px;
}
.service main .service_sec h3 {
  text-align: center;
  line-height: 30px;
  margin: 20px auto 30px;
}
.service main .service_sec h3 span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.service main .service_sec p {
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
  margin-top: 28px;
}
.service main .service_sec p:first-of-type {
  margin-top: 0;
}
.service main .service_sec:last-of-type {
  margin-bottom: 70px;
}

/*会社概要ページ*/
.company main {
  margin-top: 150px;
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .company main {
    margin-top: calc(4.1666666667vw + 110px);
  }
}
.company main a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
.company main h1.page_title_slug {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .company main h1.page_title_slug {
    font-size: calc(1.875vw + 7px);
  }
}
.company main h2.page_title_name {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.company main h2.page_title_name::before {
  content: "";
  display: block;
  width: 32px;
  border-bottom: 1px solid #000;
  margin: 16px auto 16px;
}
@media screen and (max-width: 480px) {
  .company main h2.page_title_name::before {
    margin: 10px auto;
  }
}
.company main p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 28px;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .company main p {
    margin-top: 20px;
  }
}
.company main .company_service {
  width: 600px;
  max-width: 90%;
  margin: 60px auto 0;
}
@media screen and (max-width: 960px) {
  .company main .company_service {
    margin-top: calc(6.25vw + 0px);
  }
}
@media screen and (max-width: 480px) {
  .company main .company_service {
    width: 90%;
  }
}
.company main .company_service h3 {
  text-align: center;
  font-size: 20px;
}
.company main .sec01 h4 {
  margin: 30px auto 0;
  font-size: 40px;
  line-height: 64px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .company main .sec01 h4 {
    font-size: calc(3.75vw + 4px);
    line-height: calc(6.25vw + 4px);
    margin-top: calc(8.3333333333vw - 40px);
  }
}
@media screen and (max-width: 480px) {
  .company main .sec01 h4 {
    font-size: 25px;
    line-height: 40px;
    margin-top: 20px;
  }
}
.company main .sec01 p:first-of-type {
  margin-top: 40px;
}
.company main .sec02 img {
  width: 100%;
  margin-top: 30px;
}
.company main .sec02 h4 {
  margin-top: 30px;
  font-weight: bold;
  line-height: 25px;
}
@media screen and (max-width: 480px) {
  .company main .sec02 h4 {
    text-align: center;
    font-size: 16px;
  }
}
.company main .sec02 span {
  text-align: right;
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin-top: 15px;
}
.company main .sec02 .profile-line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.company main .sec03 table {
  width: 100%;
  margin-top: 30px;
}
.company main .sec03 table tr {
  border-top: 1px solid #000;
}
.company main .sec03 table tr:last-of-type {
  border-bottom: 1px solid #000;
}
.company main .sec03 table tr td {
  padding: 20px 0;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .company main .sec03 table tr td {
    display: block;
    padding: 0;
    line-height: 25px;
  }
}
.company main .sec03 table tr td.company_information_left {
  width: 20%;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .company main .sec03 table tr td.company_information_left {
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .company main .sec03 table tr td.company_information_right {
    padding-bottom: 10px;
  }
}
.company main .sec04 iframe {
  width: 100%;
  margin: 30px 0;
}
.company main .sec04 span {
  font-size: 15px;
  line-height: 28px;
}
.company main .more_contact {
  margin-top: 30px;
}

/*コンタクトページ*/
.contact {
  background-color: #fafafa;
}
.contact main {
  margin-top: 150px;
}
.contact main h1.page_title_slug {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .contact main h1.page_title_slug {
    font-size: calc(1.875vw + 7px);
  }
}
.contact main h2.page_title_name {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.contact main h2.page_title_name::before {
  content: "";
  display: block;
  width: 32px;
  border-bottom: 1px solid #000;
  margin: 16px auto 16px;
}
.contact main p {
  width: 625px;
  margin: 20px auto;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  .contact main p {
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .contact main p {
    width: 90%;
  }
}
.contact main p:first-of-type {
  margin-top: 40px;
}
.contact div.wpcf7 {
  width: 800px;
  margin: 45px auto 90px;
  border: 1px solid #A0A0A0;
  padding: 0 45px;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  .contact div.wpcf7 {
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .contact div.wpcf7 {
    width: 90%;
    padding: 0 5%;
    margin-top: 30px;
  }
}
.contact div.wpcf7 .contact_required {
  margin-left: 1em;
  color: #910000;
}
.contact div.wpcf7 a {
  text-decoration: underline;
}
.contact div.wpcf7 p {
  width: 100%;
  margin: 45px 0;
}
@media screen and (max-width: 480px) {
  .contact div.wpcf7 p {
    margin: 30px auto;
  }
}
.contact div.wpcf7 input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
}
.contact div.wpcf7 .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}
.contact div.wpcf7 textarea[name=your-message] {
  width: 100%;
  height: 300px;
  resize: none;
  font-size: 20px;
  box-sizing: border-box;
  border: 1px solid #abb8c3;
  border-radius: 5px;
}
.contact div.wpcf7 input[type=text], .contact div.wpcf7 input[type=email], .contact div.wpcf7 input[type=tel] {
  width: 100%;
  border-bottom: 1px solid #000;
  height: 2em;
  padding: 0 1em;
  font-size: 1.1em;
}
.contact div.wpcf7 span[data-name=your-consent] span.wpcf7-list-item {
  display: block;
  text-align: center;
  margin-left: 0;
}
.contact div.wpcf7 input[name=send] {
  width: 80%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 480px) {
  .contact div.wpcf7 input[name=send] {
    display: none;
  }
}
.contact div.wpcf7 input[name=send].input_sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .contact div.wpcf7 input[name=send].input_sp {
    display: block;
  }
}

/*プライバシーポリシー*/
.privacy-policy main {
  margin-top: 150px;
}
@media screen and (max-width: 960px) {
  .privacy-policy main {
    margin-top: calc(4.1666666667vw + 110px);
  }
}
.privacy-policy main .page_title_slug {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .privacy-policy main .page_title_slug {
    font-size: calc(1.875vw + 7px);
  }
}
.privacy-policy main .page_title_name {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.privacy-policy main .page_title_name::before {
  content: "";
  display: block;
  width: 32px;
  border-bottom: 1px solid #000;
  margin: 16px auto;
}
@media screen and (max-width: 480px) {
  .privacy-policy main .page_title_name::before {
    margin: 10px auto;
  }
}
.privacy-policy main p {
  width: 625px;
  margin: 24px auto 0;
  line-height: 28px;
  text-align: justify;
}
.privacy-policy main p:first-of-type {
  margin-top: 40px;
}
.privacy-policy main p:last-of-type {
  line-height: 18px;
}
@media screen and (max-width: 960px) {
  .privacy-policy main p {
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .privacy-policy main p {
    width: 90%;
  }
}
.privacy-policy main h4 {
  font-size: 21px;
  font-weight: bold;
  width: 625px;
  margin: 60px auto 0;
}
@media screen and (max-width: 960px) {
  .privacy-policy main h4 {
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .privacy-policy main h4 {
    width: 90%;
    margin: 30px auto;
  }
}
.privacy-policy main .more_contact {
  margin: 30px auto 90px;
}

/*カテゴリーページ*/
.archive.category .header li.current_cat {
  font-weight: bold;
}

.archive.category main {
  margin-top: 250px;
  padding-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .archive.category main {
    margin-top: 180px;
  }
}
.archive.category main .front_blog_text {
  display: block;
  text-align: left;
  margin: 10px 0 0;
  line-height: 22px;
}
.archive.category main .front_blog_text .front_blog_title {
  display: block;
}
.archive.category main .front_blog_text .front_blog_date {
  font-size: 12px;
}
.archive.category main .blog_list {
  width: 925px;
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.archive.category main .blog_list .blog_list_item {
  width: 30%;
  margin: 0 0 30px;
  transition-delay: 0.5s;
  margin-right: 5%;
}
.archive.category main .blog_list .blog_list_item:nth-of-type(3n) {
  margin-right: 0;
}
.archive.category main .blog_list .blog_list_item img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.archive.category main .blog_list .blog_list_item img:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 480px) {
  .archive.category main .blog_list {
    width: 90%;
    justify-content: space-between;
  }
  .archive.category main .blog_list .blog_list_item {
    width: 45%;
    margin-right: 0;
  }
}

/*ピックアップ記事アーカイブページ*/
.archive.tag main {
  margin-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .archive.tag main {
    margin-top: 100px;
    padding-bottom: 40px;
  }
}
.archive.tag main .front_blog_text {
  display: block;
  text-align: left;
  margin: 0;
  line-height: 22px;
  margin-top: 10px;
}
.archive.tag main .front_blog_text .front_blog_title {
  display: block;
}
.archive.tag main .front_blog_text .front_blog_date {
  font-size: 12px;
}
.archive.tag main .blog_cat_subtitle_wrapper {
  width: 880px;
  max-width: 76%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .archive.tag main .blog_cat_subtitle_wrapper {
    width: 90%;
  }
}
.archive.tag main .blog_cat_subtitle_wrapper .blog_cat_subtitle {
  text-align: center;
  margin: 0 30px;
  font-size: 20px;
}
.archive.tag main .blog_cat_subtitle_wrapper .blog_cat_subtitle_line {
  height: 1px;
  background-color: #000;
  margin: 0;
  flex-grow: 1;
}
.archive.tag main .blog_list {
  width: 925px;
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .archive.tag main .blog_list {
    width: 90%;
  }
}
.archive.tag main .blog_list .blog_list_item {
  width: 30%;
  margin: 10px 0;
  margin-right: 5%;
}
.archive.tag main .blog_list .blog_list_item:nth-last-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .archive.tag main .blog_list .blog_list_item:nth-last-of-type(3n) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 480px) {
  .archive.tag main .blog_list .blog_list_item:nth-last-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .archive.tag main .blog_list .blog_list_item {
    width: 45%;
  }
}
.archive.tag main .blog_list .blog_list_item img {
  width: 90%;
  height: auto;
}

/*投稿ページ*/
.single .header li.menu-item-88 {
  font-weight: bold;
}

.single main {
  margin-top: 150px;
  padding-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .single main {
    margin-top: 120px;
  }
}
.single main .blog_contents {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .single main .blog_contents {
    width: 90%;
  }
}
.single main .blog_contents .works_subtitle {
  text-align: center;
  margin-bottom: -10px;
}
.single main .blog_contents h1 {
  margin: 20px auto 10px;
  text-align: center;
  font-size: 30px;
}
.single main .blog_contents .post_date {
  text-align: center;
}
.single main .blog_contents .single_thumbnail {
  max-width: 300px;
  margin: 1em auto 0;
}
@media screen and (max-width: 480px) {
  .single main .blog_contents .single_thumbnail {
    margin: 10px auto;
  }
  .single main .blog_contents .single_thumbnail img {
    width: 100%;
  }
}
.single main .blog_contents img {
  display: block;
  margin: 28px auto;
  max-width: 100%;
}
.single main .blog_contents h2 {
  font-size: 20px;
  font-weight: bold;
  width: 600px;
  max-width: 100%;
  margin: 40px auto 0;
}
.single main .blog_contents p {
  width: 600px;
  max-width: 100%;
  margin: 40px auto 0;
  line-height: 28px;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .single main .blog_contents p {
    width: 100%;
  }
}
.single main .blog_contents div.works_credit {
  font-size: 14px;
  width: 600px;
  max-width: 100%;
  margin: 28px auto 0;
  line-height: 28px;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .single main .blog_contents div.works_credit {
    width: 100%;
  }
}
.single main .blog_contents a {
  text-decoration: underline;
}
.single main .blog_contents a:hover {
  opacity: 0.7;
}
.single main .blog_contents .blog_list {
  width: 925px;
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .single main .blog_contents .blog_list {
    width: 90%;
  }
}
.single main .blog_contents .blog_list .blog_list_item {
  width: 30%;
  margin: 10px 0;
  margin-right: 5%;
}
.single main .blog_contents .blog_list .blog_list_item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .single main .blog_contents .blog_list .blog_list_item:nth-of-type(3n) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 480px) {
  .single main .blog_contents .blog_list .blog_list_item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .single main .blog_contents .blog_list .blog_list_item {
    width: 45%;
  }
}
.single main .blog_contents .blog_list .blog_list_item img {
  width: 90%;
  height: auto;
}

.single .related_article {
  background-color: #E1F2EF;
  padding-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .single .related_article {
    padding-bottom: 30px;
  }
}
.single .related_article .related_article_wrapper {
  width: 880px;
  max-width: 76%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .single .related_article .related_article_wrapper {
    width: 90%;
    max-width: 90%;
  }
}
.single .related_article .related_article_wrapper .blog_cat_subtitle_wrapper {
  padding: 3em 0 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .single .related_article .related_article_wrapper .blog_cat_subtitle_wrapper {
    padding: 20px 0;
  }
}
.single .related_article .related_article_wrapper .blog_cat_subtitle_wrapper .blog_cat_subtitle {
  text-align: center;
  margin: 0 30px;
  font-size: 1.3em;
}
.single .related_article .related_article_wrapper .blog_cat_subtitle_wrapper .blog_cat_subtitle_line {
  height: 1px;
  background-color: #000;
  margin: 0;
  flex-grow: 1;
}
.single .related_article .related_article_wrapper .blog_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .single .related_article .related_article_wrapper .blog_list {
    justify-content: space-between;
  }
}
.single .related_article .related_article_wrapper .blog_list .blog_list_item {
  width: 30%;
  margin: 10px 0;
  margin-right: 5%;
}
.single .related_article .related_article_wrapper .blog_list .blog_list_item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .single .related_article .related_article_wrapper .blog_list .blog_list_item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .single .related_article .related_article_wrapper .blog_list .blog_list_item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .single .related_article .related_article_wrapper .blog_list .blog_list_item {
    width: 47.22%;
    margin-bottom: 0;
  }
}
.single .related_article .related_article_wrapper .blog_list .blog_list_item img {
  max-width: 100%;
  height: auto;
}
.single .related_article .related_article_wrapper .blog_list .blog_list_item .front_blog_text {
  display: block;
  text-align: left;
  line-height: 22px;
  margin: 10px 0 30px;
}
@media screen and (max-width: 480px) {
  .single .related_article .related_article_wrapper .blog_list .blog_list_item .front_blog_text {
    margin-bottom: 10px;
  }
}
.single .related_article .related_article_wrapper .blog_list .blog_list_item .front_blog_text .front_blog_date {
  font-size: 12px;
}
.single .related_article .more {
  margin-top: 30px;
}

/*404*/
.error404 main {
  margin-top: 150px;
  text-align: center;
  padding-bottom: 100px;
}

@supports (-webkit-touch-callout: none) {
  .firstView__main, .home main .sec03 {
    background-attachment: scroll; /* iOS向けに無効化 */
  }
}