@charset "UTF-8";
/* --------------------------------------------
/	CSS設定
---------------------------------------------- */
/* Reset.css */
body {
  -webkit-text-size-adjust: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

/* Setting */
.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 0, "GRAD" 0, "opsz" 24;
}

.phone:before {
  content: "\e0cd";
}

.mail:before {
  content: "\e158";
}

.mail-o:before {
  content: "\e0e1";
}

.map:before {
  content: "\e0c8";
}

.heart:before {
  content: "\ea70";
}

.shien:before {
  content: "\f8d7";
}

.office:before {
  content: "\ea40";
}

.home:before {
  content: "\e88a";
}

.peaple:before {
  content: "\e7fb";
}

.pdf:before {
  content: "\e415";
}

.open-win:before {
  content: "\e89e";
}

/*  ---- 表示 */
@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .sptab-none {
    display: none;
  }
  .tab-only {
    display: none;
  }
}
@media (min-width: 1025px) {
  .pc-none {
    display: none;
  }
  .tabpc-none {
    display: none;
  }
  .tab-only {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sptab-none {
    display: none;
  }
  .tabpc-none {
    display: none;
  }
}
img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
a {
  color: #1a4a6e;
  text-decoration: underline;
}
a img {
  opacity: 1;
  transition: all 0.4s;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.25rem;
}

/* スクロールを禁止する設定 */
body.no-scroll {
  overflow: hidden;
}

.head-area {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: 80px;
  background: #fff;
  z-index: 999;
  padding-inline: 0.3em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 10px 0 rgba(152, 152, 152, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1374px) {
  .head-area {
    height: 90px;
    padding-inline: 1em;
  }
}
@media (min-width: 1375px) {
  .head-area {
    height: 100px;
    padding-inline: 1.5em;
  }
}

.logo-img {
  width: auto;
  height: 90px;
}
@media (max-width: 767px) {
  .logo-img {
    width: 85%;
    height: auto;
  }
}

.footer-area {
  text-align: center;
  color: #fff;
  padding-block: 0.8em;
  background: #333;
  font-size: 0.875rem;
}

.heroimg-area {
  width: 100%;
  height: calc(100dvh - 80px);
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .heroimg-area {
    height: calc(100dvh - 90px);
  }
}
@media (min-width: 1025px) {
  .heroimg-area {
    height: calc(100dvh - 100px);
  }
}

.vegas-container {
  height: 100%;
}

.vegas-content-scrollable {
  height: 100%;
}

.vegas-content {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
}

.heroimg-content {
  padding: 2em;
  border-radius: 20px;
  background: rgba(204, 230, 230, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media (max-width: 849px) {
  .heroimg-content {
    width: 90%;
    margin: 0 auto;
    padding: 0.8em 1em;
  }
}
@media screen and (min-width: 850px) and (max-width: 1374px) {
  .heroimg-content {
    width: 70%;
    margin-left: 5vw;
  }
}
@media (min-width: 1375px) {
  .heroimg-content {
    width: 50%;
    margin-left: 5vw;
  }
}

.hero-label {
  font-size: 0.8em;
}

.hero-title {
  font-size: clamp(1.75rem, 1.295rem + 2.27vw, 3rem);
  font-weight: 900;
  color: #1a4a6e;
  margin-bottom: 1em;
}

.hero-desc {
  margin-bottom: 2em;
}

.hero-btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.hero-btn li {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-btn {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hero-btn li {
    width: 48%;
  }
}

.ly-base {
  width: 100%;
  padding-block: 80px;
  scroll-margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ly-base {
    scroll-margin-top: 90px;
  }
}
@media (min-width: 1025px) {
  .ly-base {
    scroll-margin-top: 100px;
  }
}

#serv-kyotaku, #serv-syuro, #ark-about, #ark-flow {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #serv-kyotaku, #serv-syuro, #ark-about, #ark-flow {
    scroll-margin-top: 90px;
  }
}
@media (min-width: 1025px) {
  #serv-kyotaku, #serv-syuro, #ark-about, #ark-flow {
    scroll-margin-top: 100px;
  }
}

.base-in {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
}
.base-in p {
  margin-bottom: 1.5em;
}

.section-head {
  margin-bottom: 3em;
}
.section-head h2 {
  font-size: clamp(1.75rem, 1.568rem + 0.91vw, 2.25rem);
  color: #1a4a6e;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.section-head h2::before {
  content: "";
  width: 2.5em;
  height: 3px;
  display: block;
  background: #98d7d7;
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);
}
.section-head p {
  color: #999;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .section-head {
    margin-bottom: 5em;
  }
}

#contact .ly-base {
  padding: 0 0 90px;
}
#contact .section-head {
  padding: 2em 0 3em;
}

#service {
  background: #f8f6f2;
}

#recruit {
  background: #ebeff7;
}

#inquiry {
  background: url("../img/hero-bg.jpg") no-repeat bottom center;
  background-color: rgba(241, 228, 200, 0.8); /* 色 */
  background-blend-mode: screen;
}

.lev3-tit {
  font-weight: 700;
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
  /*&::after{
  	content:"";
  	flex-grow:1;
  	height:2px;
  	background-color:$sub-color;
  	margin-left: 1em;
  }*/
}
.lev3-tit .material-symbols-rounded {
  margin-right: 0.3em;
  color: #c8978f;
  font-size: clamp(1.25rem, 0.5rem + 3vw, 2.5rem);
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.lev3-tit-B {
  font-weight: 700;
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
}
.lev3-tit-B .material-symbols-rounded {
  margin-right: 0.3em;
  color: #98d7d7;
  font-size: clamp(1.25rem, 0.5rem + 3vw, 2.5rem);
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
.lev3-tit-B::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #98d7d7;
  margin-left: 1em;
}

@media (min-width: 1375px) {
  .trigger {
    display: none;
  }
  .navi-menu {
    display: flex;
    align-items: center;
  }
  .navi-menu li:not(.nav-phone) {
    margin-right: 1.5em;
  }
  .navi-menu li:not(.nav-phone) span {
    position: relative;
    transition: all 0.4s;
  }
  .navi-menu li:not(.nav-phone) a {
    text-decoration: none;
    color: #333;
    padding-bottom: 3px;
    border-bottom: 3px #fff solid;
    transition: all 0.4s;
    font-size: 1rem;
  }
  .navi-menu li:not(.nav-phone) a:hover {
    color: #000;
    border-bottom: 3px #1a4a6e solid;
  }
}
.nav-phone a {
  width: 250px;
  padding-block: 0.5em;
  font-size: 1.5rem;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  background: #1a4a6e;
  border-radius: 50px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
}
.nav-phone a .material-symbols-rounded {
  margin-right: 0.3em;
  font-size: 1.375rem;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

@media (max-width: 1374px) {
  .trigger {
    display: block;
    position: relative;
    width: 3em;
    height: 3em;
    cursor: pointer;
    background-color: #1a4a6e;
    border-radius: 50%;
    z-index: 25;
  }
  .trigger span {
    display: block;
    position: absolute;
    width: 1.6em;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    transition: 0.3s ease-in-out;
  }
  .trigger span:nth-child(1) {
    transform: translate(-50%, -0.5em) rotate(0);
  }
  .trigger span:nth-child(2) {
    transform: translate(-50%, 0) rotate(0);
  }
  .trigger span:nth-child(3) {
    transform: translate(-50%, 0.5em) rotate(0);
  }
  .trigger.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .trigger.active span:nth-child(2) {
    opacity: 0;
  }
  .trigger.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #fff;
  }
  .spnavi-wrap {
    width: 100%;
    height: 100vh;
    background: rgba(237, 242, 245, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
  }
  .spnavi-wrap.active {
    display: block;
    -webkit-animation-name: fadeInAnime;
            animation-name: fadeInAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .navi-menu {
    width: 90%;
    margin: 8vh auto 0;
    padding-block: 2em;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .navi-menu li:not(.nav-phone) {
    margin-bottom: 0.8em;
  }
  .navi-menu li:not(.nav-phone) a {
    text-decoration: none;
  }
  .navi-menu li:nth-of-type(6) {
    margin-bottom: 1.5em;
  }
}
/* ------------------------------------------------
	list
------------------------------------------------- */
.def-list {
  margin-left: 2rem;
}
.def-list li {
  list-style: outside disc;
  line-height: 1.3;
}
.def-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.simple-list {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.simple-list li {
  list-style: outside disc;
}

.deci-list {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.deci-list li {
  list-style: outside decimal;
  line-height: 1.2;
}
.deci-list li:not(:last-child) {
  margin-bottom: 0.6rem;
}

.hosoku-list {
  margin-bottom: 1.5em;
}
.hosoku-list li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  line-height: 1.2;
}
.hosoku-list li:not(:last-child) {
  margin-bottom: 0.6em;
}

.link-list li {
  line-height: 1.2;
}
.link-list li:before {
  font-family: "material symbols rounded" !important;
  content: "\e5cc";
  margin-left: 8px;
  display: inline-block;
  font-weight: normal;
  direction: ltr;
  vertical-align: middle;
}
.link-list li:not(:last-child) {
  margin-bottom: 0.6em;
}
.link-list li .link-list {
  margin-top: 0.8em;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.horiz-list {
  display: flex;
  margin-left: 1.5em;
}
.horiz-list li {
  list-style: outside disc;
  line-height: 1.2;
}
.horiz-list li:not(:last-child) {
  margin-bottom: 0.6em;
}
@media (max-width: 767px) {
  .horiz-list li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .horiz-list li {
    width: 45%;
  }
}
@media (min-width: 1025px) {
  .horiz-list li {
    width: 30%;
  }
}

.link-horiz-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.link-horiz-list li {
  line-height: 1.2;
  width: 100%;
}
@media (max-width: 767px) {
  .link-horiz-list li:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .link-horiz-list {
    justify-content: space-between;
  }
  .link-horiz-list li {
    width: 48%;
  }
}

.horiz-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.horiz-list li {
  line-height: 1.2;
  margin-right: 1rem;
}

.img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.img-list li {
  width: 48%;
  margin-bottom: 1.5em;
}
@media (min-width: 1025px) {
  .img-list li {
    width: 30%;
  }
}

.grid-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.grid-list li {
  width: 30%;
  margin: 0.5%;
  text-align: center;
  padding-block: 0.3em;
  background: #fff;
}
@media (max-width: 767px) {
  .grid-list li {
    width: 47%;
  }
}

.def-dtstyle dt {
  font-weight: 700;
  margin-bottom: 0.875em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.def-dtstyle dt::before {
  content: "●";
  margin-right: 3px;
}
.def-dtstyle dd {
  margin-left: 1em;
}
.def-dtstyle dd .def-list {
  margin-left: 1rem;
}
.def-dtstyle dd .link-st {
  margin-top: 1em;
}

.point-dtstyle-sb dt {
  margin-bottom: 1em;
}
.point-dtstyle-sb dt span {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 4px 30px;
  color: #1a4a6e;
  border-radius: 20px;
  background: #98d7d7;
}
@media (min-width: 768px) {
  .point-dtstyle-sb dt span {
    width: 20em;
  }
}
.point-dtstyle-sb dd:not(:last-of-type) {
  margin-bottom: 5em;
}
@media (min-width: 1025px) {
  .point-dtstyle-sb dd {
    margin-left: 1.5em;
  }
}

.simple-dtstyle dt {
  font-weight: bold;
  margin-bottom: 1em;
}
.simple-dtstyle dd {
  margin-bottom: 1.5em;
}
.simple-dtstyle dd p:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------
	box
---------------------------------------------------- */
.bkcol-box {
  padding: 2rem 1.8rem;
  border-radius: 20px;
}
.bkcol-box__tit {
  font-weight: bold;
  margin-bottom: 1.3em !important;
}
.bkcol-box p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .bkcol-box {
    padding: 1.5rem 1.2rem;
  }
}

.line-box {
  width: 100%;
  padding: 2rem 1.8rem;
  margin: 2rem auto;
  border: 2px #999 solid;
}
.line-box__title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
}
.line-box p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .line-box {
    padding: 1.5rem 1.2rem;
  }
}

.caution-box {
  width: 100%;
  padding: 1.5rem;
  border: 3px #c30 dotted;
}
.caution-box p:last-child {
  margin-bottom: 0;
}

/* table
------------------------- */
.def-table {
  width: 100%;
  margin-bottom: 1em;
}
.def-table th {
  border: 1px #999 solid;
  background: #f8f6f2;
  text-align: left;
  padding: 0.3em 0.5em;
}
.def-table td {
  padding: 0.3em 0.5em;
  border: 1px #999 solid;
}

.center-table {
  margin-bottom: 1em;
}
.center-table th, .center-table td {
  text-align: center;
  padding: 0.6em;
  border: 1px #999 solid;
}
.center-table th {
  background: #f8f6f2;
}
.center-table caption {
  text-align: left;
}

.resp-table {
  width: 100%;
  margin-bottom: 1em;
}
.resp-table th {
  background: #f8f6f2;
  text-align: left;
  padding: 0.5em;
}
.resp-table td {
  padding: 0.5em;
}
@media (min-width: 768px) {
  .resp-table th {
    border: 1px #999 solid;
  }
  .resp-table td {
    border: 1px #999 solid;
  }
}
@media (max-width: 767px) {
  .resp-table tr, .resp-table th, .resp-table td {
    display: block;
  }
  .resp-table th {
    font-weight: bold;
  }
  .resp-table td {
    padding: 0.3em 0.2em 1.2em;
  }
}

.thw-3 th {
  width: 30%;
}

.tblw-f {
  width: 100%;
}

@media (min-width: 1301px) {
  .tblw-s {
    width: 40%;
  }
  .tblw-m {
    width: 60%;
  }
  .tblw-L {
    width: 80%;
  }
}
@media (max-width: 1300px) {
  .tblw-s, .tblw-m, .tblw-L {
    width: 100%;
  }
}
/* =btn
-------------------*/
.btn-base {
  width: 100%;
  position: relative;
  padding: 0.5em 0;
  color: #1a4a6e;
  background: #fff;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border: 2px #1a4a6e solid;
  z-index: 2;
  border-radius: 30px;
  transition: all 0.4s;
}
.btn-base:hover {
  background: #1a4a6e;
  color: #fff;
  border: 2px #1a4a6e solid;
}
.btn-base:hover::before, .btn-base:hover::after {
  width: 0;
  background: #1a4a6e;
}
.btn-base::before {
  top: 0;
  width: 50%;
  height: 100%;
  background: #1a4a6e;
  right: 0;
}
.btn-base::after {
  top: 0;
  width: 50%;
  height: 100%;
  background: #1a4a6e;
  left: 0;
}
.btn-base:hover {
  background: #1a4a6e;
}
.btn-base span::before {
  font-family: "material symbols rounded" !important;
  content: "\e5cc";
  margin-left: 8px;
  display: inline-block;
  font-weight: normal;
  direction: ltr;
  vertical-align: middle;
}

.btnw-mid {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .btnw-mid {
    width: 100%;
  }
}

.btnw-big {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .btnw-big {
    width: 100%;
  }
}

/* -----------------------------------------------
	flex
-------------------------------------------------- */
.flex-area {
  width: 100%;
}
.flex-area figure {
  text-align: center;
  margin: 0 auto 0.4em;
}
.flex-area img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .flex-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}

@media (min-width: 1025px) {
  .flex-item2 {
    width: 48%;
  }
  .flex-item3 {
    width: 30%;
    margin: 0 1% 1em;
  }
  .flex-itemB {
    width: 65%;
  }
  .flex-itemM {
    width: 60%;
  }
  .flex-itemS {
    width: 40%;
  }
  .flex-jc {
    justify-content: space-between !important;
  }
}
@media (max-width: 1024px) {
  .flex-item2, .flex-item3, .flex-itemB, .flex-itemM, .flex-itemS {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 768px) {
  .flex-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .flex-list li {
    margin-right: 3em;
  }
}

.img-box {
  width: 100%;
  padding: 1.5em;
  margin-bottom: 2em;
  border: 1px #999 solid;
}
.img-box h4 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
  text-align: center;
}
.img-box h4::before {
  content: "●";
  margin-right: 0.5em;
  color: #1a4a6e;
}
@media (max-width: 1024px) {
  .img-box figure {
    text-align: center;
    margin: 0 auto 0.6em;
  }
}
@media (min-width: 1025px) {
  .img-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .img-box figure {
    width: 32%;
  }
  .img-box > div, .img-box > section {
    width: 65%;
  }
  .img-box h4 {
    font-size: 1.5rem;
    text-align: left;
  }
}

/* ------------------------------------------------
 アニメーション
----------------------------------------------------- */
.new-icon {
  color: #e7657d;
  margin-left: 0.5em;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-animation: txtBlink 1s forwards infinite;
          animation: txtBlink 1s forwards infinite;
  opacity: 0;
}

@-webkit-keyframes txtBlink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes txtBlink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUpTrigger {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s, transform 0.5s;
  will-change: opacity, transform;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
  @media (max-width: 767px) {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
  @media (max-width: 767px) {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.delay-time02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-time06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-time1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-time1-4 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-time2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-time3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.al-c {
  text-align: center !important;
}

.al-r {
  text-align: right !important;
}

.ud-line {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

.bk-pink {
  background: #f3e4e2;
}

.bk-def {
  background: #f8f6f2;
}

.kyocho {
  font-weight: bold;
  color: #c30;
}

.colRed {
  color: #c30;
}

.fnt-s {
  font-size: 0.8125rem;
}

.fnt-big {
  font-size: 1.2rem;
}

sup {
  font-size: 0.8rem;
}

.hosoku {
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .fnt-spct {
    font-size: 0.8125rem;
  }
  .aligncenter {
    display: block;
    margin: 1rem auto;
    text-align: center;
  }
  .alignright {
    float: right;
    padding: 0 0 1rem 1rem;
  }
  .alignleft {
    float: left;
    padding: 0 1rem 1rem 0;
  }
}
@media (max-width: 767px) {
  .alignright,
.alignleft,
.aligncenter {
    display: block;
    margin: 1rem auto;
    text-align: center;
  }
}
.link-st {
  text-indent: -1.8em;
  padding-left: 1.8em;
  line-height: 1.3;
}
.link-st::before {
  font-family: "material symbols rounded" !important;
  content: "\e5c8";
  margin-left: 8px;
  margin-right: 8px;
  color: #1a4a6e;
}

.mbnone {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 0.5em !important;
}

.mb20 {
  margin-bottom: 1em !important;
}

.mb30 {
  margin-bottom: 1.5em !important;
}

.mb40 {
  margin-bottom: 2em !important;
}

.mb50 {
  margin-bottom: 2.5em !important;
}

.mb60 {
  margin-bottom: 3em !important;
}

.mb70 {
  margin-bottom: 3.5em !important;
}

.mb80 {
  margin-bottom: 4em !important;
}

.mb100 {
  margin-bottom: 5em !important;
}

.mt10 {
  margin-top: 0.5em !important;
}

.mt20 {
  margin-top: 1em !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml20 {
  margin-left: 1em !important;
}

.ml30 {
  margin-left: 1.5em !important;
}

.ml40 {
  margin-left: 2em !important;
}

.box-W7 {
  width: 90%;
  margin: 0 auto 30px;
}

.pagein-w8 {
  width: 100%;
}

@media (min-width: 1025px) {
  .pcml10 {
    margin-left: 10px !important;
  }
  .pcml20 {
    margin-left: 20px !important;
  }
  .pcml30 {
    margin-left: 30px !important;
  }
  .pcml40 {
    margin-left: 40px !important;
  }
  .pcml50 {
    margin-left: 50px !important;
  }
  .pcmt30 {
    margin-top: 30px !important;
  }
  .pcpt10 {
    padding-top: 5px !important;
  }
  .grid-4ew {
    width: 8em !important;
  }
}
@media (max-width: 767px) {
  .spml20 {
    margin-left: 20px !important;
  }
  .spm10 {
    margin-bottom: 10em !important;
  }
}
@media (max-width: 1024px) {
  .no-mrbtm {
    margin-bottom: 0 !important;
  }
}
/*# sourceMappingURL=style.css.map */