@charset "UTF-8";
/*------------------------------
全体共通
------------------------------*/
body {
  color: #313131;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.6;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.8;
    font-size: 1.1rem;
  }
}

body.fixed {
  overflow: hidden;
}

#container {
  position: relative;
}

a,
button {
  color: #313131;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover, a:active,
button:hover,
button:active {
  text-decoration: none;
}

*:focus {
  outline: none;
}

h1 {
  text-align: center;
}
h1 img {
  width: 60px;
}
@media screen and (min-width: 992px) {
  h1 img {
    width: 120px;
  }
}

h2 {
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 1.2rem;
  }
}

h3 {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: min(2.3vw, 2.5rem);
  }
}

h4 {
  position: relative;
  display: inline-block;
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 40px;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  text-align: center;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  h4 {
    padding-bottom: 70px;
    font-size: 1.8rem;
  }
}
h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  top: 0;
  z-index: -5;
  background-color: #FDF9C6;
}
h4.bgcolorY:before {
  background-color: #FDF9C6;
}
h4.bgcolorG:before {
  background-color: #ECECEC;
}
h4.bgcolorGr:before {
  background-color: #CFE7D7;
}
h4.bgcolorC:before {
  background-color: #D3E2F2;
}

h5 {
  font-weight: 600;
  font-size: 1.2rem;
  padding: 20px 0 30px;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 1.4rem;
  }
}
h5:after {
  content: "";
  display: block;
  width: 1.2rem;
  border-top: 7px dotted #ffeb03;
  margin: 1rem auto 0;
}

.subTitle,
.textCenter {
  text-align: center;
}

.container-eng {
  font-family: YuMincho, "Yu Mincho", serif;
  color: #D3E2F2;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.4;
}

.text-s {
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .text-s {
    font-size: 0.85rem;
  }
}

.text-m {
  font-size: 0.85rem;
}
@media screen and (min-width: 768px) {
  .text-m {
    font-size: 1.2rem;
  }
}

.text-l {
  font-size: 1.2rem;
}
@media screen and (min-width: 1400px) {
  .text-l {
    font-size: 1.6rem;
  }
}

.textlink {
  display: inline-block;
  transition: 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.textlink:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.colorWh {
  color: #ffffff;
}

dl {
  text-align: left;
}

dt {
  font-weight: 600;
}

ul {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .block-sp {
    display: none;
  }
}

.block-pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .block-pc {
    display: block;
  }
}

.relative {
  position: relative;
  padding-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .relative {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1080px) {
  .relative {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .relative {
    padding-bottom: 0;
  }
}

input, textarea {
  border: none;
}

.button {
  background: rgba(253, 249, 198, 0.6);
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 25px auto;
  padding: 10px 40px 15px 25px;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  width: 70%;
  font-size: 0.9rem;
}
@media screen and (min-width: 992px) {
  .button {
    width: 45%;
  }
}
.button::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border: 1px solid rgba(49, 49, 49, 0.6);
  transition: 0.2s;
}
.button:hover::before {
  top: 0;
  left: 0;
}
.button:hover {
  text-decoration: none;
  background-color: #FDF9C6;
  color: #313131;
}

canvas {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-attachment: #ffffff;
  z-index: 100;
}

/*-----ヘッダーコンテンツ-----*/
.header {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5vh 0;
  font-size: 0.88rem;
  z-index: 1000;
}
@media screen and (min-width: 992px) {
  .header {
    display: block;
    width: 240px;
    height: 100%;
    padding: 0;
    z-index: 10;
  }
}
@media screen and (min-width: 1400px) {
  .header {
    width: 280px;
  }
}
.header h1 {
  margin: 10px 15px 0 15px;
}
@media screen and (min-width: 992px) {
  .header h1 {
    margin: 15vh 15px 0 15px;
  }
}

.nav-button {
  display: none;
}
@media screen and (max-width: 991px) {
  .nav-button {
    display: block;
    cursor: pointer;
    z-index: 10000;
    position: relative;
    width: 28px;
    height: 26px;
    margin: 30px 15px 0 15px;
  }
}

@media screen and (max-width: 991px) {
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 991px) {
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #80ADDF;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 10px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 3px;
  }
}

@media screen and (max-width: 991px) {
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
    background-color: #ffffff;
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
    background-color: #ffffff;
  }
}

.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
.nav-wrap .nav li {
  display: block;
  text-align: center;
}
.nav-wrap .nav li a {
  background: #ffffff;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 25px auto;
  padding: 10px 40px 15px 25px;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  width: 65%;
}
@media screen and (min-width: 992px) {
  .nav-wrap .nav li a {
    background: rgba(211, 226, 242, 0.8);
  }
}
.nav-wrap .nav li a::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border: 1px solid rgba(49, 49, 49, 0.6);
  transition: 0.2s;
}
.nav-wrap .nav li a:hover::before {
  top: 0;
  left: 0;
}
.nav-wrap .nav li a:hover {
  text-decoration: none;
  background-color: #80ADDF;
  color: #ffffff;
}
.nav-wrap small {
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #313131;
  width: 75%;
  font-size: 0.8em;
}
@media screen and (max-width: 991px) {
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1000;
    background-color: rgba(128, 173, 223, 0.9);
    width: 100%;
    height: 100%;
  }
  .nav-wrap .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 60px 0;
  }
  .nav-wrap .nav li {
    display: block;
    margin: 1em;
  }
  .nav-wrap .nav li a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .nav-wrap {
    display: block !important;
    padding: 5vh 0 0;
  }
}

/*-----メインコンテンツ-----*/
.area {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 80px 0;
}
@media screen and (min-width: 992px) {
  .area {
    padding: 0 6vw 220px 0;
  }
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 760px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 23vw;
  }
}
@media screen and (min-width: 1080px) {
  .container {
    margin-left: 20vw;
    max-width: 910px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    max-width: 1800px;
  }
}
@media screen and (min-width: 2000px) {
  .container {
    max-width: 2000px;
  }
}
.container img {
  -o-object-fit: cover;
  object-fit: cover;
}

.inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.inner dt, .inner dd {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 1.5% 0;
}
@media screen and (min-width: 992px) {
  .inner dt, .inner dd {
    margin: 0.5% 0;
  }
  .inner dt {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 0 0 5%;
  }
  .inner dd {
    flex: 0 0 65%;
    max-width: 65%;
  }
}

.container-flex01 {
  flex-grow: 1;
  flex-basis: 0;
}

.container-flex02 {
  flex-grow: 9;
  flex-basis: 0;
}
.container-flex02 .container-eng {
  font-size: 2rem;
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .container-flex02 .container-eng {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .container-flex02 .container-eng {
    font-size: 3rem;
    margin-top: 40px;
  }
}
.container-flex02 img {
  width: 100%;
}

.container-flex03 {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .container-flex03 {
    flex-grow: 6;
    flex-basis: 0;
  }
}

.container-flex04 {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .container-flex04 {
    flex-grow: 4;
    flex-basis: 0;
  }
}
.container-flex04 img {
  padding: 50px 0 0 0;
  height: 350px;
}
@media screen and (min-width: 1080px) {
  .container-flex04 img {
    padding: 0 0 50px 25px;
    height: 530px;
  }
}

.mt100 {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .mt100 {
    margin-top: 100px;
  }
}

.color-wh {
  color: #ffffff;
}

/*------------------------------
個別コンテンツ
------------------------------*/
/*-----ファーストビュー-----*/
#fv {
  position: relative;
  overflow: hidden;
  height: 100vh;
  padding: 0;
  background-image: url(img/wave.svg);
  background-repeat: no-repeat;
  background-position: top;
}
#fv .container {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #fv .container {
    top: 47%;
    left: 57%;
  }
}
#fv .container #title1 img {
  width: 150px;
}
@media screen and (min-width: 992px) {
  #fv .container #title1 img {
    width: 250px;
  }
}

/*----- 事業紹介 -----*/
#business {
  flex-flow: wrap column-reverse;
}
@media screen and (min-width: 1080px) {
  #business {
    flex-flow: nowrap row;
  }
}
#business .container {
  position: relative;
  z-index: 100;
}
#business .inner {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px 0;
}
@media screen and (min-width: 1200px) {
  #business .inner {
    flex-wrap: nowrap;
    gap: 10px;
  }
}
#business .circle button {
  max-width: 420px;
  max-height: 400px;
  width: 48%;
  height: 40vw;
  mix-blend-mode: multiply;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #business .circle button {
    height: 30vw;
  }
}
@media screen and (min-width: 1200px) {
  #business .circle button {
    width: 100%;
    height: 20vw;
    padding: 3% 1% 5%;
  }
}
#business .circle button.bgcolorY {
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  background-color: #FDF9C6;
}
#business .circle button.bgcolorG {
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  background-color: #ECECEC;
}
#business .circle button.bgcolorGr {
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  background-color: #CFE7D7;
}
#business .circle button.bgcolorC {
  border-radius: 80% 30% 50% 50%/50%;
  background-color: #D3E2F2;
}
#business .circle button::before, #business .circle button::after {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  #business .circle button::before, #business .circle button::after {
    bottom: 15%;
  }
}
#business .circle button::before {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ffffff;
}
#business .circle button::after {
  bottom: 12%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ECECEC;
  border-right: 2px solid #ECECEC;
  transform: rotate(45deg);
}
@media screen and (min-width: 992px) {
  #business .circle button::after {
    bottom: 20%;
  }
}
#business .circle button:hover {
  opacity: 0.6;
}
#business .circle button p {
  font-size: 0.8rem;
}
#business .circle .popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 0 0 20px;
  z-index: 10000;
}
#business .circle .popup img {
  width: 300px;
}
@media screen and (min-width: 992px) {
  #business .circle .popup img {
    width: 600px;
  }
}
#business .circle .popup p {
  text-align: center;
  font-size: 0.7rem;
}
@media screen and (min-width: 992px) {
  #business .circle .popup p {
    font-size: 0.85rem;
  }
}
#business .circle .popup p .button {
  margin: 10px auto;
}
#business .overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/*-----会社案内-----*/
#company .inner {
  border-bottom: 2px solid #80ADDF;
  margin-bottom: 1.5%;
  padding-bottom: 1.5%;
}
@media screen and (min-width: 992px) {
  #company .inner {
    margin-bottom: 1%;
    padding-bottom: 1%;
  }
}

/*-----アクセス-----*/
#access .inner {
  flex-flow: wrap column;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  #access .inner {
    flex-flow: nowrap row;
  }
}
#access .inner span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  margin: 5% 0 12%;
  position: relative;
}
@media screen and (min-width: 576px) {
  .gmap {
    margin: 5% 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .gmap {
    padding-bottom: 425px;
    margin: 5% 0 50%;
  }
}
@media screen and (min-width: 1080px) {
  .gmap {
    margin: 5% 25px 0 0;
  }
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* FB */
.fb-page {
  width: 100%;
  text-align: center;
}

/*-----お問い合わせ-----*/
form #error {
  color: #ee5555;
  font-weight: bold;
  margin: 3% 0 0;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  form #error {
    font-size: 1.6rem;
  }
}
form .thanks-message {
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  color: #ee5555;
  margin: 10% 0;
}
@media screen and (min-width: 768px) {
  form .thanks-message {
    font-size: 1.4rem;
  }
}
form .inner {
  padding-bottom: 2%;
}
form .inner dt {
  padding: 0;
}
form .inner dt span {
  background-color: #FDC6C6;
  font-size: 0.8rem;
  padding: 2% 4%;
  border-radius: 20px;
  margin: 0 10px;
}
@media screen and (min-width: 992px) {
  form .inner dt span {
    font-size: 0.85rem;
  }
}
form .inner input {
  width: 98%;
  height: 45px;
  font-size: 1rem;
  padding: 0 0 0 2%;
  border-radius: 10px;
  background-color: #ECECEC;
}
form .inner textarea {
  width: 98%;
  height: 100px;
  font-size: 1rem;
  padding: 0 0 0 2%;
  border-radius: 10px;
  background-color: #ECECEC;
}
@media screen and (min-width: 992px) {
  form .inner textarea {
    height: 200px;
  }
}

/*-----プライバシーポリシー-----*/
#privacy p, #privacy dt {
  padding-top: 20px;
  font-size: 0.9rem;
}
@media screen and (min-width: 992px) {
  #privacy p, #privacy dt {
    padding-top: 40px;
  }
}

/*------------------------------
アニメーション
------------------------------*/
/*-----SVGローディング-----*/
#logo_loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background-color: #ffffff;
}

#logo_loader .f_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 200px;
  height: 198px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #logo_loader .f_logo {
    width: 300px;
  }
}

#logo_loader .f_logo img {
  width: 100%;
  height: auto;
  animation: loadLogo forwards 3s 3s;
}

@keyframes loadLogo {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#logo_loader.open {
  animation: slideOut forwards 3s 3s;
}

@keyframes slideOut {
  0% {
    transform: translateY(0%);
  }
  40% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
.logoParts {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.visible {
  opacity: 1;
}

/*-----スクロールアニメーション-----*/
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

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

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

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */