@charset "UTF-8";
/* CSS Document */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  *font-size: small;
  *font: x-small;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0 auto;
  background: #fff;
}

.cut {
  overflow: hidden;
  zoom: 1;
}

.sentence p + p {
  margin-top: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

/*link*/
a:link, a:visited, a:hover {
  color: #0276ac;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/*link*/
/*　facebook */
.fb-page {
  width: 100%;
}

#fb-root {
  width: 100%;
  background-color: #FFF;
  height: auto;
}

.fb-like-box {
  width: 100% !important;
}
.fb-like-box span, .fb-like-box iframe[style] {
  width: 100% !important;
}

.ggmap {
  width: 100%;
  height: 350px;
}

.phone {
  display: none;
}

.pc {
  display: block;
}

.tcen {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .tcen {
    text-align: left;
  }
  body {
    font-size: 13px;
    line-height: 1.5;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none;
  }
}
/* title */
h2 {
  font-size: 1.6rem;
  color: #0276ac;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

h3 {
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

h4 {
  font-size: 2rem;
  color: #f8931f;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

h5 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.font-jp, .ttl-01, .ttl-02, .lps_parts--img_text .inner-lg .ttl-03, .editor-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.font-en {
  font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 890px) {
  .txt-lg {
    font-size: 2.071rem;
  }
  .txt-sm {
    font-size: 1.929rem;
  }
}
/* title */
.mtitle {
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
}
.mtitle .eng {
  font-size: 3.5rem;
  color: #0276ac;
  position: relative;
  z-index: 2;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.mtitle .ja {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  color: #343338;
}
.mtitle.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.mtitle.white span {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: none;
}
.mtitle.white span:after {
  background-color: #eee;
}
.mtitle.white span.ja {
  border-bottom-color: #fefefe;
}
.mtitle.mtitle_left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.mtitle.mtitle_left:before {
  left: 2%;
  transform: translate(0, -50%);
}
.mtitle.mtitle_left span:after {
  left: 0;
  transform: none;
}

@media all and (-ms-high-contrast: none) {
  .mtitle .eng {
    color: #0276ac;
    background-image: none;
  }
}
@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
  }
  .mtitle .eng {
    font-size: 2.4rem;
  }
  .mtitle .ja {
    font-size: 1.8rem;
  }
}
.heading01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  margin-bottom: 30px;
  text-align: center;
}
.heading01:before, .heading01:after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #0276ac;
}
.heading01:before {
  margin-right: 20px;
}
.heading01:after {
  margin-left: 20px;
}

@media all and (max-width: 639px) {
  .heading01 {
    font-size: 1.8rem;
  }
  .heading01:before, .heading01:after {
    content: "";
    width: 30px;
  }
  .heading01:before {
    margin-right: 10px;
  }
  .heading01:after {
    margin-left: 10px;
  }
}
.heading02 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  margin-bottom: 30px;
  text-align: center;
}
.heading02:before, .heading02:after {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #0276ac;
}
.heading02:before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
.heading02:after {
  margin-left: 30px;
  transform: rotate(35deg);
}

@media all and (max-width: 639px) {
  .heading02 {
    font-size: 1.8rem;
  }
  .heading02:before {
    margin-right: 15px;
  }
  .heading02:after {
    margin-left: 15px;
  }
}
.heading03 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 2.6rem;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}
.heading03 span {
  position: relative;
  z-index: 2;
}
.heading03:before {
  content: attr(data-en);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #0276ac;
  font-family: "Josefin Sans", sans-serif;
  font-size: 80px;
  font-style: italic;
  opacity: 0.1;
}
.heading03:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%) rotate(30deg);
  width: 1px;
  height: 40px;
  background-color: #0276ac;
}

@media all and (max-width: 639px) {
  .heading03 {
    font-size: 1.8rem;
  }
  .heading03:before {
    font-size: 40px;
  }
  .heading03:after {
    height: 20px;
  }
}
.heading04 {
  font-size: 2.6rem;
}
.heading04 span {
  display: flex;
  align-items: center;
  color: #0276ac;
  font-size: 1.8rem;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}
.heading04 span:before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 1px;
  background-color: #0276ac;
}

@media all and (max-width: 639px) {
  .heading04 {
    font-size: 1.8rem;
  }
  .heading04 span {
    font-size: 1.2rem;
  }
  .heading04 span:before {
    margin-right: 10px;
    width: 30px;
  }
}
.heading05 {
  position: relative;
  padding-top: 30px;
  font-size: 2.6rem;
  margin-bottom: 30px;
  border-bottom: 1px solid #0276ac;
}
.heading05 span {
  position: relative;
  z-index: 2;
}
.heading05:before {
  content: attr(data-en);
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  top: 0px;
  left: -10px;
  color: #0276ac;
  font-size: 40px;
  text-transform: uppercase;
  z-index: 1;
  opacity: 0.1;
}

@media all and (max-width: 639px) {
  .heading05 {
    font-size: 1.8rem;
  }
  .heading05 span {
    position: relative;
    z-index: 2;
  }
  .heading05:before {
    font-size: 20px;
  }
}
.heading06 {
  position: relative;
  font-size: 2.6rem;
  text-align: center;
}
.heading06:before {
  content: attr(data-number);
  font-family: "Josefin Sans", sans-serif;
  display: block;
  margin-bottom: 30px;
  color: #0276ac;
  font-size: 30px;
}
.heading06:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: #0276ac;
}

@media all and (max-width: 639px) {
  .heading06 {
    font-size: 1.8rem;
  }
  .heading06:before {
    font-size: 20px;
  }
}
.heading07 {
  position: relative;
  padding-bottom: 10px;
  font-size: 2.6rem;
}
.heading07:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}

@media all and (max-width: 639px) {
  .heading07 {
    font-size: 2rem;
  }
}
.ttl_line9 {
  background-image: linear-gradient(#84dfef 50%, #3a7c9d 50%);
  background-size: 8px 100%;
  background-repeat: no-repeat;
  padding-left: 18px;
  font-size: 2.6rem;
}

@media all and (max-width: 639px) {
  .ttl_line9 {
    font-size: 2rem;
  }
}
.ttl_3d1 {
  font-weight: bold;
  border: 3px solid #0276ac;
  padding: 0.5em 1em;
  box-shadow: 5px -5px #0276ac;
  font-size: 2.6rem;
}

@media all and (max-width: 639px) {
  .ttl_3d1 {
    font-size: 2rem;
  }
}
.ttl_3d4 {
  padding: 0.5em 1em;
  box-shadow: 6px -6px #0276ac;
  outline: 3px solid #fff;
  border: 3px solid #0276ac;
  position: relative;
  font-size: 2.6rem;
}

@media all and (max-width: 639px) {
  .ttl_3d4 {
    font-size: 2rem;
  }
}
.ttl_3d5 {
  border: 3px solid #0276ac;
  background-color: #fff;
  padding: 0.5em 1em;
  font-size: 2.6rem;
  position: relative;
}
.ttl_3d5::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#0276ac 8%, transparent 16%), radial-gradient(#0276ac 8%, transparent 16%);
  background-position: 0 0, 7px 7px;
  background-size: 12px 12px;
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: -1;
}

@media all and (max-width: 639px) {
  .ttl_3d5 {
    font-size: 2rem;
  }
}
.ttl_background6 {
  font-weight: bold;
  padding: 0.5em 1em;
  font-size: 2.6rem;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #b2d3e4;
  box-shadow: 0 0 0 10px #b2d3e4;
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
}

@media all and (max-width: 639px) {
  .ttl_background6 {
    font-size: 2rem;
  }
}
.ttl_balloon2 {
  font-weight: bold;
  font-size: 2.6rem;
  padding: 0.5em 1em;
  border: 3px solid #0276ac;
  box-shadow: 3px 3px 0 0 #0276ac;
  position: relative;
}
.ttl_balloon2::before, .ttl_balloon2::after {
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
}
.ttl_balloon2::before {
  border-color: transparent;
  border-top-color: #0276ac;
  border-right-color: #0276ac;
  border-width: 10px;
  top: 100%;
  left: 26px;
}
.ttl_balloon2::after {
  border-color: transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-width: 6.5px;
  top: 99%;
}

@media all and (max-width: 639px) {
  .ttl_balloon2 {
    font-size: 2rem;
  }
}
.ttl_balloon3 {
  font-weight: bold;
  font-size: 2.6rem;
  padding: 0.3em 1em 0.5em;
  border-radius: 0 0 0 10px;
  border-left: 3px solid #0276ac;
  border-bottom: 3px solid #0276ac;
  position: relative;
}
.ttl_balloon3::before, .ttl_balloon3:after {
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
}
.ttl_balloon3::before {
  border-color: transparent;
  border-top-color: #0276ac;
  border-right-color: #0276ac;
  border-width: 10px;
  top: 100%;
  left: 26px;
}
.ttl_balloon3:after {
  border-color: transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-width: 6.5px;
  top: 99%;
}

@media all and (max-width: 639px) {
  .ttl_balloon3 {
    font-size: 2rem;
  }
}
.ttl_balloon4 {
  font-weight: bold;
  font-size: 2.6rem;
  border: 3px solid #0276ac;
  padding: 0.5em 1em;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
}
.ttl_balloon4::before {
  content: "";
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}
.ttl_balloon4::after {
  content: "";
  background-color: #0276ac;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}

@media all and (max-width: 639px) {
  .ttl_balloon4 {
    font-size: 2rem;
  }
}
.ttl_balloon5 {
  font-weight: bold;
  font-size: 2.6rem;
  border-bottom: 3px solid #0276ac;
  padding: 0.3em;
  margin-bottom: 10px;
  position: relative;
}
.ttl_balloon5::before {
  content: "";
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}
.ttl_balloon5::after {
  content: "";
  background-color: #0276ac;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}

@media all and (max-width: 639px) {
  .ttl_balloon5 {
    font-size: 2rem;
  }
}
.glowAnime span {
  opacity: 0;
}
.glowAnime.glow span {
  animation: glow_anime_on 1s ease-out forwards;
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  100% {
    opacity: 1;
  }
}
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.mtitle_box {
  background: rgba(23, 55, 125, 0.1);
  color: #343338;
  font-size: 1.6rem;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
.mtitle_box:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f30a";
  font-weight: 900;
  display: block;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.5rem;
  }
}
.mtitle_box2 {
  background: #333;
  font-size: 2.2rem;
  color: #fff;
  position: relative;
  font-weight: 700;
  overflow: hidden;
  letter-spacing: 0.1rem;
  padding: 15px 130px 15px 20px;
  margin-bottom: 25px;
}
.mtitle_box2 .small-cap {
  font-weight: normal;
  font-size: 14px;
}
.mtitle_box2:before {
  background-color: #0276ac;
  content: "";
  display: block;
  transform: rotate(60deg);
  position: absolute;
  bottom: -10px;
  right: -150px;
  width: 300px;
  height: 280px;
}

@media all and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 100px 10px 15px;
    padding-right: 40px;
  }
  .mtitle_box2 span {
    font-size: 12px;
  }
  .mtitle_box2:before {
    width: 215px;
    right: -190px;
    transform: rotate(70deg);
  }
}
.title-big {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.title-big .eng {
  position: relative;
  font-size: 8rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fefefe;
  text-shadow: 1px 1px 0px #0276ac, -1px 1px 0px #0276ac, 1px -1px 0px #0276ac, -1px -1px 0px #0276ac, 1px 0px 0px #0276ac, 0px 1px 0px #0276ac, -1px 0px 0px #0276ac, 0px -1px 0px #0276ac;
  line-height: 1;
}
.title-big .eng:before {
  position: absolute;
  top: 3%;
  left: -3%;
  width: 4rem;
  height: 4rem;
  content: "";
  background: #0276ac;
  border-radius: 100%;
  z-index: -1;
}
.title-big .ja {
  margin-left: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 1.8rem;
  color: #333;
}

@media all and (max-width: 1100px) {
  .title-big {
    margin-bottom: 35px;
  }
  .title-big .eng {
    font-size: 6rem;
  }
  .title-big .eng:before {
    width: 3rem;
    height: 3rem;
  }
  .title-big .ja {
    display: block;
    margin-left: 0;
    padding-top: 5px;
  }
}
@media all and (max-width: 896px) {
  .title-big {
    margin-bottom: 30px;
    text-align: center;
  }
  .title-big .ja {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .title-big {
    margin-bottom: 25px;
  }
  .title-big .eng {
    font-size: 5rem;
  }
  .title-big .eng:before {
    width: 2.5rem;
    height: 2.5rem;
  }
  .title-big .ja {
    font-size: 1.4rem;
  }
}
.title-big3 {
  margin: 0 0 35px;
  position: relative;
  z-index: 3;
}
.title-big3 .eng {
  display: block;
  line-height: 0.9;
  color: #aaa;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  font-size: 8rem;
}
.title-big3 .ja {
  font-size: 3rem;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #3f3125;
}
.title-big3.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.title-big3.white span {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: none;
}
.title-big3.white span:after {
  background-color: #eee;
}
.title-big3.white span.ja {
  border-bottom-color: #fefefe;
}

@media all and (max-width: 639px) {
  .title-big3 {
    margin-bottom: 30px;
  }
  .title-big3 .eng {
    font-size: 4rem;
  }
  .title-big3 .ja {
    font-size: 1.8rem;
  }
}
.title01 {
  margin-bottom: 35px;
}
.title01 .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #333;
  font-size: 2.4rem;
  display: block;
}
.title01 .eng {
  display: block;
  font-size: 5rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  background: linear-gradient(to right, #1161bc, #03bbdc);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.title01.type1 .eng {
  background: linear-gradient(to right, #ffbe00, #f9ee79);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.title01.brown .eng {
  background: linear-gradient(to right, #777, #c4c4c4);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.title01.white span {
  background: rgba(0, 0, 0, 0);
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

@media all and (max-width: 896px) {
  .title01 {
    margin-bottom: 30px;
  }
  .title01 .eng {
    font-size: 3.4rem;
  }
  .title01 .ja {
    font-size: 1.6rem;
  }
}
.mtitle_small3 {
  padding: 10px 0;
  font-size: 1.7rem;
  border-top: 1px solid #995700;
  border-bottom: 1px solid #995700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
  color: #554d41;
}
.mtitle_small3:before {
  content: "―";
  margin-right: 8px;
  color: #995700;
}
.mtitle_small3.type1 {
  border-top: 1px solid #0276ac;
  border-bottom: 1px solid #0276ac;
}
.mtitle_small3.type1:before {
  color: #0276ac;
}

@media all and (max-width: 639px) {
  .mtitle_small3 {
    margin-bottom: 20px;
    padding: 8px 0;
    font-size: 1.35rem;
  }
}
.mtitle_small4 {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 2rem;
  padding: 10px 10px 10px 30px;
  margin-bottom: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #554d41;
}
.mtitle_small4:before {
  position: absolute;
  top: 15%;
  left: 10px;
  width: 5px;
  height: 70%;
  content: "";
  background: #0276ac;
}
.mtitle_small4.type1:before {
  background: #aaa;
}

@media all and (max-width: 639px) {
  .mtitle_small4 {
    font-size: 1.5rem;
    padding: 5px 5px 5px 20px;
    margin-bottom: 20px;
  }
  .mtitle_small4:before {
    left: 5px;
  }
}
.mtitle_line {
  position: relative;
  margin-bottom: 25px;
  color: #3f3125;
  border-top: 2px solid rgba(25, 41, 58, 0.8);
  font-size: 2rem;
  padding: 10px 10px 18px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.mtitle_line span {
  font-size: 1.4rem;
  color: #19293a;
  margin-left: 10px;
}
.mtitle_line.type1 {
  border-top: 2px solid #b3a06e;
}
.mtitle_line.type1:after {
  background-image: repeating-linear-gradient(-45deg, #9d8852, #9d8852 1px, transparent 2px, transparent 5px);
}
.mtitle_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  opacity: 0.5;
  background-image: repeating-linear-gradient(-45deg, #19293a, #19293a 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  backface-visibility: hidden;
}

@media all and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .mtitle_line span {
    font-size: 12px;
  }
}
.mini-ttl {
  font-size: 3rem;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

@media all and (max-width: 639px) {
  .mini-ttl {
    font-size: 2rem;
  }
}
.mtext1 {
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.mtext1.type1 {
  margin-bottom: 25px;
  text-align: center;
}
.mtext1.type1 br {
  display: none;
}

@media all and (max-width: 896px) {
  .mtext1 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .mtext1.type1 {
    margin-bottom: 20px;
  }
  .mtext1.type1 br {
    display: block;
  }
}
.mtext2 {
  font-size: 2.4rem;
  line-height: 1.6;
}
.mtext2.type1 {
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

@media all and (max-width: 896px) {
  .mtext2 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.6rem;
  }
  .mtext2.type1 {
    margin-bottom: 25px;
  }
}
.mtext3 {
  font-size: 4.2rem;
  line-height: 1.6;
  text-align: center;
}

@media all and (max-width: 896px) {
  .mtext3 {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 2.4rem;
  }
}
.mttl_check {
  margin-bottom: 10px;
  border-bottom: dotted 1px #aaa;
  font-size: 1.8rem;
  color: #333;
}
.mttl_check:before {
  margin-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  color: #0276ac;
}

/*SEO*/
#seoA {
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #eee;
}

#seo {
  margin: 0 auto;
  padding: 3px 0 2px;
  max-width: 1160px;
  font-size: 12px;
  line-height: 1.3;
  color: #666;
}
#seo h1 {
  text-align: left;
  font-weight: normal;
}
#seo h1 + p {
  text-align: right;
  display: inline;
}

/*head*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 2000;
}
header.headscroll {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

#l-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #faf3e3;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 200;
}
#l-header.is-hide {
  transform: translateY(-100%);
}
#l-header .inner {
  display: flex;
  flex-wrap: wrap;
  width: 95% !important;
  margin: 0 auto;
  padding: 4px 0;
  align-items: center;
  justify-content: space-between;
}
#l-header .head-right {
  margin-left: auto;
  margin-right: 5px;
}
#l-header .head-right_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-bottom: 5px;
}
#l-header .head-right_tel a, #l-header .head-right_mail a {
  display: block;
  padding: 4px 15px;
  transition: all 0.2s ease-in;
  border-radius: 40px;
  background: #8e6146;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}
#l-header .head-right_tel a:before, #l-header .head-right_mail a:before {
  margin-right: 5px;
}
#l-header .head-right_tel a:hover, #l-header .head-right_mail a:hover {
  color: #0276ac;
}
#l-header .head-right_tel a {
  background: transparent;
  padding: 0;
  color: #005fa4;
  font-size: 2.2rem;
  position: relative;
}
#l-header .head-right_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
}
#l-header .head-right_tel a:hover {
  color: #f66009;
}
#l-header .head-right_txt {
  font-size: 13px;
  padding-right: 10px;
  border-right: 1px solid #eee;
  margin-right: 10px;
}
#l-header .head-right_mail {
  margin-left: 10px;
}
#l-header .head-right_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
#l-header .head-right_mail a:hover {
  background: #f66009;
  color: #fefefe;
}

@media all and (max-width: 1100px) {
  #l-header .inner {
    min-width: initial;
  }
  #l-header .inner #logo img {
    width: auto;
    height: 55px;
  }
}
@media all and (max-width: 890px) {
  #l-header .inner {
    min-width: initial;
  }
  #l-header .inner #logo img {
    width: auto;
    height: 45px;
  }
}
@media all and (max-width: 890px) {
  #l-header .head-right {
    display: none;
  }
}
@media all and (max-width: 890px) {
  #l-header .head-right_contact {
    justify-content: flex-start;
    margin-top: 10px;
  }
}
@media all and (max-width: 890px) {
  #l-header .head-right_contact {
    justify-content: center;
  }
}
.sns-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
}
.sns-list.center {
  margin: 0 auto 10px;
  justify-content: center;
}
.sns-list li:first-child {
  margin-right: 5px;
}
.sns-list li a {
  display: block;
  font-size: 1.6rem;
  color: #8e6146;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fefefe;
  border-radius: 50%;
}

#header_nav {
  position: relative;
  width: 700px;
  margin-left: auto;
}
#header_nav ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
#header_nav ul li {
  position: relative;
  flex: 1 0 auto;
  text-align: center;
}
#header_nav ul li:last-child {
  margin-right: 0;
}
#header_nav ul li a {
  display: block;
  letter-spacing: 0.1rem;
  position: relative;
  line-height: 1.5;
  font-size: 1.3rem;
  padding: 7px 0 10px;
  color: #111;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
#header_nav ul li a span {
  display: block;
  font-size: 1.6rem;
  color: #0276ac;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  position: relative;
}
#header_nav ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #005fa4;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  transition: 0.2s width ease-in;
}
#header_nav ul li a:hover span, #header_nav ul li a.active span {
  color: #005fa4;
  transition: 0.2s color ease-in;
}
#header_nav ul li a:hover:after, #header_nav ul li a.active:after {
  width: 20px;
}
#header_nav ul li ul {
  position: absolute;
  top: 60px;
  left: -1px;
  width: 150px;
  z-index: 100;
}
#header_nav ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 250px;
  height: 0;
  /* 	box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 0px 0px;
   */
}
#header_nav ul li ul li a {
  display: block;
  width: 150px;
  background-color: #fff;
  padding: 6px 0;
  margin: 0;
  border-radius: 5px;
  text-align: left;
  text-indent: 10px;
  font-size: 13px;
}
#header_nav ul li ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px;
}
#header_nav ul li ul li a:link, #header_nav ul li ul li a:visited {
  color: #0276ac;
  font-weight: normal;
}
#header_nav ul li ul li a:hover {
  color: #0276ac;
  font-weight: normal;
  background: #0276ac;
  color: #fff;
}
#header_nav ul li ul li a:hover:after, #header_nav ul li ul li a.active:after {
  width: 0px;
}
#header_nav ul li:hover ul li {
  visibility: visible;
  overflow: visible;
  height: 35px;
  z-index: 10;
}

#header_nav * {
  transition: 0.3s;
}

@media all and (max-width: 1200px) {
  #header_nav {
    width: 500px;
  }
  #header_nav ul li a {
    font-size: 1rem;
  }
  #header_nav ul li a span {
    font-size: 1.2rem;
  }
}
/* mailbtn */
.mailbtn {
  float: right;
}
.mailbtn a {
  display: block;
  background: linear-gradient(135deg, #2c5a94, #539cf9);
  color: #FFFFFF;
  font-size: 1.4rem;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s;
}
.mailbtn a:hover {
  background: #2c5a94;
}

.telbtn {
  float: left;
  margin: 0 15px;
  line-height: 1.3;
  text-align: center;
  color: #333;
  padding-top: 5px;
  font-size: 1.1rem;
}
.telbtn span {
  font-weight: normal;
  font-size: 2.9rem;
  letter-spacing: 1px;
}
.telbtn span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
  color: #0276ac;
  font-size: 2rem;
}

.telbtn2 {
  margin: 15px;
  line-height: 1.4;
  text-align: center;
  color: #333;
  font-size: 1.6rem;
}
.telbtn2 span {
  font-weight: normal;
  font-size: 3.9rem;
  letter-spacing: 1px;
}
.telbtn2 span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
  color: #0276ac;
  font-size: 3rem;
}
.telbtn2.white {
  color: #fff;
}
.telbtn2.white span {
  color: #fff;
}
.telbtn2.white span:before {
  color: #fff;
}
.telbtn2.white span a {
  color: #fff;
}

@media all and (max-width: 890px) {
  .telbtn2 {
    margin: 15px 0;
    font-size: 1.4rem;
  }
  .telbtn2 span {
    font-size: 2.9rem;
  }
  .telbtn2 span:before {
    font-size: 2rem;
  }
}
/*wideslider*/
.wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  height: 350px;
}
.wideslider ul {
  float: left;
  display: inline;
}
.wideslider ul li {
  float: left;
  display: inline;
}
.wideslider ul li img {
  width: 100%;
  display: none;
}

.wideslider_base {
  top: 0;
  position: absolute;
}

.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}

.slider_prev, .slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}

.slider_prev {
  background: #fff url(../photo/prev.jpg) no-repeat right center;
}

.slider_next {
  background: #fff url(../photo/next.jpg) no-repeat left center;
}

/*wideslider*/
.relative {
  position: relative;
}

/*FLASH*/
#mainView {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}

@media all and (max-width: 890px) {
  #mainView {
    height: 60vh;
  }
}
#mainView2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 5% 15%;
  margin: 0 auto;
}
#mainView2::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 50%;
  background: repeating-linear-gradient(-45deg, #f9eaef 0, #f9ebef 10px, #fff 10px, #fff 20px);
  left: -40px;
  bottom: -40px;
  z-index: -1;
}
#mainView2 ul {
  position: relative;
  z-index: 2;
}

.bxslider.bx-1 {
  width: 100vw;
  height: 41vw;
  margin-bottom: 30px;
}

@media all and (max-width: 800px) {
  .bxslider.bx-1 {
    height: auto;
  }
}
.slide0 {
  background-image: url(../bxslider/images/0.jpg);
  background-position: center center;
}

.slide1 {
  background-image: url(../bxslider/images/1.jpg);
  background-position: center center;
}

.slide2 {
  background-image: url(../bxslider/images/2.jpg);
  background-position: center center;
}

.slide3 {
  background-image: url(../bxslider/images/3.jpg);
  background-position: center center;
}

.slide0, .slide1, .slide2, .slide3 {
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: scroll;
}

.slideimg {
  max-width: 1020px;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  align-items: center;
}
.slideimg img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit:contain;";
}

@media all and (max-width: 800px) {
  .slideimg {
    height: 94vw;
  }
}
/*marginつける場合
.bx-wrapper {
  margin: 120px 30px 0;
}

@media all and (max-width: 800px) {
  .bx-wrapper {
    margin: 60px 10px 0;
  }
}
*/
#flashA {
  width: 100%;
  overflow: hidden;
}

#flash {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.flashimg {
  position: absolute;
  left: 5%;
  bottom: 5%;
  display: block;
  z-index: 1000;
}

@media all and (max-width: 890px) {
  #flash {
    width: 100%;
    height: auto;
  }
  #flashA {
    min-width: 100%;
  }
  .flashimg {
    width: 90%;
  }
}
.jp_text {
  color: #fff;
}
.jp_text h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-shadow: 0px 0px 10px #3B3B3B;
}
.jp_text h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-shadow: 0px 0px 10px #3B3B3B;
}
.jp_text p {
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 0.24em;
  line-height: 1.8em;
  text-shadow: 0px 0px 10px #3B3B3B;
}

@media screen and (max-width: 768px) {
  .jp_text h2 {
    font-size: 14px;
  }
  .jp_text h1 {
    font-size: 22px;
    letter-spacing: 0.15em;
  }
  .jp_text p {
    font-size: 12px;
  }
}
#down_btn {
  position: absolute;
  text-align: bottom;
  width: 100%;
  bottom: 20px;
}

/* 背景100% */
.bg-title1 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/bg-title01.jpg);
}

.bg-title2 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/bg-title02.jpg);
}

.bg-title3 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/bg-title03.jpg);
}

.bg-title4 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/bg-title04.jpg);
}

.bg-title5 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/bg-title05.jpg);
}

.bg-title1,
.bg-title2,
.bg-title3,
.bg-title4,
.bg-title5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: fixed;
  padding: 0px 0;
  margin: 0;
}

.bg-title1:hover,
.bg-title2:hover,
.bg-title3:hover,
.bg-title4:hover,
.bg-title5:hover {
  z-index: 9999;
}

@media screen and (min-width: 320px) and (max-width: 890px) {
  .bg-title1,
  .bg-title2,
  .bg-title3,
  .bg-title4,
  .bg-title5 {
    background-attachment: scroll;
  }
}
.bg-image1 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/bg-image1.jpg);
}

.bg-image2 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/bg-image2.jpg);
}

.bg-image3 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/bg-image3.jpg);
}

.bg-image4 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/bg-image4.jpg);
}

.bg-image5 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/bg-image5.jpg);
}

.bg-image1, .bg-image2, .bg-image3, .bg-image4, .bg-image5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
}

#titleA1 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/bg-title1.jpg);
  background-color: #eee;
}

#titleA2 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/bg-title2.jpg);
}

#titleA3 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/bg-title3.jpg);
}

#titleA4 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/bg-title4.jpg);
}

#titleA5 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/bg-title5.jpg);
}

#titleA1, #titleA2, #titleA3, #titleA4, #titleA5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  padding: 85px 0;
  margin: 90px 30px 0;
}

@media screen and (min-width: 320px) and (max-width: 890px) {
  #titleA1, #titleA2, #titleA3, #titleA4, #titleA5 {
    padding: 25px 0;
    margin: 60px 10px 0;
  }
}
#title {
  max-width: 1160px;
  padding: 55px 0;
  margin: 0px auto 0px;
}
#title h2 {
  float: left;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #0276ac;
  text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
}
#title h2 span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4rem;
}
#title h3 {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #0276ac;
  text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
}
#title h3 span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 4rem;
}

@media all and (max-width: 890px) {
  #title {
    padding: 30px 0;
    margin: 5px 0 0;
  }
  #title h2 {
    float: none;
    font-size: 3rem;
    text-align: center;
  }
  #title h3 {
    font-size: 1.3rem;
    text-align: center;
  }
  #title h3 span {
    font-size: 3rem;
  }
}
/*パンくず*/
#pankuzu {
  float: right;
  margin: 8px 0 0;
  padding: 0 8px;
  font-size: 11px;
  color: #555;
  background-color: rgba(255, 255, 255, 0.8);
}
#pankuzu li {
  display: inline;
}
#pankuzu li a {
  display: inline;
  padding: 0;
}
#pankuzu li + li:before {
  margin: 0 10px;
  content: ">";
}

#pankuzu2 {
  text-align: center;
  width: 300px;
  margin: 8px auto 0;
  padding: 0 8px;
  font-size: 11px;
  color: #555;
  background-color: rgba(255, 255, 255, 0.8);
}
#pankuzu2 li {
  display: inline;
}
#pankuzu2 li a {
  display: inline;
  padding: 0;
}
#pankuzu2 li + li:before {
  margin: 0 10px;
  content: ">";
}

@media all and (max-width: 890px) {
  #pankuzu,
  #pankuzu2 {
    display: none;
  }
}
.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 10px 20px;
  z-index: 4;
  border-radius: 0 5px 5px 0;
  font-size: 1.2rem;
}
.breadcrumb li {
  display: inline;
  color: #222;
}
.breadcrumb li a {
  color: #0276ac;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}

@media all and (max-width: 890px) {
  .breadcrumb {
    padding: 8px 10px;
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}
#contentwrap {
  width: 100%;
  overflow: hidden;
}

.single {
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
}

.single0 {
  margin: 0 auto;
  padding: 60px 0;
}

.single1 {
  margin: 0 auto;
  padding: 50px;
}

@media all and (max-width: 1300px) {
  .single, .single0, .single1 {
    width: 95%;
    margin: 0 auto;
    padding: 25px 0px;
  }
}
.innerB {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.innerB .left {
  width: 48%;
  padding-right: 2%;
  float: left;
}
.innerB .right {
  width: 48%;
  float: left;
  margin-left: 4%;
}
.innerB .left_s {
  width: 30%;
  float: left;
}
.innerB .right_l {
  width: 66%;
  float: left;
  margin-left: 4%;
}

@media all and (max-width: 890px) {
  .innerB {
    display: block;
  }
}
@media all and (max-width: 890px) {
  .innerB .left, .innerB .right {
    width: 100%;
    float: none;
  }
}
@media all and (max-width: 890px) {
  .innerB .right {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media all and (max-width: 890px) {
  .innerB .left_s {
    width: 100%;
    float: none;
  }
}
@media all and (max-width: 890px) {
  .innerB .right_l {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    float: none;
  }
}
.single_new {
  width: 90%;
  width: calc(100% - 100px);
  margin: auto;
}

@media all and (max-width: 890px) {
  .single_new {
    width: 100%;
  }
}
.top-cont02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  width: 100%;
}
.top-cont02 .inner {
  width: 100% !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top-cont02 .inner .top-cont02-img {
  width: 48%;
}
.top-cont02 .inner .top-cont02-img img {
  max-width: 100%;
  height: auto;
}
.top-cont02 .inner .top-cont02-img .img01 {
  z-index: 0;
  width: 90%;
}
.top-cont02 .inner .top-cont02-img .img02 {
  width: 45%;
  z-index: 1;
  margin-top: -60px;
  margin-left: auto;
}
.top-cont02 .inner .top-cont02-txt {
  width: 48%;
}
.top-cont02.type1 {
  max-width: 1500px;
  width: 95%;
}
.top-cont02.type1 .inner .top-cont02-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 48%;
}
.top-cont02.type1 .inner .top-cont02-img .img01 {
  width: 48%;
}
.top-cont02.type1 .inner .top-cont02-img .img02 {
  width: 48%;
  margin-top: 15%;
}

@media all and (max-width: 896px) {
  .top-cont02 .inner {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  .top-cont02 .inner .top-cont02-img {
    width: 100%;
    margin-bottom: 20px;
    order: -1;
  }
  .top-cont02 .inner .top-cont02-img .img02 {
    margin-top: -80px;
    max-width: 350px;
  }
  .top-cont02 .inner .top-cont02-txt {
    width: 100%;
    margin: auto;
  }
  .top-cont02.type1 {
    width: 100%;
  }
  .top-cont02.type1 .inner .top-cont02-img {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .top-cont02 .inner {
    max-width: calc(100% - 10px);
  }
  .top-cont02 .inner .top-cont02-img .img02 {
    margin-top: -40px;
    max-width: 300px;
  }
  .top-cont02.type1 .inner .top-cont02-img .img02 {
    margin-top: 20px;
  }
}
.shadow {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}

.top-greet-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.top-greet-wrap img {
  max-width: 100%;
  height: auto;
}

@media all and (max-width: 896px) {
  .top-greet-wrap {
    flex-direction: column;
    margin: 0;
  }
}
@media all and (max-width: 639px) {
  .top-greet-wrap {
    justify-content: center;
  }
}
.top-greet-img1 {
  width: 46%;
  position: relative;
}
.top-greet-img1 img {
  width: 100%;
}

@media all and (max-width: 896px) {
  .top-greet-img1 {
    width: 100%;
    margin-bottom: 4%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 639px) {
  .top-greet-img1 {
    margin-bottom: 6%;
    width: calc(100% - 10px);
  }
}
.top-greet-box {
  width: 50%;
  position: relative;
  z-index: 2;
}
.top-greet-box p {
  letter-spacing: 0.15em;
  line-height: 2;
}

@media all and (max-width: 896px) {
  .top-greet-box {
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (max-width: 639px) {
  .top-greet-box {
    width: calc(100% - 10px);
    display: flex;
    flex-wrap: wrap;
  }
  .top-greet-box p {
    line-height: 1.8;
  }
}
.top-greet-txt {
  margin: 6% auto 0;
  order: -1;
  width: 98%;
  max-width: 840px;
}
.top-greet-txt p + p {
  margin-top: 15px;
}

@media all and (max-width: 1200px) {
  .top-greet-txt p + p {
    margin-top: 10px;
  }
}
@media all and (max-width: 639px) {
  .top-greet-txt {
    margin: 0 auto 6%;
  }
}
.top-greet-img-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.top-greet-img-box .img-box1 {
  width: 39%;
}
.top-greet-img-box .img-box2 {
  width: 52%;
}

@media all and (max-width: 639px) {
  .top-greet-img-box {
    align-items: center;
    order: 2;
  }
  .top-greet-img-box .img-box1 {
    width: 40%;
  }
  .top-greet-img-box .img-box2 {
    width: 54%;
  }
}
.top-greet-lead {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
  position: absolute;
  left: 30px;
  top: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-transform: inherit;
  z-index: 2;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1;
}

@media all and (max-width: 1200px) {
  .top-greet-lead {
    left: 20px;
    top: 20px;
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .top-greet-lead {
    left: 10px;
    top: 10px;
    font-size: 1.4rem;
  }
}
.top-common {
  margin: 0 auto;
  position: relative;
}

.bg-blue2 {
  background-color: #f7fafd;
}

.top-recruit-box {
  position: relative;
  z-index: 2;
}
.top-recruit-box:before {
  position: absolute;
  content: "";
  width: 500px;
  height: 70%;
  left: 0;
  top: 0;
  background-color: #012127;
  z-index: -1;
}
.top-recruit-box .title {
  text-align: center;
  position: relative;
}
.top-recruit-box .title .eng {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 10rem;
  line-height: 1;
  color: #004b5a;
  margin-bottom: -25px;
}
.top-recruit-box .title .ja {
  background-color: #0a1324;
  color: #fff;
  padding: 4px 20px;
}
.top-recruit-box .main {
  margin: 40px auto;
}
.top-recruit-box .detail-title-sub {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #004b5a;
  padding-bottom: 5px;
  font-size: 2rem;
}
.top-recruit-box .detail-title {
  line-height: 1;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ddd;
}

@media all and (max-width: 1100px) {
  .top-recruit-box:before {
    width: 20%;
    height: 70%;
  }
  .top-recruit-box .detail-title {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .top-recruit-box {
    padding-top: 30px;
  }
  .top-recruit-box:before {
    height: 340px;
  }
  .top-recruit-box .title .eng {
    font-size: 4rem;
    margin-bottom: 5px;
  }
  .top-recruit-box .main {
    margin-top: 20px;
  }
  .top-recruit-box .photo {
    margin-bottom: 20px;
  }
  .top-recruit-box .detail-title-sub {
    font-size: 1.8rem;
  }
  .top-recruit-box .detail-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
.txtdeko {
  margin: 20px auto;
}
.txtdeko span {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-top: 20px;
  color: #004b5a;
}

@media all and (max-width: 1100px) {
  .txtdeko span {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .txtdeko span {
    font-size: 1.6rem;
  }
}
.txtdeko-bg {
  margin-bottom: 5px;
}
.txtdeko-bg span {
  background-color: #fff;
  display: inline-block;
  padding: 2px 10px;
}

.greet-area {
  position: relative;
  justify-content: flex-end;
  display: flex;
  z-index: 1;
  margin-bottom: 80px;
}
.greet-area:before {
  position: absolute;
  content: "";
  width: 58%;
  height: 100%;
  top: 80px;
  right: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/greet-area.jpg) no-repeat center/cover;
  z-index: -1;
}
.greet-area .greet-area-box {
  position: relative;
  top: 0;
  left: 0;
  width: 58%;
  padding: 60px 50px;
  margin-right: auto;
  box-sizing: border-box;
  background: linear-gradient(45deg, #1161bc, #03a6c3, #0d498d);
  background-size: 200% 200%;
  animation: bggradient 5s ease infinite;
  color: #fff;
  box-shadow: 0 12px 26px -2px rgba(51, 51, 51, 0.1);
  z-index: 10;
  overflow: hidden;
}
.greet-area .greet-area-box:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 75%;
  top: 5%;
  right: 5%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/greet-area-box.png) no-repeat right top/contain;
  z-index: -1;
  opacity: 0.4;
}
.greet-area .greet-area-box .inner {
  position: relative;
  max-width: 750px;
  margin: auto;
}
.greet-area .greet-area-box .inner p + p {
  margin-top: 15px;
}

@media all and (max-width: 896px) {
  .greet-area {
    flex-direction: column;
    margin-bottom: 0;
  }
  .greet-area:before {
    width: 100%;
    height: auto;
    top: 0;
    padding-bottom: 56.25%;
  }
  .greet-area .greet-area-box {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 45px 15px;
    margin: 56.25% auto 0;
  }
  .greet-area .greet-area-box .inner p + p {
    margin-top: 10px;
  }
}
@media all and (max-width: 639px) {
  .greet-area .greet-area-box {
    padding: 35px 15px;
  }
}
.feature {
  position: relative;
  padding: 80px 0;
}
.feature:before {
  position: absolute;
  content: "";
  width: 45%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/feature.jpg) no-repeat center/cover;
  z-index: -1;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}
.feature:after {
  position: absolute;
  content: "";
  width: 55%;
  height: 95%;
  bottom: 0;
  right: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/triangle.jpg) no-repeat right bottom/cover;
  z-index: -2;
  opacity: 0.5;
}
.feature .feature-right {
  width: 50%;
  position: relative;
  z-index: 4;
  margin-left: auto;
  margin-right: 80px;
}
.feature .feature-right .inner {
  max-width: 700px;
  margin: 0 auto;
}

@media all and (max-width: 896px) {
  .feature:before {
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0);
    padding: 45px 15px;
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@media all and (max-width: 896px) {
  .feature:after {
    width: 100%;
    height: 60%;
  }
}
@media all and (max-width: 1200px) {
  .feature .feature-right {
    margin-right: 40px;
  }
}
@media all and (max-width: 896px) {
  .feature {
    padding: 0;
  }
  .feature .feature-right {
    width: 100%;
    margin: auto;
  }
  .feature .feature-right .inner {
    padding: 30px 15px;
  }
}
.ol-list {
  counter-reset: number;
  list-style: none;
  padding: 5px;
}
.ol-list.type1 > li {
  margin-left: 0 !important;
}
.ol-list.type1 > li:before {
  background: #ffbe00 !important;
}
.ol-list > li {
  color: #333;
  position: relative;
  padding-left: 40px;
}
.ol-list > li h3 {
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.ol-list > li p {
  padding-top: 5px;
}
.ol-list > li:nth-child(2) {
  margin-left: 1em;
}
.ol-list > li:nth-child(2):before {
  background: #0c7fc7;
}
.ol-list > li:nth-child(3) {
  margin-left: 2em;
}
.ol-list > li:nth-child(3):before {
  background: #089dd1;
}
.ol-list > li:nth-child(4) {
  margin-left: 3em;
}
.ol-list > li:nth-child(4):before {
  background: #03bbdc;
}
.ol-list > li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ol-list > li:before {
  counter-increment: number;
  content: counter(number);
  background: #1161bc;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 4px;
}

@media all and (max-width: 896px) {
  .ol-list > li {
    margin-left: 0 !important;
  }
}
@media all and (max-width: 639px) {
  .ol-list > li {
    padding-left: 35px;
  }
  .ol-list > li:not(:last-child) {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .ol-list > li:before {
    width: 1.6em;
    height: 1.6em;
    font-size: 1.4rem;
  }
}
.bg-gradient_map {
  position: relative;
  background: transparent;
}
.bg-gradient_map:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10%;
  width: 90%;
  height: 80%;
  background-image: linear-gradient(120deg, #f1f1f1 50%, transparent 90%);
}
.bg-gradient_map.type1:before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #e4db85;
}

.bg-map {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.bg-map:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 150%;
  right: 0;
  top: -20%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/map0.png) no-repeat right 20%/contain;
}

@media all and (max-width: 639px) {
  .bg-map:before {
    width: 90%;
  }
}
.flow_design07 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow07 {
  padding-left: 0;
}
.flow07 > li {
  list-style-type: none;
  display: flex;
}
.flow07 > li:not(:last-child) {
  margin: 0 0 50px;
}
.flow07 > li .icon07 {
  width: 90px;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #0276ac;
  border-radius: 5px 5px 0 0;
  position: relative;
  line-height: 125%;
  margin: 0;
}
.flow07 > li .icon07::after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 20px solid #0276ac;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.flow07 > li dl {
  padding: 0 0 0 30px;
  width: calc(100% - 115px);
}
.flow07 > li dl dt {
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 4px solid #CCCCCC;
  position: relative;
}
.flow07 > li dl dt::after {
  content: "";
  width: 20%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #0276ac;
}
.flow07 > li dl dd {
  margin: 0;
}

.img-ctr {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-trim {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-trim.pos_rel::before {
  content: "";
  display: block;
}

.img-cover {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-cover.pos_ab {
  inset: 0;
  margin: auto;
}

.img-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.img_anime {
  position: relative;
  display: block;
  overflow: hidden;
}
.img_anime::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  display: block;
  background: linear-gradient(114deg, rgba(156, 27, 20, 0), rgba(156, 27, 20, 0.8) 30%, rgba(156, 27, 20, 0.8) 80%, rgba(156, 27, 20, 0) 110%);
  opacity: 0.85;
  pointer-events: none;
  transform: translateX(-100%);
  transform-origin: right;
  transition: all 0.4s ease-out;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@media screen and (min-width: 768px) {
  .img_anime img {
    max-width: none;
  }
}
@media screen and (max-width: 890px) {
  .img_anime::before {
    display: none;
  }
}
.inner {
  width: 62.5vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 890px) {
  .inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.inner-sm {
  max-width: 880px;
}

.inner-lg {
  max-width: 1440px;
}

.inner-xl {
  max-width: calc(100% - 112px);
}

.deco-line {
  position: absolute !important;
  z-index: 1 !important;
  display: block;
  width: 520px;
  height: 496px;
  -webkit-clip-path: polygon(95% 0, 100% 0%, 5% 100%, 0% 100%);
          clip-path: polygon(95% 0, 100% 0%, 5% 100%, 0% 100%);
  opacity: 0.2;
}
.deco-line.sm {
  width: 378px;
  height: 364px;
}
.deco-line.thin {
  -webkit-clip-path: polygon(99% 0, 100% 0%, 1% 100%, 0% 100%);
          clip-path: polygon(99% 0, 100% 0%, 1% 100%, 0% 100%);
  opacity: 0.05;
}
.deco-line.reverse {
  transform: scale(-1, 1);
}

.lps_sec:nth-child(2n) .deco-line {
  transform: scale(-1, 1);
}

.deco-line::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  display: block;
  background-color: #465464;
  transform: translateY(100%);
}
.deco-line.wh::before {
  background-color: #b3d0d4;
}
.deco-line.bl::before {
  background-color: #2fc2e1;
}
.deco-line.bl2::before {
  background-color: #b3d0d4;
}

@keyframes deco_line {
  0% {
    transform: translateY(-100%);
  }
  25% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.deco-line::before {
  animation: deco_line cubic-bezier(0.86, 0, 0.07, 1) 6s infinite;
}
.deco-line.stop::before {
  animation: deco_line_stop cubic-bezier(0.86, 0, 0.07, 1) 1.5s forwards;
}

@keyframes deco_line_stop {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(100%);
  }
  75% {
    transform: translateY(100%);
  }
  75.1% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.is-loading .hero .deco-line.stop::before, .is-loading .page_ttl .deco-line.stop::before {
  animation: deco_line_stop cubic-bezier(0.86, 0, 0.07, 1) 1.5s forwards;
}

.hero {
  position: relative;
  padding-top: 176px;
  padding-bottom: 56px;
  z-index: 10;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 42.5vw;
  height: 6px;
  background-color: #025ea1;
  -webkit-clip-path: polygon(0 0, calc(100% - 8px) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 8px) 0%, 100% 100%, 0% 100%);
}

/* --- slide --- */
.hero_slide {
  position: absolute;
  z-index: -1;
  opacity: 0.3;
}
.hero_slide.lft {
  top: 10%;
  right: 35.52vw;
  width: 1236px;
  height: 477px;
  -webkit-clip-path: polygon(0px 0px, 61% 0px, 100% 100%, 0px 100%);
          clip-path: polygon(0px 0px, 61% 0px, 100% 100%, 0px 100%);
}
.hero_slide.rgt {
  left: 50%;
  bottom: -68px;
  width: 1142px;
  height: 343px;
  -webkit-clip-path: polygon(0px 0px, 63% 0%, 94% 100%, 31% 100%);
          clip-path: polygon(0px 0px, 63% 0%, 94% 100%, 31% 100%);
}
.hero_slide li {
  position: relative;
  overflow: hidden;
}
.hero_slide .slick-list > li {
  width: 100%;
  height: 100%;
}
.hero_slide .slide-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
}
.hero_slide > .slick-list {
  height: 100%;
}
.hero_slide > .slick-list > .slick-track {
  height: 100%;
}
.hero_slide .slick-slide {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(225deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  -webkit-mask-position: -100% 0;
  transition-property: -webkit-mask-position;
  transition-property: mask-position;
  transition-property: mask-position, -webkit-mask-position;
  transition-duration: 5s;
  transition-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
}
.hero_slide .preve-slide {
  opacity: 1 !important;
}
.hero_slide .slide-animation {
  animation: hero_anime 1s forwards;
}

@keyframes hero_anime {
  0% {
    -webkit-mask-position: -100% 0;
  }
  100% {
    -webkit-mask-position: 100% 0;
  }
}
.hero_txtarea {
  position: relative;
  z-index: 10;
}

.hero--catch {
  padding-top: 72px;
  margin-bottom: 40px;
  margin-right: 14.3%;
  margin-left: auto;
  text-align: right;
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-style: italic;
}

.hero--txt {
  font-size: 2.125rem;
  line-height: 2.3;
  letter-spacing: 0.09em;
  width: 80%;
  padding-right: 40px;
}

.hero--en {
  position: relative;
  display: block;
  z-index: 10;
  margin-bottom: 30px;
  margin-left: 3.8vw;
}
.hero--en.lg {
  font-size: 320px;
  font-size: 16.7vw;
  line-height: 0.88;
  letter-spacing: normal;
}
.hero--en.sm {
  margin-right: 1.5rem;
  font-size: 70px;
  line-height: 0.92;
  letter-spacing: -0.01em;
}

.hero .line01, .page_ttl .line01 {
  top: -176px;
  left: -100px;
}

.hero .line02, .page_ttl .line02 {
  top: -320px;
  right: 48%;
  opacity: 0.25;
}

.hero .line03, .page_ttl .line03 {
  top: 50px;
  left: 52%;
}

.hero .line04, .page_ttl .line04 {
  top: -68px;
  left: 75%;
}

.hero .line05, .page_ttl .line05 {
  top: 412px;
  left: 81%;
}

.hero .line06, .page_ttl .line06 {
  top: 109px;
  right: 86%;
}

.hero .copyright {
  position: absolute;
  top: 38%;
  right: -6em;
  height: 1em;
  transform: rotate(90deg);
  pointer-events: none;
  font-size: 13px;
  color: #565656;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1700px) {
  .hero .line01 {
    z-index: -5 !important;
  }
}
@media screen and (max-width: 1500px) {
  .hero--catch {
    margin-right: 3%;
  }
  .hero--en.lg {
    font-size: 9vw;
  }
}
@media screen and (max-width: 1300px) {
  .hero_slide.lft {
    right: 20%;
  }
}
@media screen and (max-width: 890px) {
  .hero {
    overflow: hidden;
  }
  .hero_slide.lft {
    right: auto;
    left: -25vw;
    width: 124.4vw;
    height: 190px;
    z-index: 2;
  }
  .hero_slide.rgt {
    left: auto;
    right: -13vw;
    width: 94.93vw;
    height: 138px;
    background-size: cover;
  }
  .hero--catch {
    padding-top: 202px;
    margin-bottom: 8px;
    font-size: 4.45vw;
  }
  .hero--en.lg {
    font-size: 9vw;
    margin-left: 1vw;
  }
  .hero--en.lg + .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero--en.sm {
    margin-left: 1vw;
    margin-right: 0;
    font-size: 5.49vw;
    line-height: 0.92;
    letter-spacing: -0.01em;
  }
  .hero--txt {
    font-size: 1.6rem;
    line-height: 1.66;
    margin-top: 18px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero .copyright {
    top: 57%;
    font-size: 10px;
  }
}
.home_mission {
  position: relative;
  padding-bottom: 204px;
}
.home_mission .pin-spacer {
  z-index: 10 !important;
}
.home_mission .txtarea, .home_mission .blind.active {
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.home_mission .ttl-01 .en {
  margin-bottom: 2em;
}
.home_mission .txt {
  font-size: 2rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.home_mission .img {
  position: absolute;
}
.home_mission .img01 {
  top: -56px;
  right: calc(50% + 500px);
}
.home_mission .img02 {
  right: calc(50% + 420px);
  bottom: -100px;
  z-index: 10;
}
.home_mission .img03 {
  top: -27px;
  left: calc(50% + 455px);
  z-index: 10;
}
.home_mission .img04 {
  bottom: -148px;
  left: calc(50% + 500px);
}

/* --- blind --- */
.blind {
  margin-bottom: -75vh;
  height: 100vh;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.blind_wrap {
  width: 250vw;
  height: 300vh;
  background: #181818;
  z-index: 99;
  font-size: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition-timing-function: cubic-bezier(0, 0.4, 0.76, 0.21);
  transform: translate(-43%) rotate(-45deg);
}

.blind_bg {
  width: 100%;
  height: 20%;
  position: relative;
  background: #fff;
  overflow: hidden;
}

/* --- line --- */
.deco-red {
  position: absolute !important;
  width: 4000px;
  height: 4000px;
  border-top: solid 7px #025ea1;
  border-right: solid 7px #025ea1;
  transform: translateX(-100px) rotate(45deg);
  mix-blend-mode: multiply;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  pointer-events: none;
}

.home_mission .line01 {
  top: 210px;
  right: 57%;
  opacity: 0.05;
}
.home_mission .line02 {
  top: -180px;
  left: 43%;
}
.home_mission .line03 {
  top: -122px;
  left: 80%;
  z-index: -1 !important;
}
.home_mission .line04 {
  right: 85%;
  bottom: -200px;
  z-index: -1 !important;
}
.home_mission .line05 {
  bottom: -250px;
  left: 60%;
  z-index: -1 !important;
}
.home_mission .deco-red {
  left: -2400px;
  bottom: 1050px;
  z-index: -10 !important;
  width: 2400px;
  height: 2400px;
  border-top: none;
  transform-origin: left bottom;
}

@media screen and (max-width: 1300px) {
  .blind_wrap {
    transform: translate(-30%) rotate(-45deg);
  }
}
@media screen and (max-width: 890px) {
  .blind_wrap {
    width: 700vw;
    height: 114vh;
    transform: translateX(-37%) translateY(-45%) rotate(-45deg);
  }
  .home_mission {
    overflow: hidden;
    padding-bottom: 64px;
  }
  .home_mission .ttl-01 {
    margin-top: 0;
  }
  .home_mission .ttl-01 .en {
    margin-bottom: 1em;
  }
  .home_mission .txt {
    margin-bottom: 7.39vw;
    font-size: 1.4rem;
    line-height: 2;
  }
  .home_mission .img {
    position: relative;
    top: 0;
    left: 0;
  }
  .home_mission .img01 {
    width: 61.84vw;
    margin-left: 5.31vw;
  }
  .home_mission .img02 {
    width: 52.9vw;
    margin-top: -20.89vw;
    margin-left: 4.83vw;
  }
  .home_mission .img03 {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: 49.03vw;
    margin-top: -14.86vw;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(5vw);
  }
  .home_mission .img04 {
    width: 56.28vw;
    margin-top: -14.98vw;
    margin-left: auto;
  }
}
.home_pickup {
  padding-top: 56px;
  background-color: #025ea1;
}
.home_pickup .inner {
  width: 84.9vw;
  max-width: 1630px;
}
.home_pickup .ttl {
  margin-bottom: 1rem;
  font-weight: 500;
}
.home_pickup .ttl .en {
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.home_pickup .ttl .jp {
  margin-left: 1em;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.home_pickup .deco-red {
  top: -400px;
  right: 180px;
  z-index: -10 !important;
  width: 2000px;
  height: 1000px;
  transform-origin: right top;
}

.pickup_list {
  height: 290px;
  padding: 1.75rem 6.6%;
  background-color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow-y: scroll;
}
.pickup_list::-webkit-scrollbar {
  width: 8px;
}
.pickup_list::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
  border: none;
}
.pickup_list::-webkit-scrollbar-thumb {
  background-color: #8d8d8d;
  border-radius: 10px;
  box-shadow: none;
}
.pickup_list .post {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-right: 5rem;
}

@media screen and (max-width: 890px) {
  .home_pickup {
    padding-top: 32px;
  }
  .home_pickup .ttl .en {
    font-size: 2rem;
  }
  .pickup_list .post, .posts-favo .post {
    align-items: flex-start;
    padding-right: 4rem;
  }
  .pickup_list {
    padding: 0 6.6% 1.75rem;
    margin-left: -5%;
    margin-right: -5%;
  }
  .home_pickup .deco-red {
    top: -114vw;
    right: 10.2vw;
    width: 80vh;
    height: 80vh;
    border-top: solid 6px #025ea1;
    border-right: solid 6px #025ea1;
  }
}
.home_about {
  background-color: #333;
  position: relative;
  padding-top: 108px;
  padding-bottom: 84px;
}
.home_about::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 444px;
  height: 486px;
  background-color: #025ea1;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.home_about .ttl-01 {
  margin-bottom: 2.5rem;
}
.home_about .ttl-01 .en {
  margin-bottom: 0.25em;
}
.home_about .inner-lg {
  max-width: 1628px;
}

/* --- about_list --- */
.about_list li {
  width: 46.1%;
}
.about_list .link {
  display: block;
  position: relative;
  color: #fff;
}
.about_list .imgarea {
  overflow: hidden;
}
.about_list .imgarea::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.about_list .img {
  transition: all 0.2s ease-out;
}
.about_list .link:hover .imgarea::after {
  opacity: 0.2;
}
.about_list .link:hover .img {
  transform: scale(1.05, 1.05);
  transform-origin: center;
}
.about_list .txtarea {
  position: relative;
  z-index: 10;
  padding: 56px 150px 56px 48px;
  margin-top: -4.75rem;
  margin-left: 2rem;
  background-color: #333;
}
.about_list .ttl {
  margin-bottom: 2rem;
  font-size: 3.125rem;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 500;
  white-space: nowrap;
}
.about_list .ttl span {
  font-size: 1.6rem;
  display: block;
}
.about_list .txt {
  line-height: 2;
}
.about_list .arrow {
  position: absolute;
  top: 0;
  right: 42px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 88px;
  height: 88px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s ease-out;
}
.about_list .link:hover .arrow {
  background-color: #025ea1;
}

/* --- line --- */
.home_about .line01 {
  top: 0;
  left: 55%;
}
.home_about .line02 {
  top: -66px;
  right: 91%;
}
.home_about .line03 {
  top: 320px;
  right: 90%;
}
.home_about .line04 {
  top: 355px;
  left: 89.7%;
}
.home_about .line05 {
  bottom: -50px;
  left: calc(50% - 300px);
}
.home_about .line06 {
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 890px) {
  .home_about {
    overflow: hidden;
    padding-top: 48px;
    padding-bottom: 64px;
  }
  .about_list li {
    width: 100%;
  }
  .about_list li:not(:last-child) {
    margin-bottom: 32px;
  }
  .about_list .txtarea {
    padding: 24px 72px 24px 24px;
    margin-top: -3rem;
    margin-left: 1rem;
  }
  .about_list .ttl {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .about_list .arrow {
    right: 16px;
    width: 48px;
    height: 48px;
  }
}
.about_list .arrow-wrap, .about_list .arrow1, .about_list .arrow2 {
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.about_list .arrow2 {
  transform: translateX(-100%);
}

.about_list .link:hover .arrow1 {
  transform: translateX(100%);
}

.about_list .link:hover .arrow2 {
  transform: translateX(0%);
}

.about_list .arrow1::before, .about_list .arrow1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  transition: all 0.4s ease-out;
}
.about_list .arrow2::before, .about_list .arrow2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  transition: all 0.4s ease-out;
}

.about_list .arrow1::before, .about_list .arrow2::before {
  right: calc(50% - 6px);
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
}

.about_list .arrow1::after, .about_list .arrow2::after {
  right: 0;
  left: 0;
  width: 12px;
  height: 0;
  border-top: solid 1px #333;
}

.top-gray-box {
  position: relative;
}
.top-gray-box:before, .top-gray-box:after {
  position: absolute;
  content: "";
  width: 65%;
  height: 90%;
  top: 5%;
  right: 0;
}
.top-gray-box:before {
  background-image: linear-gradient(to left, #333, #eee);
  z-index: -3;
  opacity: 0.1;
}
.top-gray-box:after {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/bg-pattern01.jpg);
  opacity: 0.1;
  z-index: -2;
}
.top-gray-box.type01:before, .top-gray-box.type01:after {
  position: absolute;
  content: "";
  width: 65%;
  height: 90%;
  top: 5%;
  left: 0;
}

.news-box {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  z-index: 10;
  display: flex;
}

@media all and (max-width: 896px) {
  .news-box {
    margin-top: 0;
  }
}
@media all and (max-width: 639px) {
  .news-box {
    flex-direction: column;
    padding: 20px 10px;
  }
}
.news-title {
  position: relative;
  padding-right: 30px;
  text-align: center;
  color: #333;
  border-right: 1px solid #ccc;
}
.news-title .eng {
  display: block;
  line-height: 1.6;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 2.8rem;
  color: #fefefe;
  text-shadow: 1px 1px 0px #777, -1px 1px 0px #777, 1px -1px 0px #777, -1px -1px 0px #777, 1px 0px 0px #777, 0px 1px 0px #777, -1px 0px 0px #777, 0px -1px 0px #777;
}
.news-title .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  position: relative;
}

@media all and (max-width: 639px) {
  .news-title {
    padding: 0 0 15px;
    writing-mode: inherit;
    text-align: left;
    border-right: none;
  }
  .news-title .eng {
    font-size: 2.2rem;
    margin-right: 10px;
  }
  .news-title .ja {
    font-size: 1.4rem;
  }
}
.news-right {
  flex: 1;
  padding: 10px 0 10px 30px;
}

@media all and (max-width: 639px) {
  .news-right {
    width: 100%;
    padding: 0;
  }
}
.blog_topics {
  width: 100%;
  border-top: 1px solid #ddd;
}
.blog_topics li {
  border-bottom: 1px solid #ddd;
}
.blog_topics li a {
  display: block;
  color: #333;
  padding: 15px;
  transition: 0.3s ease-in all;
}
.blog_topics li a:hover {
  background-color: rgba(234, 244, 247, 0.5);
}
.blog_topics li a .topics_detail {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
}
.blog_topics li a .topics_detail .imgbox {
  overflow: hidden;
  width: 28%;
  height: 130px;
}
.blog_topics li a .topics_detail .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease-in all;
}
.blog_topics li a .topics_detail .textbox {
  width: 72%;
  padding-left: 20px;
  line-height: 1.5;
}
.blog_topics li a .topics_detail .textbox h3 {
  margin: 5px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.blog_topics li a .topics_detail .textbox p {
  font-size: 1.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.blog_topics li a .time_date {
  display: inline-block;
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-image: linear-gradient(to right, #1161bc, #03bbdc);
  color: #fff;
  padding: 4px 15px;
  border-radius: 20px;
}
.blog_topics li a .time_date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

@media all and (max-width: 639px) {
  .blog_topics li a {
    padding: 10px 5px;
  }
  .blog_topics li a .topics_detail .imgbox {
    width: 30%;
    height: 100px;
  }
  .blog_topics li a .topics_detail .textbox {
    width: 70%;
    padding-left: 10px;
    line-height: 1.5;
  }
  .blog_topics li a .topics_detail .textbox p {
    font-size: 1rem;
  }
  .blog_topics li a .time_date {
    font-size: 0.9rem;
  }
}
.category_nav {
  box-sizing: border-box;
}
.category_nav li {
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.section_tilt_r {
  -webkit-clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
          clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
  padding: 80px 0;
}

.section_tilt_l {
  -webkit-clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 calc(100% - 80px));
          clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 calc(100% - 80px));
  padding: 80px 0;
}

@media all and (max-width: 639px) {
  .section_tilt_r {
    -webkit-clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
            clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
    padding: 80px 0;
  }
  .section_tilt_l {
    -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
            clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
    padding: 80px 0;
  }
}
.bg-01 {
  position: relative;
  background-image: linear-gradient(16deg, rgba(116, 116, 116, 0.05) 0%, rgba(116, 116, 116, 0.05) 25%, transparent 25%, transparent 96%, rgba(177, 177, 177, 0.08) 96%, rgba(177, 177, 177, 0.08) 100%), linear-gradient(236deg, rgba(148, 148, 148, 0.04) 0%, rgba(148, 148, 148, 0.04) 53%, transparent 53%, transparent 59%, rgba(56, 56, 56, 0.02) 59%, rgba(56, 56, 56, 0.02) 100%), linear-gradient(284deg, rgba(16, 16, 16, 0.03) 0%, rgba(16, 16, 16, 0.03) 46%, transparent 46%, transparent 71%, rgba(181, 181, 181, 0.1) 71%, rgba(181, 181, 181, 0.1) 100%), linear-gradient(316deg, rgba(197, 197, 197, 0.02) 0%, rgba(197, 197, 197, 0.02) 26%, transparent 26%, transparent 49%, rgba(58, 58, 58, 0.02) 49%, rgba(58, 58, 58, 0.02) 100%), linear-gradient(90deg, white, white);
}
.bg-01.type1 {
  background-image: linear-gradient(-164deg, rgba(15, 119, 198, 0.05) 0%, rgba(15, 119, 198, 0.05) 25%, transparent 25%, transparent 96%, rgba(15, 119, 198, 0.03) 96%, rgba(15, 119, 198, 0.03) 100%), linear-gradient(236deg, rgba(15, 119, 198, 0.04) 0%, rgba(15, 119, 198, 0.04) 53%, transparent 53%, transparent 59%, rgba(241, 246, 248, 0.7) 59%, rgba(241, 246, 248, 0.7) 100%), linear-gradient(265deg, rgba(15, 119, 198, 0.04) 0%, rgba(15, 119, 198, 0.04) 46%, transparent 46%, transparent 71%, rgba(15, 119, 198, 0.05) 71%, rgba(15, 119, 198, 0.05) 100%), linear-gradient(316deg, rgba(241, 246, 248, 0.8) 0%, rgba(241, 246, 248, 0.8) 26%, transparent 26%, transparent 49%, rgba(241, 246, 248, 0.9) 49%, rgba(241, 246, 248, 0.9) 100%), linear-gradient(90deg, #fff, #fff);
}

.bg-02 {
  position: relative;
}
.bg-02:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/bg-pattern01.jpg);
  z-index: -1;
  opacity: 0.7;
}

@media all and (max-width: 639px) {
  .bg-02:before {
    width: 90%;
    height: 95%;
    right: 0;
    margin: auto;
  }
}
.bg-03 {
  position: relative;
  background: #f9f6ef;
}
.bg-03::before, .bg-03::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 240px;
  content: "";
  z-index: -1;
}
.bg-03::before {
  top: -240px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23f9f6ef" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg-03:after {
  top: auto;
  bottom: -240px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23f9f6ef" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
  transform: rotate(180deg);
}

@media all and (max-width: 896px) {
  .bg-03::before, .bg-03::after {
    height: 50px;
  }
  .bg-03::before {
    top: -50px;
  }
  .bg-03::after {
    bottom: -50px;
  }
}
.content-box {
  padding: 80px 0;
  position: relative;
  background: #f9f9f9;
  margin-bottom: 50px;
}
.content-box .single {
  padding: 0;
}

@media all and (max-width: 890px) {
  .content-box {
    padding: 50px 10px;
  }
}
#singlepage section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 0;
}

.textwrap {
  max-width: 1160px;
  margin: 0px auto;
  padding: 20px 0;
}

/*containar*/
#body {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#containar {
  position: relative;
  max-width: 980px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  box-shadow: rgba(125, 125, 125, 0.5) 0px 0px 2px 2px;
}

#wrap {
  max-width: 1160px;
  padding: 20px 0px 280px;
  margin: 0 auto;
}

/* main */
#main {
  float: left;
  width: 79%;
}

/* side */
#side {
  float: right;
  width: 19%;
  font-size: 12px;
}

@media all and (max-width: 890px) {
  #main {
    float: none;
    width: 95%;
    margin: 0 auto 20px;
  }
  #side {
    float: none;
    width: 98%;
    margin: 0 auto;
    height: auto;
    padding: 0;
  }
}
.blog-box {
  margin-bottom: 50px;
}
.blog-box img {
  max-width: 100%;
  height: auto;
}

.lsingle {
  float: left;
  width: 585px;
}

.rsingle {
  float: right;
  width: 585px;
}

@media all and (max-width: 890px) {
  .lmain, .rmain {
    float: none;
    width: 100%;
  }
  .lsingle, .rsingle {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
/* footer */
/*totop*/
#toTop {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 0px;
}

.toTop {
  text-align: right;
  margin-bottom: 20px;
  font-size: 12px;
}

#page-top {
  position: fixed;
  bottom: 65px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}
#page-top a {
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 45px;
  background: #0276ac;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
#page-top a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.contact_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.contact_bnr > li {
  width: 48%;
}
.contact_bnr > li .bnr_tel {
  white-space: nowrap;
  position: relative;
}
.contact_bnr > li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr > li .bnr_fax {
  background: #fdfdfd;
  color: #4c2c21;
}
.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
.contact_bnr > li a, .contact_bnr > li span {
  display: block;
  background: transparent;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 12px 10px;
}
.contact_bnr > li a:before, .contact_bnr > li span:before {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
.contact_bnr > li a:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media all and (max-width: 639px) {
  .contact_bnr > li {
    width: 100%;
    margin: 0 auto 15px;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li a, .contact_bnr > li span {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    font-size: 1.5rem;
  }
  .contact_bnr > li a:before, .contact_bnr > li span:before {
    font-size: 1.3rem;
    transform: translateY(-2px);
  }
}
footer {
  position: absolute;
  width: 100%;
  color: #333;
}

#footer {
  max-width: 1160px;
  margin: 0 auto 0;
  padding: 30px 0 30px;
  font-size: 11px;
}
.logo-f {
  margin-bottom: 10px;
}

#fmenuA {
  width: 100%;
  margin-bottom: 10px;
}

#fmenu {
  list-style-type: none;
  font-size: 12px;
  max-width: 1160px;
  margin-top: 15px;
  padding-top: 15px;
}
#fmenu ul {
  margin-bottom: 2px;
}
#fmenu li {
  text-align: left;
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 0 15px;
}
#fmenu li:last-child {
  border: none;
  margin: 0;
}
#fmenu a:link, #fmenu a:visited, #fmenu a:hover {
  color: #222;
  text-decoration: none;
}
#fmenu li ul li {
  /*display:inline;
  margin-right:20px; */
  font-weight: normal;
  font-size: 11px;
}
#fmenu li ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "f0da";
  margin-right: 5px;
  color: #fff;
}

@media all and (max-width: 890px) {
  #fmenuA {
    width: 100%;
  }
  #fmenu {
    display: none;
  }
  #fmenu-lg {
    display: none;
  }
  footer {
    padding: 10px 0 55px;
    margin: 0;
  }
  #footer {
    padding: 10px;
    margin: 0 auto 0;
  }
  .map {
    width: 100%;
  }
  .logo-f {
    text-align: center;
    margin-bottom: 10px;
  }
  .logo-f img {
    width: 250px;
  }
}
/*Copyright*/
.copyright {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  padding: 25px 0;
  background-color: #0276ac;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.contactbx {
  text-align: center;
  margin: 15px 0;
}
.contactbx li {
  display: inline-block;
  margin: 0 5px 10px;
}
.contactbx a {
  width: 100%;
  display: block;
}
.contactbx .tl a {
  background: #fff;
  width: 100%;
  max-width: 100%;
  min-width: 350px;
  height: 60px;
  border-radius: 50px;
  font-weight: bold;
  line-height: 60px;
  border: 2px solid #0276ac;
  font-size: 2.7rem;
  transition: 0.3s;
}
.contactbx .ml a {
  background: #fff;
  width: 100%;
  max-width: 100%;
  min-width: 350px;
  height: 60px;
  border-radius: 50px;
  font-weight: normal;
  line-height: 60px;
  border: 2px solid #0276ac;
  font-size: 2.8rem;
  transition: 0.3s;
  background: #0276ac;
}
.contactbx .mp a {
  background: #fff;
  width: 100%;
  max-width: 100%;
  min-width: 350px;
  font-weight: normal;
  border-radius: 50px;
  padding: 5px 0px;
  border: 2px solid #0276ac;
  font-size: 1.8rem;
  transition: 0.3s;
  background: #0276ac;
}
.contactbx .tl a:link, .contactbx .tl a:visited {
  color: #0276ac;
}
.contactbx .tl a:hover {
  color: #fff;
  background: #0276ac;
}
.contactbx .tl a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f879";
  margin-right: 8px;
}
.contactbx .ml a:link, .contactbx .ml a:visited {
  color: #fff !important;
}
.contactbx .ml a:hover {
  color: #0276ac !important;
  background: #fff;
}
.contactbx .ml a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 5px;
}
.contactbx .mp a:link, .contactbx .mp a:visited {
  color: #fff !important;
}
.contactbx .mp a:hover {
  color: #0276ac !important;
  background: #fff;
}
.contactbx .mp a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .contactbx .tl a, .contactbx .ml a, .contactbx .mp a {
    min-width: 280px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 1.8rem;
  }
}
/*テーブル*/
.table1 {
  width: 100%;
}
.table1 th {
  vertical-align: middle;
  padding: 15px 0px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  border-bottom: #ddd 1px solid;
  color: #555;
}
.table1 td {
  padding: 15px;
  vertical-align: middle;
  border-bottom: #ddd 1px solid;
}
.table1 td b {
  color: red;
}

.table2 {
  margin: 15px 0;
}
.table2 th {
  vertical-align: middle;
  padding: 5px 10px;
  font-weight: bold;
  line-height: 1.5;
  border: #ddd 1px solid;
  color: #555;
  background: #f2f2f2;
}
.table2 td {
  padding: 5px 10px;
  vertical-align: middle;
  border: #ddd 1px solid;
  background: #fff;
}
.table2 td b {
  color: red;
}

@media all and (max-width: 639px) {
  .table-scroll {
    overflow-x: auto;
  }
}
table.company {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 10px;
  font-size: 14px;
}
table.company th, table.company td {
  padding: 10px;
}
table.company th {
  background: #0276ac;
  vertical-align: middle;
  text-align: left;
  width: 20%;
  overflow: visible;
  position: relative;
  color: #fff;
}
table.company th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #0276ac;
  border-width: 10px;
  margin-top: -10px;
}
table.company td {
  background: #f5f5f5;
  padding-left: 20px;
}

/* firefox */
@-moz-document url-prefix() {
  table.company th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #0276ac 10px solid;
    margin-top: -10px;
  }
}
@media all and (max-width: 890px) {
  table.company {
    width: 100%;
    font-size: 12px;
  }
  table.company th {
    padding: 5px;
  }
  table.company td {
    padding: 5px 5px 5px 20px;
  }
  table.company th {
    width: 30%;
  }
}
.pricemenu_table_title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-left: 6px solid #9E9365;
  padding-left: 10px;
  margin-bottom: 10px;
}

.pricemenu_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #B0B0B0;
  border-left: 1px solid #B0B0B0;
  margin-bottom: 10px;
}
.pricemenu_table + .pricemenu_table_title {
  margin-top: 20px;
}
.pricemenu_table tr th {
  background: #D3CEB9;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  padding: 4px 11px;
  border-right: 1px solid #B0B0B0;
  border-bottom: 1px solid #B0B0B0;
}
.pricemenu_table tr td {
  font-size: 16px;
  padding: 4px 11px;
  border-right: 1px solid #B0B0B0;
  border-bottom: 1px solid #B0B0B0;
}
.pricemenu_table tr.subhead_row td {
  border-bottom: 1px dotted #B0B0B0;
  background: #EEECE4;
  text-align: left;
}
.pricemenu_table tr.price_row td {
  text-align: left;
}
.pricemenu_table tr.answer_row td {
  padding: 17px 11px;
}
.pricemenu_table tr.price_row td .price_row_supplementary_text {
  font-size: 12px;
}

@media all and (max-width: 639px) {
  .pricemenu_table tr th {
    font-size: 12px;
    padding: 3px;
  }
  .pricemenu_table tr td {
    font-size: 11px;
    padding: 3px;
  }
  .pricemenu_table tr.answer_row td {
    padding: 3px;
  }
  .pricemenu_table tr.price_row td .price_row_supplementary_text {
    font-size: 10px;
  }
}
/*新メールフォーム*/
.form {
  margin: 10px 0 10px;
}
.form dt span {
  color: #fff;
  background: #FF4F4F;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt strong {
  color: #fff;
  background: #999;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt .optional::before {
  content: "任意";
  color: #fff;
  background: #999;
}
.form dl {
  margin: 10px 0;
  font-size: 16px;
}
.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}
.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888;
}
.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea, .textarea2 {
  width: 95%;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

#mailform button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #0276ac;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #0276ac;
}
#mailform button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}
#mailform button:hover {
  background: #fff;
  color: #0276ac;
}
#mailform button * {
  transition: 0.2s;
}

.form-button * {
  transition: 0.2s;
}

/*RadioとText*/
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #0276ac;
  z-index: 1;
}
label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  left: -15px;
  top: 2px;
  margin: 0px;
  box-shadow: 15px -1px #fff;
  border-radius: 50%;
}
label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 15px -1px #FFF;
}
label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}
label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #0276ac;
  border-bottom: 3px solid #0276ac;
  transform: rotate(45deg);
  z-index: 1;
}
label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #EEE;
}

/*CheckBoxとText */
.fm-text {
  padding: 10px;
  font-size: 11px;
  margin: 10px 0;
}

@media all and (max-width: 890px) {
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    line-height: 20px;
    padding-top: 10px;
  }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .form-contents :not(.pattern-exclusion) button {
    width: 100% !important;
  }
}
/* /新メールフォーム */
/*枠*/
.mbox {
  padding: 50px;
  background: #fff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}

@media all and (max-width: 890px) {
  .mbox {
    padding: 10px;
  }
}
.small-box {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.w40 {
  width: 40%;
}

@media all and (max-width: 890px) {
  .w40 {
    width: 100%;
  }
}
.Cbox {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.lbox {
  float: left;
  width: 450px;
}

.rbox {
  float: right;
  width: 450px;
}

.box_l {
  width: 700px;
  float: left;
}

.box_r {
  width: 700px;
  float: right;
}

@media all and (max-width: 890px) {
  .lbox, .rbox, .box_l, .box_r {
    width: 100%;
    float: none;
  }
}
.tbox {
  width: 710px;
  margin: 0 auto;
}

.tbox-bl {
  border: 1px solid #3D2B00;
  background: #FFF;
  padding: 10px;
  margin: 10px 0;
}

.tbox-r {
  padding: 10px;
  background: #d8f2ff;
  border-radius: 5px;
  margin: 10px 0;
}

.tbox-bg {
  background-color: #eee;
  padding: 10px;
}

/* photoboxギャラリー*/
.works {
  width: 100%;
  margin: 10px auto 0;
  padding: 10px;
}
.works ul {
  margin-right: -21px;
  margin-bottom: -10px;
  overflow: hidden;
}
.works .gallery {
  background: #eee;
  width: 216px;
  height: 216px;
  line-height: 216px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.works .gallery img {
  max-width: 216px;
  max-height: 216px;
  vertical-align: middle;
}
.works li {
  float: left;
  width: 216px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 10px;
}
.works dl {
  background: #222;
  height: 45px;
  color: #fff;
  padding: 10px 0;
  margin-top: 5px;
  border: 0px solid #fff;
}
.works li dt {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  line-height: 1.6;
}
.works li dd {
  padding: 5px 0 0;
  text-align: center;
}

/*フォトギャラリー*/
.photo {
  width: 100%;
  margin: 10px auto 0;
}
.photo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: stretch;
}
.photo li {
  width: 23%;
  margin: 1%;
}
.photo li a {
  display: block;
  text-align: center;
  width: 100%;
}
.photo li img {
  vertical-align: middle;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo li p {
  height: 30px;
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 3px 0 10px;
  text-align: center;
  text-overflow: ellipsis;
}

@media all and (max-width: 480px) {
  .photo li {
    width: 48%;
    margin: 1%;
  }
  .photo li a {
    width: 100%;
    height: 150px;
  }
  .photo li img {
    max-width: 100%;
    max-height: 150px;
  }
  .photo li p {
    width: 100%;
  }
}
.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.simply-scroll-list li {
  float: left;
  padding: 0;
  margin: 10px;
  width: 300px;
  height: auto;
}
.simply-scroll-list li:nth-child(even) {
  margin-top: 50px;
}
.simply-scroll-list li img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ba {
  margin: 0 auto 33px;
  width: 100%;
  position: relative;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4;
}
.ba:before {
  margin: -20px 0 0 -10px;
  border: 20px solid transparent;
  border-left-color: #0276ac;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.ba:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.beforeBox, .afterBox {
  padding: 3px;
  width: 45%;
  border: 2px solid #ccc;
  background-color: #fff;
  -webkit-border-radius: 5px;
  position: relative;
}

.ba {
  text-align: center;
}
.ba .beforeBox {
  float: left;
}
.ba .beforeBox img {
  width: 100%;
}
.ba .afterBox {
  float: right;
}
.ba .afterBox img {
  width: 100%;
}

.blog_card {
  width: 100%;
}
.blog_card li {
  float: left;
  width: 24%;
  margin: 0 0.5% 10px 0.5%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  border-radius: 4px;
}
.blog_card li .blog_dt {
  display: inline-block;
  padding: 0 5px;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  background-color: #280000;
}
.blog_card li .blog_img {
  height: 180px;
  text-align: center;
}
.blog_card li .blog_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  overflow-y: hidden;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
}
.blog_card li .blog_body {
  line-height: 1.2;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
}
.blog_card li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 890px) {
  .blog_card {
    width: 100%;
  }
  .blog_card li {
    float: none;
    width: 100%;
    margin: 0 0% 10px 0%;
  }
}
/*新着情報（トピックス）*/
.news .news-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 5px;
  border-top: 1px solid #ddd;
}
.news .news-inner:last-of-type {
  border-bottom: 1px solid #ddd;
}
.news dt {
  width: 30%;
  text-align: left;
}
.news dd {
  line-height: 1.5;
}
.news dd a {
  color: #222;
  transition: 0.3s;
}
.news dd a:hover {
  opacity: 0.5;
}

@media all and (max-width: 639px) {
  .news .news-inner {
    padding: 8px 3px;
  }
  .news .news-inner dt {
    width: 100%;
  }
}
.blog-category {
  display: inline-block;
  padding: 0 10px;
  border-radius: 20px;
  text-align: center;
  background: #0276ac;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  margin-left: 10px;
}

@media all and (max-width: 896px) {
  .blog-category {
    font-size: 9px;
  }
}
.news0 {
  overflow: hidden;
  line-height: 1.6;
  margin: 0px auto 0;
}
.news0 dt {
  float: left;
  width: 8em;
  font-weight: bold;
}
.news0 dd {
  padding-left: 8em;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.newsl dt {
  float: left;
  width: 130px;
  padding-top: 10px;
  line-height: 1.3;
  color: #333;
  font-weight: bold;
}
.newsl dd {
  padding-left: 140px;
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 15px;
  border-bottom: dotted 1px #b6ae83;
}
.newsl dd b {
  color: #594C39;
}

.newsl2 dt {
  font-size: 16px;
  padding-top: 10px;
  line-height: 1.3;
  color: #0276ac;
  font-weight: bold;
}
.newsl2 dd {
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 15px;
  border-bottom: dotted 1px #b6ae83;
}
.newsl2 a:link, .newsl2 a:visited, .newsl2 a:hover {
  color: #fff;
  font-size: 14px;
}
.newsl2 dd b {
  color: #594C39;
}

.news-s {
  font-size: 11px;
}
.news-s dt {
  float: left;
  width: 5em;
  height: 20px;
  padding-top: 5px;
  line-height: 1.3;
  font-weight: bold;
}
.news-s dd {
  padding-left: 6em;
  padding-bottom: 10px;
  padding-top: 5px;
  line-height: 1.3;
  border-bottom: dotted 1px #938041;
}

.news-sr {
  font-size: 12px;
}
.news-sr dt {
  float: left;
  width: 5em;
  padding: 2px 0;
  line-height: 1.3;
  color: #fff;
  background: #0276ac;
  text-align: center;
  border-radius: 5px;
  margin: 9px 0 0;
}
.news-sr dd {
  padding-left: 6em;
  padding-bottom: 5px;
  padding-top: 8px;
  line-height: 1.6;
  border-bottom: 1px dotted #aaa;
}
.news-sr dd:last-child {
  border-bottom: 0px;
}

.news-bl {
  overflow: hidden;
}
.news-bl dt {
  float: left;
  width: 8em;
  padding: 5px;
  line-height: 1.3;
  color: #3a200c;
  text-align: center;
  background: #f6f4eb;
  border-radius: 4px;
  font-size: 1.5rem;
}
.news-bl dd {
  padding: 0 0 12px 9.2em;
  line-height: 1.6;
  border-bottom: 1px dotted #dddddd;
  margin: 0 0 10px;
}
.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}

@media all and (max-width: 890px) {
  .news-bl dt {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 890px) {
  .news-bl dt {
    float: none;
  }
  .news-bl dd {
    padding: 8px 5px;
  }
}
.news-r {
  overflow: hidden;
}
.news-r dt {
  float: left;
  width: 8em;
  text-align: center;
  margin-top: 10px;
  margin-right: 15px;
  padding: 5px 0;
  line-height: 1.3;
  border-radius: 10px;
  color: #0276ac;
  background: #fefefe;
  font-weight: bold;
}
.news-r dd {
  padding-bottom: 8px;
  padding-top: 13px;
  padding-left: 10em;
  line-height: 1.6;
  border-bottom: dotted 1px #ccc;
}

.list-inline2 {
  text-align: center;
}
.list-inline2 li {
  display: inline-block;
  padding: 4px 15px;
  background: #fefefe;
  background: #333;
  color: #fff;
  border: 1px solid #f0f0f0;
  font-weight: 600;
  border-radius: 30px;
}
.list-inline2 li:not(:last-child) {
  margin-right: 8px;
}

/* list-check */
.list-check {
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}
.list-check li {
  padding-left: 1.5em;
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: -1.5em;
  border-bottom: 1px dotted #ddd;
}
.list-check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  margin-right: 5px;
  color: #0276ac;
}
.list-check li:last-child {
  border-bottom: 0px;
}
.list-check.type01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.list-check.type01 li {
  width: 48%;
  margin: 1%;
  font-size: 120%;
  padding-left: 1.5em;
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: -1.5em;
  border-bottom: 0px dotted #ddd;
}
.list-check.type01 li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 5px;
}

@media all and (max-width: 890px) {
  .list-check.type01 li {
    width: 98%;
    margin: 1%;
  }
}
/* list-check */
.list-check2 {
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.list-check2 li {
  float: left;
  margin-right: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #0276ac;
  border-radius: 4px;
}

.list-check3 {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
  background: #eee;
}
.list-check3 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.list-check3 li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #0276ac;
  color: white;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  transform: translateY(-50%);
}

/* linkbtn */
.linkbtn {
  width: 100%;
  margin: 10px 0;
}
.linkbtn li {
  float: left;
  width: 31.3%;
  margin: 1%;
}
.linkbtn li a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #0276ac;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
}
.linkbtn li a:link, .linkbtn li a:visited {
  color: #fff;
  text-decoration: none;
}
.linkbtn li a:hover {
  color: #fff;
  text-decoration: none;
  background: #ccc;
}
.linkbtn li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 10px;
}
.linkbtn * {
  transition: 0.3s;
}

@media all and (max-width: 890px) {
  .linkbtn li {
    float: left;
    width: 98%;
    margin: 1%;
  }
}
/*FAQ*/
.quest {
  padding: 10px;
  background-color: #eee;
  border-radius: 5px;
  margin-bottom: 30px;
}
.quest dt {
  padding: 0 0 5px 40px;
  margin-bottom: 10px;
  min-height: 30px;
  display: block;
  background: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/qa_q.gif") left top no-repeat;
  font-size: 18px;
  font-weight: bold;
  color: #474747;
  border-bottom: dotted 2px #e5e5e5;
}
.quest dd {
  padding-left: 40px;
  min-height: 30px;
  display: block;
  background: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/qa_a.gif") left top no-repeat;
}

.faq-dl .faq-inner {
  padding: 10px;
  margin-bottom: 20px;
}
.faq-dl .faq-inner:not(:last-of-type) {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 3px solid #eee;
}
.faq-dl .faq-inner dt, .faq-dl .faq-inner dd {
  position: relative;
  padding: 10px 10px 10px 55px;
}
.faq-dl .faq-inner dt:before, .faq-dl .faq-inner dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 0;
  top: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}
.faq-dl .faq-inner dt {
  margin-bottom: 10px;
  font-weight: 700;
}
.faq-dl .faq-inner dt:before {
  content: "Q";
  color: #807363;
  font-size: 3rem;
  background: rgba(128, 115, 99, 0.2);
}
.faq-dl .faq-inner dd:before {
  content: "A";
  color: #807363;
  font-size: 3rem;
  background: rgba(255, 233, 108, 0.8);
}

.voice_faq {
  padding-top: 20px;
  font-size: 1.4rem;
}
.voice_faq dt {
  position: relative;
  border-top: 1px solid #ccc;
  padding: 10px 0 25px 72px;
}
.voice_faq dt span {
  display: block;
  position: absolute;
  left: 0;
  top: -20px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  background-color: #008077;
  font-family: "Crimson Text", serif;
  font-weight: 100;
  letter-spacing: 0.05rem;
}
.voice_faq dd {
  position: relative;
  padding: 0 40px 45px 72px;
}
.voice_faq dd:last-child {
  padding-bottom: 0;
}
.voice_faq dd span {
  display: block;
  position: absolute;
  left: 20px;
  top: -4px;
  color: #aaa;
  font-size: 2rem;
  font-family: "Crimson Text", serif;
  font-weight: 100;
  letter-spacing: 0.05rem;
}

.qa-list dl {
  position: relative;
  margin: 0;
  padding: 2rem 40px 2rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.qa-list dl:first-child {
  border-top: 1px solid #eee;
}
.qa-list dl:before {
  position: absolute;
  top: 25px;
  right: 1rem;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  font-weight: bold;
}
.qa-list dl dt:before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "Q.";
  color: #cab776;
}
.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 30px;
}
.qa-list dl dd:before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  content: "A.";
  font-weight: bold;
  color: #f00;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}

/*プライスリスト*/
.price {
  overflow: hidden;
}
.price dt {
  float: left;
  font-weight: bold;
  font-size: 18px;
  padding-top: 5px;
  line-height: 1.3;
}
.price dt:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px;
}
.price dt span {
  font-size: 13px;
}
.price dd {
  text-align: right;
  font-size: 18px;
  padding-bottom: 3px;
  padding-top: 5px;
  line-height: 1.3;
}

@media screen and (max-width: 600px) {
  .price dt {
    font-size: 14px;
  }
  .price dt span {
    font-size: 10px;
  }
  .price dd {
    font-size: 14px;
  }
}
.menu-list > li {
  display: flex;
  align-items: center;
  padding: 2px 4px;
}
.menu-list > li:not(:last-of-type) {
  margin-bottom: 15px;
}
.menu-list > li p {
  display: inline-block;
  line-height: 1.5;
}
.menu-list > li:before {
  background: radial-gradient(#aaaaaa 20%, rgba(0, 0, 0, 0) 0%) center center/8px 8px;
  content: "";
  display: inline-block;
  flex: 1;
  height: 4px;
  margin: 0 1.2em;
}
.menu-list > li .left {
  font-size: 1.8rem;
  order: -1;
  max-width: 65%;
  letter-spacing: 0.1rem;
}
.menu-list > li .left .small {
  color: #999;
  padding-top: 5px;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.menu-list > li .left .small:before {
  content: "[";
}
.menu-list > li .left .small:after {
  content: "]";
}
.menu-list > li .right {
  max-width: 35%;
  text-align: right;
  color: #c3a349;
}
.menu-list > li .right span {
  font-size: 1.3em;
}

@media all and (max-width: 639px) {
  .menu-list > li:before {
    margin: 0 5px;
  }
}
@media all and (max-width: 639px) {
  .menu-list > li .left {
    max-width: 65%;
  }
  .menu-list > li .left .small {
    font-size: 12px;
  }
}
/*プライスリスト*/
/* ボタン */
.shadow_btn02 {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  border: 2px solid #F38173;
  border-radius: 0;
  background: #fff;
  box-shadow: 4px 4px 0 #F38173;
  padding: 1em 2em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  color: #F38173;
}
.shadow_btn02:hover {
  box-shadow: -4px -4px 0 #F38173;
}

.border_btn02 {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  position: relative;
  color: #45B173;
  padding: 1em 2em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
.border_btn02::before, .border_btn02::after {
  position: absolute;
  width: 100%;
  height: 2px;
  content: "";
  transition: all 0.3s;
  background: #45B173;
}
.border_btn02::before {
  top: 0;
  left: 0;
}
.border_btn02::after {
  right: 0;
  bottom: 0;
}
.border_btn02:hover:before, .border_btn02:hover:after {
  width: 0;
}

.background_btn02 {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  width: 100%;
  max-width: 350px;
  text-decoration: none;
  border: 2px solid #F38173;
  padding: 1em 2em;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #F38173 50%, #F38173 100%);
  transition: background-position 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: background-position 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.background_btn02_arrow {
  display: inline-block;
  padding-left: 1em;
}

.background_btn02:hover {
  background-position: 0 0;
  color: #000;
}
.background_btn02:hover .background_btn02-line path, .background_btn02:hover .background_btn02-line line {
  stroke: #000;
}

.circle_btn02 {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 300px;
  padding: 1em 2em;
  color: initial;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  text-decoration: none;
}
.circle_btn02::before, .circle_btn02::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.circle_btn02::before {
  width: 0.5em;
  height: 0.5em;
  left: 1em;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.circle_btn02::after {
  left: 0;
  background: #4D9BC1;
  z-index: 1;
  width: 3em;
  height: 3em;
  border-radius: 3em;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.circle_btn02 span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
.circle_btn02:hover span {
  color: #fff;
}
.circle_btn02:hover:before {
  left: 2rem;
}
.circle_btn02:hover:after {
  right: 0;
  width: 100%;
}

.cta_btn04 {
  font-weight: bold;
  width: 100%;
  max-width: 350px;
  display: inline-block;
  padding: 1em;
  transition: 0.3s;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 10px;
  background: #F38173;
  box-shadow: 0 5px 0 #b84131;
  text-align: center;
}
.cta_btn04 p {
  margin: 0;
}
.cta_btn04 .cta_btn04_copy {
  font-size: 80%;
  display: block;
  padding: 0.3em 0;
  color: #b84131;
  border-radius: 100vh;
  background: #fff;
  margin-bottom: 10px;
}
.cta_btn04:hover {
  transform: translate(0, 3px);
  color: #fff;
  background: #F38173;
  box-shadow: 0 2px 0 #b84131;
}

.cta_btn05 {
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1em 2em 1em calc(5em - 15px);
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
  border-radius: 0.5rem;
  background: #45B173;
  box-shadow: 0 5px 0 #19934e;
  margin-left: 10px;
}
.cta_btn05 p {
  margin: 0;
}
.cta_btn05 .cta_btn05_copy {
  position: absolute;
  bottom: 0.5em;
  left: -10px;
  display: inline-block;
  width: 5em;
  height: 5em;
  line-height: 5em;
  text-align: center;
  color: #45B173;
  font-size: 80%;
  font-weight: bold;
  background: #fff;
  border: 3px solid #45B173;
  border-radius: 50%;
  box-sizing: border-box;
  transform: rotate(-10deg);
}
.cta_btn05 .cta_btn05_copy::before {
  position: absolute;
  content: "";
  bottom: -5px;
  right: -10px;
  border: 9px solid transparent;
  border-left: 15px solid #FFF;
  z-index: 0;
  transform: rotate(45deg);
}
.cta_btn05:hover {
  transform: translate(0, 3px);
  background: #45B173;
  box-shadow: 0 2px 0 #19934e;
}

.cta_btn03 {
  width: 100%;
  max-width: 350px;
  color: #fff;
  background-color: #B476CE;
  position: relative;
  padding: 1em 2em;
  border-radius: 100vh;
  border-bottom: 5px solid #7c3b97;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
  text-align: center;
  margin-top: 2em;
}

.cta_btn03-copy {
  font-size: 90%;
  font-weight: bold;
  color: initial;
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}
.cta_btn03-copy:before {
  margin-right: 1rem;
  content: "＼";
}
.cta_btn03-copy:after {
  margin-left: 1rem;
  content: "／";
}

.cta_btn03:hover {
  margin-top: calc(2em + 3px);
  border-bottom: 2px solid #7c3b97;
}

.cta_btn09 {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta_btn09-contact, .cta_btn09-tel {
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 1em 1em 1em 60px;
  border-radius: 100vh;
  width: 100%;
  max-width: 350px;
  transition: 0.3s;
}

.cta_btn09-contact {
  background: #F88400;
}

.cta_btn09-tel {
  background: #4D9BC1;
}

.cta_btn09-contact::before, .cta_btn09-tel::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}

.cta_btn09-contact::before {
  width: 50px;
  height: 41px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/mail.png);
}

.cta_btn09-tel::before {
  width: 40px;
  height: 40px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26259/cta-phone.png);
}

.cta_btn09 .copy_txt {
  line-height: 1;
  display: inline-block;
  padding: 0.2em 1.5em;
  letter-spacing: 0;
  background: #fff;
  font-size: 90%;
  border-radius: 5px;
}

.cta_btn09-contact .copy_txt {
  color: #F88400;
}

.cta_btn09-tel .copy_txt {
  color: #4D9BC1;
}

.cta_btn09 img {
  width: 1em;
  margin-right: 0.5em;
}

.cta_btn09-contact:hover, .cta_btn09-tel:hover {
  transform: scale(1.05);
}

.cbtn {
  font-weight: bold;
}
.cbtn * {
  transition: 0.3s;
}
.cbtn a {
  font-size: 17px;
  text-align: center;
  width: 300px;
  display: block;
  padding: 20px 5px;
  font-weight: bold;
  border: 2px solid #fff;
  margin: 30px auto 0;
  background: #0276ac;
}
.cbtn a:link {
  color: #fff;
  text-decoration: none;
}
.cbtn a:visited {
  color: #fff;
}
.cbtn a:hover {
  color: #0276ac;
  background: #fff;
  text-decoration: none;
  border: 2px solid #0276ac;
}
.cbtn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
}

.cbtn2 {
  font-weight: bold;
}
.cbtn2 * {
  transition: 0.3s;
}
.cbtn2 a {
  font-size: 17px;
  text-align: center;
  width: 300px;
  display: block;
  padding: 8px 5px;
  font-weight: bold;
  border: 2px solid #fff;
  margin: 30px auto;
  background: #FEAA47;
}
.cbtn2 a:link {
  color: #fff;
  text-decoration: none;
}
.cbtn2 a:visited {
  color: #fff;
}
.cbtn2 a:hover {
  color: #f60;
  background: #fff;
  text-decoration: none;
  border: 2px solid #f60;
}
.cbtn2 a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
}

@media all and (max-width: 890px) {
  .cbtn a, .cbtn2 a {
    font-size: 14px;
    width: 80%;
    padding: 15px;
    margin: 10px auto;
  }
}
.insta_btn2 {
  border-radius: 7px;
  position: relative;
  display: inline-block;
  height: 40px;
  width: 220px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration: none;
}
.insta_btn2:link {
  color: #fff;
  text-decoration: none;
}
.insta_btn2:visited {
  color: #fff;
}
.insta_btn2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.insta_btn2 .fa-instagram {
  font-size: 20px;
  position: relative;
}
.insta_btn2 span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.insta_btn2:hover span {
  transform: rotateX(360deg);
}

.flowbtn7 {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
  transition: 0.5s;
}
.flowbtn7 i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.snsbtniti {
  padding: 0 !important;
}

.snsbtniti {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.snsbtniti li, .snsbtniti div {
  text-align: center !important;
  margin: 0 5px;
}

.flowbtn7:hover {
  transform: translateY(-5px);
}

.fl_tw7 {
  background: linear-gradient(135deg, #13f1fc 0%, #0470dc 100%);
}

.insta_btn7 {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}
.insta_btn7:before {
  content: "";
  position: absolute;
  top: 27px;
  left: -12px;
  width: 59px;
  height: 40px;
  background: radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.fl_fb7 {
  background: linear-gradient(135deg, #6699ff 0%, #3b5998 100%);
}

.fl_fd7 {
  background: linear-gradient(135deg, #b1ea4d 0%, #459522 100%);
}

.fl_pk7 {
  background: linear-gradient(135deg, #f36265 0%, #dd4f68 100%);
}

.fl_hb7 {
  background: linear-gradient(to bottom, #1fbccd 0%, #1c91d4 84%);
}

.fl_yu7 {
  background: linear-gradient(135deg, #f5515f 0%, #c9293c 100%);
}

.fl_li7 {
  background: linear-gradient(135deg, #3a9278 0%, #00c300 100%);
}

.fl_ma7 {
  background: linear-gradient(135deg, #fad961 0%, #f76b1c 100%);
}

.panel {
  display: none;
}

.show {
  display: block;
}

/* hovereffect　figure*/
.snip1445 {
  float: left;
  position: relative;
  overflow: hidden;
  margin: 1%;
  width: 31.3%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
}
.snip1445:nth-child(even) {
  margin-top: 50px;
}
.snip1445 * {
  box-sizing: border-box;
  transition: all 0.55s ease;
}
.snip1445 *:before, .snip1445 *:after {
  box-sizing: border-box;
  transition: all 0.55s ease;
}
.snip1445 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.5;
}
.snip1445 .menu-btn-title {
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
  left: 30px;
  top: 20px;
  color: #fefefe;
  font-weight: 700;
  z-index: 2;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
}
.snip1445 .menu-btn-title span {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 5px;
  border-left: 1px solid #fefefe;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  display: block;
}
.snip1445 .menu-btn-title b {
  font-size: 1.4rem;
  font-weight: 700;
}
.snip1445 .arrow {
  position: absolute;
  stroke-miterlimit: 5;
  stroke-width: 1;
  stroke: #fefefe;
  right: 20px;
  bottom: 30px;
  z-index: 4;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 13px;
}
.snip1445 .arrow:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #fefefe;
  border-radius: 100%;
}
.snip1445 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1445:hover img, .snip1445.hover img {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  opacity: 0.8;
  transform: scale(1.1);
}
.snip1445:hover figcaption:before, .snip1445.hover figcaption:before, .snip1445:hover figcaption:after, .snip1445.hover figcaption:after, .snip1445:hover figcaption div:before, .snip1445.hover figcaption div:before, .snip1445:hover figcaption div:after, .snip1445.hover figcaption div:after {
  transform: translate(0, 0);
}
.snip1445:hover figcaption:before, .snip1445.hover figcaption:before, .snip1445:hover figcaption:after, .snip1445.hover figcaption:after {
  transition-delay: 0.15s;
}

@media all and (max-width: 639px) {
  .snip1445 {
    float: none;
    margin: 0px 1% 10px;
    width: 98%;
  }
  .snip1445:nth-child(even) {
    margin-top: 0px;
  }
  .snip1445 .menu-btn-title {
    font-size: 1.8rem;
  }
  .snip1445 .menu-btn-title span {
    font-size: 1rem;
  }
  .snip1445 .menu-btn-title b {
    font-size: 1.2rem;
  }
}
.snip1446 {
  float: left;
  position: relative;
  overflow: hidden;
  margin: 1%;
  width: 31.3%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  background: #000;
}
.snip1446 * {
  box-sizing: border-box;
  transition: all 0.55s ease;
}
.snip1446 *:before, .snip1446 *:after {
  box-sizing: border-box;
  transition: all 0.55s ease;
}
.snip1446 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.5;
}
.snip1446 figcaption {
  position: absolute;
  bottom: 25px;
  left: 25px;
  padding: 5px 10px 10px;
}
.snip1446 h2, .snip1446 h4 {
  margin: 0;
  line-height: 1.4;
  text-transform: uppercase;
}
.snip1446 h2 {
  color: #fff;
  font-size: 3rem;
}
.snip1446 h4 {
  font-size: 1.6rem;
  color: #fff;
}
.snip1446 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1446:hover img, .snip1446.hover img {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  opacity: 0.8;
  transform: scale(1.1);
}
.snip1446:hover figcaption:before, .snip1446.hover figcaption:before, .snip1446:hover figcaption:after, .snip1446.hover figcaption:after, .snip1446:hover figcaption div:before, .snip1446.hover figcaption div:before, .snip1446:hover figcaption div:after, .snip1446.hover figcaption div:after {
  transform: translate(0, 0);
}
.snip1446:hover figcaption:before, .snip1446.hover figcaption:before, .snip1446:hover figcaption:after, .snip1446.hover figcaption:after {
  transition-delay: 0.15s;
}

@media all and (max-width: 890px) {
  .snip1446 {
    float: none;
    margin: 0px 1% 10px;
    width: 98%;
  }
  .snip1446 h2 {
    font-size: 2rem;
  }
  .snip1446 h4 {
    font-size: 1.2rem;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.page_next {
  float: right;
}

.page_prev {
  float: left;
}

/* calendar
----------------------------------*/
.calendarArea div.calendar {
  float: left;
  width: 48%;
  margin: 1%;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .calendarArea div.calendar {
    float: none;
    width: 98%;
    margin: 1%;
    display: inline-block;
  }
}
.calendar .calendar_head {
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.calendar table {
  width: 100%;
  border-spacing: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 0;
  line-height: 1.5;
  border-collapse: separate;
}
.calendar th, .calendar td {
  background: #fff;
  padding: 7px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.calendar th {
  color: #fff;
  background: #4F616B;
  vertical-align: top;
  padding-top: 7px;
  padding-bottom: 7px;
}
.calendar td {
  width: 14.3%;
  font-size: 14px;
  vertical-align: top;
}
.calendar td.off {
  background: #F4F3F2;
  color: #555;
}
.calendar td.holiday, .calendar td.sun {
  color: #CE2727;
  background: #FCF3F3;
}
.calendar td.sat {
  color: #54AFC8;
  background: #F5FBFE;
}
.calendar .day {
  font-style: normal;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding: 0 3px;
  line-height: 1.2;
}
.calendar td.holiday .day, .calendar td.sun .day {
  color: #DF0D2D;
}
.calendar td.sat .day {
  color: #2574D3;
}
.calendar td span {
  font-size: 11px;
  line-height: 1.3;
  display: block;
}
.calendar [class*=calender-label] {
  font-size: 11px;
  line-height: 1.3;
  color: #000;
  background: #FCEBCF;
  border: solid 1px #D2AC8E;
  display: block;
  padding: 3px;
  margin-top: 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
.calendar td span.calender-label-red {
  background-color: #FCCFD1;
  border-color: #D28EA6;
}
.calendar td span.calender-label-blue {
  background-color: #CFE4FC;
  border-color: #8E9BD2;
}
.calendar td span.calender-label-green {
  background-color: #E5FCCF;
  border-color: #99C170;
}
.calendar td.calendar-none {
  background: #FBFAF7;
}
.calendar td.calendar-today {
  background: #FEFBDA;
}

/* calendar
@media screen and (max-width: 600px) {
  .calendar {
   tr:first-child{
    display: none;
   }
   width: 100%;
    .kara {
      display: none;
    }
    .calendar-labels {
      padding: 5px;
    }
    [class*=calender-label] {
      display: inline-block;
      padding: 5px;
      margin-top: 0;
      margin-right: 5px;
      font-size: 10px;
    }
  }
}
 */
/* phonemenu */
#page {
  padding: 0;
  position: relative;
  z-index: 2;
  left: 0;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#drawernav {
  overflow: auto;
  position: fixed;
  top: 0;
  right: -240px;
  width: 240px;
  height: 100%;
  background: #fff;
  color: #222;
  z-index: 99998;
  box-shadow: rgba(0, 0, 0, 0.2) -3px 0 2px 0;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}
#drawernav ul {
  list-style: none;
  padding: 0;
}
#drawernav ul:first-child {
  margin-top: 60px;
}
#drawernav ul li a {
  color: #222;
  font-size: 12px;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 1px solid #0276ac;
  background: #fff;
}
#drawernav ul li a:hover {
  color: #222;
  background: #fff;
}
#drawernav ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  margin-right: 10px;
  font-weight: 900;
}
#drawernav ul li.iphone a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f098";
  margin-right: 10px;
}
#drawernav ul li.imail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f003";
  margin-right: 10px;
}
#drawernav ul li.imap a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f041";
  margin-right: 10px;
  font-weight: 900;
}
#drawernav ul li.iphone a, #drawernav ul li.imail a, #drawernav ul li.imap a {
  color: #0276ac;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 10px;
  margin: 10px auto;
  width: 200px;
  text-align: center;
  font-size: 15px;
  background: #fff;
  font-weight: bold;
  border-bottom: 0px;
}
#drawernav ul li.iphone a:hover, #drawernav ul li.imail a:hover, #drawernav ul li.imap a:hover {
  background: #99CC66;
}
#drawernav ul li.phone a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #eee;
  border-radius: 10px;
  margin: 10px auto;
  width: 200px;
  text-align: center;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  border-bottom: 0px;
}
#drawernav ul li.phone a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f098";
  margin-right: 10px;
}
#drawernav ul li.phone a:hover {
  background: #D97223;
}
#drawernav li ul li a {
  font-size: 11px;
  color: #222;
  display: block;
  padding: 3px 20px;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
  box-shadow: none;
  background: #fff;
}
#drawernav li ul li a:before {
  content: "・";
  margin-right: 3px;
}
#drawernav img {
  display: block;
  width: 90%;
  padding: 5px 0;
  margin: 0 auto;
}
#drawernav h4 {
  padding: 0 15px;
}

.icon-menu {
  padding: 0;
  margin: 0 auto;
  height: 7px;
  text-align: center;
  width: 35px;
}

.icon-bar {
  height: 2px;
  background: #fff;
  display: block;
  margin-bottom: 6px;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

.fixed-content {
  right: inherit;
  width: 100%;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#overlay {
  z-index: -1;
  opacity: 0;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

/**
* ドロワー開放時のスタイル
**/
#humberger {
  display: none;
}

#sp_navi {
  display: none;
}

@media (max-width: 890px) {
  #humberger {
    display: block;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 45px;
    border-radius: 3px;
    padding: 15px 15px 0px;
    cursor: pointer;
    background: #0276ac;
    z-index: 99999;
    color: #fff;
  }
  .drawer-opened #page {
    left: -240px;
    box-shadow: 1px 0 2px #0276ac;
    -webkit-box-shadow: 1px 0 2px #0276ac;
  }
  .drawer-opened .fixed-content {
    left: -240px;
  }
  .drawer-opened #drawernav {
    right: 0;
  }
  .drawer-opened #humberger {
    background: none;
  }
  .drawer-opened #humberger .icon-bar {
    background: #0276ac;
  }
  .drawer-opened #humberger :nth-child(1) {
    transform: translate(0, 8px) rotate(45deg);
    -webkit-transform: translate(0, 8px) rotate(45deg);
  }
  .drawer-opened #humberger :nth-child(2) {
    transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
    opacity: 0;
  }
  .drawer-opened #humberger :nth-child(3) {
    transform: translate(0, -8px) rotate(-45deg);
    -webkit-transform: translate(0, -8px) rotate(-45deg);
  }
  #humberger :nth-child(3) {
    margin-bottom: -5px;
  }
  .drawer-opened #humberger .icon-menu {
    opacity: 0;
  }
  .drawer-opened #overlay {
    opacity: 0.5;
    left: -240px;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #sp_navi {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #0276ac;
    border-top: 1px solid #A9783F;
  }
  #sp_navi ul {
    display: table;
    width: 100%;
  }
  #sp_navi ul li {
    display: table-cell;
    width: 33.33%;
    border-right: 1px solid #A9783F;
  }
  #sp_navi ul li:last-child {
    border-right: none;
  }
  #sp_navi ul li a {
    display: block;
    padding: 10px 0;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    color: #FFFFFF;
    font-size: 1.4rem;
  }
  #sp_navi ul li a span {
    display: block;
    font-size: 1rem;
  }
}
.fixed-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 150;
}

@media all and (max-width: 896px) {
  .fixed-btn {
    display: none !important;
  }
}
.fixed-btn a {
  text-align: center;
  padding: 8px;
  display: block;
  background: #0945aa;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 11px;
  border: 2px solid #0945aa;
  box-shadow: 0 0 0 2px #fff;
}

.fixed-btn a i {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 3px;
}

.fixed-btn a:hover {
  background: #fff;
  color: #0945aa;
}

.fixed-btn a:nth-child(even) {
  background: #042153;
  border: 2px solid #042153;
}

.fixed-btn a:nth-child(even):hover {
  background: #fff;
  color: #042153;
}

.fixed-btn a:not(:last-of-type) {
  margin-bottom: 10px;
}

@media all and (max-width: 896px) {
  .fixed-btn {
    display: none !important;
  }
}
.loader {
  align-items: center;
  background: #fdfdfd;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader.off {
  display: none;
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleY(0);
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#page {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #page {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
summary {
  list-style: none;
  position: relative;
  font-weight: bold;
  padding: 20px 70px 20px 30px;
  cursor: pointer;
  color: #fff;
  background-color: #1f4786;
}
summary::-webkit-details-marker {
  display: none;
}
summary:hover {
  background-color: #09295a;
}

@media not all and (min-width: 768px) {
  summary {
    padding: 20px 50px 20px 20px;
  }
}
details[open] summary {
  background-color: #09295a;
}

summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: transform 0.5s;
  font-size: 30px;
}

details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.answer {
  padding: 20px 30px;
  transition: 0.3s;
}

@media not all and (min-width: 768px) {
  summary::after {
    right: 20px;
    font-size: 20px;
  }
  .answer {
    padding: 10px 20px;
  }
}
details {
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 700px;
}
details[open] .answer {
  animation: fadein 0.5s ease;
}
details:first-of-type {
  margin-top: 30px;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media not all and (min-width: 640px) {
  details {
    width: 100%;
  }
}/*# sourceMappingURL=basis.css.map */

/* recruit */
.recruit h2{
    font-size: 2.0rem;
    color: #0276ac;
    font-family: "Zen Kaku Gothic New", sans-serif;
    border: 2px solid #0276ac;
    padding: 0.2em 0.5em;
    border-left: solid 10px #0276ac;

}
.recruit .table1 {
    width: 75%;
    margin: 0 auto;
}
.recruit h3{
     font-size: 1.8rem;
     color: #0276ac;
    margin-top: 20px;
    border-bottom: 2px solid #0276ac;
}
.recruit .table1 th {
  vertical-align: middle;
  padding: 15px 0px;
  font-weight: bold;
      color: #0276ac;
  text-align: left;
  line-height: 1.5;
border-bottom: #0276ac 1px solid;
    text-align: center;
}
.recruit .table1 td {
  padding: 15px;
  vertical-align: middle;
  border-bottom: #ddd 1px solid;
}
.recruit .table1 td b {
  color: red;
}
.recruit .contact_info{
text-decoration: underline;
}

.sp{
  display: none;
}
@media not all and (min-width: 640px) {
  .recruit .table1 {
    width: 100%;
}
.recruit h2{
    font-size: 1.8rem;
}
.recruit h3{
     font-size: 1.6rem;
         border-bottom: 2px solid #0276ac;

}
.recruit .table1 th{
      width: 20%;
}
.sp{
  display: block;
}
}

