@charset "utf-8";

/*========================================================================*\

$目次

\*========================================================================*/

/*

$テキスト系
$テーブル系
$scroll
$リンク系
$photo_link
$リスト系
$btn
$pan
$蛍光ペン
$btnTop
$右寄せ矢印
$ドットを被せる（背景）
$料金
$dot
$伸びる下線
$anchorBox
$colorBox
$borderBox
$notesBox
$contactBox
$contactpage
$pager
$more_area
$category
$流れるテキスト
$流れるテキスト左から
$流れるテキスト右から
$流れるテキスト上から下
$流れるテキスト下から上
$背景色が伸びて出現
$背景色が伸びて出現 左から右
$背景色が伸びて出現 右から左
$背景色が伸びて出現 上から下
$背景色が伸びて出現 下から上
$1文字ずつ表示
$流れるように出現（左から右）
$流れるように出現（右から左）
$動き_ベース
$動き_上から下
$動き_左から
$動き_右から
$動き_下から上
$whole_block （背景色あり　左から右）
$背景からの写真
$heading  ＼見出し／

*/

/*========================================================================*\

$テキスト系

\*========================================================================*/

#Co .page h2 {
  font-size: var(--font_h2);
}

#Co .page h3 {
  font-size: var(--font_h3);
}

#Co .page h4 {
  font-size: var(--font_h4);
}

#Co .page h5 {
  font-size: var(--font_h5);
}

#Co .page h6 {
  font-size: var(--font_h6);
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

* + #Co .page h2,
* + #Co .page h3,
* + #Co .page h4,
* + #Co .page h5,
* + #Co .page h6 {
  margin-top: 7rem !important;
}

* > #Co h2,
#Co .page h2 > #Co .page h3,
#Co .page h3 > #Co .page h4,
#Co .page h4 > #Co .page h5,
#Co .page h5 > #Co .page h6 * + #Co h2:first-child {
  margin-top: 0 !important;
}

#Co p {
  font-size: var(--font);
}

#Co .catch {
  font-size: var(--font_lg);
  font-weight: var(--font-weight_bold);
}

#Co .ss {
  font-size: var(--font_sm);
}

#Co .pointTxt {
  color: var(--font-red);
  font-weight: var(--font-weight_bold);
}

#Co .pointTxt_Ud {
  font-weight: var(--font-weight_bold);
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  * + #Co .page h2,
  * + #Co .page h3,
  * + #Co .page h4,
  * + #Co .page h5,
  * + #Co .page h6 {
    margin-top: 4rem !important;
  }

  * > #Co h2,
  #Co .page h2 > #Co .page h3,
  #Co .page h3 > #Co .page h4,
  #Co .page h4 > #Co .page h5,
  #Co .page h5 > #Co .page h6,
  * + #Co h2:first-child {
    margin-top: 0 !important;
  }
}

/*========================================================================*\

$テーブル系

\*========================================================================*/

#Co table th,
#Co table td {
  font-size: var(--font);
  line-height: var(--line-height_sm);
  margin: 0;
  padding: 2rem 0;
}

#Co table td ul {
  margin: 0;
}

#Co table td p,
#Co table td li {
  margin: 0 0 0.5rem 0;
}

#Co table td li:last-child {
  margin: 0;
}

#Co table th .ss,
#Co table td .ss {
  color: #666666;
  font-size: var(--font_xs);
  font-weight: 400;
}

#Co table.tbl,
#Co table.tblBorder {
  margin: 0 0 5rem 0;
  padding: 0;
  width: 100%;
}

#Co table.tbl tr.price td,
#Co table.tblBorder tr.price td {
  text-align: right;
}

#Co table.tblBorder th,
#Co table.tblBorder td {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}

#Co table.tblBorder th {
  border-bottom: solid 1px var(--primary-color);
  padding-right: 2rem;
  text-align: left;
  width: 25%;
}

#Co table.tblBorder td {
  padding: 2rem 0;
}

#Co table.tbl th,
#Co table.tbl td {
  border: 1px solid #e6e6e6;
  padding: 1.5rem;
  text-align: left;
  vertical-align: middle;
}

#Co table.tbl th {
  background: #f2fcf3;
  font-weight: bold;
  text-align: left;
  width: 30%;
  color: var(--primary-color);
}

@media screen and (max-width: 767px) {
  #Co table.tblBorder {
    margin: 0 0 2rem 0;
    padding: 0;
    width: 100%;
  }

  #Co table.tblBorder th,
  #Co table.tblBorder td {
    border-bottom: none;
    box-sizing: border-box;
    display: block;
    font-size: var(--font_sm);
    line-height: var(--line-height_sm);
    margin: 0;
    padding: 1.5rem 0;
    text-align: left;
    vertical-align: middle;
    width: 100% !important;
  }

  #Co table.tblBorder tr:first-child th,
  #Co table.tblBorder tr:first-child td {
    border-top: none;
  }

  #Co table.tblBorder th {
    border-bottom: solid 1px var(--primary-color);
    color: var(--primary-color);
    padding: 1.5rem 1.5rem 0.5rem 0;
    padding-right: 0;
    width: 100% !important;
  }

  #contactForm tr th .hissu {
    margin-right: 1rem;
  }

  #Co table.tbl {
    border-top: 1px solid #dfdfdf;
  }

  #Co table.tbl th,
  #Co table.tbl td {
    border-top: none;
    display: block;
    font-size: var(--font_sm);
    width: 100%;
  }
}

/*========================================================================*\

$scroll

\*========================================================================*/

@media screen and (max-width: 767px) {
  #Co .scroll {
    margin-bottom: 2rem;
  }

  #Co .scroll table {
    margin: 0 0 1rem 0;
    width: 800px !important;
  }

  #Co .scroll table.tbl th,
  #Co .scroll table.tbl td {
    display: table-cell !important;
    width: auto !important;
  }
}

/*========================================================================*\

$リンク系

\*========================================================================*/

a {
  background: transparent;
  color: var(--link-color);
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  vertical-align: baseline;
}

a:hover {
  color: var(--link-color);
  text-decoration: none;
}

a:link {
  transition: all 0.3s;
}

a.disabledLink {
  pointer-events: none;
}

a.blank[target="_blank"] {
  position: relative;
}

a.blank[target="_blank"]:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3Anone%3Bstroke%3A%23005acc%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20style%3D%22fill%3Anone%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M27%2012h9v9M32%2026v8H14V16h8M24%2024l11-11%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  height: 24px;
  position: absolute;
  right: -26px;
  top: 0;
  width: 24px;
}

a[href$=".pdf"] {
  background: url(../images/ico_pdf.svg) no-repeat center right;
  background-size: 22px 23px;
  content: "";
  display: inline-block;
  margin: 0;
  padding: 0.2rem 2.7rem 0.2rem 0;
}

a[href$=".doc"] {
  background: url(../images/ico_doc.svg) no-repeat center right;
  background-size: 23px;
  content: "";
  display: inline-block;
  margin: 0;
  padding: 0.2rem 2.7rem 0.2rem 0;
}

a[href$=".xls"] {
  background: url(../images/ico_xls.svg) no-repeat center right;
  background-size: 23px;
  content: "";
  display: inline-block;
  margin: 0;
  padding: 0.2rem 2.7rem 0.2rem 0;
}

a.no {
  background: none !important;
}

a.blank.no:after {
  content: none !important;
}

/*========================================================================*\

$photo_link

\*========================================================================*/

.photo_link .photo {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.photo_link img {
  display: block;
  transition-duration: 0.3s;
}

.photo_link:hover img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

/*========================================================================*\

$リスト系

\*========================================================================*/

ul,
ol {
  margin-bottom: 3rem;
}

ol {
  counter-reset: number;
  padding: 0;
}

ul li,
ol li {
  font-size: var(--font);
  padding: 0;
}

ol li {
  list-style: none;
  padding-left: 1.8em;
  position: relative;
  text-indent: 0;
}

ol li:before {
  color: var(--primary-color);
  content: counter(number) ".";
  counter-increment: number;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 0;
}

.ind,
.point li,
.point-dot {
  padding-left: 1em;
  text-indent: -1em;
}

.point li::before {
  border-color: transparent transparent transparent var(--primary-color);
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 0.8rem;
  width: 0;
}

.point-dot li {
  padding-left: 1.4rem;
  position: relative;
  text-indent: 0;
}

.point-dot li:before {
  background: rgba(17, 17, 17, 0.5);
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0.75em;
  width: 5px;
}

@media only screen and (max-width: 767px) {
  ul li,
  ol li {
    font-size: var(--font_sm);
  }
}

/*========================================================================*\

$btn

\*========================================================================*/

#Co .btn,
#Co .btnGroup,
footer .btn {
  margin: 5rem auto 3rem auto;
  width: 350px;
}

#Co .btnGroup {
  width: 600px;
}

#Co .btn a,
#Co .btnGroup ul li a,
footer .btn a {
  align-items: center;
  background: var(--primary-color);
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: var(--font_sm);
  font-weight: var(--font-weight_bold);
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  padding: 2rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}

#Co .btn a:hover,
#Co .btnGroup ul li a:hover,
footer .btn a:hover {
  opacity: 0.7;
  transform: translateY(-5px);
}

#Co .btnGroup ul li:nth-child(2) a {
  background: #008cd6;
}

#Co .btnGroup ul li:nth-child(3) a {
  background: #7fc31c;
}

#Co .btn a:hover::before,
#Co .btnGroup ul li a:hover::before,
footer .btn a:hover::before {
  transform: scale(1, 1);
}

#Co .btn a:after,
#Co .btnGroup ul li a:after,
footer .btn a:after {
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 8px;
}

#Co .btn a[href$=".pdf"],
#Co .btnGroup ul li a[href$=".pdf"] {
  background: url(../images/ico_pdf.svg) no-repeat 96% center
    var(--primary-color);
}

#Co .btn a[href$=".pdf"]:hover,
#Co .btnGroup ul li a[href$=".pdf"]:hover {
  background: url(../images/ico_pdf.svg) no-repeat 96% center #ffffff;
  color: #3fa037;
}

@media only screen and (max-width: 767px) {
  #Co .btn,
  #Co .btnGroup,
  footer .btn {
    margin: 3rem auto;
    width: 100%;
  }

  #Co .btnGroup ul {
    display: block;
  }

  #Co .btnGroup ul li {
    margin-left: auto;
    margin-right: auto;
  }

  #Co .btnGroup ul.half {
    display: block;
  }

  #Co .btnGroup ul.half li {
    margin-left: 0;
    margin-right: 0;
    width: 48.5%;
  }

  #Co .btn a,
  #Co .btnGroup ul li a,
  footer .btn a {
    font-size: var(--font_sm);
    padding: 1.5rem 0.5rem;
  }
}

/*========================================================================*\

$pan

\*========================================================================*/

#pan {
  margin: 0 auto;
  max-width: var(--max-width);
  padding: 1rem 0 0 0;
  position: relative;
  width: 100%;
}

@media (max-width: 992px) {
  #pan {
    max-width: 100%;
    padding: 1rem 2rem;
  }
}

#pan ul {
  margin: 0 auto;
}

#pan ul li {
  display: inline-block;
  font-size: var(--font_xs);
  font-weight: bold;
  list-style: none;
  margin-right: 0.5rem;
  position: relative;
}

#pan ul li:last-child {
  margin-right: 0;
}

#pan ul li a {
  color: var(--link-color);
  font-size: var(--font_xs);
  text-decoration: underline;
}

#pan ul li a:hover {
  text-decoration: none;
}

#pan ul li:after {
  content: ">";
  margin-left: 0.7rem;
}

#pan ul li:last-child:after {
  content: none;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #pan {
    display: none;
  }
}

/*========================================================================*\

$蛍光ペン

\*========================================================================*/

.pen {
  background: linear-gradient(transparent 80%, #ffe001 60%);
  font-weight: var(--font-weight_bold);
}

.pen_pink {
  background: linear-gradient(transparent 80%, #ff66cc 60%);
  font-weight: var(--font-weight_bold);
}

.pen_blue {
  background: linear-gradient(transparent 80%, #66ccff 60%);
  font-weight: var(--font-weight_bold);
}

.pen_green {
  background: linear-gradient(transparent 80%, #66ff66 60%);
  font-weight: var(--font-weight_bold);
}

/*========================================================================*\

$btnTop

\*========================================================================*/

#btnTop {
  background: #ffffff;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  bottom: 60px;
  height: 60px;
  /*opacity: 0;*/
  position: fixed;
  right: 20px;
  /*visibility: hidden;*/
  width: 60px;
  z-index: 200;
}

#btnTop.active {
  opacity: 1;
  visibility: visible;
}

#btnTop a {
  display: block;
  height: 60px;
  position: relative;
  text-decoration: none;
  width: 60px;
}

#btnTop a::before {
  border-left: 4px solid var(--primary-color);
  border-top: 4px solid var(--primary-color);
  bottom: 0;
  color: var(--primary-color);
  content: "";
  height: 10px;
  left: -3px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 4px;
  transform: rotate(45deg);
  width: 10px;
}

@media only screen and (max-width: 767px) {
  #btnTop {
    bottom: 10px;
    height: 50px;
    width: 50px;
  }

  #btnTop a::before {
    left: -13px;
    right: 0;
    top: -8px;
  }
}

/*========================================================================*\

$右寄せ矢印

\*========================================================================*/

.arrow_r {
  display: block;
  padding: 0 2.4rem 0 0;
  position: relative;
  text-align: right;
  text-decoration: none;
  vertical-align: middle;
}

.arrow_r::before,
.arrow_r::after {
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
}

.arrow_r::before {
  background: #ffd835;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}

.arrow_r::after {
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  height: 6px;
  right: 6px;
  transform: rotate(45deg);
  width: 6px;
}

/*========================================================================*\

$ドットを被せる（背景）

\*========================================================================*/

.layer-dot {
  position: relative;
}

.layer-dot::after {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(#000000 20%, transparent 0),
    radial-gradient(#000000 20%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*========================================================================*\

$料金

\*========================================================================*/

.price {
  color: var(--red);
  font-family: "Josefin Sans", sans-serif;
  font-size: var(--font_lg);
  font-weight: var(--font-weight_bold);
  text-align: right;
}

.price_b {
  font-size: 3.6rem;
}

/*========================================================================*\

$dot

\*========================================================================*/

.dot {
  color: #009b63;
  padding-top: 0.2em;
  position: relative;
}

.dot::before {
  background-color: #009b63;
  border-radius: 50%;
  content: "";
  height: 0.32rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 0.32rem;
}

/* ============================================================

$伸びる下線

============================================================ */

.extend {
  color: var(--font-red);
  font-weight: 900;
  position: relative;
  z-index: 1;
}

.extend:after {
  background: var(--font-red);
  bottom: -4px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.8s;
  width: 0;
  z-index: -1;
}

.extend.Active:after {
  width: 100%;
}

/*========================================================================*\

$anchorBox

\*========================================================================*/

#anchorBox ul {
  margin: 0 auto 3rem auto;
}

#anchorBox ul li {
  display: flex;
  flex-direction: column;
}

#anchorBox ul li a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #ffffff;
  background: #ffffff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: var(--font_sm);
  justify-content: center;
  padding: 1.5rem 2rem;
  position: relative;
  text-decoration: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-duration: 0.3s;

  /* -moz-osx-font-smoothing: grayscale; */
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  width: 100%;
}

#anchorBox ul li a:after {
  border-right: solid 2px var(--primary-color);
  border-top: solid 2px var(--primary-color);
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}

#anchorBox ul li a:hover:after,
#anchorBox ul li a.on:after {
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
}

#anchorBox ul li a:before,
#anchorBox ul li a.on:before {
  background: var(--primary-color);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}

#anchorBox ul li a:hover:before,
#anchorBox ul li a:focus:before,
#anchorBox ul li a:active:before,
#anchorBox ul li a.on:before {
  background: var(--primary-color);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#anchorBox ul li a:hover,
#anchorBox ul li a.on {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  #anchorBox ul {
    margin: 0 auto 1rem auto;
    width: 100%;
  }

  #anchorBox ul li {
    width: 48.5% !important;
  }

  #anchorBox .box04.half li:nth-child(n + 3) {
    margin-top: 1rem !important;
  }

  #anchorBox ul li a {
    padding: 1rem 2rem;
  }

  #anchorBox ul li a:before,
  #anchorBox ul li a.on:before {
    content: none;
  }
}

#header .header_in::before {
  background-color: transparent;
  background-image: radial-gradient(#fff 10%, #000 0%);
  background-size: 11px 11px;
  z-index: 0;
  opacity: 0.3;
}

#header .header_in::before,
#header .header_in::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s ease-in-out;
}

/*========================================================================*\

$colorBox

\*========================================================================*/

.colorBox {
  border: 50px solid #f6f6f6;
  margin-bottom: 3rem;
  padding: 3rem;
}

.colorBox table:last-child,
.colorBox ul:last-child,
.colorBox ol:last-child,
.colorBox li:last-child,
.colorBox p:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .colorBox {
    border-width: 20px;
    margin-bottom: 2rem;
    padding: 2rem;
  }
}

/*========================================================================*\

$borderBox

\*========================================================================*/

.borderBox {
  border: 2px solid var(--primary-color);
  border-radius: 4px;
  line-height: var(--line-height_sm);
  margin-bottom: 3rem;
  padding: 3rem;
}

.borderBox table:last-child,
.borderBox ul:last-child,
.borderBox ol:last-child,
.borderBox li:last-child,
.borderBox p:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .borderBox {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}

/*========================================================================*\

$notesBox

\*========================================================================*/

.notesBox p {
  background-color: #ffffff;
  background-image: linear-gradient(
      90deg,
      transparent 0%,
      transparent 50%,
      #ffffff 50%,
      #ffffff 100%
    ),
    /* 点線1の色 */ linear-gradient(180deg, #cccccc 1px, transparent 1px);
  background-size: 8px 100%, /* 点線1のサイズ */ 100% 3em;
  line-height: 3em;
  margin-bottom: 3rem;
  padding-bottom: 0.1rem;
}

/*========================================================================*\

$contactBox

\*========================================================================*/

#Co .contactBox {
  background: #ffffff;
  border: 30px solid rgba(0, 117, 36, 0.05);
  margin-bottom: 50px;
  padding: 5rem 2rem;
}

#Co .contactBox .contactBoxInner {
  align-items: stretch;
  display: flex;
  margin: 3rem auto 0 auto;
}

#Co .page .contactBox .contactArea {
  align-items: stretch;
  display: flex;
  margin: 0 auto;
}

#Co .page .contactBox .contactAreaInner {
  align-items: stretch;
  border: 2px solid var(--primary-color);
  box-sizing: border-box;
  display: flex;
  margin-right: 2%;
  padding: 4rem 2rem;
  text-align: center;
  transition-duration: 0.3s;
  width: 40%;
}

#Co .page .contactBox .contactAreaInner:last-child {
  border: 2px solid var(--primary-color);
  margin-left: 2%;
  margin-right: 0;
  padding: 2rem 0 3rem;
}

#Co .page .contactBox .contactAreaInner:hover {
  background: var(--primary-color);
  transition-duration: 0.3s;
}

#Co .page .contactBox .contactAreaInner:last-child:hover {
  background: var(--primary-color);
  color: #ffffff;
}

#Co .page .contactBox .contactAreaInner a {
  align-items: center;
  display: flex;
  font-size: var(--font_xl);
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
}

#Co .page .contactBox .contactAreaInner a p {
  color: var(--primary-color);
  font-size: var(--font_xl);
  font-weight: 900;
  line-height: 2.4rem;
  margin-bottom: 0;
  text-align: left;
}

#Co .page .contactBox .contactAreaInner a p:before {
  background-image: url(../images/ico_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 22px;
  margin-right: 20px;
  vertical-align: middle;
  width: 30px;
}

#Co .page .contactBox .contactAreaInner:hover a p:before {
  background-image: url(../images/ico_mail_on.png);
}

#Co .page .contactBox .contactAreaInner a p .ss {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
}

#Co .page .contactBox .contactAreaInner:last-child a p {
  color: var(--primary-color);
  font-family: "Work Sans", sans-serif !important;
  font-size: 3rem;
  font-weight: var(--font-weight_bold);
  margin-left: 60px;
  position: relative;
}

#Co .page .contactBox .contactAreaInner:last-child a p:before {
  background-image: url(../images/ico_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 39px;
  left: -40px;
  position: absolute;
  top: 25%;
  vertical-align: middle;
  width: 24px;
}

#Co .page .contactBox .contactAreaInner:last-child:hover a p:before {
  background-image: url(../images/ico_tel_on.png);
}

#Co .page .contactBox .contactAreaInner:hover p {
  color: #ffffff !important;
}

@media screen and (max-width: 1100px) {
  #Co .page .contactBox {
    border: 20px solid rgba(0, 117, 36, 0.05);
    margin-bottom: 2rem;
    padding: 2rem;
  }

  #Co .page .contactBox .contactArea {
    display: block;
  }

  #Co .page .contactBox .contactBoxInner {
    margin: 2rem auto 0 auto;
  }

  #Co .page .contactBox .contactAreaInner {
    display: block;
    padding: 2rem 1rem;
    width: 100%;
  }

  #Co .page .contactBox .contactAreaInner:last-child {
    margin: 2rem 0 0 0 !important;
    padding: 1.4rem 0 1.6rem 0;
  }

  #Co .page .contactBox .contactAreaInner a p {
    font-size: var(--font);
  }

  #Co .page .contactBox .contactAreaInner a p .ss {
    font-size: var(--font_xs);
  }

  #Co .page .contactBox .contactAreaInner:last-child a p {
    font-size: 2rem !important;
    margin-left: 40px;
  }

  #Co .page .contactBox .contactAreaInner a p:before {
    content: none;
  }

  #Co .page .contactBox .contactAreaInner:last-child a p:before {
    content: "";
    left: -35px;
    top: 15%;
  }
}

/*========================================================================*\

$contactpage

\*========================================================================*/

#Co .page .timelineArea {
  margin: 0 auto;
}

@media screen and (max-width: 901px) {
  #Co .page .timelineArea {
    padding: 0 3rem;
  }
}

@media screen and (max-width: 767px) {
  #Co .page .timelineArea {
    width: 100%;
    margin: 0 auto;
  }
}

#Co .page .timelineArea li {
  list-style: none;
  padding: 0 0 2rem 0;
  position: relative;
}

#Co .page .timelineArea dl {
  margin: 0 0 0 10em;
  border-bottom: 1px solid #000000;
  padding-bottom: 1rem;
}

#Co .page .timelineArea dd strong {
  display: block;
  padding: 1rem 0;
}

#Co .page .border-line {
  background: #000000;
  height: 0;
  left: 3.5em;
  position: absolute;
  top: 0;
  width: 4px;
}

#Co .page .timelineArea li::after {
  border: 3px solid #000000;
  border-radius: 10px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

/*========================================================================*\

$contactpage

\*========================================================================*/

#Co p .hissu,
#Co tr th .hissu,
#Co tr th .ninni {
  background: #f44336;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 1.1rem;
  line-height: var(--line-height_sm);
  margin-right: 5px;
  padding: 1px 15px;
}

#Co li .hissu {
  background: #f44336;
  border-radius: 30px;
  color: #ffffff;
  display: inline;
  font-size: 1.1rem;
  line-height: var(--line-height_sm);
  padding: 1px 15px;
  text-align: center;
}

#Co tr th .hissu,
#Co tr th .ninni {
  display: block;
  float: right;
  font-size: 1rem;
  line-height: 1;
  margin-top: 5px;
  padding: 5px 15px;
  text-align: right;
}

#Co tr th .ninni {
  background: #999999;
}

#contactForm td .title {
  display: block;
  margin-bottom: 10px;
  padding: 0 0.3em 0 1.3em;
  position: relative;
}

#contactForm td .title::before,
#contactForm td .title::after {
  content: "";
  display: inline-block;
  position: absolute;
}

#contactForm td .title::after {
  background-color: #121212;
  border-radius: 100%;
  height: 14px;
  left: 0;
  top: 0.35em;
  width: 14px;
}

#contactForm td .title::before {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  height: 5px;
  left: 0.3em;
  top: 0.65em;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 2;
}

#contactForm input[type="text"],
#contactForm input[type="password"],
#contactForm textarea {
  margin: 3px 0;
  background-color: #f6f6f6;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-sizing: border-box;
  color: #3e3e3e;
  font-family: var(--font-family);
  font-size: var(--font);
  font-weight: 400;
  padding: 10px 20px;
  width: 100%;
}

#contactForm input[type="text"].w50 {
  width: 50%;
}

#contactForm input[type="text"].w30,
#contactForm input[type="text"].zip {
  width: 30%;
}

#contactForm input[type="text"].w20 {
  width: 20%;
}

#contactForm #btnCheck {
  margin-top: 5rem;
  text-align: center;
}

#contactForm .send input[type="submit"],
#contactForm #btnSent input[type="submit"],
#contactForm #btnSent input[type="button"] {
  background: var(--primary-color);
  border-radius: 100px;
  color: #ffffff;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0070ba",endColorstr="#00a68d",GradientType=1);
  font-size: var(--font);
  font-weight: var(--font-weight_bold);
  line-height: 1;
  margin: 0 auto;
  padding: 25px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  width: 400px;
  max-width: 100%;
}

#contactForm #btnSent .send.back input[type="submit"] {
  background: #cccccc !important;
  color: #ffffff;
}

#contactForm #btnSent {
  margin-top: 50px;
}

#contactForm #btnSent ul {
  margin: 0 !important;
  text-align: center;
}

#contactForm #btnSent li {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #contactForm .select select {
    font-size: var(--font_hsm);
  }

  #contactForm input[type="text"].w50 {
    width: 100%;
  }

  #contactForm input[type="text"].w30,
  #contactForm input[type="text"].w20 #contactForm input[type="text"].zip {
    width: 50% !important;
  }

  #contactForm input[type="text"].w20 {
    width: 25% !important;
  }

  #contactForm .calendarBox {
    flex-wrap: wrap;
  }

  #contactForm .calendarBox .calendarInner:nth-of-type(1) {
    display: block;
    margin-bottom: 10px;
    width: 70%;
  }

  #contactForm .calendarBox .calendarInner:nth-of-type(2),
  #contactForm .calendarBox .calendarInner:nth-of-type(3) {
    width: 31.5%;
  }

  #contactForm .calendarBox .calendarInner:nth-of-type(2) {
    margin-left: 0;
  }

  #contactForm .select.day {
    margin: 10px 0;
    width: 97.5% !important;
  }

  #contactForm input[type="text"],
  #contactForm input[type="password"],
  #contactForm textarea {
    font-size: var(--font_hsm);
  }

  #contactForm #btnCheck input[type="submit"],
  #contactForm #btnSent input[type="submit"],
  #contactForm #btnSent input[type="button"] {
    font-size: var(--font_hsm);
    padding: 15px 0;
    width: 100%;
  }

  #contactForm #btnSent,
  #contactForm #btnCheck {
    margin-top: 3rem;
  }

  #contactForm #btnSent li {
    display: inline-block;
    width: 48.5%;
  }
}

/*========================================================================*\

$pager

\*========================================================================*/

ul.nation {
  clear: both;
  margin: 0;
  padding: 2em 0;
  text-align: center;
}

ul.nation li {
  background: var(--primary-color);
  border-radius: 300px;
  color: #ffffff;
  display: inline;
  display: inline-block;
  line-height: 2.6em;
  margin: 0 8px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 2.6em;
}

ul.nation li a {
  background: #fcf5ef;
  border-radius: 300px;
  color: var(--primary-color);
  display: block;
  text-decoration: none;
  transition: all 1s;
  vertical-align: middle;
}

ul.nation li a:hover {
  background: var(--primary-color);
  color: #ffffff;
}

@media print, screen and (min-width: 767px) {
  ul.thumb li {
    position: relative;
  }

  ul.thumb li.slick-current:after {
    border: 5px solid #ffffff;
    content: "";
    height: 80px;
    left: 10px;
    position: absolute;
    top: 0;
    width: 210px;
  }
}

/*========================================================================*\

$more_area

<div class="more_area">
<a class="circle_btn" href="">
<p class="mb0"></p>
<div class="circle_btn__arrow"></div>
</a>
</div>

\*========================================================================*/

#Co .more_area {
  display: flex;
  justify-content: flex-end;
}

#Co .circle_btn,
#Co .circle_btn_b {
  align-items: center;
  display: flex;
}

.circle_btn__arrow {
  border: 2px solid #121212;
  border-radius: 50%;
  color: #ffffff;
  height: 60px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  width: 60px;
}

#Co .circle_btn p,
#Co .circle_btn_b p {
  display: inline;
  margin: 0 2rem 0 0 !important;
  padding: 0 !important;
}

#Co .circle_btn__arrow:before,
#Co .circle_btn__arrow:after {
  background-image: url(../images/arrow_b.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  transition: 300ms;
  transition: all 2000ms cubic-bezier(0.17, 0.815, 0.4, 1);
  width: 18px;
}

#Co .circle_btn__arrow:after {
  opacity: 0;
  right: 100%;
}

#Co .circle_btn:hover .circle_btn__arrow {
  background: #121212;
  transform: scale(1.2);
  transition: all 0.3s;
}

#Co .circle_btn:hover .circle_btn__arrow:before,
#Co .circle_btn:hover .circle_btn__arrow:after {
  animation-fill-mode: forwards;
  background-image: url(../images/arrow_w.svg);
}

#Co .circle_btn:hover .circle_btn__arrow:before {
  animation: arrowbefore 0.5s;
}

#Co .circle_btn:hover .circle_btn__arrow:after {
  animation: arrowafter 0.5s;
}

@keyframes arrowbefore {
  100% {
    opacity: 0;
    right: -50%;
  }
}

@keyframes arrowafter {
  100% {
    opacity: 1;
    right: 50%;
  }
}

/*========================================================================*\

$category

\*========================================================================*/

.category {
  background: rgba(0, 155, 99, 0.1);
  border-radius: 400px;
  color: #009b63;
  display: inline-block;
  font-size: var(--font_hxxs);
  line-height: 1;
  margin: 0 0 0 15px;
  padding: 5px 0;
  text-align: center;
  width: 120px;
}

.category.category_02 {
  background: rgba(232, 52, 52, 0.1);
  color: #e83434;
}

.category.category_03 {
  background: rgba(240, 131, 30, 0.1);
  color: #f0831e;
}

/*========================================================================*\

$newsPage

\*========================================================================*/

* + #Co #newsPage .detailSection #CoL h2,
* + #Co #newsPage .detailSection #CoL h3,
* + #Co #newsPage .detailSection #CoL h4,
* + #Co #newsPage .detailSection #CoL h5,
* + #Co #newsPage .detailSection #CoL h6 {
  margin-top: 7rem !important;
}

#Co .page h2 > #Co #newsPage .detailSection #CoL h3,
#Co .page h3 > #Co #newsPage .detailSection #CoL h4,
#Co .page h4 > #Co #newsPage .detailSection #CoL h5,
#Co .page h5 > #Co #newsPage .detailSection #CoL h6,
* + #Co #newsPage #CoR h3 {
  margin-top: 0 !important;
}

#Co .detailSection table {
  margin: 0 0 5rem 0;
  padding: 0;
  width: 100%;
}

#Co .detailSection table th,
#Co .detailSection table td {
  font-size: var(--font);
  line-height: var(--line-height_sm);
  margin: 0;
  padding: 2rem 0;
}

#Co .detailSection table th,
#Co .detailSection table td {
  border: 1px solid #dfdfdf;
  padding: 1.5rem;
  text-align: left;
  vertical-align: middle;
}

#Co .detailSection table th {
  background: #f0f0f0;
  font-weight: bold;
  text-align: left;
  width: 30%;
}

#Co .detailSection ul li {
  padding-left: 1em;
  text-indent: -1em;
}

#Co .detailSection ul li::before {
  border-color: transparent transparent transparent var(--primary-color);
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 0.8rem;
  width: 0;
}

#newsPage .detailSection img {
  height: auto;
  margin-bottom: 30px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  * + #Co #newsPage .detailSection #CoL h2,
  * + #Co #newsPage .detailSection #CoL h3,
  * + #Co #newsPage .detailSection #CoL h4,
  * + #Co #newsPage .detailSection #CoL h5,
  * + #Co #newsPage .detailSection #CoL h6 {
    margin-top: 4rem !important;
  }

  #Co .page h2 > #Co #newsPage .detailSection #CoL h3,
  #Co .page h3 > #Co #newsPage .detailSection #CoL h4,
  #Co .page h4 > #Co #newsPage .detailSection #CoL h5,
  #Co .page h5 > #Co #newsPage .detailSection #CoL h6,
  * + #Co #newsPage #CoR h3 {
    margin-top: 0 !important;
  }

  #Co .detailSection table {
    border-top: 1px solid #dfdfdf;
  }

  #Co .detailSection table th,
  #Co .detailSection table td {
    border-top: none;
    display: block;
    font-size: var(--font_sm);
    width: 100%;
  }

  #newsPage .detailSection img {
    margin-bottom: 20px;
  }
}

/*========================================================================*\

$流れるテキスト

<p class="slide-in leftAnime">
<span class="slide-in_inner leftAnimeInner"></span>
</p>

\*========================================================================*/

.slide-in {
  display: inline-block;
  overflow: hidden;
}

.slide-in_inner {
  display: inline-block;
}

.leftAnime,
.rightAnime,
.upAnime,
.downAnime {
  opacity: 0;
}

/*========================================================================*\

$流れるテキスト左から

\*========================================================================*/

.slideAnimeLeftRight {
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-name: slideTextX100;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*========================================================================*\

$流れるテキスト右から

\*========================================================================*/

.slideAnimeRightLeft {
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-name: slideTextX-100;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*========================================================================*\

$動き_ベース

\*========================================================================*/

.animated {
  animation-duration: 0.4s !important;
  animation-fill-mode: both;
  opacity: 0;
}

.animated.item02 {
  animation-delay: 0.6s;
}

.animated.item03 {
  animation-delay: 1.2s;
}

.animated.item04 {
  animation-delay: 1.8s;
}

.animated.item05 {
  animation-delay: 2.4s;
}

.animated.item06 {
  animation-delay: 3s;
}

@media screen and (max-width: 767px) {
  .animated.item02,
  .animated.item03,
  .animated.item04 {
    animation-delay: 0s;
  }
}

/*========================================================================*\

$流れるテキスト上から下

\*========================================================================*/

.slideAnimeDownUp {
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-name: slideTextY100;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*========================================================================*\

$流れるテキスト下から上

\*========================================================================*/

.slideAnimeUpDown {
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-name: slideTextY-100;
  opacity: 0;
}

@keyframes slideTextY-100 {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*========================================================================*\

$背景色が伸びて出現

\*========================================================================*/

.bgextend {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: bgextendAnimeBase;
  opacity: 0;
  overflow: hidden;
  position: relative;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.bgappear {
  animation-delay: 0.6s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: bgextendAnimeSecond;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bgappearTrigger,
.bgLRextendTrigger,
.bgRLextendTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger {
  opacity: 0;
}

/*========================================================================*\

$背景色が伸びて出現 左から右

\*========================================================================*/

.bgLRextend::before {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: bgLRextendAnime;
  background-color: #666666;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
@keyframes bgLRextendAnime {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

/*========================================================================*\

$背景色が伸びて出現 右から左

\*========================================================================*/

.bgRLextend::before {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: bgRLextendAnime;
  background-color: #666666; /*伸びる背景色の設定*/
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
@keyframes bgRLextendAnime {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  50% {
    transform: scaleX(1);
    transform-origin: right;
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

/*========================================================================*\

$背景色が伸びて出現 上から下

\*========================================================================*/

.bgUDextend::before {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: bgUDextendAnime;
  background-color: #666666; /*伸びる背景色の設定*/
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
@keyframes bgUDextendAnime {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

/*========================================================================*\

$背景色が伸びて出現 下から上

\*========================================================================*/

.bgDUextend::before {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: bgDUextendAnime;
  background-color: #666666; /*伸びる背景色の設定*/
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
@keyframes bgDUextendAnime {
  0% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform: scaleY(0);
    transform-origin: top;
  }
}

/*========================================================================*\

$1文字ずつ表示

\*========================================================================*/

.eachTextAnime span {
  opacity: 0;
}
.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*========================================================================*\

$流れるように出現（左から右）

\*========================================================================*/

.leftAnime {
  display: inline-block;
  opacity: 0;
  overflow: hidden;
}

.leftAnimeInner {
  display: inline-block;
}

.slideAnimeLeftRight {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: slideTextX100;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    /*要素を左の枠外に移動*/
    opacity: 0;
    transform: translateX(-100%);
  }

  to {
    /*要素を元の位置に移動*/
    opacity: 1;
    transform: translateX(0);
  }
}

/*========================================================================*\

$流れるように出現（右から左）

\*========================================================================*/

.slideAnimeRightLeft {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: slideTextX-100;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    /*要素を右の枠外に移動*/
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    /*要素を元の位置に移動*/
    opacity: 1;
    transform: translateX(0);
  }
}

/*========================================================================*\

$動き_上から下

\*========================================================================*/

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
    transition-duration: 5s;
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}

/*========================================================================*\

$動き_左から

\*========================================================================*/

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}

/*========================================================================*\

$動き_右から

\*========================================================================*/

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

/*========================================================================*\

$動き_下から上

\*========================================================================*/

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

/*========================================================================*\

$whole_block （背景色あり　左から右）

\*========================================================================*/

.whole_block .whole-wrap {
  display: inline-block;
  opacity: 0;
  position: relative;
}

.whole_block .whole-wrap::before {
  opacity: 0;
}

.whole_block.move .whole-wrap::before {
  animation: whole_block_bg 4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: left center;
  transition: all 0.5s 0.4s;
  width: 100%;
}

.whole_block.move .whole-wrap.second:before {
  animation-delay: 0.5s;
}

.whole_block.move .whole-wrap .inn {
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  padding: 0 15px 10px 15px;
  position: relative;
  z-index: 1;
}

@keyframes whole_block_bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%,
  100% {
    opacity: 1;
  }
}

/*========================================================================*\

$背景からの写真

\*========================================================================*/

.mask-wrap {
  display: table;
  overflow: hidden;
}

.mask-wrap .mask {
  display: table;
  left: -100%;
  margin-bottom: 0.25em;
  overflow: hidden;
  position: relative;
}

.mask-wrap .mask-bg {
  background: #0e4d79;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*========================================================================*\

$heading  ＼見出し／

\*========================================================================*/

.heading {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.heading::before,
.heading::after {
  background-color: #000000;
  content: "";
  height: 25px;
  width: 2px;
}

.heading::before {
  margin-right: 15px;
  transform: rotate(-35deg);
}
.heading::after {
  margin-left: 15px;
  transform: rotate(35deg);
}

@media (max-width: 767px) {
  .heading::before,
  .heading::after {
    margin-top: -45px;
  }
}
