@charset "UTF-8";
/* contents---------------
	 1.Reset
	 2.Base
	 3.Layout
	 4.Common
	 5.Page
	 6.Script
     7.Print
		------------ */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?4d6ytp");
  src: url("fonts/icomoon.eot?4d6ytp#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?4d6ytp") format("truetype"), url("fonts/icomoon.woff?4d6ytp") format("woff"), url("fonts/icomoon.svg?4d6ytp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.onest {
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

/*----------------------------------------------------------
	一時対応
--------------------------------------------------------- */
/*----------------------------------------------------------
	reset
--------------------------------------------------------- */
body, dl, dt, dd, ul, li, h1, h2, h3, h4, form, p, th, td, input, textarea, select {
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

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

ul, dl {
  list-style-type: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
}

/*----------------------------------------------------------
	Base
--------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: -10;
  font-size: 1rem;
  font-family: "Noto Sans JP", "BIZ UDPGothic", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 100;
  font-weight: normal;
  /* sp */
}
@media screen and (max-width: 850px) {
  body {
    font-size: 90%;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #2354A4;
  font-style: normal;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

a:visited {
  color: #183b74;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
  line-height: 1.1;
}

span.ib {
  display: inline-block;
}

.fontL {
  font-size: 120%;
}

.fontS {
  font-size: 80%;
}

.spDisp {
  display: none !important;
}

@media screen and (max-width: 850px) {
  .spDisp {
    display: block !important;
  }
  .pcDisp {
    display: none !important;
  }
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
@media screen and (min-width: 851px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  br.sp {
    display: none;
  }
  br.pc {
    display: block;
  }
}
/*----------------------------------------------------------
	Layout
--------------------------------------------------------- */
.contwidth {
  max-width: 1300px;
  margin: auto;
}

.innerwidth {
  max-width: 1000px;
  margin: auto;
}

/* tablet */
@media all and (min-width: 851px) and (max-width: 1330px) {
  .contwidth {
    padding-left: 3%;
    padding-right: 3%;
  }
  .innerwidth {
    padding-left: 3%;
    padding-right: 3%;
  }
} /* tablet */
@media screen and (max-width: 850px) {
  .contwidth {
    padding-left: 3%;
    padding-right: 3%;
  }
  .innerwidth {
    padding-left: 3%;
    padding-right: 3%;
  }
} /* sp */
/* Header
----------------------------------------------- */
header .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .siteid {
  padding: 1.8rem 2.5rem 2.2rem;
}
header nav ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 1.12rem;
}
header nav ul li {
  line-height: 1;
}
header nav ul li a {
  color: #000000;
  display: block;
  padding: 1.5em 1.8em;
}
header nav ul li a:hover {
  text-decoration: none;
}
header nav ul li a:visited {
  color: #000000;
}
header nav ul li .head {
  padding: 1.5em 1.8em;
}
header nav ul li.contact a {
  background: #FAB130;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header nav ul li.contact a:hover {
  opacity: 0.7;
}
header .menu-toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  border: none;
  background: transparent;
  cursor: pointer;
}
header .menu-toggle span {
  display: block;
  width: 30px;
  height: 3px;
  background: #FAB130;
}

@media screen and (max-width: 850px) {
  header .siteid {
    padding: 1.5rem;
  }
  header .siteid img {
    width: 120px;
  }
  header .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 1.4rem;
    right: 1rem;
    z-index: 101;
  }
  header .global-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -10;
    padding-top: 80px;
  }
  header .global-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .global-nav ul li a {
    color: #FFF;
    padding: 1.5rem;
  }
  header .global-nav ul li a:visited {
    color: #FFF;
  }
  header .global-nav ul li.contact a {
    color: #000000;
  }
  header .global-nav.open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    z-index: 100;
  }
} /* sp */
/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 90;
}
.overlay.active {
  display: block;
}

/* スクロール固定用 */
body.noscroll {
  overflow: hidden;
}

@media screen and (min-width: 851px) {
  .global-nav ul li.has-child {
    position: relative;
  }
  .global-nav ul li.has-child .child {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    z-index: 50;
  }
  .global-nav ul li.has-child .child li {
    font-size: 0.9rem;
  }
  .global-nav ul li.has-child .child li a {
    padding: 1rem;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .global-nav ul li.has-child .child li a:hover {
    background: rgb(0, 0, 0);
  }
  .global-nav ul li.has-child:hover .child {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .global-nav ul li.has-child .child {
    display: none;
    background: #222;
  }
  .global-nav ul li.has-child .child li a {
    padding: 1rem;
    color: #fff;
  }
  .global-nav ul li.has-child.open .child {
    display: block;
  }
  .global-nav ul li.has-child .head {
    padding: 1.5rem;
    color: #fff;
    cursor: pointer;
  }
} /* sp */
/* Footer
----------------------------------------------- */
footer {
  background: #F5F5F5;
  padding: 1.8rem 0 2.5rem;
  position: relative;
}
footer:before {
  content: "";
  height: 4px;
  width: 35%;
  background: #FAB130;
  position: absolute;
  left: 0;
  top: 0;
}
footer .pagetop {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
footer .pagetop a {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  line-height: 1;
  padding: 0.9rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .pagetop a:before {
  font-family: "icomoon";
  content: "\ea26";
  color: #FFF;
  font-size: 25px;
}
footer .pagetop a:hover {
  text-decoration: none;
  background: rgb(0, 0, 0);
}
footer .pagetop.fixed {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
}
footer .pagetop.visible {
  opacity: 1;
  visibility: visible;
}
footer .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .inner .info {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
footer .inner .info .siteid {
  margin: 0.7rem 0;
}
footer .inner .info .company .name {
  font-size: 1.1rem;
  font-weight: bold;
}
footer .inner .info .company .address {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
footer .inner .info .company .address span {
  font-family: "Onest", sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-left: 0.5em;
  line-height: 1;
}
footer .inner .info .company .address span a {
  color: #000000;
  display: inline-block;
  background: #FFF;
  padding: 0.3rem 0.8em 0.2rem 0.6em;
  font-size: 0.8rem;
  border: 1px solid #FAB130;
  border-radius: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .inner .info .company .address span a:before {
  font-family: "icomoon";
  content: "\efd0";
  color: #FAB130;
  font-weight: normal;
  position: relative;
  margin-right: 0.2em;
  top: 0.1em;
}
footer .inner .info .company .address span a:hover {
  text-decoration: none;
  background: #FAB130;
}
footer .inner .info .company .address span a:hover:before {
  color: #FFF;
}
footer .inner .info .company .tel {
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
footer .inner .info .company .tel a {
  color: #000000;
}
footer .inner .info .company .tel a:before {
  font-family: "icomoon";
  content: "\f095";
  font-weight: normal;
  margin-right: 0.5rem;
  position: relative;
  top: 0.12em;
}
footer .inner .nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .inner .nav nav {
  text-align: right;
}
footer .inner .nav nav ul li {
  font-size: 0.9rem;
  display: inline-block;
  padding: 0.5em 0.8em;
}
footer .inner .nav nav ul li a {
  color: #000000;
  text-decoration: underline;
}
footer .copyright {
  color: #939393;
  text-align: center;
  margin-top: 3rem;
}

@media screen and (max-width: 850px) {
  footer:before {
    width: 45%;
  }
  footer .inner {
    display: block;
  }
  footer .inner .info {
    margin-bottom: 2rem;
  }
  footer .inner .info .siteid img {
    width: 130px;
  }
  footer .inner .info .company .address span {
    display: block;
    margin-left: 0;
  }
  footer .inner .info .company .address span a {
    width: 50%;
    display: block;
    margin: 0.8em auto;
    text-align: center;
  }
  footer .inner .nav nav {
    text-align: left;
  }
  footer .inner .nav nav ul li {
    padding: 0;
    display: block;
    font-size: 0.8rem;
  }
  footer .inner .nav nav ul li:before {
    content: "";
    width: 1rem;
    height: 1px;
    background: #333;
    display: inline-block;
    margin-right: 0.5rem;
    position: relative;
    top: -0.3em;
  }
  footer .inner .nav nav ul li + li {
    margin-top: 1.1em;
  }
} /* sp */
/*----------------------------------------------------------
	Common Module
--------------------------------------------------------- */
.titleArea {
  margin-bottom: 3rem;
  /* sp */
}
.titleArea h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 1.2;
}
.titleArea .sub:before {
  content: "|";
  font-size: 90%;
  position: relative;
  top: -0.1em;
  color: #5e5e5e;
  padding-right: 0.3em;
}
.titleArea span {
  display: block;
  font-size: 1rem;
  color: #FAB130;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  margin-top: 0.8em;
}
@media screen and (max-width: 850px) {
  .titleArea h2 {
    font-size: 3rem;
  }
}

.breadcrumbs {
  text-align: right;
  margin: 1.5rem auto;
  border-bottom: 2px solid #EEE;
  padding-bottom: 0.7rem;
}
.breadcrumbs ul li {
  display: inline-block;
  font-size: 0.9rem;
}
.breadcrumbs ul li:after {
  font-family: "icomoon";
  content: "\efc0";
  font-weight: normal;
  color: #FAB130;
  margin-left: 0.3rem;
}
.breadcrumbs ul li:last-child:after {
  content: none;
}

.mainArea {
  padding-bottom: 5rem;
}

/*----------------------------------------------------------
	Page
--------------------------------------------------------- */
/* top
----------------------------------------------- */
section.hero.top {
  position: relative;
  margin: 0 auto 4rem;
  height: 720px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 初期非表示 */
  /* 表示時 */
  /* 文字アニメーション */
}
section.hero.top .message {
  position: relative;
  z-index: 10;
  padding-left: 3.5rem;
  padding-top: 3.5rem;
  margin-bottom: 1em;
}
section.hero.top .message:before {
  content: "";
  background: #FAB130;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
}
section.hero.top .message h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1.2;
}
section.hero.top .message p {
  font-size: 1.3rem;
  color: #FAB130;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 1em 0;
}
section.hero.top .message p:before {
  content: "";
  background: #FAB130;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1em;
  margin-right: 0.5em;
}
section.hero.top .message .btn {
  position: relative;
  width: 16em;
}
section.hero.top .message .btn a {
  display: block;
  border: 1px solid #FAB130;
  color: #000000;
  padding: 1.3rem 1rem;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.6);
}
section.hero.top .message .btn a:before {
  content: "";
  background: #FAB130;
  height: 1px;
  width: 3em;
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
section.hero.top .message .btn a:hover {
  text-decoration: none;
}
section.hero.top .message .btn a:hover:before {
  background: #000000;
}
section.hero.top .slideSet {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
section.hero.top .slideSet .slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  width: 100%;
  height: 100%;
}
section.hero.top .slideSet .slide.active {
  opacity: 1;
  z-index: 1;
}
section.hero.top .hidden {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
section.hero.top .visible {
  opacity: 1;
}
section.hero.top .letter {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section.hero.top .letter.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
section.hero.top .main .emphasis {
  font-size: 3.6rem;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
section.hero.top .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: charFade 0.6s ease-out forwards;
          animation: charFade 0.6s ease-out forwards;
}
@-webkit-keyframes charFade {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes charFade {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
section.hero.top .subtext, section.hero.top .btn {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

@media screen and (max-width: 850px) {
  section.hero.top {
    height: 85vh;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  section.hero.top .message {
    padding-left: 2.2rem;
    padding-right: 3%;
  }
  section.hero.top .message:before {
    content: "";
    background: #FAB130;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
  }
  section.hero.top .message h1 {
    font-size: 2.1rem;
  }
  section.hero.top .message .main .emphasis {
    font-size: 2.8rem;
  }
  section.hero.top .message p {
    font-size: 1rem;
  }
} /* sp */
body.home section.num {
  background: #FFF5E3;
  padding: 3.5rem 0 5rem;
  margin-bottom: 3rem;
}
body.home section.num h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}
body.home section.business {
  padding: 4rem 0 4rem;
  /* sp */
}
body.home section.business .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.home section.business .inner .bgimg {
  width: 484px;
}
body.home section.business .inner .bgimg img {
  width: 100%;
  height: 100%;
  display: block;
}
body.home section.business .inner .businessList {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  padding: 0 0 0 0;
}
body.home section.business .inner .businessList .sec a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  text-decoration: none;
}
body.home section.business .inner .businessList .sec .img {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}
body.home section.business .inner .businessList .sec .img img {
  width: 200px;
}
body.home section.business .inner .businessList .sec .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.5rem;
}
body.home section.business .inner .businessList .sec .cont .head {
  font-size: 1.9rem;
  font-weight: 900;
  margin-bottom: 0.4em;
  line-height: 1.2;
}
body.home section.business .inner .businessList .sec .cont .head:after {
  font-family: "icomoon";
  content: "\f105";
  font-weight: normal;
  color: #FAB130;
  font-size: 0.9em;
  margin-left: 0.3em;
}
body.home section.business .inner .businessList .sec .cont ul li {
  text-indent: -1em;
  padding-left: 1em;
}
body.home section.business .inner .businessList .sec .cont ul li:before {
  content: "・";
}
body.home section.business .inner .businessList .sec .cont ul li + li {
  margin-top: 0.5em;
}
body.home section.business .inner .businessList .sec + .sec {
  margin-top: 2rem;
}
@media screen and (max-width: 850px) {
  body.home section.business .inner .bgimg {
    display: none;
  }
  body.home section.business .inner .businessList {
    padding: 0 3%;
  }
  body.home section.business .inner .businessList .sec a {
    display: block;
  }
  body.home section.business .inner .businessList .sec .img {
    margin-bottom: 1rem;
  }
  body.home section.business .inner .businessList .sec .img img {
    width: 150px;
  }
  body.home section.business .inner .businessList .sec .cont {
    padding-left: 0;
  }
  body.home section.business .inner .businessList .sec .cont .head {
    font-size: 1.5rem;
  }
}
body.home section.ourteam {
  padding: 3.5rem 0 4rem;
}

.graphArea {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.graphArea .clm {
  text-align: center;
  border-right: 3px solid #FFF;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  padding: 0 3%;
}
.graphArea .clm .img {
  margin-bottom: 1.5rem;
}
.graphArea .clm .head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.graphArea .clm p {
  font-size: 0.9rem;
}
.graphArea .clm:last-child {
  border-right: none;
}

@media screen and (max-width: 850px) {
  .graphArea {
    display: block;
    margin-top: 1.5rem;
  }
  .graphArea .clm {
    border: none;
  }
  .graphArea .clm + .clm {
    margin-top: 2.3rem;
  }
} /* sp */
.exList .sec {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  margin: 3rem 0;
}
.exList .sec .img {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
}
.exList .sec .img img {
  width: 100%;
}
.exList .sec .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.8rem;
}
.exList .sec .cont .head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.exList .sec .cont p {
  line-height: 1.8;
}

@media screen and (max-width: 850px) {
  .exList .sec {
    display: block;
  }
  .exList .sec .img {
    text-align: center;
    margin-bottom: 1rem;
  }
  .exList .sec .img img {
    max-width: 250px;
  }
  .exList .sec .cont {
    padding-left: 0;
  }
  .exList .sec .cont .head {
    font-size: 1.5rem;
  }
} /* sp */
/* service
----------------------------------------------- */
body.service .serviceList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  /* sp */
}
body.service .serviceList .clm .head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1.2;
}
body.service .serviceList .clm .img {
  text-align: center;
  margin-bottom: 1em;
}
body.service .serviceList .clm .img img {
  width: 270px;
}
@media screen and (max-width: 850px) {
  body.service .serviceList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  body.service .serviceList .clm .img img {
    max-width: 250px;
  }
}
body.service .graphArea {
  background: #FFF5E3;
  padding: 3.5rem 0 5rem;
}
body.service .phaseList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  margin: auto;
  width: 90%;
  /* sp */
}
body.service .phaseList .phase {
  position: relative;
  border: 2px solid #333;
  border-radius: 5px;
}
body.service .phaseList .phase .head {
  background: #333;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 3px 3px 0 0;
  padding: 0.8em;
}
body.service .phaseList .phase .sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  text-align: center;
  margin: 1rem 0;
}
body.service .phaseList .phase .img {
  text-align: center;
}
body.service .phaseList .phase .img img {
  width: 120px;
}
body.service .phaseList .phase ul {
  padding: 1rem 1.5rem 1.5rem;
}
body.service .phaseList .phase ul li {
  font-weight: bold;
}
body.service .phaseList .phase ul li:before {
  font-family: "icomoon";
  content: "\ee97";
  font-weight: normal;
  margin-right: 0.3em;
}
body.service .phaseList .phase:after {
  position: absolute;
  font-family: "icomoon";
  content: "\ee72";
  font-weight: normal;
  font-size: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -1.3em;
  color: #727272;
}
body.service .phaseList .phase.no1 {
  border-color: #1f385f;
}
body.service .phaseList .phase.no1 .head {
  background: #1f385f;
}
body.service .phaseList .phase.no1 ul li:before {
  color: #1f385f;
}
body.service .phaseList .phase.no2 {
  border-color: #e3670e;
}
body.service .phaseList .phase.no2 .head {
  background: #e3670e;
}
body.service .phaseList .phase.no2 ul li:before {
  color: #e3670e;
}
body.service .phaseList .phase.no3 {
  border-color: #1f5f58;
}
body.service .phaseList .phase.no3 .head {
  background: #1f5f58;
}
body.service .phaseList .phase.no3 ul li:before {
  color: #1f5f58;
}
body.service .phaseList .phase:last-child:after {
  content: none;
}
@media screen and (max-width: 850px) {
  body.service .phaseList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  body.service .phaseList .phase:after {
    content: "\ee6c";
    width: 40px;
    top: auto;
    bottom: -1.2em;
    left: 0;
    right: 0;
  }
}
body.service .flowList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 50px;
  width: 60%;
  margin: 30px auto;
  /* sp */
}
body.service .flowList .flow {
  background: #ffd182;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 209, 130)), to(rgb(255, 183, 125)));
  background: linear-gradient(90deg, rgb(255, 209, 130) 0%, rgb(255, 183, 125) 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  text-align: center;
  padding: 1em 0.8em;
  border-radius: 5px;
  position: relative;
}
body.service .flowList .flow:after {
  position: absolute;
  font-family: "icomoon";
  font-weight: normal;
  margin: auto;
  font-size: 30px;
  height: 30px;
  content: "\ee6c";
  width: 40px;
  top: auto;
  bottom: -1.3em;
  left: 0;
  right: 0;
  color: #FAB130;
}
body.service .flowList .flow:last-child:after {
  content: none;
}
@media screen and (max-width: 850px) {
  body.service .flowList {
    width: 80%;
  }
}

/* company
----------------------------------------------- */
.visionList {
  /* sp */
}
.visionList .sec {
  margin-bottom: 2rem;
}
.visionList .sec .head {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.visionList .sec .head:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 1.5rem;
  height: 1px;
  background: #555;
}
.visionList .sec .head span {
  border: 2px solid #000000;
  font-size: 0.8em;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}
.visionList .sec p {
  padding-left: 1.5rem;
}
@media screen and (max-width: 850px) {
  .visionList .sec .head {
    font-size: 1.4rem;
  }
  .visionList .sec .head span {
    display: block;
    width: 6em;
    text-align: center;
    font-size: 0.7em;
  }
}

/*----------------------------------------------------------
	post
--------------------------------------------------------- */
/*----------------------------------------------------------
	Script
--------------------------------------------------------- */
.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

/* 表示時 */
.fadeIn.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*----------------------------------------------------------
    Print
--------------------------------------------------------- */
@page {
  size: 210mm 297mm;
}
@media print {
  header .siteid {
    position: relative;
    text-align: center;
    margin-bottom: 5mm;
  }
  header .headArea {
    display: none;
  }
  main {
    width: 98%;
    margin: auto;
  }
  main .titleArea {
    display: none;
  }
  footer {
    display: none;
  }
}
hr.page-break {
  border: none;
  page-break-after: always;
}

/*----------------------------------------------------------
    spot
--------------------------------------------------------- */