@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */ /*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
@font-face {
  src: url(../font/YuGothM.woff) format("woff"), url(../font/YuGothM.ttf) format("truetype");
  font-family: "YuGoth";
  font-display: swap;
}
@font-face {
  src: url(../font/YuGothB.woff) format("woff"), url(../font/YuGothB.ttf) format("truetype");
  font-family: "YuGoth";
  font-display: swap;
  font-weight: bold;
}
html,
input,
textarea,
select,
button {
  font-family: YuGoth, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.outer-block {
  min-width: 1080px;
}

.inner-block {
  position: relative;
  width: 1040px;
  padding: 0 30px;
}
@media only screen and (min-width: 641px) {
  .inner-block {
    margin: 0 auto;
  }
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 15px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
}
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.load-fade {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.load-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* --------------------------------
header
----------------------------------- */
.header {
  border-top: 7px solid #1c4370;
  height: 70px;
  padding: 0 0 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  -webkit-filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width: 640px) {
  .header {
    border-width: 3px;
    height: auto;
    padding-left: 15px;
  }
}
.header .header-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 640px) {
  .header .header-inn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
  }
}
.header .header-inn .logo-area {
  width: 200px;
}
@media only screen and (max-width: 640px) {
  .header .header-inn .logo-area {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header .header-inn .logo-area a {
  display: block;
}
.header .header-inn .nav-btn {
  width: 50px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
}
.header .header-inn .nav-btn .nav-btn-inn {
  height: 15px;
  position: relative;
  width: 30px;
  display: block;
}
.header .header-inn .nav-btn .nav-btn-inn > span {
  display: block;
  width: 100%;
  background-color: #1c4370;
  height: 1px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-inn .nav-btn .nav-btn-inn > span:nth-of-type(1) {
  top: 0;
  right: 0;
}
.header .header-inn .nav-btn .nav-btn-inn > span:nth-of-type(2) {
  top: 50%;
  right: 0;
}
.header .header-inn .nav-btn .nav-btn-inn > span:nth-of-type(3) {
  bottom: 0;
  right: 0;
}
.header .header-inn .nav-btn .nav-btn-inn div {
  position: absolute;
  font-size: 10px;
  bottom: -115%;
  color: #1c4370;
  letter-spacing: -0.05em;
}
.header .header-inn .nav-btn .nav-btn-inn.open span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-inn .nav-btn .nav-btn-inn.open span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 52%;
}
.header .header-inn .nav-btn .nav-btn-inn.open span:nth-of-type(2) {
  opacity: 0;
}
.header .header-inn .nav-btn .nav-btn-inn.open span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 44%;
}
.header .header-inn .menu-area {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
.header .header-inn .menu-area a {
  color: #1c4370;
  font-size: 14px;
  margin-right: 5%;
}
@media only screen and (max-width: 640px) {
  .header .header-inn .menu-area {
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
    z-index: 999;
    height: 100vh;
    background-color: #fff;
    padding-top: 50px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
  }
  .header .header-inn .menu-area a {
    display: block;
    padding: 15px;
    margin-right: 0;
    text-align: center;
  }
}
.header .header-inn .menu-area.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header .header-inn .tel-area-sp {
  background-color: #1c4370;
  height: 50px;
  width: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .header-inn .tel-area-sp a {
  display: block;
}
.header .header-inn .tel-area-sp a img {
  width: 70%;
}
.header .header-inn .tel-area {
  background-color: #1c4370;
  padding: 0 20px 0 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  position: relative;
}
.header .header-inn .tel-area:before {
  position: absolute;
  content: "";
  background: url(../img/icon_tel_white.svg) no-repeat center center;
  width: 36px;
  height: 36px;
  left: 15px;
  top: 18%;
  background-size: contain;
}
.header .header-inn .tel-area a {
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  margin-top: -10px;
}
.header .header-inn .tel-area a .txt {
  font-size: 11px;
  color: #fff;
  display: block;
  font-weight: normal;
  margin-top: -6px;
}

/* --------------------------------
footer
----------------------------------- */
.footer {
  padding-top: 100px;
}
@media only screen and (max-width: 640px) {
  .footer {
    padding-top: 60px;
  }
}
.footer .inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .footer .inner-block {
    display: block;
  }
}
.footer .inner-block .map-area {
  width: 580px;
}
@media only screen and (max-width: 640px) {
  .footer .inner-block .map-area {
    width: 100%;
  }
}
.footer .inner-block .contact-area {
  width: calc(100% - 610px);
  background-color: #f1f8f9;
  margin-top: 12px;
}
@media only screen and (max-width: 640px) {
  .footer .inner-block .contact-area {
    width: 100%;
    margin-top: 40px;
    position: relative;
  }
}
.footer .inner-block .contact-area .ttl {
  font-size: 30px;
  font-weight: bold;
  color: #1c4370;
  text-align: center;
  margin-top: -20px;
}
@media only screen and (max-width: 640px) {
  .footer .inner-block .contact-area .ttl {
    font-size: 18px;
    margin-top: 0;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
  }
}
.footer .inner-block .contact-area .contact-inn {
  padding: 50px 65px 70px;
}
@media only screen and (max-width: 640px) {
  .footer .inner-block .contact-area .contact-inn {
    padding: 40px 25px 50px;
    text-align: center;
  }
}
.footer .inner-block .contact-area .contact-inn .tel {
  font-size: 23px;
  font-weight: bold;
  color: #1c4370;
  padding-left: 40px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .footer .inner-block .contact-area .contact-inn .tel {
    padding-left: 0;
    font-size: 24px;
  }
}
.footer .inner-block .contact-area .contact-inn .tel:before {
  position: absolute;
  content: "";
  background: url(../img/icon_tel_blue.svg) no-repeat center center;
  width: 36px;
  height: 36px;
  left: 0;
  top: 11%;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  .footer .inner-block .contact-area .contact-inn .tel:before {
    left: -35px;
    top: 20%;
  }
}
.footer .inner-block .contact-area .contact-inn .tel .txt {
  font-size: 10px;
  display: block;
  padding-left: 40px;
  margin-top: -8px;
}
@media only screen and (max-width: 640px) {
  .footer .inner-block .contact-area .contact-inn .tel .txt {
    padding-left: 12px;
    margin-top: -5px;
  }
}
.footer .inner-block .contact-area .contact-inn .txt-area {
  font-size: 14px;
  margin-top: 20px;
}
.footer .inner-block .contact-area .contact-inn .txt-area .list {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.footer .inner-block .contact-area .contact-inn .txt-area .list li {
  position: relative;
  line-height: 1.3;
  padding-left: 10px;
}
@media only screen and (max-width: 640px) {
  .footer .inner-block .contact-area .contact-inn .txt-area .list li {
    display: inline-block;
  }
}
.footer .inner-block .contact-area .contact-inn .txt-area .list li:before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 5px;
  height: 5px;
  left: 0;
  top: 40%;
  border-radius: 15px;
}
.footer .copyright {
  background-color: #1c4370;
  margin-top: 100px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding: 10px 20px;
}
@media only screen and (max-width: 640px) {
  .footer .copyright {
    display: block;
    text-align: center;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .copyright div + div {
    margin-top: 3px;
  }
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .kv-block {
  background: url(../img/kv.jpg) no-repeat center center;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  .home .kv-block {
    height: 150px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .home .kv-block .logo-area {
    width: 50%;
  }
}
.home .intro-block {
  padding-top: 100px;
}
@media only screen and (max-width: 640px) {
  .home .intro-block {
    padding-top: 50px;
  }
}
.home .intro-block .inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .home .intro-block .inner-block {
    display: block;
  }
}
.home .intro-block .inner-block .txt-area .list {
  font-weight: bold;
  margin-top: 10px;
}
.home .intro-block .inner-block .txt-area .list li {
  position: relative;
  padding-left: 12px;
}
.home .intro-block .inner-block .txt-area .list li:before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 5px;
  height: 5px;
  left: 0;
  top: 40%;
  border-radius: 15px;
}
.home .intro-block .inner-block .txt-area .list + .txt-area-inn {
  margin-top: 10px;
}
.home .intro-block .inner-block .txt-area .name {
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .home .intro-block .inner-block .img-area {
    margin-bottom: 20px;
  }
}
.home .content {
  margin-top: 100px;
  padding-top: 100px;
}
@media only screen and (max-width: 640px) {
  .home .content {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.home .content.about-block {
  background-color: #f1f8f9;
  padding-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .home .content.about-block {
    padding-bottom: 60px;
  }
}
.home .content.about-block .inner-block {
  text-align: center;
}
.home .content.about-block .inner-block .ttl {
  color: #1c4370;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .home .content.about-block .inner-block .ttl {
    font-size: 20px;
  }
}
.home .content.about-block .inner-block .txt-area {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .home .content.about-block .inner-block .txt-area {
    margin-top: 10px;
  }
}
.home .content.about-block .inner-block .about-list-area .comment {
  color: #1c4370;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .home .content.about-block .inner-block .about-list-area .comment {
    font-size: 18px;
    margin-top: 20px;
  }
}
.home .content.about-block .inner-block .about-list-area .comment:before {
  position: absolute;
  content: "";
  background: url(../img/slash.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  left: -40px;
  top: 0;
}
@media only screen and (max-width: 640px) {
  .home .content.about-block .inner-block .about-list-area .comment:before {
    width: 30px;
    height: 30px;
    left: -30px;
    background-size: contain;
  }
}
.home .content.about-block .inner-block .about-list-area .comment:after {
  position: absolute;
  content: "";
  background: url(../img/slash.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  right: -35px;
  top: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media only screen and (max-width: 640px) {
  .home .content.about-block .inner-block .about-list-area .comment:after {
    width: 30px;
    height: 30px;
    right: -30px;
    background-size: contain;
  }
}
.home .content.about-block .inner-block .about-list-area .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .home .content.about-block .inner-block .about-list-area .list-wrap {
    margin-top: 10px;
  }
}
.home .content.about-block .inner-block .about-list-area .list-wrap .list {
  width: calc((100% - 50px) / 3);
}
@media only screen and (max-width: 640px) {
  .home .content.about-block .inner-block .about-list-area .list-wrap .list {
    width: calc((100% - 10px) / 2);
  }
}
.home .content.about-block .inner-block .about-list-area .list-wrap .list .list-ttl-box {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1c4370;
}
@media only screen and (max-width: 640px) {
  .home .content.about-block .inner-block .about-list-area .list-wrap .list .list-ttl-box {
    height: 50px;
  }
}
.home .content.about-block .inner-block .about-list-area .list-wrap .list .list-ttl-box .list-ttl {
  color: #f1f8f9;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  .home .content.about-block .inner-block .about-list-area .list-wrap .list .list-ttl-box .list-ttl {
    font-size: 12px;
    line-height: 1.4;
  }
}
.home .content.about-block .inner-block .about-list-area .list-wrap .list .illust-area {
  background-color: #fff;
  height: 180px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 640px) {
  .home .content.about-block .inner-block .about-list-area .list-wrap .list .illust-area {
    height: 100px;
    padding: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .home .content.about-block .inner-block .about-list-area .list-wrap .list .illust-area img {
    max-height: 80px;
  }
}
.home .content.point-block {
  margin-top: 0;
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .home .content.point-block {
    margin-bottom: 60px;
  }
}
.home .content.point-block .point-detail {
  background-color: #f1f8f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .home .content.point-block .point-detail {
    display: block;
  }
}
.home .content.point-block .point-detail:before {
  position: absolute;
  content: "";
  background: url(../img/point_01.svg) no-repeat center center;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 640px) {
  .home .content.point-block .point-detail:before {
    width: 70px;
    height: 70px;
    background-size: contain;
  }
}
.home .content.point-block .point-detail .img-area {
  width: 400px;
}
@media only screen and (max-width: 640px) {
  .home .content.point-block .point-detail .img-area {
    width: 100%;
  }
}
.home .content.point-block .point-detail .txt-area {
  width: calc(100% - 450px);
  padding-left: 50px;
}
@media only screen and (max-width: 640px) {
  .home .content.point-block .point-detail .txt-area {
    width: 100%;
    padding: 10px 15px 20px 15px;
  }
}
.home .content.point-block .point-detail .txt-area .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #1c4370;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  .home .content.point-block .point-detail .txt-area .ttl {
    font-size: 18px;
  }
}
.home .content.point-block .point-detail .txt-area .txt-area-inn {
  text-align: justify;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .home .content.point-block .point-detail .txt-area .txt-area-inn {
    margin-top: 5px;
  }
}
.home .content.point-block .point-detail .txt-area .txt-area-inn .small {
  font-size: 12px;
}
.home .content.point-block .point-detail .txt-area .txt-area-inn .small-txt {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
}
.home .content.point-block .point-detail + .point-detail {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .home .content.point-block .point-detail + .point-detail {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  .home .content.point-block .point-detail:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .home .content.point-block .point-detail:nth-of-type(2) .txt-area {
    padding-left: 0;
  }
}
.home .content.point-block .point-detail:nth-of-type(2):before {
  background-image: url(../img/point_02.svg);
  right: 0;
  left: auto;
}
.home .content.point-block .point-detail:nth-of-type(3):before {
  background-image: url(../img/point_03.svg);
}
.home .content.flow-block {
  background: url(../img/bg_flow.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 100px;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .home .content.flow-block {
    padding-bottom: 60px;
    margin-top: 60px;
  }
}
.home .content.flow-block .inner-block {
  text-align: center;
  width: 1200px;
}
@media only screen and (max-width: 640px) {
  .home .content.flow-block .inner-block {
    width: 90%;
    margin: auto;
  }
}
.home .content.flow-block .inner-block .comment {
  font-size: 24px;
  font-weight: bold;
  color: #1c4370;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .home .content.flow-block .inner-block .comment {
    font-size: 18px;
  }
}
.home .content.flow-block .inner-block .comment:before {
  position: absolute;
  content: "";
  background: url(../img/slash.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  left: -40px;
  top: -5px;
}
@media only screen and (max-width: 640px) {
  .home .content.flow-block .inner-block .comment:before {
    width: 30px;
    height: 30px;
    left: -30px;
    background-size: contain;
  }
}
.home .content.flow-block .inner-block .comment:after {
  position: absolute;
  content: "";
  background: url(../img/slash.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  right: -35px;
  top: -5px;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media only screen and (max-width: 640px) {
  .home .content.flow-block .inner-block .comment:after {
    width: 30px;
    height: 30px;
    right: -25px;
    background-size: contain;
  }
}
.home .content.flow-block .inner-block .ttl {
  font-size: 30px;
  font-weight: bold;
  color: #1c4370;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .home .content.flow-block .inner-block .ttl {
    font-size: 20px;
    margin-top: 5px;
  }
}
.home .content.flow-block .inner-block .flow-area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .home .content.flow-block .inner-block .flow-area-wrap {
    margin-top: 15px;
    display: block;
  }
}
.home .content.flow-block .inner-block .flow-area-wrap .flow-inn {
  background-color: #fff;
  width: calc((100% - 30px) / 4);
  padding: 30px 25px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .home .content.flow-block .inner-block .flow-area-wrap .flow-inn {
    margin-top: 15px;
    width: 100%;
    margin: auto;
    padding: 20px;
  }
}
.home .content.flow-block .inner-block .flow-area-wrap .flow-inn:before {
  position: absolute;
  content: "";
  background: url(../img/arrow.svg) no-repeat center center;
  width: 30px;
  height: 60px;
  right: -20px;
  top: 40%;
  z-index: 3;
}
@media only screen and (max-width: 640px) {
  .home .content.flow-block .inner-block .flow-area-wrap .flow-inn:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: -35px;
  }
}
.home .content.flow-block .inner-block .flow-area-wrap .flow-inn .ttl-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 640px) {
  .home .content.flow-block .inner-block .flow-area-wrap .flow-inn .ttl-area span img {
    width: auto;
    height: 30px;
  }
}
.home .content.flow-block .inner-block .flow-area-wrap .flow-inn .ttl-area .flow-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #1c4370;
  line-height: 1.2;
  text-align: left;
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .home .content.flow-block .inner-block .flow-area-wrap .flow-inn .ttl-area .flow-ttl {
    font-size: 16px;
    margin-left: 5px;
  }
}
.home .content.flow-block .inner-block .flow-area-wrap .flow-inn .img-area {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .home .content.flow-block .inner-block .flow-area-wrap .flow-inn .img-area {
    height: 30%;
    margin: 15px auto;
  }
}
.home .content.flow-block .inner-block .flow-area-wrap .flow-inn .txt-area {
  font-size: 12px;
  text-align: left;
  margin-top: 20px;
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .home .content.flow-block .inner-block .flow-area-wrap .flow-inn .txt-area {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .home .content.flow-block .inner-block .flow-area-wrap .flow-inn + .flow-inn {
    margin-top: 10px;
  }
}
.home .content.flow-block .inner-block .flow-area-wrap .flow-inn:last-of-type:before {
  content: none;
}

#pagetop {
  right: 20px;
}
#pagetop a {
  background-color: #0c2d52;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pagetop a .top-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(25%) rotate(-45deg);
          transform: translateY(25%) rotate(-45deg);
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */