<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf=8";
@import url(css/reset.css);


/* 蜈ｱ騾� */

body {
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 17px;
  line-height: 1.3;
}

.inner {
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
  height: auto;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.flex {
  display: flex;
}

h3 {
  font-size: 44px;
  font-family: 'Merriweather Sans', sans-serif;
  line-height: 1;
}

h4 {
  font-size: 22px;
  /* font-weight: bold; */
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.more {
  border: 2px solid #2651B1;
  display: inline-block;
  padding: 5px;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.more:hover {
  background-color: rgba(38, 81, 177, .3);
  transition: 1s;
}

@media screen and (max-width:1366px) {
  h3 {
    font-size: 42px;
  }
}

@media screen and (max-width:960px) {
  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 19px;
  }

  .more {
    font-size: 15px;
    padding: 5px 10px;
  }
}

@media screen and (max-width:768px) {
  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 17px;
  }
}

@media screen and (max-width:480px) {
  .more {
    padding: 2px;
  }
}

/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺ｧ繝輔ぉ繝ｼ繝峨う繝ｳ */

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 2s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


/* 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ縲｀V繝｡繝九Η繝ｼ */
.top {
  background-color: #fff;
}

.top .pc-only {
  display: block;
}

.top .sp-only {
  display: none;
}

.top-mv {
  background-image: url(img/top/mv4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  color: #fff;
  position: relative;
}

.top .logo {
  width: 100%;
  height: 100%;
  padding-top: 14px;
  margin-left: 20px;
}

.sub-mv .logo {
  padding-top: 8px;
}

.top .logo-link {
  width: 25%;
  height: 25%;
  padding-top: 16px;
  margin-left: 20px;
}

/* 繝翫ン繧偵ヨ繝��縺ｫ蝗ｺ螳� */

.fixed-navi {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
}

.fixed-navi.transform {
  background: #2651b1dd;
  /* 迚ｹ螳壻ｽ咲ｽｮ縺ｾ縺ｧ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺吶ｋ縺ｨjQuery縺ｧ縲荊ransform縲阪け繝ｩ繧ｹ繧偵▽縺代∪縺吶�縺ｧ縲√せ繧ｿ繧､繝ｫ繧貞､峨∴縺ｦ縺�∪縺吶� */
  padding-bottom: 10px;
}

/* 繝翫ン繧偵ヨ繝��縺ｫ蝗ｺ螳� 縺薙％縺ｾ縺ｧ */

.top .logo-area {
  display: block;
}

.top .flex {
  justify-content: space-between;
}

.top .pc-only {
  margin-right: 50px;
  font-size: 16px;
  padding-top: 10px;
}

.top .pc-only .tel {
  font-size: 18px;
  color: #fff;
  border: 1px solid #8bcaee;
  text-align: center;
  border-radius: 7px;
  margin: 0 20px 0 40px;
  width: 160px;
  display: block;
  float: right;
}

.top .pc-only .tel img {
  width: 18px;
  padding-bottom: 3px;
  margin-right: 5px;
}

.top .pc-only .tel a{
  color: #fff;
}
.top .pc-only .instagram {
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  margin: 0 40px 0 auto;
  display: block;
  float: right;
}

.top .pc-only .instagram img {
  width: 18px;
  padding-bottom: 3px;
  margin-right: 5px;
}

.top .pc-only .instagram a{
  color: #fff;
}
.top .flex .pc-only li {
  margin-right: 35px;
}

.top .title-text {
  font-family: 'Merriweather Sans', sans-serif;
  padding-top: 271px;
  margin-left: 11%;
  padding-bottom: 360px;
}


.top .title-text li {
  font-size: 66px;
  letter-spacing: .4em;
  line-height: 1.3;
}

.top .title-text .title-logo {
  display: none;
}

.top .title-text .award-logo {
  width: 320px;
  position: absolute;
  top: 110px;
  right: 8%;
}

@media screen and (max-width:960px) {
  .fixed-navi.transform {
    background: none;
    padding-bottom: 10px;
  }
}

/* 繧ｿ繧､繝医Ν縺ｮ繝輔ぉ繝ｼ繝峨う繝ｳ��CSS縺ｮ縺ｿ�� */

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.top .title-text li:first-child {
  animation: fade 1.5s ease-in-out .5s 1 normal backwards;
}

.top .title-text li:nth-child(2) {
  animation: fade 1.5s ease-in-out 1.5s 1 normal backwards;
}

.top .title-text li:nth-child(3) {
  animation: fade 1.5s ease-in-out 2.5s 1 normal backwards;
}

.top .title-text li:nth-child(4) {
  animation: fade 1.5s ease-in-out 3.5s 1 normal backwards;
}




@media screen and (max-width:1366px) {
  .top .title-text li {
    font-size: 52px;
    line-height: 1.2;
  }

  .top .title-text {
    padding-top: 190px;
    padding-bottom: 250px;
  }

  .top .title-text .title-logo {
    width: 130px;
  }

  .top .title-text h2 {
    font-size: 27px;
  }

  .top .pc-only {
    font-size: 15px;
    padding-top: 6px;
    margin-right: 0;
  }

  .top .pc-only .tel {
    font-size: 16px;
    line-height: 1;
  }

  .top .pc-only .tel img {
    width: 15px;
  }
  .top .pc-only .instagram {
    font-size: 16px;
    line-height: 1;
  }

  .top .pc-only .instagram img {
    width: 15px;
  }
  .top .logo {
    padding-top: 7px;
  }

  .top .title-text .award-logo {
    width: 210px;
    top: 70px;
    right: 7%;
  }
}

@media screen and (max-width:1280px) {
  .top .title-text {
    padding-bottom: 271px;
  }

  .top .title-text .title-logo {
    width: 100px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .top .title-text li {
    font-size: 47px;
    letter-spacing: .3em;
  }

  .top .flex .pc-only li {
    margin-right: 20px;
  }

  .top .pc-only {
    padding-top: 5px;
    font-size: 14px;
  }

  .top .title-text h2 {
    font-size: 22px;
  }

  .top .logo {
    padding-top: 3px;
  }

  .top .title-text .award-logo {
    width: 230px;
    top: 80px;
    right: 5%;
  }
}

@media screen and (max-width:960px) {
  .top .pc-only {
    display: none;
  }

  .top .flex .logo {
    display: none;
  }

  .top .sp-only {
    display: block;
  }

  .top .title-text {
    padding-bottom: 125px;
    padding-top: 113px;
  }

  .top .title-text li {
    font-size: 38px;
  }

  .top .title-text .title-logo {
    width: 330px;
    margin-top: 20px;
    display: block;
  }

  .top .title-text h2 {
    font-size: 17px;
  }

  .top .title-text .award-logo {
    width: 140px;
    top: 11%;
    right: 7%;
    padding: 5px;
    border-radius: 10px;
  }

}


@media screen and (max-width:768px) {
  .top .title-text {
    padding-bottom: 126px;
    padding-top: 110px;
  }

  .top .title-text li {
    font-size: 28px;
  }

  .top .title-text .title-logo {
    width: 220px;
  }

  .top .title-text .award-logo {
    display: none;
  }
}

@media screen and (max-width:480px) {
  .top-mv {
    height: 70vh;
    background-position: left top;
  }

  .top .title-text {
    padding-bottom: 0;
    margin-top: 0;
  }

  .top .title-text .title-logo {
    margin-top: 50px;
    width: 270px;
  }

  .top .title-text li {
    line-height: 1.4;
  }

  .top .title-text .award-logo {
    display: none;
  }

}

/* 繝上Φ繝舌�繧ｬ繝ｼ繝懊ち繝ｳ */
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: rgb(169, 197, 240);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* 繝翫ン髢九＞縺ｦ繧区凾縺ｮ繝懊ち繝ｳ */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(23, 89, 232, 0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}


nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: .7em 0;
  text-decoration: none;
}

/* 縺薙�繧ｯ繝ｩ繧ｹ繧偵）Query縺ｧ莉倅ｸ弱�蜑企勁縺吶ｋ */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

/*========= 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝峨Ο繝��繝繧ｦ繝ｳ縺ｮ縺溘ａ縺ｮCSS ===============*/
.pc-only nav {
  margin-top: 40px;
}

nav ul ul {
  display: block;
}

nav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  transition: all .3s;
  font-size: 14px;
}

.top .flex .pc-only li li {
  margin-right: 0;
}

nav ul li li a {
  padding: 10px 10px;
}

nav ul li a:hover {
  color: #999;
}

nav ul li {
  position: relative;
}

/*== 2繝ｻ3髫主ｱ､逶ｮ縺ｮ蜈ｱ騾夊ｨｭ螳� */

/*荳九�髫主ｱ､繧呈戟縺｣縺ｦ縺�ｋul縺ｮ謖�ｮ�*/
nav li.has-child ul {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 4;
  background: rgba(23, 89, 232, .8);
  width: 180px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

nav li.has-child:last-of-type ul {
  width: 150px;
}

/*hover縺励◆繧芽｡ｨ遉ｺ*/
nav li.has-child:hover&gt;ul,
nav li.has-child ul li:hover&gt;ul,
nav li.has-child:active&gt;ul,
nav li.has-child ul li:active&gt;ul {
  visibility: visible;
  opacity: 1;
}

/*繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳa繧ｿ繧ｰ縺ｮ蠖｢迥ｶ*/
nav li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}

nav li.has-child ul li:last-child a {
  border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
  background: #498fe4;
}

@media screen and (max-width:1366px) {
  .pc-only nav {
    margin-top: 10px;
  }

}


/*==960px莉･荳九�蠖｢迥ｶ*/

@media screen and (max-width:960px) {
  nav {
    padding: 0;
  }

  nav ul {
    display: block;
  }

  nav li.has-child ul,
  nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
  }

  /*遏｢蜊ｰ縺ｮ菴咲ｽｮ縺ｨ蜷代″*/
  nav ul li {
    position: relative;
  }

  nav ul li.has-child::before {
    left: 20px;
  }

  nav li.has-child ul li a {
    border-bottom: none;
  }

  nav ul li a:hover {
    color: #88b3e7;
  }

  nav li.has-child ul {
    background: rgba(187, 205, 245, 0.2)
  }

  nav ul li.has-child.active::before {
    transform: rotate(-45deg);
  }

  nav.globalMenuSp {
    padding-top: 100px;
    background: rgba(63, 117, 233, 0.9);
    height: 100vh;
  }

  nav li.has-child ul li a:hover,
  nav li.has-child ul li a:active {
    color: #88b3e7;
    background-color: rgba(187, 205, 245, 0.2);
  }

  nav li.has-child:last-of-type ul {
    width: 100%;
  }

  nav ul li a {
    font-size: 15px;
  }
}

/* 繧ｵ繝悶�繝ｼ繧ｸ蜈ｱ騾� */

.sub-mv {
  height: 80px;
  background-color: #1759e8;
}

.sub-mv .logo {
  width: 400px;
}

.sub-mv .pc-only nav {
  margin-top: 40px;
}

.sub-title {
  height: 260px;
  background-image: url(img/top/sub-mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-title h1 {
  font-size: 35px;
  font-family: 'Merriweather Sans', sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding-top: 6%;
  padding-bottom: 5px;
}

.sub-title h3 {
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.foot-line {
  width: 100%;
  height: 2px;
  background-color: rgba(38, 81, 177, .2);
}

@media screen and (max-width:1366px) {
  .sub-mv {
    height: 70px;
  }
}

@media screen and (max-width:1280px) {
  .sub-mv .pc-only nav {
    margin-top: 20px;
  }

  .sub-mv .top .logo {
    padding-top: 32px;
  }

  .sub-mv .logo {
    width: 300px;
    margin-top: 7px;
  }

  .sub-title h1 {
    padding-top: 7%;
  }
}

@media screen and (max-width:960px) {
  .sub-mv {
    height: 50px;
  }

  .sub-mv .logo {
    display: block !important;
    padding-top: 0;
    margin-top: 0;
  }

  .sub-title h1 {
    font-size: 30px;
    padding-top: 11%;
    padding-bottom: 3px;
  }

  .sub-title h3 {
    font-size: 13px;
  }

  .sub-title {
    height: 230px;
  }
}

@media screen and (max-width:480px) {
  .sub-mv {
    height: 50px;
  }

  .sub-mv .logo {
    width: 230px;
    padding-top: 3px;
    margin-left: 0;
  }

  .sub-title {
    height: 150px;
  }

  .sub-title h1 {
    font-size: 26px;
    padding-top: 12%;
  }

  .sub-title h3 {
    font-size: 12px;
  }

  .fixed-navi.transform {
    padding-bottom: 17px;
  }

}

/* 繧ｹ繝ｩ繧､繝繝ｼ */

.slider-area {
  background-color: #fff;
  padding-bottom: 100px;
}

.slider {
  margin: 0 auto;
  width: 80%;
}

.draggable {
  background-color: #fff !important;
}

.slider-img {
  margin: 0 5px;
}

.slider-img img {
  height: auto;
  width: 100%;
}

@media screen and (max-width:960px) {
  .slider {
    width: 70%;
  }

  .slider-area {
    padding-bottom: 100px;
  }
}

@media screen and (max-width:480px) {
  .slider-area {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .slider {
    width: 70%;
  }
}

/* 繝舌リ繝ｼ繧ｨ繝ｪ繧｢ */
.banner {
  background-color: #fff;
  padding-bottom: 50px;
}

.banner-area {
  height: 400px;
}

.banner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: left bottom;
}

@media screen and (max-width:1366px) {
  .banner-area {
    height: 340px;
  }

  .banner img {
    object-position: 20% 50%;
    height: 350px;
  }
}

@media screen and (max-width:960px) {
  .banner {
    padding-bottom: 50px;
  }

  .banner-area {
    height: 300px;
  }

  .banner img {
    height: 300px;
  }
}

@media screen and (max-width:768px) {
  .banner {
    padding-bottom: 20px;
  }

  .banner-area {
    height: 250px;
  }

  .banner img {
    height: 250px;
  }
}

@media screen and (max-width:480px) {
  .banner-area {
    height: 200px;
  }

  .banner img {
    object-position: 15% 50%;
    height: 200px;
  }
}



/* ABOUT繧ｨ繝ｪ繧｢ */
.about {
  background-color: #fff;
  padding-bottom: 160px;
  padding-top: 120px;
}

.about .flex {
  justify-content: center;
}

.about-text,
.about img {
  margin-left: 50px;
  margin-right: 50px;
}

.about h3 {
  color: #2651b1cc;
  line-height: 1;
}

.about h4 {
  margin: 8px auto 30px 80px;
}

.about .about-text {
  width: 35%;
  padding-top: 3%;
}

.about .about-text p {
  margin-left: 30px;
  line-height: 1.5;

}

.about img {
  max-width: 370px;
  margin-top: 60px;
  align-self: flex-start;
}

@media screen and (max-width:1280px) {
  .about .about-text p {
    font-size: 16px;
    margin-left: 20px;
  }

  .about-text,
  .about img {
    margin-left: 30px;
    margin-right: 30px;
  }

  .about .about-text {
    width: 40%;
    padding-top: 2%;
  }

  .about h4 {
    margin: 8px auto 20px 80px;
  }

}

@media screen and (max-width:960px) {
  .about .flex {
    display: block;
  }

  .about {
    position: relative;
    padding-bottom: 100px;
    padding-top: 80px;
  }

  .about img {
    position: absolute;
    top: 30px;
    width: 33%;
    right: 10%;
    opacity: .35;
    margin-top: 0;
  }

  .about .about-text {
    width: 80%;
    margin: 0 auto;
  }

}

@media screen and (max-width:768px) {

  .about h3 {
    color: #8296c5;
  }

  .about img {
    opacity: .2;
    width: auto;
    height: 80%;
    top: 30px;
  }

  .about .about-text {
    width: 85%;
  }

}

@media screen and (max-width:480px) {
  .about {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

/* 繝斐ャ繧ｯ繧｢繝��繝｡繝九Η繝ｼ */

.pickup {
  background: linear-gradient(to right, #6291F3 0%, #175AE9 50%, #2651B1 100%);
  background: -moz-linear-gradient(left, #6291F3, #175AE9 50%, #2651B1);
  background: -webkit-linear-gradient(left, #6291F3, #175AE9 50%, #2651B1);
  padding-top: 150px;
  padding-bottom: 150px;
}

.pickup .pickup-area {
  justify-content: center;
}

.pickup img {
  width: 200px;
  margin: 20px 10px;
}

.pickup .menu-item {
  flex-wrap: wrap;
  width: 750px;
}

.pickup h3 {
  color: #ffffff;
  margin-top: 200px;
  margin-left: 80px;
}

.pickup li {
  position: relative;
}

.pickup p {
  position: absolute;
  top: 145px;
  left: 58px;
  color: #fff;
}


.pickup .menu-item li:first-of-type p {
  top: 141px;
  left: 40px;
  font-size: 15px;
}

.pickup .menu-item li:nth-of-type(2) p {
  left: 79px;
}

.pickup .menu-item li:nth-of-type(3) p {
  left: 73px;
}

.pickup .menu-item li:nth-of-type(5) p {
  left: 68px;
}

.pickup .menu-item li img:hover {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 120px;
}

@media screen and (max-width:1280px) {
  .pickup h3 {
    margin-left: 20px;
    margin-top: 161px;
  }

  .pickup .menu-item {
    width: 630px;
  }

  .pickup img {
    width: 180px;
  }

  .pickup p {
    top: 130px;
    left: 56px;
    font-size: 14px;
  }

  .pickup .menu-item li:first-of-type p {
    top: 118px;
    left: 33px;
  }

  .pickup .menu-item li:nth-of-type(2) p {
    left: 75px;
  }

  .pickup .menu-item li:nth-of-type(3) p {
    left: 69px;
  }

  .pickup .menu-item li:nth-of-type(5) p {
    left: 63px;
  }
}

@media screen and (max-width:960px) {
  .pickup {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pickup .menu-item {
    margin: 0 auto;
  }

  .pickup img {
    width: 130px;
    margin: 10px 5px;
  }

  .pickup h3 {
    margin-top: 110px;
  }

  .pickup p {
    top: 95px;
    left: 35px;
    font-size: 12px;
  }

  .pickup .menu-item li:first-of-type p {
    top: 85px;
    left: 20px;
    font-size: 11px;
  }

  .pickup .menu-item li:nth-of-type(2) p {
    left: 51px;
  }

  .pickup .menu-item li:nth-of-type(3) p {
    left: 46px;
  }

  .pickup .menu-item li:nth-of-type(5) p {
    left: 39px;
  }

  .pickup .menu-item {
    width: 420px;
  }

  .pickup h3 {
    margin-top: 100px;
    margin-left: 40px;
  }
}

@media screen and (max-width:768px) {
  .pickup .pickup-area {
    flex-direction: column-reverse;
  }

  .pickup h3 {
    margin: 0 auto;
    margin-bottom: 20px;
  }

}

@media screen and (max-width:480px) {
  .pickup .menu-item {
    width: 80%;
    justify-content: center;
  }
}

/* 繝昴Μ繧ｦ繝ｬ繧｢縺ｮ迚ｹ髟ｷ繧ｨ繝ｪ繧｢ */
.advantage {
  padding-top: 280px;
  padding-bottom: 250px;
  position: relative;
}

.advantage::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 120vh;
  background: url("img/top/top-bg.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  content: "";
}

.advantage .ad-title {
  position: absolute;
  right: 18%;
  top: 130px;
  width: 540px;
}

.advantage h3 {
  color: #2651b1cc;
}

.advantage h4 {
  margin: 8px auto 30px 80px;
}

.advantage .ad-title p {
  margin-left: 30px;
}

.advantage .more {
  float: right;
  margin-right: 18%;
  margin-top: 50px;
}

.advantage .more a {
  color: #2651B1;
  padding: 0 10px;
  line-height: 1;
}

.advantage ul {
  justify-content: center;
}

.advantage ul li {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.advantage ul li:nth-of-type(2) {
  margin-top: 100px;
}

.advantage ul li:last-of-type {
  margin-top: 200px;
}

.advantage ul .bg2 {
  width: 350px;
}

.advantage ul .ad-text {
  color: #fff;
  width: 300px;
  position: absolute;
  top: 40px;
  left: 25px;
  line-height: 1.5;
  font-size: 16px;
}

.advantage ul h5 {
  text-align: center;
  font-family: 'BIZ UDGothic', sans-serif;
  font-size: 35px;
  line-height: .8;
}

.advantage ul h5 span {
  font-size: 20px;
}

.advantage .ad-text img {
  width: 60px;
  margin: 10px auto 50px auto;
  display: block;
}

@media screen and (max-width:1280px) {
  .advantage .ad-title {
    right: 10%;
  }

  .advantage ul .bg2 {
    width: 300px;
  }

  .advantage ul .ad-text {
    width: 265px;
    font-size: 14px;
  }

  .advantage ul h5 {
    font-size: 35px;
  }

  .advantage ul h5 span {
    font-size: 18px;
  }

  .advantage .ad-text img {
    width: 50px;
    margin: 10px auto 30px auto;
  }

}

@media screen and (max-width:960px) {
  .advantage {
    padding-bottom: 200px;
  }

  .advantage .ad-title {
    right: 20%;
  }

  .advantage ul {
    flex-wrap: wrap;
  }

  .advantage ul .bg2 {
    width: 380px;
    height: 460px;
    object-fit: cover;
  }

  .advantage ul li {
    margin-top: 10px;
  }


  .advantage ul li:nth-of-type(2) {
    margin-top: 40px;
  }

  .advantage ul li:last-of-type {
    margin-top: 40px;
  }

  .advantage ul .ad-text {
    width: 335px;
  }

  .advantage h4 {
    margin-bottom: 10px;
  }

  .advantage .ad-title p {
    font-size: 15px;
  }
}

@media screen and (max-width:768px) {
  .advantage .ad-title {
    right: auto;
    width: 320px;
    left: 20%;
  }
}

@media screen and (max-width:480px) {
  .advantage {
    padding-top: 230px;
    padding-bottom: 150px;
  }

  .advantage ul {
    display: block;
    margin: 0 auto;
    width: 85%;
  }

  .advantage ul li {
    margin-top: 10px;
  }

  .advantage ul li:nth-of-type(2) {
    margin-top: 40px;
  }

  .advantage .ad-title {
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 300px;
  }

  .advantage h3 {
    margin-left: 0;
  }

  .advantage h4 {
    margin-left: 0;
  }

  .advantage ul h5 {
    font-size: 25px;
  }

  .advantage ul h5 span {
    font-size: 15px;
  }

  .advantage .ad-text img {
    width: 40px;
    margin: 10px auto 20px auto;
  }

  .advantage ul .bg2 {
    object-fit: cover;
    height: 450px;
    width: 100%;
  }

  .advantage ul .ad-text {
    width: 90%;
    font-size: 14px;
    left: 19px;
  }

  .advantage .ad-title p {
    margin-left: 0;
  }

  .advantage .more a {
    font-size: 14px;
  }
}

/* 繧､繝ｳ繝輔か繝｡繝ｼ繧ｷ繝ｧ繝ｳ繧ｨ繝ｪ繧｢ */
.info {
  background: linear-gradient(to right, #6291F3 0%, #175AE9 50%, #2651B1 100%);
  background: -moz-linear-gradient(left, #6291F3, #175AE9 50%, #2651B1);
  background: -webkit-linear-gradient(left, #6291F3, #175AE9 50%, #2651B1);
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  /* position: relative; */
}

.info .info-area {
  background-color: #fff;
  width: 950px;
  /* position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); */
  padding: 30px;
  margin: 0 auto;
}

.info .info-item {
  width: 90%;
  margin: 0 auto;
}

.info .info-item .info-text {
  margin-top: 25px;
}

.info .info-item .info-text::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgb(199, 197, 197);
}

.info h3 {
  color: #2651b1cc;
  text-align: center;
}

.info h4 {
  text-align: center;
  margin-bottom: 10px;
  color: rgb(83, 83, 83);
  font-size: 20px;
}

.info .more {
  margin: 50px auto 0;
  width: 160px;
  display: block;
  text-align: center;
}

.info .more a {
  color: #2651B1;
}

.info .info-text .flex {
  margin-bottom: 10px;
  justify-content: left;
}

.info .info-text p {
  overflow-wrap: break-word;
  font-size: 16px;
}

.info .info-text p a {
  color: #000;
}

.info .info-text p a:hover {
  font-weight: bold;
  transition: .5s;
}

.info .info-text .box ul li {
  background-color: rgb(52, 67, 134);
  margin-left: 20px;
  padding: 0px 5px 2px;
  border-radius: 5px;
  display: inline-block;
}

.info .info-text .box ul li a {
  color: #fff;
  font-size: 13px;
}

.info .info-text time {
  font-weight: bold;
  color: rgb(52, 67, 134);
  width: 110px;
}

@media screen and (max-width:1280px) {
  .info .info-area {
    width: 800px;
  }

  .info .info-item {
    width: 85%;
  }

  .info .info-text .box ul li {
    padding: 2px 3px 2px;
    font-size: 13px;
  }

  .info h4 {
    margin-bottom: 20px;
  }

}

@media screen and (max-width:960px) {
  .info .info-area {
    width: 80%;
    padding: 30px 25px;
  }

  .info {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .info .flex {
    display: block;
  }

  .info .info-text .flex {
    display: flex;
  }

  .info .info-item .info-text {
    margin-top: 15px;
  }

  .info h4 {
    margin-bottom: 25px;
    font-size: 17px;
  }

  .info .info-text time {
    width: 95px;
  }

  .info .info-text p {
    font-size: 15px;
  }

  .info .info-item {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
  }

  .info iframe {
    margin: 30px auto 0 auto;
    display: block;
    height: 300px;
  }

  .info .more {
    text-align: center;
    width: 130px;
    margin: 30px 50px 0 auto;
  }


}

@media screen and (max-width:480px) {

  .info .more {
    margin-right: 20px;
    font-size: 14px;
  }

  .info .fb {
    width: 100%;
    aspect-ratio: 4 / 5;
  }

  .info .info-text time {
    width: 85px;
  }

  .info iframe {
    max-width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .info h4 {
    margin-bottom: 25px;
  }

  .info .info-text p {
    margin-bottom: 5px;
  }

  .info .info-item {
    width: 95%;
  }
}

/* 陬ｽ蜩∫ｴｹ莉九お繝ｪ繧｢ */
.product {
  background: linear-gradient(to right, #6291F3 0%, #175AE9 50%, #2651B1 100%);
  background: -moz-linear-gradient(left, #6291F3, #175AE9 50%, #2651B1);
  background: -webkit-linear-gradient(left, #6291F3, #175AE9 50%, #2651B1);
  color: #fff;
  padding-bottom: 150px;
  padding-top: 120px;
}

.product .product-area {
  justify-content: center;
}

.product h4 {
  margin: 8px auto 30px 80px;
}

.product p {
  margin-bottom: 20px;
  margin-left: 80px;
}

.product .more {
  border: 2px solid #fff;
}

.product .more a,
.product li a {
  color: #fff;
}

.product .more a {
  padding: 0 10px;
}

.product .pd-title {
  margin-right: 80px;
  margin-top: 180px;
}

.product ul img {
  width: 160px;
  background-color: #fff;
  padding: 21px 10px;
  margin-top: 20px;
}

.product ul .pd-icon li:nth-of-type(2) img {
  padding: 41px 10px;
}

.product ul .pd-icon li:nth-of-type(3) img {
  padding: 34px 10px;
}

.product ul .pd-icon li:last-of-type img {
  padding: 33px 10px;
}

.product .pd-icon {
  width: 650px;
  font-size: 15px;
  flex-wrap: wrap;
}

.product ul li {
  text-align: center;
  border: 1px solid #fff;
  width: 280px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 20px;
  margin-top: 20px;
}


@media screen and (max-width:1280px) {
  .product {
    padding-left: 50px;
  }

  .product .pd-title {
    margin-right: 20px;
  }

  .product p {
    margin-left: 10px;
  }
}

@media screen and (max-width:960px) {
  .product {
    padding-left: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .product-area {
    display: block;
  }

  .product .pd-title {
    margin-top: 0;
    margin: 0 auto;
    width: 65%;
  }

  .product .pd-title p {
    margin-left: 40px;
  }

  .product .pd-icon {
    margin: 0 auto;
  }

  .product ul img {
    width: 100px;
    padding: 21px 10px;
  }

  .product ul .pd-icon li:nth-of-type(2) img {
    padding: 34px 10px;
  }

  .product ul .pd-icon li:nth-of-type(3) img {
    padding: 29px 10px;
  }

  .product ul .pd-icon li:last-of-type img {
    padding: 28px 10px;
  }

  .product .pd-icon {
    width: 80%;
    font-size: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .product ul li {
    width: 230px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

}

@media screen and (max-width:768px) {
  .product .pd-title {
    width: 80%;
  }

}

@media screen and (max-width:480px) {
  .product {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .product h4 {
    margin-bottom: 10px;
  }

  .product ul li {
    width: 90%;
    height: 50px;
    padding-top: 0;
  }

  .product ul li img {
    margin: 10px auto;
    display: block;
  }

  .product ul li {
    width: 120px;
    height: auto;
    text-align: left;
    border: none;
    padding-bottom: 0;
  }

  .product li span {
    display: block;
  }

  .product .pd-title p {
    font-size: 14px;
    padding-bottom: 6px;
    margin-bottom: 5px;
  }

  .product .pd-icon {
    width: 90%;
  }

  .product .more {
    float: right;
  }

  .product .more a {
    padding: 3px 6px;
  }


}

/* 蜍慕判繧ｨ繝ｪ繧｢ */
.movie {
  background: linear-gradient(to right, #6291F3 0%, #175AE9 50%, #2651B1 100%);
  background: -moz-linear-gradient(left, #6291F3, #175AE9 50%, #2651B1);
  background: -webkit-linear-gradient(left, #6291F3, #175AE9 50%, #2651B1);
  position: relative;
  height: 300px;
}

.movie .movie-area {
  background-color: #fff;
  width: 1100px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 50px 50px;
}

.movie h3 {
  color: #2651b1cc;
  text-align: center;
}

.movie .movie-item {
  margin: 50px auto;
  display: block;
}

.movie .more {
  color: #2651b1;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 15%;
  float: right;
}

@media screen and (max-width: 1280px) {
  .movie .movie-area {
    width: 800px;
  }
}

@media screen and (max-width: 960px) {
  .movie .movie-area {
    width: 70%;
  }

  .movie-item {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .movie .movie-item {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .movie .more {
    font-size: 14px;
    padding: 3px 6px;
  }

  .movie .movie-item {
    margin: 30px auto;
  }

  .movie .more {
    margin-right: 0;
    margin-top: 0;
  }

  .movie .movie-area {
    padding: 50px 40px;
  }
}

/* 縺雁撫縺�粋繧上○繝ｻ繝｡繝ｳ繝舌�繧ｨ繝ｪ繧｢ */
.contact {
  margin-top: 450px;
  padding-top: 200px;
  padding-bottom: 250px;
}

.contact .contact-area img {
  width: 150px;
  margin-top: 8px;
}

.contact .contact-area {
  justify-content: center;
}

.contact h3 {
  color: #2651b1cc;
}

.contact .contact-item h3 {
  margin-bottom: 40px;
}



/* wp-member---------------------------------- */
.contact #wpmem_login {
  width: 95% !important;
}

.contact #wpmem_login_form&gt;fieldset&gt;legend,
.contact #wpmem_login_form&gt;fieldset&gt;div:nth-child(9)&gt;span,
.contact #wpmem_login_form&gt;fieldset&gt;div:nth-child(10)&gt;span,
.contact #wpmem_login_form&gt;fieldset&gt;div.button_div&gt;label,
.contact #rememberme {
  display: none;
}

.contact #member&gt;p {
  color: #324672;
}

.contact #member&gt;p.login_status {
  margin-top: 50px;
}

.contact #member&gt;p.login_status a {
  color: #5d76ac;
}

.contact #wpmem_login label,
.contact #wpmem_reg label {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #324672;
  font-weight: bold;
}

.contact #wpmem_login input[type=password],
.contact #wpmem_login input[type=text] {
  height: 30px;
  width: 280px;
  background-color: rgba(255, 255, 255, .7);
  border: none;
  outline: none;
  margin-left: 10px;
  padding: 5px !important;
}

.contact #wpmem_login_form&gt;fieldset&gt;div.button_div&gt;input.buttons:hover {
  opacity: .7;
  cursor: pointer
}

.contact #wpmem_login input {
  width: 100px;
  background-color: #2651b1cc;
  color: #fff;
  border: none;
}


/* wp-member縺薙％縺ｾ縺ｧ-------------------------- */

.contact .contact-item li {
  width: 210px;
  text-align: center;
  font-size: 16px;
  color: #324672;
}

.contact .member li {
  text-align: right;
  margin-bottom: 20px;
}

.contact .member li:first-of-type {
  margin-left: 69px;
}

.contact .member p {
  color: #324672;
}

.contact .contact-item,
.contact .member {
  margin: 0 80px;
}

@media screen and (max-width: 1280px) {

  .contact .contact-item,
  .contact .member {
    margin: 0 30px;
  }
}

@media screen and (max-width: 960px) {
  .contact {
    margin-top: 400px;
    padding-top: 130px;
    padding-bottom: 120px;
  }

  .contact .contact-item li {
    width: 170px;
    font-size: 14px;
  }

  .contact .contact-area img {
    width: 110px;
  }

  .contact .member input {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .contact {
    margin-top: 350px;
  }

  .contact .contact-area {
    display: block;
  }

  .contact .contact-item,
  .contact .member {
    margin: 0 auto;
    width: 380px;
  }

  .contact .contact-item {
    margin-bottom: 80px;
  }

  .contact .member {
    width: 380px;
  }

  .contact .contact-item li {
    width: 190px;
  }

}

@media screen and (max-width: 480px) {
  .contact {
    margin-top: 260px;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .contact .contact-item h3 {
    text-align: center;
    margin-bottom: 20px;
  }


  .contact .contact-area img {
    width: 90px;
  }

  .contact .contact-item {
    width: 260px;
    text-align: center;
  }

  .contact .contact-item span {
    display: block;
  }

  .contact .member {
    width: 100%;
    text-align: center;
  }

  .contact .contact-item li {
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  /* wp-member--------------------------- */
  /* #wpmem_login_form &gt; fieldset &gt; div:nth-child(9) &gt; span a,
#wpmem_login_form &gt; fieldset &gt; div:nth-child(10) &gt; span &gt; a{
display: block;
line-height: 1;
} */
  /* wp-member縺薙％縺ｾ縺ｧ--------------------------- */

  .contact .member ul {
    margin-left: 0;
  }

  .contact .member input {
    width: 190px;
    margin-top: 3px;
  }

  .contact .member li {
    margin: 10px auto;
  }

  .member li:first-of-type {
    margin: 20px auto !important;
  }

  .contact .member #button {
    margin-top: 10px;
  }
}

/* 霑ｽ蠕薙ヰ繝翫� */
.banner-pc {
  display: block;
}

.banner-sp {
  display: none;
}

.fl-banner {
  position: fixed;
  bottom: 3%;
  right: 4%;
  transition: 0.5s;
}

.fl-banner img {
  /* position: relative; */
  /* display: block; */
  width: 25vw;
  max-width: 400px;
  height: auto;
}

/*footer縺ｾ縺ｧ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺励◆繧画ｶ医☆*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .fl-banner img {
    width: 35vw;
  }
}

@media screen and (max-width: 480px) {
  .banner-pc {
    display: none;
  }

  .banner-sp {
    display: block;
  }

  .fl-banner {
    position: fixed;
    bottom: 1%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transition: 0.5s;
  }

  .fl-banner img {
    width: 95vw;
  }
}


/* 繝輔ャ繧ｿ繝ｼ */
footer a {
  color: #555;
}

.sitemap .address a {
  font-size: 16px;
  margin-left: 1em;
  text-decoration: underline;
}

.sitemap .address img {
  margin: 0 auto 30px;
  width: 450px;
  display: block;
}

.sitemap {
  background-color: #fff;
  font-size: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sitemap-area {
  justify-content: center;
  color: #555;
}

.sitemap-item {
  font-size: 14px;
  margin-left: 15%;
}

.sitemap-item ul ul {
  margin-left: 1em;
}

.sitemap-item ul li span {
  font-weight: bold;
  color: #2651b1;
  font-size: 18px;
}

.site-list {
  margin: 0 20px;
  line-height: 1.2;
}

.site-list:last-of-type {
  margin-left: 20px;
}

.footer-area {
  background-color: #3471f7;
  height: 35px;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
}

@media screen and (max-width: 1280px) {
  .sitemap .address img {
    width: 340px;
  }

  .sitemap-item {
    margin-left: 10%;
  }
}

@media screen and (max-width: 960px) {
  .sitemap-area {
    display: block;
  }

  .sitemap {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
  }

  .sitemap .address {
    margin: 0 auto;
    width: 320px;
    margin-bottom: 20px;
  }

  .sitemap-item {
    margin: 0 auto;
    width: 467px;
    justify-content: space-between;
  }

  .site-list {
    margin: 0 8px;
  }

  .sitemap .address img {
    margin-bottom: 5px;
    width: 300px;
  }

}

@media screen and (max-width: 480px) {
  .sitemap-item {
    display: none;
  }

  .sitemap {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .sitemap .address {
    width: 250px;
    margin-bottom: 10px;
  }

  .sitemap .address img {
    width: 240px;
    margin-bottom: 15px;
  }

}

/* 貅門ｙ荳ｭ繝壹�繧ｸ */
.preparation-page .sub-inner {
  height: 50vh;
}

.preparation-page .sub-inner p {
  text-align: center;
  margin-top: 100px;
}</pre></body></html>