@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
.font-roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.font-lato {
  font-family: 'Lato', sans-serif;
}
.font-notosans {
  font-family: 'Noto Sans JP', sans-serif;
}

.font-noto{
  font-family: 'Noto Serif JP', serif;
}




html, body {
  height: 100%;
}
*, *::after, *::before {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

@media print{
  html, body {
  height: auto;
}
}


input, button {
  -webkit-font-smoothing: antialiased;
}

input[type="text"], 
input[type="tel"], 
input[type="number"], 
input[type="email"], 
input[type="password"], 
textarea {
display: block;
padding: 0.3em 1em;
margin: 0 0 5px 0;
outline: none;
vertical-align: middle;
color: #000000;
font-size: 1em;
max-width: 100%;
background: #FFFFFF;
border: 1px solid #bdbdbd;
border-radius: 5px;
}

input[type="text"], 
input[type="tel"], 
input[type="email"], 
textarea {
width:100%;
}

input[type="number"] {
width:30%;
}

select {
position:relative;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
display:block;
padding: 0.3em 1em;
margin: 0 0 10px 0;
outline: none;
vertical-align: middle;
border-radius: 3px;
width: 100%;
background: #FFFFFF;
border: 1px solid #bdbdbd;
}

.select{
position:relative;
overflow:hidden;
display:block;
width: 100%;
}

.select:after{
display:block;
font-family: "Font Awesome 5 Free";
content:"\f107";
font-style:normal;
font-variant: normal;
text-rendering: auto;
font-weight:bold;
font-size:1.4em;
line-height:1;
position:absolute;
top:20%;
right:3%;
}

select::-ms-expand {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}


input[type="text"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
textarea:focus {
  background: white;
}
input[type="checkbox"], input[type="radio"] {
margin-left:10px;
vertical-align:middle;
-moz-transform-origin: right bottom;
-moz-transform: scale( 1.2 , 1.2 );
-webkit-transform-origin: right bottom;
-webkit-transform: scale( 1.2 , 1.2 );
width:1.4em;
height:1.4em;
}


input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #b41418;
  background-color: #f9c0d3;
  border: 1px solid #ff4682;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}


button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

.parsley-errors-list {
  margin: 0.3em 0 0.3em;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  display: inline-block;
  background:#ff4682;
  border-radius:5px;
  padding:0.3em 1em;
  color: #ffffff;
  font-weight:bold;
  font-size:75%;
  font-family: 'Noto Sans JP', sans-serif;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-required, .parsley-type, .parsley-filemaxmegabytes, .parsley-filemimetypes{
  
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

@media print, screen and (max-width: 400px) {
  .parsley-required, .parsley-type, .parsley-filemaxmegabytes, .parsley-filemimetypes{
    font-size:1em;
  }
}

::-webkit-input-placeholder{
    font-size: 80%;
}
::-moz-placeholder{
    font-size: 80%; 
}
:-ms-input-placeholder{
    font-size: 80%;   
}

/* ------------------------
  Magnific Popup CSS
------------------------ */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; 
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; 
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } 
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}


/* 
====== mfp Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp Newspaper effect ======
*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp Move-horizontal effect ======
*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp Move-from-top effect ======
*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp 3d unfold ======
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp Zoom-out effect ======
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp "Hinge" close effect ======
*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}


body {
  color: #000000;
  background: #FFFFFF;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  overflow-x: hidden;
  font-size: 1.4em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}
p {
  line-height: 1.8;
  letter-spacing: 0.05rem;
  text-align: center;
}
main {
  display: block;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  display: block;
  color: #4e92c3;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
sup, sub {
  font-size: 1.2rem;
}

@media print{
  body{
  font-size:12px;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
  .inner {
    width: 80%;
  }
}
@media only screen and (max-width:750px) {
  .inner {
    width: 90%;
  }
  body {
    font-size: 1.35rem;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}


/* ------------------------
  header
------------------------ */

.l-container {
  position: relative;
  z-index: 2;
  animation: fadeIn 2s;
  animation-delay: 1s;
  animation-fill-mode: backwards;
  -webkit-animation: fadeIn 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: backwards;
}

.l-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-container::after {
  content: "";
  display: block;
  clear: both;
}

.is-fixed {
  
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:999;
  width:100%;
  transition:.9s;
z-indexwebkit-transition:.9s;
}

.l-header_logo {
  display: block;
  overflow: hidden;
  margin:0 auto;
  text-align:left;
  padding-top:50px;
  z-index: 900;
  position:relative;
  float:left;
  width:185px;

}

.l-header_logo a{
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.l-header_logo a:hover{
  opacity: .7;
}


@media only screen and (max-width: 1080px) {
  .l-header_logo {
    padding-top:40px;

  }
}

@media only screen and (max-width: 950px) {
  .l-header_logo {
    float: none;
    padding-top: 15px;
    margin:0 0 0 3%;
  }
}

@media only screen and (max-width: 600px) {
  .l-header_logo {
    padding-top: 10px;
    width: 30%;
  }

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

@media print{
  .l-header_logo {
    float: none;
    padding-top: 15px;
    margin:0 0 0 3%;
  }
}

@media only screen and (max-width: 480px) {
  .l-header_logo {
    width: 40%;
  }
}

.head-order{
  position:absolute;
  right:2.5%;
  top:0;
}
 .head-order a{
  margin-top:-10px;
  display:block;
  background:#5092c5;
  color:#FFFFFF;
  padding:1.3em 1.5em 0.8em 1.5em;
  border-radius:0 0 10px 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

 .head-order a:hover{
  margin-top:0;
  background:#ff96b8;
}


@media only screen and (max-width: 1080px) {
  header .head-order{
    position:absolute;
    right:0;
    top:0;
  }

  header .head-order a{
    font-size:80%;
  }
}

@media only screen and (max-width: 950px) {
  header .head-order{
    position:absolute;
    right:13%;
    top:0;
  }

  header .head-order a{
    font-size:80%;
  }
}

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

  header .head-order a{
    font-size:60%;
  }
}

@media only screen and (max-width: 400px) {
  header .head-order{
    right:17%;
  }
  header .head-order a{
    padding:1.3em 1em 0.8em 1em;
    font-size: 50%;
  }
}

@media print{
  .l-container {
    position: relative;
    z-index: 2;
    animation: none;
    animation-delay: none;
    animation-fill-mode: backwards;
    -webkit-animation: none;
    -webkit-animation-delay: none;
    -webkit-animation-fill-mode: backwards;
  }

  header .head-order{
    position:absolute;
    right:13%;
    top:0;
  }

  header .head-order a{
    font-size:80%;
  }

  .is-fixed {
    position:relative;
  }
}


/* ------------------------
  navigation main
------------------------ */

.cd-main-content {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  display: block;
}

.cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}


.cd-main-content {
  background: #FFFFFF;
  z-index: 1;
  padding-top:100px;
}

.cd-main-header {
  background:#FFFFFF;
  z-index: 3;
  padding:0 2.5%;
}

.nav-is-fixed .cd-main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 1080px) {
  .cd-main-header {
    background:#FFFFFF;
    z-index: 3;
    padding:0 0 0 1%;
  }

  .cd-main-content {
    padding-top:80px;
  }
}

@media only screen and (max-width: 950px) {
  .cd-main-header {
    padding:0;
    background: rgba(255,255,255,.7);
  }
  .cd-main-content {
    padding-top:60px;
  }
}

@media only screen and (max-width: 600px) {
  .cd-main-content {
    padding-top:50px;
  }
}

@media print{
  .cd-main-content {
    padding-top:20px;
  }
}


.cd-header-buttons {
  position: absolute;
  display: inline-block;
    top: 23px;
    right: 4em;
    left:auto;
  }

.cd-header-buttons li {
  display: inline-block;
}








@media only screen and (max-width: 950px) {
.mimi {
  display:block;
}
}

@media only screen and (min-width: 950px) {
.mimi {
  display:none;
}
}

@media only screen and (max-width: 950px) {
.cd-nav {
  display:none;
}
}

@media only screen and (min-width: 950px) {
.cd-nav {
  display:block;
}
}

@media print{
  .cd-nav {
    display:none;
  }
}

/* ------------------------
  navigation trigger
------------------------ */

.cd-nav-trigger {
  display: none;
}



/* ------------------------
  navigation primary
------------------------ */


  .cd-primary-nav {
    position: static;
    padding: 50px 13em 0 3%;
    height: auto;
    width: auto;
    overflow: visible;
    background: transparent;
    font-size:0.95rem;
    display:flex;
     justify-content: space-evenly;
     flex-direction: row;
  }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cd-primary-nav > li{
    padding: 0 1em;
    }
  }
  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .cd-primary-nav.moves-out > li > a:hover {
    opacity:.7;
  }
  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;

  }
  .cd-primary-nav ul.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-primary-nav ul.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .cd-primary-nav > li {
    display:inline-block;
  }

  .cd-primary-nav > li img {
    vertical-align: baseline;

  }

  
 .cd-primary-nav > li:nth-child(4)::after {
    content: "";
    display:inline-block;
    border:none;

  }
  .cd-primary-nav > li:last-child::after {
    content: "";
    display:inline-block;
    border:none;

  }

  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-bottom: none;
    -webkit-transition: color 0.3s, border 0.5s ;
    -moz-transition: all 0.3s, border 0.5s;
    transition: all 0.3s, border 0.5s;
    color:#646464;


  }

   .cd-primary-nav > li > a:before {
    content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #5092c5;
  transition: 0.35s;

  }

  .cd-primary-nav > li > a:hover {
    color:#3c77a4;

  }

   .cd-primary-nav > li > a:hover:before {
    width: 100%;

  }
  .cd-primary-nav > li > a.selected:before {
    width: 100%;

  }

   .cd-primary-nav > li > .has-chial {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: color 0.3s, box-shadow 0.8s;
    -moz-transition: color 0.3s, box-shadow 0.8s;
    transition: color 0.3s, box-shadow 0.8s;
    cursor: pointer;
    opacity:1;
  }
   .cd-primary-nav > li > .has-chial:hover {
 
  }

  .cd-primary-nav .has-children{
    position:relative;
  }

  .cd-primary-nav .cd-nav-icons {
    /* dropdown menu style */
    position: absolute;
    text-align:left;
    top: 30px;
    left:0;
    width: 15em;
    margin:0 auto;
    background: #444444;
    padding: 10px 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;

  }
  .cd-primary-nav .cd-nav-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
    display:block;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    color: #2e3233;

    /* hide description on small devices */
  }

  .cd-primary-nav .cd-nav-icons li {
  /* set here number of columns - use width percentage */
padding: 5px 0 5px 20px;
    margin: 5px 0;
  }
  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
  /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    line-height: 1.2;
    padding-left:0.5em;
    position: relative;
    z-index:10;
    text-decoration: none;
    color:#FFFFFF;
    border-left:3px solid #FFFFFF;
    font-size:90%;
    -webkit-transition: color .3s 0s, border-color 3s;
    -moz-transition: color .3s 0s, border-color .3s;
    transition: color .3s 0s, border-color .3s;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    color:#5092c5;
    border-color:#5092c5;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover h3{
    color:#000;
    
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #fff100;
    font-weight:bold;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }


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

  .cd-primary-nav {
    padding: 40px 11em 0 2%;
    font-size:0.9rem;
  }

}

@media only screen and (max-width: 800px) {
.cd-primary-nav > li img {
    height:35px;
    width:auto;
  }

}



/* ------------------------
  navigation overlay
------------------------ */

.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
@media only screen and (max-width: 1032px) {
  .cd-overlay.is-visible.lang-is-visible, .nav-on-left .cd-overlay.is-visible.lang-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* ------------------------
  support for no js
------------------------ */

.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 699px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }
  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }
}

/* ------------------------
  navigation ALL
------------------------ */

.hamburger {
  display: block;
  width: 35px;
  height: 27px;
  position: absolute;
  top: 30px;
  right: 3%;
  z-index: 1000;
  cursor: pointer;
transition: opacity 0.5s ease-in-out;
}

.hamburger:hover {
  opacity: 0.7;
}


.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after  {
  background: #5092c5;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .6s ease-in-out;
  cursor: pointer;
}



.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -11px;
}
.hamburger__icon:after {
  top: 11px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(11px) translateX(0) rotate(405deg);
  -ms-transform: translateY(11px) translateX(0) rotate(405deg);
  -webkit-transform: translateY(11px) translateX(0) rotate(405deg);
  transform: translateY(11px) translateX(0) rotate(405deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-11px) translateX(0) rotate(-405deg);
  -ms-transform: translateY(-11px) translateX(0) rotate(-405deg);
  -webkit-transform: translateY(-11px) translateX(0) rotate(-405deg);
  transform: translateY(-11px) translateX(0) rotate(-405deg);
}


@media only screen and (max-width: 600px) {
  .hamburger {
    top: 25px;
    right:10px;
  }
}

.m-nav {
  top: 0;
  left: 0;
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  background: #5092c5;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.m-nav__wrapper {
  width: 80%;
  margin:0 auto;
  height: 100%;
  padding:30px 0 0 0;
}
.m-nav.active {
  height: 100%;
  visibility: visible;
  opacity: .95;
}

.m-nav .m_nav_contact a{
  font-weight: 800;
  display:inline-block;
  background:#ff96b8;
  color:#FFFFFF;
  padding:0.5em 1.5em;
  border-radius:10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-nav .m_nav_contact a:hover{
  background:#ff96b8;
  opacity: .8;
}
.m-nav .m_nav_container {
  margin: 0;
  padding: 1em 0 1em 10%;
  width:100%;


}
.m-nav .m_nav_container::after{
  content: "";
  display: block;
  clear: both;
}

.m-nav ul.m_nav_col{
  width:100%;
  margin: 0;
  padding: 0;
  font-family: Lato;
  font-size: 1.4rem;
  line-height: 1.4;

}
.m-nav li {
  color:#fff;
  list-style-type: none;
  text-align: left;
  opacity: 0;
}

.m-nav.active li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}

.m-nav.active li:nth-of-type(2) {
  animation-delay: 0.4s;
}

.m-nav.active li:nth-of-type(3) {
  animation-delay: 0.45s;
}

.m-nav.active li:nth-of-type(4) {
  animation-delay: 0.5s;
}

.m-nav.active li:nth-of-type(5) {
  animation-delay: 0.55s;
}

.m-nav.active li:nth-of-type(6) {
  animation-delay: 0.6s;
}

.m-nav.active li:nth-of-type(7) {
  animation-delay: 0.65s;
}

.m-nav.active li:nth-of-type(8) {
  animation-delay: 0.7s;
}

.m-nav.active li:nth-of-type(9) {
  animation-delay: 0.75s;
}



.m-nav .mnavoy{
  padding:0.5em 0 0.5em 1em;
  
}

.m-nav .mnavko{
  padding:0.5em 0 0.5em 2em;
  
}

.m-nav .mnavoy > a{
  color:#fff;
  font-weight:800;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-left: 5px solid #FFFFFF;
  padding-left: .5em;

}
.m-nav li a {
  font-weight:800;
  color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration:none;
  border-left: 5px solid #FFFFFF;
  padding-left: .5em;
}

.m-nav li a:hover{
  color:#000000;
  border-left: 5px solid #000000;
}


@media only screen and (max-width: 600px) {
  .m-nav .m_nav_contact a, .m-nav .mnavoy > a, .m-nav li a{
    font-size: 80%;
  }
}





.linkbt {

}

.linkbt a{
  display: inline-block;
  margin: 1em auto;
  padding: 0.7em 2em;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 1px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.linkbt a:before,
.linkbt a:after{
  content: '';
  border-radius: 40px;
  height: 100%;
  width: 100%;
  position: absolute;
}

.linkbt a:before{
  background: rgba(255,150,184,1);
  left: 0;
  top: 0;
  z-index: -1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.linkbt a:after{
  background: #c6c6c6;
  left: 5px;
  top: 5px;
  z-index: -2;
}


.linkbt a:hover:before{
  background: rgba(80,146,197,1);
}


.linkbtb {

}

.linkbtb a{
  display: inline-block;
  margin: 1em auto;
  padding: 0.7em 2em;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 1px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.linkbtb a:before,
.linkbtb a:after{
  content: '';
  border-radius: 40px;
  height: 100%;
  width: 100%;
  position: absolute;
}

.linkbtb a:before{
  background: rgba(150,209,255,1);
  left: 0;
  top: 0;
  z-index: -1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.linkbtb a:after{
  background: #c6c6c6;
  left: 5px;
  top: 5px;
  z-index: -2;
}


.linkbtb a:hover:before{
  background: rgba(255,150,184,1);
}



/*-------------------
headerimage
-------------------*/


#mainimg{
  width: 100%;
  margin: 0 auto;
  overflow:hidden;
  padding: 0;
  animation: fadeInTop 1s;
  animation-delay: .5s;
  animation-fill-mode: backwards;
  -webkit-animation: fadeInTop 1s;
  -webkit-animation-delay: .5s;
  -webkit-animation-fill-mode: backwards;

}


#mainimg .swiper-container{
  position: relative;
  
}

#mainimg .swiper-container:before{
  content: "";
  display: block;
  padding-top: calc(492/1200*100%); /* 縦/横*100の値を書く */

}

#mainimg .swiper-wrapper{
  position: absolute; /* ← swiper.cssと優先順位が干渉するときは工夫してください */
  top: 0;
  left: 0;
  
}

#mainimg .swiper-slide img{
  width: 100%;
  height: auto;

}




.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: 8% !important;
}

.swiper-pagination-bullet{
  width: 15px !important;
  height: 15px !important;
}

.swiper-pagination-bullet-active {
  background: #5092c5 !important;
}


.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom:5% !important;
}


#mainimg .mainimg {
  padding-bottom: 15px;
}

#mainimg .mainimg img{
  width: 100%;
  height: auto;
   box-shadow: 0px 10px 10px 0 rgba(0,0,0,0.2);
}

@media only screen and (max-width: 768px) {
  .swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;
  }
}

@media only screen and (max-width: 600px) {
  #mainimg .mainimg {
    padding-bottom: 10px;
  }

  #mainimg .mainimg img{
     box-shadow: 0px 8px 8px 0 rgba(0,0,0,0.2);
  }
}

@media only screen and (max-width: 400px) {
  #mainimg .mainimg {
    padding-bottom: 8px;
  }

  #mainimg .mainimg img{
     box-shadow: 0px 5px 5px 0 rgba(0,0,0,0.2);
  }
}

@media print{
  #mainimg .swiper-container{
  display: none;
  
}

  #mainimg .swiper-container:before{
  content: "";
  display: block;
  padding-top: 0;

}
  #mainimg .swiper-wrapper{
    position: static;
    top: 0;
    left: 0;
    width: 100% !important;
    
  }

  #mainimg .swiper-slide img{
    width: 100% !important;
    height: auto;

  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #mainimg .swiper-container{
    display: none;
    
  }
  }

/*-------------------
prmainimg
-------------------*/


#prmainimg{
  display: none;

}

@media print{
  #prmainimg{
    display: block;
    width: 100%;
  }

  #prmainimg img{
    width: 100%;
    height: auto;
  }
}


@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #prmainimg{
    display: block;
    width: 100%;
  }
  #prmainimg img{
    width: 100%;
    height: auto;
  }
  }


/*-------------------
header fade
-------------------*/

.hdfade{
animation: fadeInBottom 1s;
  animation-delay: 1s;
  animation-fill-mode: backwards;
  -webkit-animation: fadeInBottom 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: backwards;

}

.hdfade2{
animation: fadeInTop 1s;
  animation-delay: 1s;
  animation-fill-mode: backwards;
  -webkit-animation: fadeInTop 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: backwards;
}

.hdfade3{
animation: fadeInBottom 1s;
  animation-delay: 2s;
  animation-fill-mode: backwards;
  -webkit-animation: fadeInBottom 1s;
  -webkit-animation-delay: 2s;
  -webkit-animation-fill-mode: backwards;

}

/*-------------------
intoro
-------------------*/

#intro{
  width: 100%;
  margin: 0;
  padding: 50px 0;
  overflow:hidden;
  text-align: center;
}

#intro .intromain{
  width: 90%;
  margin: 0 auto;
}

#intro .intromain .intro-text .pc{
  display: block;
}

#intro .intromain .intro-text{
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  letter-spacing: 3px;
  color: #0062a8;
  background: url("../images/top/intro_bg.png") no-repeat center top;
  background-size: auto 100%;
  padding: 2.5em 0;
}

#intro .intromain .linkbt{
  padding-top: 0.8em;
}

#intro .fortelist{
  padding-top: 2em;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

#intro .fortelist li{
  display: inline-block;
  width: 30%;
  padding: 0 3% 0 1%;
  border-left: 5px solid #c0e3ff;
  vertical-align: top;
} 


#intro .fortelist li dl dt{
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 0.8em;
  text-align: left;
}

#intro .fortelist li dl dd{
  
}

#intro .fortelist li dl .forte-text{
  font-family: 'Noto Serif JP', serif;
  font-size: 0.9rem;
  padding-left: 0.7em;
  line-height: 2;
  text-align: left;
}

#intro .fortelist li dl .forte-img{
  padding-top: 1em;
}

#intro .fortelist li dl .forte-img img{
  width: 100%;
  height: auto;
}

#intro .fortelist li dl .linkbt a{
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 1200px) {
  
  #intro{
    padding: 5% 0;
  }
  #intro .intromain .intro-text{
    font-size: 2vw;
  }

  #intro .fortelist{
    width: 100%;
  }

  #intro .fortelist li dl dt{
    font-size: 1.8vw;
  }
}

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

  #intro .fortelist li dl .forte-text{
    font-size: 1.6vw;
  }

  #intro .fortelist li dl .linkbt a{
    font-size: 1.7vw;
  }
}

@media only screen and (max-width: 600px) {
  #intro .intromain .intro-text{
    letter-spacing: 0;
    font-size: 2.5vw;
  }

  #intro .intromain .linkbt a{
    font-size: 2.5vw;
  }

  #intro .fortelist{
    padding-top: 0;
  }

  #intro .fortelist li{
    display: block;
    width: 80%;
    margin: 30px auto;
    padding: 0 0 0 2%;
  } 

  #intro .fortelist li dl dt{
    font-size: 3.8vw;
  }

  #intro .fortelist li dl .forte-text{
    font-size: 2.1vw;
    padding-left: 0.7em;
  }

  #intro .fortelist li dl .linkbt a{
    font-size: 2.2vw;
    display: inline-block;
  }
}

@media only screen and (max-width: 400px) {
  #intro .intromain{
    width: 90%;
    margin: 0 auto;
  }

  #intro .intromain .intro-text{
    text-align: left;
    font-size: 3.5vw;
  }
  #intro .intromain .intro-text .pc{
    display: none;
  }

  #intro .intromain .linkbt a{
    font-size: 3.2vw;
  }

  #intro .fortelist li dl dt{
    font-size: 4.5vw;
  }

  #intro .fortelist li dl .forte-text{
    font-size: 3.3vw;
    padding-left: 0.7em;
  }

  #intro .fortelist li dl .linkbt a{
    font-size: 3.2vw;
    display: inline-block;
  }

}

@media print{
  #intro{
    padding: 20px 0;
  }

  #intro .intromain .intro-text{
    font-size: 16px;
  }
  #intro .fortelist{
    padding-top: 20px;
    width: 100%;
    max-width: auto;
    margin: 0 auto;

  }

  #intro .fortelist li dl dt{
    font-size: 13px;
  }

  #intro .fortelist li dl .linkbt a{
    font-size: 12px;
  }
}


/*-------------------
case
-------------------*/

#case{
  width: 100%;
  margin: 0;
  padding: 50px 0;
  overflow:hidden;
  text-align: center;
  background: linear-gradient(#e5f4ff, #afdcff);
}

#case .caselist{
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#case .caselist li{
  width: calc((100% - 1%) / 3);
  padding:1%;
  vertical-align: top;
}

#case .caselist .qatitle{
  padding-top: 2.5em;
}

#case .caselist .flbox{
  background: linear-gradient(#3583d8, #74bffd);
  font-size: 1.8rem;
  padding: 2em 0;
  width: 90%;
  margin: 0 auto;
  height: 100%;

}

#case .caselist .qatitle h2{
  font-size: 60%;
  color: #c5dcf5;
  font-weight: normal;
}

#case .caselist .qatitle p{
  font-family: 'Noto Serif JP', serif;
  color: #FFFFFF;
  font-weight: 600;
}

#case .caselist .qatitle p span{
  border-bottom: 2px solid #FFFFFF;
}


#case .caselist .qalast{
  padding-top: 2.5em;
}

#case .caselist .qalast .flbox{
  display: flex;
  justify-content: center;
  align-items: center;
}

#case .caselist .qalast p{
  font-size: 60%;
  font-family: 'Noto Serif JP', serif;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 2.5;
  
} 

#case .caselist .casebox{
  position: relative;
}

#case .caselist .casebox .casepic{
}

#case .caselist .casebox .casewap{
  background: #FFFFFF;
  border-radius: 20px;
  padding: 2em 0 1em 0;
  margin-top: -2em;
}

#case .caselist .casebox .casewap .caseques{
  color: #0062a8;
  font-weight: 600;

}

#case .caselist .casebox .casewap .caseques span{
  border-bottom: 2px solid #ff96b8;
}

#case .caselist .casebox .casewap .caseques:after{
  content: "▼";
  display: block;
  color: #c0e3ff;
  height: 1em;
  width: 100%;
}

#case .caselist .casebox .casewap .caseans{
  font-size: 75%;
  color: #ff578d;
  font-weight: 600;
  padding: 1em 0;
  letter-spacing: 0;
}

#case .caselist .casebox .casewap a{
  display: block;
  border-top: 2px solid #000000;
  padding-top: 1em;
  color: #000000;
  font-size: 70%;
  font-weight: 600;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#case .caselist .casebox .casewap a:hover{
  color: #999999;
}

@media only screen and (min-width: 1600px) {
  #case .caselist{
    width: 1500px;
  }

}

@media only screen and (max-width: 1300px) {
  #case .caselist{
    width: 95%;
  }

}

@media only screen and (max-width: 1100px) {
  #case .caselist .qatitle{
    padding-top: 5%;
  }
  #case .caselist .flbox{
    font-size: 2.8vw;
  }

  #case .caselist .casebox .casewap .caseques{
    font-size: 2vw;
  }

  #case .caselist .casebox .casewap .caseans{
    font-size: 1.6vw;
  }

  #case .caselist .casebox .casepic img{
    width: 30%;
    height: auto;
  }

}

@media only screen and (max-width: 600px) {
  
  #case{
    padding: 5% 0;
  }
  #case .caselist{
    width: 80%;
  }

  #case .caselist li{
    width: 100%;
    margin: 0 auto;
    padding:2% 0;
    vertical-align: top;
  }

  #case .caselist .qatitle{
    padding-top: 0;
  }

  #case .caselist .qalast{
    padding-top: 5%;
  }

  #case .caselist .flbox{
    font-size: 5vw;
    padding: 1em 0;
    width: 100%;
  }

  #case .caselist .casebox .casewap .caseques{
    font-size: 5vw;
  }

  #case .caselist .casebox .casewap .caseans{
    font-size: 4vw;
  }

  #case .caselist .casebox .casepic img{
    width: 15%;
    height: auto;
  }
}

@media only screen and (max-width: 400px) {
  
  #case .caselist{
    width: 80%;
  }

  #case .caselist .casebox .casepic img{
    width: 20%;
    height: auto;
  }
}

@media print{
  #case .caselist{
    width: 100%;
  }

  #case .caselist .flbox{
    font-size: 15px;
  }

  #case .caselist .casebox .casewap .caseques{
    font-size: 15px;

  }

  #case .caselist .casebox .casewap .caseans{
    font-size: 50%;
  }


}



/*-------------------
pr_button
-------------------*/

#pr_button{
  width: 100%;
  margin: 0;
  padding: 50px 0;
  overflow:hidden;
  text-align: center;
  background: #FFFFFF linear-gradient(#E6F4FF, #c4e5ff);
}

#top #pr_button{
  background: #FFFFFF;
}

#pr_button h2{
  font-weight: 500;
  border-bottom: 2px solid #0062a8;
  padding: 0 0.5em;
  display: inline-block;
  font-size: 1.6rem;
}

#pr_button ul{
  width: 90%;
  padding-top: 1em;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#pr_button ul li{
  width: calc((100% - 1%) / 3);
  padding:1% 0.5%;
  
}

#pr_button ul li a{
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#pr_button ul li a:hover{
  opacity: .6;
}

#pr_button ul li img{
  width: 100%;
  height: auto;
  transform: scale(1);
}

@media only screen and (max-width: 1000px) {
  #pr_button{
    padding: 5% 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  
  #pr_button h2{
    font-size: 5vw;
  }
  #pr_button ul li{
    width: calc((100% - 1%) / 2);
    padding:1% 0.5%;
    
  }
}



/*-------------------
rec_button
-------------------*/

#rec_button{
  width: 100%;
  margin: 0;
  padding:0;
  overflow:hidden;
  text-align: center;
  
}

#rec_button .recbtbx{
  margin-top: 90px;
  background: #FFFFFF linear-gradient(#e3f3ff, #AFDCFF);
}

#rec_button .recbtbx .recin{
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  max-width: 1200px;
  min-height: 260px;
  margin: 0 auto;
} 

#rec_button .recbtbx .recin .reclink{
  width: 80%;
  margin: 0 auto;
  text-align: left;
  border-bottom: 3px solid #FFFFFF;
}

#rec_button .recbtbx .recin .reclink a{
  font-size: 2rem;
  font-weight: 600;
  color: #0062a8;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#rec_button .recbtbx .recin .reclink a:hover{
  color: #ff96b8;
}

#rec_button .recbtbx .recin .recphoto{
  position: absolute;
  bottom: 0;
  right: 1%;
}

#rec_button .recphoto img{
  vertical-align: bottom;
  height: 350px;
  width: auto;
}

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

  #rec_button .recbtbx{
    margin-top: 7%;
    height: 100%;
  }

  #rec_button .recbtbx .recin{
    padding: 6.8% 0 6.9% 0;
    min-height: auto;
  } 
  #rec_button .recbtbx .recin .recphoto{
    width: 55%;
    right: 0;
  }
  #rec_button .recphoto img{
    width: 100%;
    height: auto;
  }

  #rec_button .recbtbx .recin .reclink a{
  font-size: 3vw;
  }
}



@media only screen and (max-width: 480px) {
  
  #rec_button .recbtbx .recin{
    padding: 6.2% 0 6.2% 0;
  } 
  #rec_button .recbtbx .recin .reclink{
    width: 90%;
  }

  #rec_button .recbtbx .recin .reclink a{
    font-size: 3.5vw;
  }
}

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



}

@media print{
  #rec_button .recbtbx{
    margin-top: 7%;
    height: 100%;
  }

  #rec_button .recbtbx .recin .recphoto{
    width: 55%;
    right: 0;
  }

  #rec_button .recphoto img{
    width: 100%;
    height: auto;
  }

  #rec_button .recbtbx .recin{
    padding: 6.8% 0 6.9% 0;
    min-height: auto;
  } 
  #rec_button .recbtbx .recin .reclink{
    width: 90%;
  }

  #rec_button .recbtbx .recin .reclink a{
    font-size: 25px;
  }
}

/*-------------------
contact_button
-------------------*/

#contact_button{
  width: 100%;
  margin: 0;
  padding: 0 0 50px 0;
  overflow:hidden;
  text-align: center;
  background: #FFFFFF linear-gradient(#c4e5ff, #afdcff);
}

#top #contact_button{
  background: #FFFFFF;
  border-bottom: 3px solid #c0e3ff;
  padding: 50px 0;
}

#contact_button h2{
  font-weight: 500;
  border-bottom: 2px solid #0062a8;
  padding: 0 0.5em;
  display: inline-block;
  font-size: 1.6rem;
}

#top #contact_button h2{
  background: #FFFFFF;
}

#contact_button .contactbt{
  padding: 2em 0;
  width: 80%;
  max-width: 525px;
  margin: 0 auto;
}

#contact_button .contactbt a{
  background: #FFFFFF;
  border-radius: 15px;
  padding: 1.5em 2em;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #0062a8;
  font-weight: 500;
}

#top #contact_button .contactbt a{
  background: #96d1ff;
  color: #FFFFFF;
}

#contact_button .contactbt a:hover{
  background: #ff96b8;
  color: #FFFFFF;
}

#top #contact_button .contactbt a:hover{
  background: #ff96b8;
}

#contact_button .cinfobt{
  padding:0;
  width: 60%;
  max-width: 300px;
  margin: 0 auto;
}

#contact_button .cinfobt a{
  background: #4e92c3;
  border-radius: 10px;
  padding: 0.5em 2em;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #FFFFFF;
  font-weight: 500;
  
}

#top #contact_button .cinfobt a{
  background: #FFFFFF;
  color: #96d1ff;
  border: 2px solid #96d1ff;
}

#contact_button .cinfobt a:hover{
  background: #FFFFFF;
  color: #4e92c3;
}

#top #contact_button .cinfobt a:hover{
  background: #96d1ff;
  color: #FFFFFF;
}

@media only screen and (max-width: 600px) {
  #contact_button{
    padding: 5% 0;
  }
  #contact_button h2{
    font-size: 5vw;
  }

}

@media only screen and (max-width: 480px) {
  
  #contact_button .contactbt{
    padding: 5% 0;
  }

  #contact_button .contactbt a{
    font-size: 4vw;
  }

  #contact_button .cinfobt a{
    font-size: 3.5vw;
  }

}


/*-----------------
footer
-----------------*/

footer {
  padding: 2em 0 0 0;
  text-align: center;
  position: relative;

}

footer .footerin{
  width: 90%;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 2em;
  max-width: 900px;
}

footer .footerin:after{
  clear: both;
  content: "";
  display: table;
}

footer .footerin .ftmenu{
  width: 68%;
  float: right;
}

footer .footerin .ftcminfo{
  width: 32%;
  float: left;
  padding-top: 3em;
}

footer .footerin .ftcminfo dt{
  text-align: center;
}


footer .footerin .ftcminfo dd{
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 1px;
}


footer .footerin .ftcminfo dd .fas{
  font-size: 80%;
  padding-right: 0.3em;
}

footer .footerin .ftcminfo dd a{
  display: inline-block;
  color: #000000;
}

footer .footerin .ftmenuList{
  width: 12em;
  padding-left: 2em;
  font-size: 1.3rem;
  font-weight: 500;
  color: #787878;
  letter-spacing: 1px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: top;
}


footer .footerin .ftmenuList > li{
  
  margin: 1em 0;
  
}

footer .footerin .ftmenuList li.fthaschild{
  border-left: 5px solid #c0e3ff;
  padding-left:0.8em ;
  margin: 1em 0;
   -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}

footer .footerin .ftmenuList li.fthaschild:hover{
  border-left: 5px solid #ff96b8;
  color: #000000;
  
}

footer .footerin .ftmenuList > li > a{
  color: #787878;
  border-left: 5px solid #c0e3ff;
  padding-left:0.8em ;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}

footer .footerin .ftmenuList > li > a.ftmtt{
  color: #787878;
  border-left: none;
  padding-left:0 ;
  
}

footer .footerin .ftmenuList > li > a:hover{
  border-left: 5px solid #ff96b8;
  color: #000000;
  
}

footer .footerin .ftmenuList > li > a.ftmtt:hover{
  border-left: none;
  color: #000000;
  
}

footer .footerin .ftmenuList .ftmchild a{
  color: #787878;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-left: 3px solid #c0e3ff;
  padding-left: 0.5em;
  
}

footer .footerin .ftmenuList .ftmchild a:hover{
  color: #000000;
  border-left: 3px solid #ff96b8;
  
}


footer .footerin .ftmenuList .ftmchild li{
  
  font-size: 80%;
  margin: 0.8em 0;
}

footer .copyright{
  background: #c0e3ff;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  padding: 1.5em 0;
}

/* back to top */
#go-top {
  position: fixed;
  bottom: 10%;
  right: 3%;
  z-index: 1;
  width: 100%;
  text-align: center;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#go-top .totop {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  padding: 0;
}

#go-top .totop img{
    width:30%;
    height:auto;
    vertical-align: middle;
}
#go-top .totop a {
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}

#go-top .totop a:before {
  content: "ページトップへ";
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0;
  padding-right: 0.5em;
  vertical-align: middle;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #787878;
}

#go-top .totop a:hover img{
  opacity: 0.5;
}

#go-top .totop a:hover:before {
  opacity:1;
}


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

  footer .footerin .ftmenuList{
    font-size: 2.4vw;
  }

  footer .footerin .ftcminfo dt img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

footer .footerin .ftcminfo dd{
  font-size: 2vw;
  letter-spacing: 1px;
}

}

@media only screen and (max-width:640px) {
  #go-top {
    position: fixed;
    bottom: 5%;
    right: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #go-top .totop img{
    width:25%;
    height:auto;
    vertical-align: middle;
  }

  footer .copyright{
    font-size: 3vw;
    padding: 1em 0;
  }
}

@media only screen and (max-width:600px) {
  footer {
    padding: 5% 0 0 0;
  }
  footer .footerin{
    padding-bottom: 5%;
  }
  footer .footerin .ftmenu{
    width: 100%;
    float: none;
  }

  footer .footerin .ftmenuList{
    width: 48%;
    padding-left: 2em;
    font-size: 3vw;
    font-weight: 500;
    color: #787878;
    letter-spacing: 1px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: top;
  }

  footer .footerin .ftcminfo{
    width: 60%;
    margin: 0 auto;
    float: none;
    padding-top: 0;
  }
  footer .footerin .ftcminfo dd{
    font-size: 3vw;
    letter-spacing: 1px;
  }
}

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

  #go-top .totop {
    display: none;
  }
}

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

  footer .footerin .ftmenuList{
    font-size: 4vw;
  }

  footer .footerin .ftmenuList:first-of-type{
    padding-left:0;
  }
}

@media print{
  #go-top .totop {
    display: none;
  }

  footer .footerin .ftmenuList{
    font-size: 15px;
  }

  footer .copyright{
    font-size: 16px;
  }
}



/*-------------------
forte
-------------------*/

#forte{
  width: 100%;
  margin: 0;
  padding: 50px 0;
  overflow:hidden;
  text-align: center;
}

#forte h3.promit{
  font-family: 'Noto Serif JP', serif;
  font-size: 3rem;
  letter-spacing: 5px;
  font-weight: 600;
}

#forte h3.promit span{
  border-bottom: 2px solid #ff96b8;
}

#forte .promise{
  width: 80%;
  margin: 0 auto;
  max-width: 958px;
}

#forte .promise img{
  width: 100%;
  height: auto;
}

#forte h3.ness{
  font-size: 3.2rem;
  letter-spacing: 5px;
  font-weight: 500;
  padding-top: 2em;
}

#forte h3.ness span{
  border-bottom: 3px solid #0062a8;
}

#forte h4 {
  width: 80%;
  margin: 3em auto 1em auto;
  max-width: 1200px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 1.4;
  background: linear-gradient(90deg, rgba(229,244,255,1) 0%, rgba(176,221,255,1) 20%, rgba(176,221,255,1) 80%, rgba(229,244,255,1) 100%);
}

#forte ul{
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

#forte ul li{
  padding: 40px 0;
}


#forte ul li .stwapper{
  text-align: left;
}

#forte ul li .stwapper:after{
  content: "";
  display: block;
  clear: both;
}

#forte ul li .stwapper .stLeft{
  width: 50%;
  float: left;
}

#forte ul li .stwapper .stRight{
  width: 50%;
  float: right;
  text-align: right;
} 
#forte ul li .stwapper .stRight img{
  width: 90%;
  height: auto;
} 


#forte ul li .stwapper .stLeft .strength{
  color: #0062a8;
  font-size: 65%;
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: 1px solid #0062a8;
}

#forte ul li .stwapper .stLeft dl{
  padding-top: 1em;
}

#forte ul li .stwapper .stLeft dl dt{
  font-weight: 500;
  font-size: 110%;
}

#forte ul li .stwapper .stLeft dl dd{
  padding:1em 1em 0 0 ;
  font-family: 'Noto Serif JP', serif;
  font-size: 80%;
  line-height: 2;
}

#forte ul li .stwapper .stLeft dl dd.linkbtb{
  font-family: 'Noto Sans JP', sans-serif;
}


#forte ul li .stwapper .stLeft dl dd.linkbtb a{
  display: inline-block;
  margin: 0 auto;
  padding: 0.5em 4em;
  width: ;
}

#forte ul li .stwapper .stLeft dl dd span{
  background: #eed2e2;
}

#forte ul li .stin{
  margin-top: 1em;
  border: 1px solid #0062a8;
  padding: 2em;
  text-align: left;
}

#forte ul li .stin:after{
  content: "";
  display: block;
  clear: both;
}

#forte ul li .stin h5{
  font-size: 110%;
  color: #0062a8;
  font-weight: 500;
  padding-bottom: 0.5em;
}

#forte ul li .stin h5 span{
  font-size: 130%;
  letter-spacing: -6px;
}

#forte ul li .stin .bold{
  font-weight: 500;
}

#forte ul li .stin .big{
  font-weight: 500;
  font-size: 120%;
}

#forte ul li .stin .stins{
  border-top: 1px solid #0062a8;
  padding: 0.5em 0 0 0;
  font-size: 70%;
  line-height: 2;
  letter-spacing: 1px;
}

#forte ul li .stin .stins .mk{
  font-weight: bold;
  display: block;
  padding-top: 0.8em;
}

#forte ul li .stin .stinb{
  font-size: 80%;
  font-weight: 500;
   border-top: 1px solid #0062a8;
  padding: 0.5em 0 0 0;
}

#forte ul li .stin .stinftl{
  width: 47%;
  float: left;
  border-top: 1px solid #0062a8;
  margin: 0;
  padding: 0.5em 0 0 0;
  font-size: 85%;
}

#forte ul li .stin .stinftr{
  width: 47%;
  float: right;
  border-top: 1px solid #0062a8;
  margin: 0;
  padding: 0.5em 0 0 0;
  font-size: 85%;
}

#forte .stin .linkbtb{
  text-align: center;
}


#forte .stin .linkbtb a{
  display: inline-block;
  margin: 2em auto 0 auto;
  padding: 0.5em 3em;
}


@media only screen and (max-width:900px) {
  #forte{
    padding: 5% 0;
  }

  #forte h3.promit{
    font-size: 5vw;
    letter-spacing: 2px;
  }

  #forte h3.ness{
    font-size: 6vw;
    letter-spacing: 2px;
    padding-top: 5%;
  }

  #forte h4 {
    margin: 5% auto 3% auto;
    font-size: 4vw;
  }
  
}

@media only screen and (max-width:670px) {
  #forte ul li .stwapper .stLeft dl dd.linkbtb{
    font-family: 'Noto Sans JP', sans-serif;
  }


  #forte ul li .stwapper .stLeft dl dd.linkbtb a{
    display: inline-block;
    margin: 0 auto;
    padding: 0.5em 2em;
    width: ;
  }
}

@media only screen and (max-width:600px) {
  #forte ul li{
    padding: 5% 0;
  }

  #forte ul li .stwapper .stLeft{
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  #forte ul li .stwapper .stRight{
    width: 80%;
    margin: 0 auto;
    float: none;
    text-align: center;
  } 
  #forte ul li .stwapper .stLeft .strength{
    font-size: 3vw;
  }

  #forte ul li .stwapper .stLeft dl{
    padding-top: 5%;
  }

  #forte ul li .stwapper .stLeft dl dt{
    font-size: 4vw;
  }

  #forte ul li .stwapper .stLeft dl dd{
    padding:1em 0 1em 0 ;
    font-size: 3vw;
  }

  #forte ul li .stin{
    margin-top: 1em;
    padding: 5% 10%;
  }

  #forte ul li .stin h5{
    font-size: 4vw;
  }

  #forte ul li .stin h5 span{
    letter-spacing: -4px;
  }



  #forte ul li .stin .stins{
    font-size: 2.5vw;
    letter-spacing: 0;
  }

  #forte ul li .stin .stinb{
    font-size: 3vw;
    font-weight: 500;
     border-top: 1px solid #0062a8;
    padding: 0.5em 0 0 0;
  }

  #forte ul li .stin .stinftl{
    width: 100%;
    float: none;
    border-top: 1px solid #0062a8;
    margin: 0;
    padding: 0.5em 0;
    font-size: 3vw;
  }

  #forte ul li .stin .stinftr{
    width: 100%;
    float: none;
    border-top: 1px solid #eeeeee;
    margin: 0;
    padding: 0.5em 0 0 0;
    font-size: 3vw;
  }

  #forte .stin .linkbtb a{
    font-size: 3vw;
  }

   #forte ul li .stwapper .stLeft dl dd.linkbtb{
    text-align: center;
  }


  #forte ul li .stwapper .stLeft dl dd.linkbtb a{
    padding: 0.5em 4em;
    font-size: 3vw;
  }


}

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

  #forte .promise{
    width: 95%;
    margin: 0 auto;
  }

  #forte ul li .stwapper .stLeft dl dd{
    font-size: 3.5vw;
  }
}

@media print{
  #forte h3.promit{
    font-size: 35px;
  }

  #forte h3.ness{
    font-size: 35px;
    padding-top:20px;
  }

  #forte h3.pcl{
    page-break-before: always;
  }

  #forte h4 {
    margin: 20px auto 10px auto;
    max-width: auto;
    font-size: 25px;
  }

  #forte ul li .stwapper{
    
  }

  #forte ul li .stwapper .stRight{
    width: 45%;
    float: right;
    text-align: right;
    vertical-align: top;
    
  } 
  #forte ul li .stwapper .stRight img{
    vertical-align: top;
  } 

}



/*-------------------
cto
-------------------*/

#cto{
  width: 100%;
  margin: 0;
  padding: 50px 0;
  overflow:hidden;
  text-align: center;
}

#cto .sepsection{
  padding: 2em 0;
  border-bottom: 2px solid #96d1ff;
}

#cto .sepsection:first-of-type {
  padding-top: 0;
}

#cto .sepsection:last-of-type {
  border-bottom: none;
}

#cto p{
  padding: 1em 0 2em 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

#cto h5{
  font-weight:normal;
  padding-top: 1em;
}

#cto .attenwp{
  text-align: left;
  width: 80%;
  max-width: 25em;
  margin: 0 auto;
}

#cto .attenwp .atten{
  font-size:60%;
}

#cto .atten{
  color: #787878;
  font-size: 70%;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: -1em;
  padding: 0 0 0 1em;

}

@media only screen and (max-width:680px) {
  
  #cto{
    padding: 5% 0;
  }
  #cto p{
    padding: 2% 0 2% 0;
    font-size: 3vw;
  }

  #cto .atten{
    font-size: 2.5vw;

  }

  #cto .attenwp{
    text-align: left;
    width: 80%;
    max-width:none;
    margin: 0 auto;
  }
}

@media only screen and (max-width:480px) {
  #cto .sepsection{
    padding: 8% 0;
  }

  #cto h5{
    font-weight:normal;
    padding-top: 2%;
    font-size: 4vw;
  }

  #cto .attenwp .atten{
    font-size:50%;
  }
  
}


.hlab{
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 0.8em;
  display: inline-block;
  margin-bottom: 1em;
}

.hlab.udb{
  border-bottom: 1px solid #0062a8;
}

.hlab.udp{
  border-bottom: 1px solid #ff9cbc;
}

.ctcb {

  width: 80%;
  max-width: 600px;
  color: #FFFFFF;
  background: #96D1FF;
  border-radius: 20px;
  padding: 0.8em 0;
  font-weight: 500;
  font-size: 1.8rem;
  margin:0.5em auto;
  letter-spacing: 1px;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: block;
}

.ctcb.ctsm{
  font-size:1.5rem;
}

.ctcb:hover{
  background: #ff96b8;
}

.ctcb span{
  font-size: 70%;
}

.ctcb a{
  color: #FFFFFF;
  display: inline;
}

dl.cpy-box{
  text-align: left;
  font-size: 1.2rem;
  font-family: 'Noto Serif JP', serif;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

dl.cpy-box:after{
  content: "";
  display: block;
  clear: both;
}

dl.cpy-box dt.cpy-title{
  background: #EBF6FF;
  border-bottom: 1px solid #96D1FF;
  width: 20%;
  display: flex;
  flex-direction: colum;
  justify-content: center;
  align-items: center;
}

dl.cpy-box dd.cpy-contents{
  border-bottom: 1px solid #96D1FF;
  width: 80%;
  padding: 1em 2em;
}

dl.cpy-box dd.cpy-contents span{
  font-size: 80%;
  color: #0364a9;
}

dl.cpy-box dt.cpy-title:last-of-type{
  border-bottom: none;
}



dl.cpy-box dd.cpy-contents:last-of-type{
  border-bottom: none;
}


dl.cpy-box dd.cpy-contents ul.cpy-in{
  width: 100%;
}



dl.cpy-box dd.cpy-contents ul.cpy-in li{
  width: 100%;
}

dl.cpy-box dd.cpy-contents ul.cpy-in li .outlink{
  display: inline-block;
}


dl.cpy-box dd.cpy-contents ul.cpy-in li dl{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}


dl.cpy-box dd.cpy-contents ul.cpy-in li dl dt{
  padding-right: 1.5em;
  padding:0.3em 1.5em 0.3em 0;
}

dl.cpy-box dd.cpy-contents ul.cpy-in li dl dd{
  padding:0.3em 0;
}

dl.cpy-box dd.cpy-contents ul.cpy-in li dl dd.maplink{
  padding-left: 2em;
  display: flex;
  flex-direction: colum;
  justify-content: center;
  align-items: center;
}

dl.cpy-box a{
  background: #96D1FF;
  border-radius: 15px;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding: 0.5em 1em;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

dl.cpy-box a:hover{
  background: #ff96b8;
}

dl.cpy-box dd.cpy-contents ul.cpy-in li dl dd.maplink a{
  font-size:90%;
  letter-spacing: 2px;
}

dl.cpy-box dd.cpy-contents ul.cpy-in li .outlink {
  margin-left: 1em;
}

dl.cpy-box dd.cpy-contents ul.cpy-in li .outlink a{
  font-size:80%;
}

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

  dl.cpy-box{
    font-size: 2vw;
  }
}

@media only screen and (max-width:680px) {
  .ctcb {
    font-size: 4vw;
  }

  .ctcb.ctsm{
    font-size:3.5vw;
  }
}


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

  dl.cpy-box{
    font-size: 2.5vw;
  }
}

@media only screen and (max-width:480px) {
  .hlab{
    font-size: 5vw;
  }

  dl.cpy-box{
    font-size: 3vw;
  }

  dl.cpy-box dt.cpy-title{
    background: #EBF6FF;
    border-bottom: 1px solid #96D1FF;
    width: 25%;
    display: flex;
    flex-direction: colum;
    justify-content: center;
    align-items: center;
  }

  dl.cpy-box dd.cpy-contents{
    border-bottom: 1px solid #96D1FF;
    width: 75%;
    padding: 1em 1em;
  }
}

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

  dl.cpy-box{
    font-size: 3vw;
  }


}


@media print{
  dl.cpy-box{
    font-size: 12px;
  }
}



/*-------------------
contact
-------------------*/

#contact{
  width: 100%;
  margin: 0;
  padding: 80px 0;
  overflow:hidden;
  text-align: center;
  border-top: 2px solid #96d1ff;
}

#pcontact-o #contact{
  border-top: none;
}


#contact .formsection{
padding:1em 0 2em 0;
max-width:1000px;
margin:0 auto;
width: 90%;
}

#contact .formsection:first-of-type{

}

#contact .fmb{
padding-left:0.3em;
}

#contact .formeach{
width:100%;
margin:0 auto;
text-align:left;
overflow:hidden;
font-size: 1.1rem;
font-family: 'Noto Serif JP', serif;
font-weight:500;
}

#contact .formeach > li{
border-top:1px solid #ffa3c1;
padding: 0.8em 0 0.8em 3%;
position: relative;
}


#contact .formeach > li:last-of-type{
border-bottom:1px solid #ffa3c1;
}

#contact .formeach > li:nth-child(even){
background-color: #fff0f5;
}

#contact .appformBox{
width:100%;
}

#contact .appformBox.req::before{
content: "必須";
display: inline-block;
position: absolute;
top: 1em;
left: 1em;
font-family: 'Noto Sans JP', sans-serif;
font-size: 80%;
font-weight: bold;
background: #ff4682;
border-radius: 5px;
color: #FFFFFF;
padding: 0.2em 1em;
}

#pcontact-o #contact .appformBox.req::before{
  display: none;
}

#contact .appformBox::after {
  content: "";
  display: block;
  clear: both;
}

#contact .appformBox textarea{
  height:100px;
}


#contact .appformBox .prap{
width:30%;
float:left;
clear:left;
padding:0.5em 0;
text-align:right;
}


#contact.confirm .appformBox .prap{
width:30%;
float:left;
clear:left;
padding:0.5em 0;
text-align:right;
}

#contact .appformBox .prapd{
width:70%;
float:right;
vertical-align:middle;
padding:0.3em 1em;
}

#contact.confirm .appformBox .prapd{
width:70%;
float:right;
vertical-align:middle;
padding:0.5em 1em;

}

#contact.confirm .appformBox dt{
font-weight:bold;
background:#bbb;
border-radius:5px;
padding:0.5em 0.5em 0.5em 1em;

}

#contact.confirm .appformBox dd{
padding:0 0 2em 1em;
}
#contact.confirm .appformBox dd:last-of-type{
padding:0 0 0 1em;
}
#contact .appformBox .prapd select{
color: #556063;
}

#contact .banchi{
  display:none;
  color: #ff4682;
  font-size:80%;
  font-family: 'Noto Sans JP', sans-serif;
}

#contact .privacy .appformBox{
  width:60%;
}

#contact .appformBox .prapd.priv{
  padding-left: 2em;
}

#contact .privacywp{
 font-size: 110%;
 padding-bottom: 0.5em;
 letter-spacing: 2px;
}

#contact .privacywp a{
  display: inline-block;
  font-weight: 600;
  margin-left: 0.5em;
  position: relative;
  padding-left: 0.8em;
  color: #0062A8;
}

#contact .privacywp a:before{
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content:"\f105";
  font-weight:bold;
  font-size: 140%;
  position: absolute;
  top:-7px;
  left:0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#contact .privacywp a:hover:before{
  color: #FF4682;
}

#contact .privacybt{
  font-size: 120%;
  letter-spacing: 2px;
  font-weight: 600;
  color: #0062A8;
  padding-left: 0.5em;
}

#contact .privacyatten{
  text-align: left;
  font-size: 80%;
  color: #ff4682;
  line-height: 1.4;
  padding-top:1em;
}

#contact .ctcimpact{
  font-size: 2rem;
  font-weight:bold;
}

#contact .ctcnmtxt{
  font-size: 1rem;
  padding: 2em 0;
  width: 80%;
  margin: 0 auto;
}

#privacyp{
  background:#FFFFFF;
  width:80%;
  margin:0 auto;
  padding:2em 3em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

#privacyp h5{

}

#privacyp p{
  padding:1em 0;
  text-align: left;
  font-size: 70%;
}

#privacyp ul{
  padding:0.3em 1em;
  text-align: left;
  font-size: 70%;
}

#privacyp ul li{
  padding:0.5em 0;
}

#privacyp ul dt{
  font-weight:600;
}

#privacyp ul dd{
  padding:0 0 1em 1em;
}

#privacyp .vpop-dismiss a{
  display: inline-block;
  background: #969696;
  color: #FFFFFF;
  font-size: 70%;
  padding: 0.3em 1em;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 5px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#privacyp .vpop-dismiss a:hover{
  background: #96d1ff;
}

.appformbutton{
  text-align: center;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}

.appformbutton .ressetbt{
  display:inline-block;
  margin: 0 2% 0 0;
  width: 47%;
}

.appformbutton .btbackcamp{
  display:inline-block;
  margin: 0 2% 0 0;
  width: 40%;
}

.obbutton{
  text-align:center;
  margin: 0 0 0 2%;
  display: inline-block;
  width: 47%;
}


.ressetbt input{
  font-size:110%;
  padding:0.7em 1em;
  width: 100%;
  background:#969696;
  border-radius: 10px;
  color:#FFFFFF;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity:1;
  border: none;
}

.btbackcamp input{
  font-size:90%;
  padding:0.7em 1em;
  width: 100%;
  background:#969696;
  border-radius: 10px;
  color:#FFFFFF;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity:1;
  border: none;
}

.btbackcamp input:hover, .ressetbt input:hover{
background:#333333;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity:0.9;
color:#FFFFFF;
}


.obbutton button{
  font-size:110%;
  font-weight: 500;
  padding:0.7em 1em;
  width:100%;
  background: #FF96B8;
  border-radius: 10px;
  color:#FFFFFF;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity:1;
  border:none;
  line-height:normal;
}

.obbutton button:hover{
background: #96d1ff;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity:0.9;
border:none;
}

.obbutton button[disabled]{
opacity:0.3;
background: #a1687a;
}


@media only screen and (max-width:920px) {
  #contact{
    padding: 10% 0;
  }

  #contact .formsection{
    padding:3% 0 5% 0;
  }

  #contact .formeach > li{
    border-top:1px solid #ffa3c1;
    padding: 0.8em 0 0.8em 10%;
    position: relative;
  }

  #contact .appformBox.req::before{
    font-size: 1.3vw;
  }

  #contact .privacywp{
   font-size: 2vw;
  }

  #contact .privacywp a:before{
    font-size: 3.2vw;
  }

  #contact .privacybt{
    font-size: 2.1vw;
  }

  #contact .privacyatten{
    font-size: 1.5vw;
  }


}

@media only screen and (max-width:768px) {
  #contact .appformBox .prap{
    font-size:2.2vw;
  }


  #contact.confirm .appformBox .prap{
    font-size:2.2vw;
  }

  #contact .appformBox .prapd{
    font-size: 2.2vw;
  }

  #contact.confirm .appformBox .prapd{
    font-size: 2.2vw;
  }

  .ressetbt input{
    font-size:3vw;
  }

  .btbackcamp input{
    font-size:2.8vw;
  }

  .obbutton button{
    font-size:3vw;
  }

  #contact .ctcimpact{
    font-size: 4vw;
  }

  #contact .ctcnmtxt{
    font-size: 2vw;
  }
}

@media only screen and (max-width:600px) {
  #contact .formsection{
    width: 85%;
  }

  #contact .formeach > li{
    padding: 0.8em 0 0.8em 0;
  }

  #contact .appformBox .prap{
  width:100%;
  float:none;
  clear:left;
  padding:0.5em 0;
  text-align:center;
  }


  #contact.confirm .appformBox .prap{
  width:100%;
  float:none;
  clear:left;
  padding:0.5em 0;
  text-align:center;
  }

  #contact .appformBox .prapd{
  width:100%;
  float:none;
  vertical-align:middle;
  padding:0.3em 1em;
  }

  #contact.confirm .appformBox .prapd{
  width:100%;
  float:none;
  vertical-align:middle;
  padding:0.5em 1em;

  }

  #contact .appformBox .prap{
    font-size:3vw;
  }

  #contact.confirm .appformBox .prap{
    font-size:3vw;
  }

  #contact .appformBox .prapd{
    font-size: 3vw;
  }

  #contact.confirm .appformBox .prapd{
    font-size: 3vw;
  }

  #contact .privacywp{
   font-size: 3vw;
  }

  #contact .privacywp a:before{
    font-size: 4.2vw;
    top:-5px;
  }

  #contact .privacybt{
    font-size: 3.2vw;
    letter-spacing: 0;
  }

  #contact .privacyatten{
    font-size: 2vw;
  }

  #privacyp{
    background:#FFFFFF;
    width:90%;
  }

  #privacyp p{
    padding:1em 0;
    font-size: 2vw;
  }

  #privacyp ul{
    padding:0.3em 1em;
    font-size: 2vw;
  }
}

@media only screen and (max-width:400px) {
  #contact .appformBox .prap{
    font-size:4vw;
  }

  #contact.confirm .appformBox .prap{
    font-size:4vw;
  }

  #contact .appformBox .prapd{
    font-size: 4vw;
  }

  #contact.confirm .appformBox .prapd{
    font-size: 4vw;
  }

  #contact .privacywp{
   font-size: 4vw;
  }

  #contact .privacywp a:before{
    font-size: 5.2vw;
    top:-4px;
  }

  #contact .privacybt{
    font-size: 3.4vw;
    letter-spacing: 0;
  }

  #contact .appformBox.req::before{
    font-size: 2vw;
  }

  .appformbutton{
    width: 90%;
  }

  .ressetbt input{
    font-size:4vw;
  }

  .btbackcamp input{
    font-size:3vw;
  }

  .obbutton button{
    font-size:4vw;
  }

  #contact .ctcnmtxt{
    font-size: 3vw;
    text-align: left;
  }

  #privacyp{
    background:#FFFFFF;
    padding:2em 1em;
  }

  #privacyp p{
    font-size: 3vw;
  }

  #privacyp ul{
    padding:0.3em 0;
    font-size: 3vw;
  }

}

@media print{
  #contact .formeach{
    font-size: 12px;
  }
}


/*-------------------
company
-------------------*/

#company{
  width: 100%;
  margin: 0;
  padding: 30px 0 50px 0;
  overflow:hidden;
  text-align: center;
}

#company .sepsection{
  padding: 3em 0;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

#company .cpy-cm{
  width: 100%;
  font-size: 1.2rem;
  font-family: 'Noto Serif JP', serif;
  padding-top: 2em;
}


#company .cpy-cm:after{
  content: "";
  display: block;
  clear: both;
}

#company .cpy-cm h4{
  font-size: 120%;
  font-weight: 600;
}

#company .cpy-cm p{
  text-align: left;
}

#company .cpy-cm p.tspace{
  padding-top: 3em;
}

#company .cpy-cm p.sign{
  padding-top: 1em;
  text-align: right;
}

#company .cpy-cm .cpy-cmL{
  width: 100%;
  text-align: left;
}


#company .cpy-cm .cpy-img{
  width: 45%;
  float: right;
  padding-left: 5%;
}

#company .cpy-cm .cpy-img img{
  width: 100%;
  height: auto;
}



@media only screen and (max-width:1000px) {
  #company{
    padding: 3% 0 5% 0;
  }

  #company .sepsection{
    padding: 5% 0;
  }

  #company .cpy-cm p.tspace{
    padding-top: 5%;
  }

  #company .cpy-cm{
    font-size: 2vw;
    padding-top: 5%;
  }

  dl.cpy-box{
    font-size: 2vw;
  }
}


@media only screen and (max-width:600px) {
  #company .cpy-cm{
    font-size: 2.5vw;
  }

  dl.cpy-box{
    font-size: 2.5vw;
  }
}

@media only screen and (max-width:480px) {
  
  #company .cpy-cm .cpy-cmL{
    width: 90%;
    margin: 0 auto;
    float: none;
    text-align: left;
  }

  #company .cpy-cm{
    font-size: 3vw;
  }
  dl.cpy-box{
    font-size: 3vw;
  }

  #company .cpy-cm .cpy-img{
    width: 50%;
    margin: 0 auto;
    float: none;
    padding-left:0;
    padding-top: 1em;
  }

  dl.cpy-box dt.cpy-title{
    background: #EBF6FF;
    border-bottom: 1px solid #96D1FF;
    width: 25%;
    display: flex;
    flex-direction: colum;
    justify-content: center;
    align-items: center;
  }

  dl.cpy-box dd.cpy-contents{
    border-bottom: 1px solid #96D1FF;
    width: 75%;
    padding: 1em 1em;
  }
}

@media only screen and (max-width:400px) {
  #company .cpy-cm{
    font-size: 3.2vw;
  }
  dl.cpy-box{
    font-size: 3vw;
  }


}

@media print{
  #company .cpy-cm{
    font-size: 12px;
  }
}


/*-------------------
map
-------------------*/

#cmap{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
  padding:3% 5%;
}

#cmap h1{
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 5px;
  border-bottom: 1px solid #355D9A; 
  color: #355D9A;
  padding: 0.5em 0;
  text-align: left;
}

#cmap .cmap-address{
  font-weight: 500;
  letter-spacing: 2px;
  padding: 0.5em 0 1em 0;
  text-align: left;
}

#cmap .cmapwp{
  width: 100%;
}

#cmap .cmapwp:after{
  content: "";
  display: block;
  clear: both;
}

#cmap .cmapwp .cmapL{
  width: 35%;
  float: left;
  padding-right: 4%;
}


#cmap .cmapwp .cmapR{
  width: 65%;
  float: right;
}


#cmap .cmapwp .cmapL .cmap-img img{
  width: 100%;
  height:auto;
  
}

#cmap .cmapwp .cmapR .gmap{
  height: 0;
  overflow: hidden;
  padding-bottom: 59%;
  position: relative;
}

#cmap .cmapwp .cmapR .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#cmap .vpop-dismiss a{
  display: inline-block;
  background: #969696;
  color: #FFFFFF;
  font-size: 70%;
  padding: 0.3em 1em;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 5px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#cmap .vpop-dismiss a:hover{
  background: #96d1ff;
}

@media only screen and (max-width:860px) {
#cmap h1{
    font-size: 3vw;
  }

  #cmap .cmap-address{
    font-size: 2.5vw;
  }

}

@media only screen and (max-width:600px) {
#cmap h1{
    letter-spacing: 0;
  }
  #cmap .cmap-address{
    letter-spacing: 0;
  }

  #cmap .cmapwp .cmapL{
    width: 40%;
    float: none;
    padding-right: 0;
    margin: 0 auto;
    padding-top: 1em;
  }


  #cmap .cmapwp .cmapR{
    width: 100%;
    float: none;
    margin: 0 auto;
  }

}

/*-------------------
rec-appcation
-------------------*/
#rec-appcation{
  width: 100%;
  margin: 0;
  padding: 30px 0 50px 0;
  overflow:hidden;
  text-align: center;
}


#rec-appcation h3{
  width: 10em;
}


#rec-appcation .sepsection{
  padding: 2em 0;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

#rec-appcation h3.hasm{
  margin-bottom: 0.2em;
  width: auto;
}

#rec-appcation .subm{
  font-size: 70%;
  color: #355D9A;
  margin-bottom: 2em;
}

#rec-appcation .rec-mess{
  font-size:1.2rem;
}

#rec-appcation .rec-mess .rec-mess-read{
  font-size:180%;
  font-weight: 500;
  letter-spacing: 5px;
  padding-bottom: 1em;
}

#rec-appcation .rec-mess .rec-mess-nm{
  font-family: 'Noto Serif JP', serif;
  line-height: 2.2;
}

@media only screen and (max-width:1040px) {
  #rec-appcation .rec-mess{
    font-size:1.8vw;
  }

}

@media only screen and (max-width:600px) {
  
  #rec-appcation{
    padding: 0 0 5% 0;
  }
  #rec-appcation .sepsection{
    padding: 8% 0;
  }

  #rec-appcation .rec-mess{
    font-size: 2.3vw;
  }

  #rec-appcation .rec-mess .rec-mess-read{
    font-size:180%;
    font-weight: 500;
    letter-spacing: 0;
    padding-bottom: 1em;
  }

  #rec-appcation .rec-mess .rec-mess-nm{
    text-align: left;
  }

}

@media print{
  #rec-appcation .rec-mess{
  font-size:12px;
  }
}




/*-------------------
rec-staff
-------------------*/
#rec-staff{
  width: 100%;
  margin: 0;
  padding: 50px 0;
  overflow:hidden;
  text-align: center;
}

#rec-staff h3{
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 5px;
}

#rec-staff .read{
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  font-size: 1rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 2.2;
  padding: 1em 0;
}

#rec-staff .read .pc{
  display: block;
}

#rec-staff .stafflist{

}

#rec-staff .stafflist > li{
  padding: 3em 0;
}

#rec-staff .stafflist > li .staffwp{
  width: 80%;
  margin: 0 auto;
  text-align: left;
  max-width: 1000px;
  position: relative;
}

#rec-staff .stafflist > li .staffwp::after {
  content: "";
  display: block;
  clear: both;
}

#rec-staff .stafflist > li .staffwp .cla{
  clear: both;
}

#rec-staff .stafflist > li .staffwp .cll{
  clear: left;
}

#rec-staff .stafflist > li .staffwp .space{
  padding-bottom: 5%;
}

#rec-staff .stafflist > li .staffwp .space2{
  padding-bottom: 0;
}


#rec-staff .stafflist > li .staffwp h4{
  border-bottom: 1px solid #0062a8;
  font-family: 'Noto Serif JP', serif;
  font-size:1rem;
  font-weight: 600;
  padding-bottom: 0.2em;
  line-height: 1.4;
  letter-spacing: 2px;
}

#rec-staff .stafflist > li .staffwp h4 span{
  font-size: 150%;

}

#rec-staff .stafflist > li dl{
  z-index: 2;
  padding: 0.5em 0;
  position: relative;

}

#rec-staff .stafflist > li dl dt{
  color: #0062a8;
  font-weight: 500;
  font-size: 1.2rem;
  padding-bottom: 0.3em;
  letter-spacing: 1px;
}

#rec-staff .stafflist > li dl dd{
  font-size: 1.2rem;
  font-family: 'Noto Serif JP', serif;
}


#rec-staff .stafflist > li dl.around{


}

#rec-staff .stafflist > li .staffwp .stfmainimg{
  width: 30%;
  float: left;
  padding-right: 3%;
}

#rec-staff .stafflist > li .staffwp .stfmainimg img{
  width: 100%;
  height: auto;
  
}

#rec-staff .stafflist .staffphoto{
  margin-top: 5%;
  background: #FFFFFF linear-gradient(#e4f3ff, #b0dcff);
}

#rec-staff .stafflist .staffphoto .photolist{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#rec-staff .stafflist .staffphoto .photolist li{
  width: 33%;
  text-align: center;
  padding:7px 0;
}

#rec-staff .stafflist .staffphoto .photolist li img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media only screen and (max-width:1210px) {
  #rec-staff .stafflist > li .staffwp .cla3{
    clear: both;
  }
}

@media only screen and (max-width:1078px) {
  #rec-staff .stafflist > li .staffwp .cla2{
    clear: both;
  }

}

@media only screen and (max-width:900px) {
  #rec-staff{
    padding: 5% 0;
  }

  #rec-staff .read{
    font-size: 2.2vw;
    padding: 1em 0;
  }

  #rec-staff .stafflist > li{
    padding: 8% 0;
  }

  #rec-staff .stafflist > li dl dt{
    font-size: 0.8em;
  }
  #rec-staff .stafflist > li dl dd{
    font-size: 0.8em;
  }

}

@media only screen and (max-width:600px) {
  
   #rec-staff .read .pc{
    display: none;
  }

  #rec-staff .read{
    font-size: 2.5vw;
    letter-spacing: 0;
    padding: 1em 0;
    text-align: left;
    width: 85%;
    line-height: 2;
  }
  #rec-staff h3{
    font-size: 4vw;
  }
  #rec-staff .stafflist > li .staffwp h4{
    font-size:2.5vw;
  }

  #rec-staff .stafflist > li dl dt{
    font-size: 2.8vw;
  }

  #rec-staff .stafflist > li dl dd{
    font-size: 2.6vw;
  }

}

@media only screen and (max-width:480px) {
  #rec-staff h3{
    font-size: 4vw;
    letter-spacing: 2px;
  }

 

  #rec-staff .stafflist > li .staffwp h4{
    font-size:3.5vw;
  }

  #rec-staff .stafflist > li dl dt{
    font-size: 3.5vw;
  }

  #rec-staff .stafflist > li dl dd{
    font-size: 3.5vw;
  }

  #rec-staff .stafflist > li .staffwp .stfmainimg{
    width: 50%;
    margin: 0 auto;
    float: none;
    padding-right: 0;
  }
}

@media print{
  #rec-staff .stafflist > li dl dd{
    font-size: 12px;
  }
}



/*-------------------
rec-office
-------------------*/
#rec-office{
  width: 100%;
  margin: 0;
  padding:100px 0 50px 0;
  overflow:hidden;
  text-align: center;
}

#rec-office h3{
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 1.5;
}

#rec-office .read{
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  font-size: 1rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 2.2;
  padding: 1em 0;
}

#rec-office .read .pc{
  display: block;
}

#rec-office .offloor{
  padding-top:100px;
}

#rec-office .offloor li{
  padding: 3em 0;
}

#rec-office .offloor li:nth-child(odd){
  background: #FFFFFF linear-gradient(#e5f4ff, #afdcff);
}

#rec-office .offloor li .floorimg{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

#rec-office .offloor li .floorimg img{
  width: 100%;
  height: auto;
} 

#rec-office .offloor li dl{
  width: 80%;
  max-width: 860px;
  margin: -2em auto 0 auto;
  text-align: left;
} 

#rec-office .offloor li dl dt{
  max-width: 109px;
}

#rec-office .offloor li dl dt.enter{
  max-width: 383px;
}

#rec-office .offloor li dl dd{
  font-family: 'Noto Serif JP', serif;
  font-size: 1.1rem;
  padding: 0 0.5em;
  line-height: 2;
} 

@media only screen and (max-width:800px) {
  #rec-office{
    padding:8% 0 5% 0;
  }

  #rec-office h3{
    font-size: 3.5vw;
  }

  #rec-office .read{
    font-size: 2vw;
  }

  #rec-office .offloor{
    padding-top:8%;
  }

  #rec-office .offloor li{
    padding: 7% 0;
  }

  #rec-office .offloor li dl{
    width: 80%;
    max-width: 860px;
    margin: -5%m auto 0 auto;
    text-align: left;
  } 

  #rec-office .offloor li dl dt{
    width: 20%;
  }

  #rec-office .offloor li dl dt.enter{
    width: 55%;
  }

  #rec-office .offloor li dl dt img{
    width: 100%;
    height: auto;
  }

  #rec-office .offloor li dl dd{
    font-size: 2.3vw;
  } 

}

@media only screen and (max-width:600px) {
  
  #rec-office .read{
    font-size: 2.3vw;
    text-align: left;
    line-height: 2;
    letter-spacing: 0;
    width: 85%;
  }
  #rec-office .read .pc{
    display: none;
  }

  #rec-office .offloor li dl{
    margin: -8% auto 0 auto;
  } 
}



/*-------------------
products
-------------------*/
#products{
  width: 100%;
  margin: 0;
  padding:50px 0 50px 0;
  overflow:hidden;
  text-align: center;
}


#products .prech{
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}

#products .prech h3{
 background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(176,221,255,1) 20%, rgba(176,221,255,1) 80%, rgba(255,255,255,1) 100%);
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 5px;
}

#products .prwap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#products .prwap > li{
  width: 30%;
  padding: 2em 0 0 0;
}

#products .prwap > li img{
  width: 100%;
  height: auto;
}

#products .prdet{
  text-align: left;
  font-size: 1.2rem;
}

#products .prdet dt{
  font-weight: 500;
  padding: 0.8em 0;
  line-height: 1.4;
}

#products .prdet dt span{
  font-size: 80%;
}

#products .prdet dd{
  font-family: 'Noto Serif JP', serif;
  font-size: 75%;
}

#products .prdet dd li{
  text-indent: -0.5em;
  padding-left: 1em;
}

#products .prdet dd li:before{
  content: "●";
  color: #C0E3FF;
  display: inline-block;
  padding-right: 0.2em;
}

#products .promann{
  padding: 1.5em 0 6em 0;
  font-size: 0.9rem;;
}

#products .promann dt{
  font-size: 150%;
  font-weight: 500;
  padding: 0.5em 0;
}

#products .promann dt .sp{
  display: none;
}

#products .promann dd{
  width: 90%;
  margin: 0 auto;
}

#products .promann dd span{
  display: inline-block;
}

#products .promann dd .atten{
  font-size:90%;
}

#products .promann dd .pc{
  display: block;
}

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

  #products .prdet{
    font-size: 1rem;
  }

  #products .promann{
    padding: 1.5em 0 6em 0;
    font-size: 0.8rem;;
  }
}

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

  #products .prwap > li{
    width: 47%;
    padding: 2em 0 0 0;
  }

  #products .promann dd .pc{
    display: none;
  }
}

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

  #products .promann dt{
    font-size: 120%;
    font-weight: 500;
    padding: 0.5em 0;
  }
}

@media only screen and (max-width:480px) {
  #products{
    padding:5% 0;
  }

  #products .prech h3{
    font-size: 4.5vw;
    letter-spacing: 2px;
  }

  #products .prwap > li{
    width: 80%;
    padding: 8% 0 0 0;
    margin: 0 auto;
  }

  #products .prdet{
    text-align: left;
    font-size: 4.3vw;
  }

  #products .promann{
    padding: 8% 0 20% 0;
    font-size: 3.5vw;
  }

  #products .promann dt{
    font-size: 120%;
  }

  #products .promann dt .sp{
    display: block;
  }

  #products .promann dd{
    text-align: left;
  }

  #products .promann dd span{
    text-align: left;
  }

}

@media print{
  #products .prdet{
    font-size: 12px;
  }

  #products .promann{
    font-size: 11px;
  }
}


/*-------------------
information
-------------------*/
#information{
  width: 100%;
  margin: 0;
  padding:3vw 0;
  text-align: center;
}

#information a{
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background:#cc0031;
  color:#FFFFFF;
  display:inline-block;
  padding:0.2em 2em;
  font-size:clamp(.9rem, 3vw, 1.6rem);
  border-radius:2rem;
  font-weight:bold;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
}

#information a:hover{
  background:rgba(80,146,197,1);
  color:#FFFFFF;
}

/*-------------------
error
-------------------*/
#errorconttent{
  width: 100%;
  margin: 0;
  padding:50px 0;
  overflow:hidden;
  text-align: center;
}

#errorconttent h2{
  font-size: 10em;
  font-weight: 800;
  line-height: 1;
  color: #EEE;
}

#errorconttent .cmm{
  font-size: 2em;
  font-weight: 800;
  line-height: 1;
  color: #EEE;
}

#errorconttent .cmm2{
  padding: 2em 0;
}

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

  #errorconttent{
    padding:5% 0;
  }

}

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

  #errorconttent h2{
    font-size: 40vw;
  }

  #errorconttent .cmm{
    font-size: 10vw;
  }

  #errorconttent .cmm2{
    font-size:4vw;
  }

}


/*-------------------
animation
-------------------*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media print{
  
  @-webkit-keyframes fadeInTop {
    from {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: tnone;
    }
  }
  @keyframes fadeInTop {
    from {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @-webkit-keyframes fadeInBottom {
    from {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInBottom {
    from {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

}

/*------------
animetion
------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  transition: opacity .3s ease-in-out, transform .5s ease-out;
  -o-transition: opacity .3s ease-in-out, transform .5s ease-out;
  -moz-transition: opacity .3s ease-in-out, transform .5s ease-out;
  -webkit-transition: opacity .3s ease-in-out, transform .5s ease-out;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}

.fadeinp {
  opacity: 0;
  transform: scale(1.1);
  -webkit-transform: scale(1.21);
  -moz-transform: scale(1.1);
  transition: all 1000ms;
}
.fadeinp.scrollin {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

@media print{
  .fadein {
    opacity: 1;
    transform: none;
  }

}


.brc {
  display: block;
}
@media only screen and (max-width:750px) {
  .brc {
    display: none;
  }
}