
@charset "utf-8";
/*
theme Name: amagasa_design_v018
Author: shinichi ito
Description: amagasa_design_jozosho
version： 1.0.0
*/

/* common
------------------------------- */


html {
    font-size: 100%;
    /*scroll-behavior: smooth;*/
}
body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    color: #333;

    /*ページ遷移*/
    animation: page-fadeIn 1s ease 0s 1 normal;
}
@keyframes page-fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes page-fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

header {
  z-index: 10000;
  /*transition: .3s;*/
}

h1 h2 h3 h4 h5 h6 {
  font-family: "Noto Sans JP",sans-serif;
  line-height: 1.3;
}

p {
  line-height: 1.8;
  color: #333;
}
/*整形済テキスト改行*/
pre {

     white-space: pre-wrap;

}

.strong {
  font-weight: bold;
}
.red {
  color: red;
}
.uchikeshi {
  text-decoration: line-through;
}
.annotation {
  margin-top: 10px;
  display: flex;
  flex-direction: start;
}
.annotation p {
  font-size: 0.812rem;
  line-height: 1.3;
}
a {
    text-decoration: none;
    color: #000;
}
/*文中リンク*/
p a {
  text-decoration: underline;
}
a:hover {
  color: #53b1d7;
  /*text-decoration: underline;*/
}

img {
    max-width: 100%;
}
.wrapper {
    max-width: 990px;
    margin: 0 auto;
}
.br-sp {
  display: none;
}
/*投稿画像*/
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
.thin {
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 100;
}
.uwatsuki {
  vertical-align: super;
  font-size: .75rem;
}






/* fonts
------------------------------- */
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 100;
   src: url('fonts/Noto_Sans_JP/NotoSansJP-Thin.otf') format("opentype");
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 300;
   src: url('fonts/Noto_Sans_JP/NotoSansJP-Light.otf') format("opentype");
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 400;
   src: url('fonts/Noto_Sans_JP/NotoSansJP-Regular.otf') format("opentype");
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 500;
   src: url('fonts/Noto_Sans_JP/NotoSansJP-Medium.otf') format("opentype");
}

@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 700;
   src: url('fonts/Noto_Sans_JP/NotoSansJP-Bold.otf') format("opentype");
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 900;
   src: url('fonts/Noto_Sans_JP/NotoSansJP-Black.otf') format("opentype");
}


/* HOME
------------------------------- */

/* HEADER
------------------------------- */

.page-header {
  display: flex;
  justify-content: space-between;
  height: 130px;
  align-items: center;
  position: -webkit-sticky; /*safari ios*/
  position: sticky;
  top: 0;


}
img.logo {
  margin-top: 8px;
  margin-left:40px;
  margin-right: 40px;
  min-width: 280px;
  height: auto;
}
.logo-box {
  /*z-index: 10000;*/
}




/*g-nav*/
/*ドロップダウンメニュー Third-nav*/

.g-nav .menu-item-has-children {
  position: relative;
}

.g-nav .menu-item-has-children::after {
  content: url(./images/nav_triangle.svg);
  display: block;
  margin-top: -10px;
}
/*疑似要素▼の分下げる*/

.g-nav .menu-item-has-children:hover {
  cursor: default;
  color: #000;

}
.g-nav .menu-item-has-children:hover .sub-menu {
  display: block;
}

.g-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  background: #53b1d7;
  padding: 15px 0;
  border-radius: 0 20px 20px 20px;
  box-shadow: 0 1px 30px rgba(0, 0, 0, .2);

}
.g-nav .sub-menu .menu-item:last-child {
  padding-bottom: 0;
}

.g-nav .sub-menu .menu-item a{
  /*クリッカブルエリア*/
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: left;
  /*padding: .5em 0;*/
  margin-left: 20px;
  color: #fff;
  font-size: 0.812rem;

}

.g-nav .sub-menu .menu-item a:hover {
  color: #fff;
  opacity: .5;
  cursor: pointer;

}
.g-nav .sub-menu .current-menu-item a::before {
  display: none;
}

/*main-nav*/
.g-nav {

  margin-top: 10px;
}

.g-nav .menu {

  display: flex;
  text-align: center;
  flex-wrap: wrap;

  /*list-style: none;*/
}
.menu-item {

  font-size: 0.937rem;
  font-family:'Noto Sans JP', sans-serif;
  font-weight: 500;
  list-style-type: none;

}


.g-nav .menu li {

  margin-right: 2.5rem;
}

.g-nav .menu li:first-child {
  /*display: none;*/
}
.g-nav .menu-item-home {
  display: none;
}
.g-nav .menu li:last-child {
  /*margin-right: 0;*/
}
.g-nav .menu a {

  flex-wrap: wrap;
  color: #000;
}
.g-nav .menu a:hover {
  color: #53b1d7;
  transition: .3s;
}
.g-nav .menu-item-has-children a:hover {
  cursor: default;
  color: #000;
}

.g-nav .menu li.current-menu-item a{
  color: #53b1d7;
  position: relative;
}
.g-nav .menu .sub-menu li.current-menu-item a{
  color: #fff;
  position: relative;
}
.g-nav .current-menu-item ::before {
  content: '';
  width: 100%;
  height: 10px;
  background: #53B1D7;
  position: absolute;
  top: -54px;
}

.header-info {
  display: flex;
  position: relative;

}
.header-tel {
  text-align: center;
  margin-top: 10px;
  margin-right: 20px;
}
.header-tel .shoulder {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
}
.tel-num {
  font-family: 'Jost', sans-serif;
  font-weight: 700;

}

.header-tel .tel-num {
  font-size: 28px;
}
.header-tel p {
  font-size: x-small;
  color: #53b1d7;
  margin-top: -10px;
}
.header-btn-box {
  z-index: 10000;
}
.header-btn {
  height: 70px;
  width: 180px;
  background: #f47537;
  border: 2px solid #f47537;
  color: #fff;
  font-size: 0.937rem;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  border-radius: 35px 0 0 35px;
  box-shadow: 0 1px 30px rgba(0, 0, 0, .2);

}

.header-btn::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 0.5rem;
  background: url(./images/contact_icon.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a:hover .header-btn {
  transition: .3s;
  /*opacity: 0.7;*/
  background: #fff;
  color: #f47537;
  box-shadow: 0 0 0;
}
a:hover .header-btn::before {
  background: url(./images/contact_icon_hover.svg) no-repeat;
}


.el_humburger {
  position: absolute;
  left: 150px;
  opacity: 0;
  pointer-events: none;
  z-index: 10000;
  width: 42px;
  height: auto;
  margin-top: 16px;
  margin-right: 20px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}


.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  height: 2px;
  background: #53b1d7;
  transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-child {
  margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span {
  background: #53b1d7;
}
.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(12px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}
.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-12px) rotate(45deg);
}
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}
.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}
.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}
.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}

/*modal*/
.uq_spNavi {
  display: none;
}
.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}


.uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
  margin-top: 0px;
  /*padding-top: 0px;*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /*background-color: blue;*/
}
.js_fixed {
  overflow: hidden;
	width: 100%;
	height: 100%;
}
.modal-nav-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /*background-color: red;*/
}
.modal-nav {
  margin-top: 8%;
  /*text-align: center;*/
  text-align: center;
  position: relative;
  /*margin-bottom: 40px;*/

}

.modal-nav li a {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.modal-nav li a:hover {
  color: #53b1d7;
  transition: .2s;
}
.modal-nav li {
  padding: 15px 0;
}
.modal-nav li:last-child {
  padding: 15px 0 0 0;
}
.modal-nav .sub-menu {
  margin-top: 10px;
}
.modal-nav .sub-menu li {
  padding: 5px 0;
}

.modal-nav .sub-menu li a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
}
.modal-nav .sub-menu li a:hover {
  color: #53b1d7;
  transition: .2s;
}
.modal-nav .menu li.current-menu-item a{
  color: #53b1d7;

}


.modal-line {
  background-color: #fff;
  width: 640px;
  height: 1px;
  /*margin: 0 auto;*/
  text-align: center;
  margin: 40px 0;
}
.modal-tel {
  /*margin-top: 40px;*/
  text-align: center;
}



.modal-tel .shoulder {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: -15px;
}


.modal-tel .tel-num {
  color: #fff;
  font-size: 48px;
  margin-bottom: -15px;
}
.modal-tel p {
  color: #fff;
  font-size: 14px;
  /*color: #53b1d7;*/
  /*margin-top: -10px;*/
}



/*header scroll animation*/
.page-header.transform {
  height: 100px;
  transition: .3s;
}
.logo.transform {
  min-width: 220px;
  transition: .3s;
}


.g-nav.transform {
  transition: .2s;
   transform: translateX(100px);
   opacity: 0;
   pointer-events: none;
}

.header-tel.transform {
  transition: .2s;
   transform: translateX(100px);
   opacity: 0;
   pointer-events: none;
}
.header-btn.transform {
  transition: .2s;
  height: 60px;
}
.el_humburger.transform {
  transition: .2s;
  opacity: 1.0;
  pointer-events: auto;


}


.home-mv {
  /*height: 640px;*/
  height: 70vh;
  max-width: 1360px;
  /*min-width: 990px;*/
  margin: 0 auto;
  border-radius: 30px;
  background: url(./images/mv_bg.jpg) no-repeat;
  background-size:cover;
  background-position: center;
  position: relative;
  box-shadow: 0 1px 60px rgba(0, 0, 0, .2);

}
.slide-arrow.prev-arrow.slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 45%;
  left: -25px;
  z-index: 1;
}
.slide-arrow.next-arrow.slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 45%;
  right: -25px;
  z-index: 1;

}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;

}

.slide-dots
{
    position: absolute;
    bottom: -80px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slide-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slide-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slide-dots li button:hover,
.slide-dots li button:focus
{
    outline: none;
}
.slide-dots li button:hover:before,
.slide-dots li button:focus:before
{
    opacity: 1;
}
.slide-dots li button:before
{
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .3;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slide-dots li.slick-active button:before
{
    /*opacity: .75;*/
    opacity: 1;
    color: black;
}


.slider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-size:cover;
  background-position: center;
}
.slider-item {
  position: relative;
  width: 100%;
}
.mv-img {
  /*height: 640px;*/
  height: 70vh;
  border-radius: 30px;

}

.mv-01 {
  background: url(./images/mv_menubook.png) no-repeat;
  background-size:cover;
  background-position: center;
}
.mv-02 {
  background: url(./images/mv_banner.png) no-repeat;
  background-size:cover;
  background-position: center;
}
.mv-03 {
  background: url(./images/mv_flyer.png) no-repeat;
  background-size:cover;
  background-position: center;
}
.mv-04 {
  background: url(./images/mv_card.png) no-repeat;
  background-size:cover;
  background-position: center;
}
.mv-05 {
  background: url(./images/mv_comflag.png) no-repeat;
  background-size:cover;
  background-position: center;
}

.item-name  {

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;

}

.home-mv .item-name p {
  margin: 0 auto;
  display: table;
  padding: 6px 20px;
  background: #53B1D7;
  color: #fff;
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.home-mv .item-name .eng {
  font-family: 'Jost',sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.home-mv .item-name .thin {
  font-size: 16px;
}

.main-copy-box {
  padding: 20px;
  width: 410px;
  /*height: 230px;*/
  /*padding: 30px;*/
  background: rgba(83, 177, 215, .9);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  box-shadow: 0 1px 30px rgba(0, 0, 0, .2);

  text-align: center;
  /*border-radius: 30px;*/
}

.main-copy-box::before {
  content: "";
  display: block;
  width: 360px;
  height: 105px;
  background-image: url(./images/illust_main_pc.png);
  top: -105px;
  left: 30px;
  position: absolute;
}


.main-copy-box .for-custmer {
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.1rem;

  color: #fff;
  width: 100%;

  position: relative;;
  /*width: 95%;*/

}

.main-copy-box .for-custmer::after {
  content: '';

  border-bottom: 3px solid #fff;
  display: block;
  margin-top: 10px;
  /*width: 85%;*/
  /*margin: 5px auto;*/

}


.mv-main-copy-eng {
  margin-top: 10px;
  font-family: 'Jost',sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
.mv-main-copy {
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 5px;

}
.main-copy-box .catch-read {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.mv-btn {
  width: 300px;
  height: 60px;
  background: #000;
  color: #fff;
  border-radius: 30px;
  border: 2px solid #000;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0 1px 30px rgba(0, 0, 0, .2);
  font-size: 0.937rem;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
}
a:hover .mv-btn {
  transition: .3s;
  background: #fff;
  /*border: 2px solid #000;*/
  color: #000;
  box-shadow: 0 0 0;
}
.mv-btn .mv-btn-eng {
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.mv-btn .thin-sybol {
  font-weight: 100;
}

.normal-btn {
  width: 370px;
  height: 60px;
  background: rgba(0, 0, 0, 0);
  color: #000;
  border-radius: 30px;
  border: 2px solid #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.937rem;
  margin-top: 60px;
}
a:hover .normal-btn{
  transition: .3s;
  background: #000;
  /*border: 2px solid #000;*/
  color: #fff;
  /*box-shadow: 0 0 0;*/
}


/* home CONTENTS */
.content-summary {
  font-size: 1.125rem;
}

.content-container {
  padding: 120px 0;
}
/*見出し下18px*/
.content-container .content-summary {

  margin-bottom: 20px;
}
.content-container p {
  margin-bottom: 20px;
}

.content-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-reason-bg {
  margin-top: 120px;
  background-image: url(./images/home-reason-bg.jpg);
}
.home-content {
  text-align: center;
}
.home-content h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.255rem;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.3;
}

.home-content h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #53B1D7;
  margin: 0 auto;
  margin-top: 20px;
}

.home-content h2::before {
  display: block;
  font-size: 0.875rem;
  color: #53B1D7;
}

/*home-reason*/
.home-reason-title::before {
  content: 'REASON';
}
/*
.child-container {
  display: grid;
  grid-template-columns:repeat(2, 480px);
  gap:30px;
}
*/
.child-container {
  display: grid;
  grid-template-columns:repeat(2, 48%);
  gap:30px;
}


.child-box {
  width: 100%;
  height: 246px;
  padding: 20px;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-color:rgba(0,0,0,0.4);
  background-blend-mode: darken;
  box-shadow: 0 1px 30px rgba(0, 0, 0, .2);
  position: relative;

  display: table;
}
.child-box-txt {
  display: table-cell;
  vertical-align: middle;

}

.child-box p {
  color: #fff;
}

a:hover .child-hover {
    /*color: Black;*/
    text-decoration: none;
    background-color:rgba(0,0,0,0.2);
    transition: .2s;
    box-shadow: 0 0 0;
}
a:hover .child-hover h3 {
    /*color: Black;*/
    text-decoration: none;

}



.child-container .point {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  position: absolute;
  top: 20px;
  line-height: 1.1;

}
.child-container .point .point-num {
  font-size: 36px;
  font-weight: 700;

}

.child-container h3 {
  /*margin-top: 60px;*/
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
}
.point01 {
  background-image: url(./images/point01_ph@2x.jpg);
}
.point02 {
  background-image: url(./images/point02_ph@2x.jpg);
}
.point03 {
  background-image: url(./images/point03_ph@2x.jpg);
}
.point04 {
  background-image: url(./images/point04_ph@2x.jpg);
}

/*home service*/
.home-service-title::before {
  content: 'SERVICE';
}
.service-01 {
  background-image: url(./images/service01_ph@2x.jpg);
}
.service-02 {
  background-image: url(./images/service02_ph@2x.jpg);
}

/*home works*/
.home-works-bg {
  background: #F4F7F8;
}
.home-works-title::before {
  content: 'WORKS';
}

.home-works .grid{
  grid-template-columns: repeat(4, 225px);
  gap:30px;

}
.home-works .more-link {
  display: none;
}

/*home news*/
.home-news-container {
  /*margin-top: 40px;*/
}
.home-news-title::before {
  content: 'NEWS';
}

.home-news-container {
  margin-top: 60px;
  text-align: left;
  display: block;
}

.index-news-date {
  font-family: 'Jost', sans-serif;
  font-size: 0.875rem;
}

.news-item {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  text-align: left;
  margin-bottom: 30px;
}
.news-item:last-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 0;
}

/*home contact*/
.contact-bg {
  background-image: url(./images/contact-bg.jpg);
  height: 300px;
  color: #fff;
}
.contact-bg p {
  color: #fff;
}

.contact-obi {
  text-align: center;
  padding-top: 40px;
  width: 100%;
  height: 150px;
  position: relative;
}

.contact-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.255rem;
}
.contact-info {
  display: flex;
  text-align: center;
  /*position: relative;*/

}
/*お問い合わせキャラ*/

.contact-obi p::after {
  content: "";
  width: 145px;
  height: 137px;

  background-image: url(./images/contact_chara@2x.png);
  position: absolute;
  top: 13px;
  /*right: 360px*/
  right: 25%;
  background-size: contain;


}





.contact-tel {
  width: 50%;
  height: 150px;
  background: rgba(219, 105, 49, 0.9);

}
.contact-tel a {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-tel a::before {
  content: url(./images/tel-icon.svg);
  margin-top: 50px;
  margin-right: 10px;
}
.contact-tel .tel-num {
  font-size: 2.25rem;
  margin-top: 50px;
  line-height: .6;
}
.contact-time {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;

}

.contact-web {
  width: 50%;
  height: 150px;
  background: rgba(244, 117, 55, 0.9);
}
.contact-web h3 {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 54px;

}
.contact-web h3::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 20px;
  background: url(./images/contact_icon.svg) no-repeat;
  background-size: contain;
  margin-right: .5rem;
  vertical-align: baseline;
}

.contact-tel a:hover{
  opacity: .7;
}

.contact-web a:hover h3{
  opacity: .7;
}

/*breadcrumb*/
.breadcrumb-container {
  width: 100%;
  height: 30px;
  background: #F4F4F6;
  padding: 5px 0 5px 0;
}

.breadcrumb {
  order: 1;
  font-size: 0.812rem;
  white-space: nowrap;/*改行不可*/
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumb li{
  font-size: 12px;
  display:inline;
  list-style: none;
  font-weight: bold;
  color: #53B1D7;

}
.breadcrumb li:after {/* >を表示*/
  content: ' >';
  padding: 0 3px;
  margin-top: -4px;
  color: #C6C6C6;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
/*一番最後のパンくずは'<'を非表示*/
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #000;
  font-weight: normal;

}
.breadcrumb li a:hover {
  color: #53B1D7;
}

/*footer*/


div.footer-box {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 40px 0;
  position: relative;
}
.footer-access {
  width: 34%;
}
div.footer-menu {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer ul {
  list-style: none;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
}
.footer li {
  padding-bottom: 1.5rem;
}


.footer ul .third-level {
  font-weight: normal;
  font-size: 0.812rem;
  padding-left: 10px;
  margin-top: -10px;
}
.footer ul .third-level li {
  padding-bottom: .5rem;
}
.footer .company-name {
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.0;
  margin-bottom: 10px;
}
.footer .company-name span {
  font-size: 0.812rem;
}
.footer .address {
  font-size: 0.875rem;
}
.footer .tel-fax {
  font-family: 'Jost',sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}
.copyright {
  text-align: center;
  font-family: 'arial', sans-serif;
  background: #53b1d7;
  height: 40px;
  padding: 10px 0 10px 0;

}
.copyright p {
  font-size: x-small;
  color: #fff;
}
.footer .external-link {
  border-top: 1px solid #e5e5e5;
  width: 100%;
  text-align: right;
  /*padding-bottom: 80px;*/
  padding: 20px 0 60px;
}
.footer .external-link a {
  font-size: 0.812rem;
  font-weight: bold;
  margin-left: 30px;
}
.footer .external-link a::after {
  content: url(./images/blank_icon.svg);
  margin-left: 6px;

}

/* REASON
------------------------------- */

#reason.mv {
  background-image: url(./images/reason_mv_pc.jpg);
}

#reason.mv h1::before {
  content: 'REASON';
}

.reason-bg {
  text-align: center;
  background-image: url(./images/reason_bg_pc.jpg);
}
.reason-bg h2 {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 2.125rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.reason-bg h2 span {
  font-size: 2.75rem;
  font-weight: 900;
}
.reason-bg h2 .thin {
  font-weight: 100;
  font-size: 2.75rem;
}
.fig {
  margin-top: 50px;
  text-align: center;
}
.fig img {
  width: 100%;
  height: auto;
}
.fig p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #53B1D7;
  margin-top: 20px;
}
.reason-box {
  display: flex;
  padding: 180px 0 0;
  background-color: #fff;
  position: relative;

}
.reason-box.delighter {
  transition: all .5s ease-out;
  transform: translateY(5%);
  opacity: 0;
}
.reason-box.delighter.started {
  transform: none;
  opacity: 1;
}
.reason-box.delighter.ended {
  /*transform: translateY(-10%) ;*/
  opacity: 1;
}

.reason-box-last {
  padding-bottom: 180px;
}
.reason-box .point {
  margin-top: 20px; /*before要素分分下げる*/
  font-family: 'Jost',sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #53B1D7;
  position: relative;
}
.reason-box .point::before {
  content: '';
  display: block;
  width: 1.875rem;
  height: 3px;
  background-color: #53B1D7;
  position: absolute;
  top: -20px;
}
.reason-box h2 {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
.reason-box p {
  width: 480px;
}
.reason01::after {
  justify-content: space-between;
  content: "";
  width: 45%;
  height: 700px;
  background-size: cover;
  background-image: url(./images/reason_img_01.jpg);
}
.reason02::before{
  justify-content: space-between;
  content: "";
  background-image: url(./images/reason_img_02.jpg);
  background-size: cover;
  width: 45%;
  height: 700px;
}
.reason03::after {
  justify-content: space-between;
  content: "";
  width: 45%;
  height: 700px;
  background-size: cover;
  background-image: url(./images/reason_img_03.jpg);
}
.reason04::before{
  justify-content: space-between;
  content: "";
  background-image: url(./images/reason_img_04.jpg);
  background-size: cover;
  width: 45%;
  height: 700px;
}


.reason-right {
  margin-left: 60px;

}
.reason-left {
  margin-right: 60px;
}

/* SERVICE / ITEM
------------------------------- */
#service-item.mv {
  background-image: url(./images/service_mv_pc.jpg);
  /*
  flex-direction: column;
  text-align: center;
  */
}

#service-item.mv h1::before {
  content: 'SERVICE/ITEM•PRICE LIST';
}

.item-banner {
  margin-top: 60px;
}
.item-banner-pc {
  display: block;
}
.item-banner-sp {
  display: none;
}



.third-nav .menu{
  display: flex;
  justify-content: center;
  background-color: #53B1D7;
  width: 100%;
  height: 100px;

}

.third-nav .menu-item {
  /*display: inline-block;*/
}
.third-nav .current-menu-item  {
  color: #fff;
}
.third-nav .menu li {
  margin-top: 38px;
  margin-right: 2.5rem;
}
.third-nav .menu li:last-child {
    margin-right: 0;
}
.third-nav .menu a{
  font-size: 0.937rem;
  font-family:'Noto Sans JP', sans-serif;
  color: #fff;
}
.third-nav .menu li.current-menu-item a{
  color: #fff;
  position: relative;
}
.third-nav .current-menu-item ::before {
  content: '';
  width: 100%;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 52px;
}
.third-nav-under .current-menu-item ::before {
  top: -39px;
}
/*アンカーナビ*/
.anchor-nav {
  z-index: 1;
  position: -webkit-sticky; /*safari ios*/
  position: sticky;
  top: 100px;
  margin-top: 60px;
  background-color: rgba(233, 233, 233, .9);
  width: 100%;

  padding: 20px 0;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 30px rgba(0, 0, 0, .08);
}

.anchor-pos {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}


.anchor {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.anchor a li {
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 500;
  font-size: 0.937rem;
  padding: 15px;

  /*padding: 10px 15px;*/
}

.h2-content-container {
  padding: 120px 0 0 0;
}

.second-content h1 h2 h3 h4 h5 {
  text-align: left;
  line-height: 1.3;
}
.second-content h2 {
  font-family: 'Noto Sans Jp',sans-serif;
  margin-bottom: 30px;
  font-size: 2.375rem;
  font-weight: 700;
  position: relative;
  line-height: 1.3;
}
.item-main-txt {
  width: 48%;
}
.item-main-box h2 {
  margin-top: -10px;
  /*width: 480px;*/

  line-height: 1.3;
}
.item-main-box p {
  /*width: 480px;*/
  /*width: 50%;*/
}

.title-line {
  width: 100%;
  height: 3px;
  background: #53B1D7;
  margin-bottom: 40px;
}

.item-main-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.second-content h3 {
  font-family: 'Noto Sans Jp',sans-serif;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 400;
  color: #53B1D7;
  background-color: #edf7fb;
  /*height: 60px;*/
  width: 100%;
  /*display: flex;
  align-items: center;
  */
  padding: 10px 20px;
  position: relative;
  margin-bottom: 20px;
}
.second-content h3::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #53B1D7;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
span.item-h2-sub {
  font-size: 1.5rem;
}

.title-line-sub {
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  margin-top: 60px;
  margin-bottom: 40px;
}
.item-sub-content h4 {
  margin-top: -10px;
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 1.5rem;
  color: #333;
}
.item-sub-content h4 span {
  font-weight: 400;
  font-size: 1.125rem;
  color: #53B1D7;
}
.item-sub-box {
  display: flex;
  justify-content: space-between;
}
.item-sub-txt {
  /*width: 480px;*/
  width: 48%;

}
.item-sub-txt p {
  margin-bottom: 30px;
}

.item-img {
  /*width: 480px;*/
  width: 48%;
  height: auto;
}
.item-img-s {
  /*width: 320px;*/
  width: 32%;
  height: auto;
}

.item-price {

  background-color: #F5F5F5;
  margin-bottom: 3px;
  padding: 10px 20px 10px;
}
.item-price p {
  margin-bottom: 0;
  /*
  padding-top: 4px;
  margin-left: 20px;
  */
  font-family: 'Jost',sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #CD5858;
}
.item-price p span {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  color: #333;
  margin-right: 10px;
}
.item-price p .small {
  font-size: 0.75rem;
  font-weight: normal;
}

.item-price p .yen {
  font-size: 0.875rem;
  font-weight: bold;
  color: #CD5858;
}

.price-list {
  margin-top: 60px;
}
.price-list ul{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 3px;
}
.price-list li {
  line-height: 1.2;
}
.price-list p {
  line-height: 1.2;
}

.price-list .price-num {
  font-family: 'Jost',sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #CD5858;
}
.price-list .price-yen {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #CD5858;
}
.price-list .price-txt {
  font-size: 0.875rem;
}
.price-title {
  color: #53B1D7;
  font-weight: bold;
  width: 120px;
}
.item-flyer li {
  width: 25%;
}
.item-card li {
  width: 70%;
}
.price-obi {
  background-color: #F5F5F5;
  width: 100%;
  /*height: 52px;*/
  padding: 15px 15px;
}
.obi-first {
  background-color: #E8EDEF;
}


/* WORKS DETAL
single.php
------------------------------- */

/*detail*/
.works-header {
  background-color: #F4F7F8;
  padding: 80px 0;
}
.works-summary-box {
  display: flex;
  justify-content: space-between;
  /*padding: 80px 0;*/
}
.works-summary {
  /*width: 595px;*/
  width: 70%;
  padding-right: 6%;
  /*padding-right: 30px;*/
  /*padding-right: 60px;*/
}
.works-summary p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 40px;
}


.works-img img {

  max-width: 340px;
  max-height: 340px;
  /*height: auto;*/
}


.blog-works-content h1 h2 h3 h4 h5 {
  font-family: 'Noto Sans Jp',sans-serif;
  line-height: 1.3;
}
.blog-works-content h1 {
  font-size: 2.375rem;
  margin-bottom: 1.5rem;
}
.blog-works-content h2 {
  font-size: 1.75rem;
  font-weight: 400;
  color: #53B1D7;
  background-color: #edf7fb;
  /*height: 60px;*/
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.3;
  margin-top: 80px;
}
.blog-works-content h2::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #53B1D7;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.post-contents {
  padding: 80px 0;
}

.post-contents p {
  margin-bottom: 30px;
}

.post-contents h2 {
  margin-top: 80px;
}


.post-contents ul {
  margin-top: 10px;
  padding-left: 30px;
  line-height: 2;
  margin-bottom: 30px;
}

.wp-block-quote  {
  margin-top: 30px;
  background-color: #F5F5F5;
  padding: 30px;
  margin-bottom: 30px;

}
.wp-block-quote cite {
  margin-top: -20px;
  font-size: 0.875rem;
  text-align: right;
}

.wp-block-preformatted  {
  margin-top: 30px;
  background-color: #F5F5F5;
  padding: 30px;
  margin-bottom: 30px;

}



.tag-list {
  width: 100%;
}
.tag-list ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.tag-list li {
  margin: 10px 6px;
}
.tag-list li a {
  font-size: 0.875rem;
  font-weight: bold;
  background-color: #53B1D7;
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #53B1D7;
}
.tag-list a:hover {
  background-color: #fff;
  color: #53B1D7;
  transition: .3s;
}

/*next-back-nav*/
.next-back-container .next-back {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}

.bo-btn-frame {
  padding: 10px;
  width: 48%;
  background: #fff;
  border: 1px solid #53B1D7;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  border-radius: 9px;
  line-height: 1.3;
  transition: all 0.5s ease;
}
.next-back img {
  width: 60px;
  height: 60px;
}
.next-back .bo-btn-frame {
  align-items: center;
  font-size: 1rem;

  display: flex;


}
.next-back .bo-btn-frame p{
  color: #53B1D7;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: normal;
  margin-bottom: 0;
  padding: 0 10px;
}

.next-back a:hover{
  background-color: #F4F7F8;

}

.next-back .prev-link {
  flex-direction: row;
}

.next-back .prev-link img {
  margin-right: 10px;
}
.next-back .next-link {
  flex-direction: row-reverse;
}
.next-back .next-link img {
  margin-left: 10px;
}

.related-posts-bg {
  background-color: #F4F7F8;
  padding: 120px 0;
}
.related-posts h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.related-container {
  /*padding: 180px 0;*/
  /*padding-bottom: 120px;*/
  display: grid;
  grid-gap: 30px;

  grid-template-columns: repeat(4, 225px);
}
.related-box img {
  width: 225px;
  height: 225px;
}
.related-box a:hover {
  opacity: .6;
  transition: .3s;
}


/* WORKS INDEX
------------------------------- */

.mv {
  width: 100%;
  height: 400px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv h1 {
  font-family: 'Noto Sans JP',sans-serif;
  color: #fff;
  font-size: 2.75rem;
  text-align: center;
}

.mv p {
  color: #fff;
  font-size: 2.75rem;
}
.mv h1::before {
  display: block;
  font-family: 'Jost',sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
}

#works.mv {
  background-image: url(./images/works_mv_pc.jpg);
}

#works.mv h1::before {
  content: 'WORKS';
}
.grid {
  display: grid;

}

.works-content .grid {
  grid-gap: 30px;
  grid-template-columns: repeat(3, 310px);
  /*background-color: #ddd;*/
  text-align: center;
}

.post-casset-title {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 10px;
  white-space: nowrap;/*改行不可*/
  text-overflow: ellipsis;
  overflow: hidden;
}
.post-casset-img {

}

.post-casset-img a:hover {
  opacity: .6;
  transition: .3s;
}
.works-content {
  background-color: #F4F7F8;

}
.works-content .more-link {
  display: none;
}

/*ページネーション*/
.pagi-nav{
  margin-top: 60px;
  justify-content: center;
  text-align: center;
  display: flex;
}

ul.page-numbers {
    font-family: 'Jost', sans-serif;

}
ul.page-numbers > li {
    display: inline;

}
ul.page-numbers > li > a ,
ul.page-numbers > li > span {
    background-color: #fff;
    border: 1px solid #53B1D7;
    border-radius: 6px;
    color: #53B1D7;
    float: left;
    margin-left: 20px;
    padding-top: 10px;
    width: 44px;
    height: 44px;
    position: relative;
    text-decoration: none;
}

ul.page-numbers > li > a:hover {

    /*border-color: #fff;*/
    background-color: #F4F7F8;
    transition: .3s;
}
ul.page-numbers .current{
    background-color: #53B1D7;
    border-color: #53B1D7;
    color: #ffffff;
    cursor: default;
    z-index: 2;
}
.page-numbers .next {
  background-color: transparent;
  background-image: url(./images/pagi-icon-next.svg);
  background-position: center;
  border-style: none;
}
.page-numbers .prev {
  background-color: transparent;
  background-image: url(./images/pagi-icon-prev.svg);
  background-position: center;
  border-style: none;
}
.page-numbers .next:hover {
  opacity: .5;
}
.page-numbers .prev:hover {
  opacity: .5;
}

/* WORK-FLOW
------------------------------- */

#service-workflow.mv {
  background-image: url(./images/workflow_mv_pc.jpg);
}
#service-workflow.mv h1::before {
  content: 'SERVICE/WORKFLOW';
}

.wf-content .anchor-pos {
  padding-top: 200px;
  margin-top: -200px;
}

.wf-line {
  width: 100%;
  height: 1px;
  background-color: #53B1D7;
  margin-bottom: 80px;

}
.wf-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.wf-txt {
  width: 48%;
}
.wf-img {
  width: 48%;
  height: auto;
}
.wf-item h2 {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 2.375rem;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.3;
}
.wf-item-last::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #53B1D7;
}
.wf-01::before {
  display: block;
  content: 'STEP 01';
  font-family: 'Jost',sans-serif;
  font-size: 1.25rem;
  color: #53B1D7;
}
.wf-02::before {
  display: block;
  content: 'STEP 02';
  font-family: 'Jost',sans-serif;
  font-size: 1.25rem;
  color: #53B1D7;
}
.wf-03::before {
  display: block;
  content: 'STEP 03';
  font-family: 'Jost',sans-serif;
  font-size: 1.25rem;
  color: #53B1D7;
}
.wf-04::before {
  display: block;
  content: 'STEP 04';
  font-family: 'Jost',sans-serif;
  font-size: 1.25rem;
  color: #53B1D7;
}
.wf-05::before {
  display: block;
  content: 'STEP 05';
  font-family: 'Jost',sans-serif;
  font-size: 1.25rem;
  color: #53B1D7;
}
.wf-06::before {
  display: block;
  content: 'STEP 06';
  font-family: 'Jost',sans-serif;
  font-size: 1.25rem;
  color: #53B1D7;
}
.wf-07::before {
  display: block;
  content: 'STEP 07';
  font-family: 'Jost',sans-serif;
  font-size: 1.25rem;
  color: #53B1D7;
}


/* NEWS DETAL
------------------------------- */
.blog-news-content h1 h2 h3 h4 {
  font-family: 'Noto Sans Jp',sans-serif;
  line-height: 1.3;
}
.news-header {
  background-color: #F4F7F8;
  padding: 80px 0;
}
.news-title h1{
  font-size: 2.375rem;/*38px*/
}
.news-date {
  font-family: 'Jost',sans-serif;
  /*font-weight: 400;*/
  font-size: 0.875rem;
}
.blog-news-content h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.btn-news {
  margin-top: -20px;
  text-align: center;
  margin-bottom: 60px;
}


.share-box {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
}
.share-box::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  display: block;
  margin-bottom: 60px;
}

/* NEWS INDEX
------------------------------- */
#news.mv {
  background-color: #53B1D7;
  height: 210px;
}

#news.mv h1::before {
  content: 'NEWS';
}
/*
.news-content {
  padding: 120px 0;
}
*/
/* Q&A
------------------------------- */

#qa.mv {
  background-image: url(./images/qa_mv_pc.jpg);
}
#qa.mv h1::before {
  content: 'Q&A';
}


.qa-title {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 1.625rem;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #53B1D7;
  position: relative;
  padding-left: 40px;
  /*margin-left: 60px;*/
}
.qa-title::before {
  content: 'Q';
  font-family: 'Jost',sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  margin-right: 10px;
  color: #53B1D7;
  position: absolute;
  top: 0;
  left: -5px;
  top: -4px;
}

.qa-content .qa-txt {
  font-weight: bold;
  padding-left: 75px;
  position: relative;
  padding-top: 8px;

  /*width: 100%;*/

}
.qa-content .qa-txt::before {
  content: 'A';
  font-family: 'Jost',sans-serif;
  font-size: 1.75rem;
  margin-right: 10px;
  font-weight: 700;
  color: #EBA8C7;
  position: absolute;
  top: 0;
  left: 40px;
}
.qa-item {
  margin-bottom: 40px;
}

.qa-item::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #53B1D7;
  /*margin: auto;*/
  display: block;
  margin-bottom: 40px;

}
.qa-line {
  width: 100%;
  height: 1px;
  background: #53B1D7;

}

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

#company.mv {
  background-image: url(./images/company_mv_pc.jpg);
}
#company.mv h1::before {
  content: 'COMPANY';
}

.news-item-box {
  display: flex;
  justify-content: start;
}
.news-item h4 {
  font-size: 1rem;
  width: 20%;
}
.company-content .news-item:last-child {

}
.google-map {
  text-align: right;
  margin-bottom: 120px
}
.google-map iframe {
  margin-bottom: 10px;
}
.google-map a {
  font-size: 0.875rem;
  font-weight: bold;
}
.google-map a::after {
  content: url(./images/blank_icon.svg);
  margin-left: 6px;
}
/* privacy
------------------------------- */
#privacy.mv {
  background-color: #53B1D7;
  height: 210px;
}

#privacy.mv h1::before {
  content: 'PRIVACY POLICY';
}
#privacy.mv h1 {
  /*text-align: center;*/
}
.mv h1 {
  line-height: 1.3;
}

.text-content h2 {
  font-size: 2.375rem;
  margin-bottom: 20px;
}
.text-content h3 {
  font-size: 1.75rem;
  margin-top: 60px;
}
.text-content ul {
  margin-top: 10px;
  padding-left: 30px;
  line-height: 2;
}
.text-content .address {
  font-weight: bold;
  margin-top: 20px;
}


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

/*MV下サマリー*/
.content-summary{
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
}

#contact.mv {
  background-image: url(./images/contact_mv_pc.jpg);
}
#contact.mv h1::before {
  content: 'CONTACT';
}
.cotact-page-info-box {
  display: flex;
  justify-content: space-between;

}
.cotact-page-info-box p {
  color: #53b1d7;
}
.cotact-page-info .tel-num {
  color: #53b1d7;
}

.cotact-page-info {
  padding: 20px;
  margin-top: 10px;
  background-color: #F5F5F5;
  /*width: 480px;*/
  width: 48%;
  /*height: 132px;*/
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cotact-page-info .info-tel::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 42px;
  background: url(./images/tel_icon_blue.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 30%;
  left: 30px;
}
.cotact-page-info .tel-num {
  font-size: 2rem;
  margin-top: -10px;
}
.cotact-page-info .shoulder {
  margin-top: 2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
.cotact-page-info p {
  margin-top: -10px;
  font-size: 0.812rem;
}

.cotact-page-info .info-fax::before {
  content: '';
  display: inline-block;
  width: 51px;
  height: 51px;
  background: url(./images/fax_icon_blue.svg) ;
  background-size: cover;
  position: absolute;
  top: 30%;
  left: 30px;
}


/*form*/

.web-form {
  margin-top: 40px;
}

.menu-select::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(./images/form_pulldown_icon.svg) ;
  margin-left: -30px;
  margin-bottom: 2px;
}


.wpcf7-form p::before {
  content: '';
  display: block;
  background-color: #E5E5E5;
  height: 1px;
  margin-bottom: 30px;
}

.wpcf7-form .form-item {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 30px;
}

.wpcf7-form .form-item .form-title {
  font-weight: bold;
  width: 25%;
}
.form-must {
  color: #A83626;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-text {
  width: 700px;
  font-weight: normal;
  border-radius: 4px;
  background-color: #f5f5f5;
  padding: 10px 15px;
}
.wpcf7-form select.wpcf7-form-control.wpcf7-select {
  padding: 10px 15px;
  width: 400px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea {
  width: 700px;
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-radius: 4px;
}

.wpcf7-checkbox  {
  text-align: center;
}
.wpcf7-form .form-check-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center;
  margin-bottom: 30px;
}
.wpcf7-form .form-check-item a {
  text-decoration: none;
  margin-top: -30px;
  font-weight: bold;
  font-family: 'Noto Sans JP',sans-serif;
}
.wpcf7-form .form-check-item a::after {
  content: url(./images/link_allow.svg);
  margin-left: 10px;
}

.form-btn::before {
  content: '';
  display: block;
  background-color: #E5E5E5;
  height: 1px;
  margin-bottom: 30px;
}
.form-btn {
  text-align: center;
  margin-bottom: 120px;
}
.form-btn input {
  color: #fff;
  border: 2px solid #53B1D7;
  background-color: #53B1D7;
  width: 370px;
  height: 60px;
  border-radius: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.937rem;
}
.form-btn input:hover {
  background-color: #fff;
  color: #53B1D7;
}

/*contact-thanks*/


.thanks-bg {
  width: 100%;
  background-color: #F4F7F8;
}
.thanks-header {
  text-align: center;
  padding: 180px 0;
}
.thanks-header .thanks-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.75rem; /*44px*/
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 30px;
}
.thanks-header .thanks-text {
  font-weight: bold;
}
.btn-center {
  text-align: center;
  margin-bottom: 120px;
}

.wpcf7-response-output {
  visibility:hidden;
}

/* 404 error
------------------------------- */
#error.mv {
  background-color: #53B1D7;
  height: 210px;
}
#error.mv h1::before {
  content: 'PAGE NOT FOUND';
}

.error-text {
  margin-top: 120px;
  text-align: center;
}

/* PC 1360
------------------------------- */
@media screen and (max-width: 1360px) {


  .g-nav .menu {
    display: none;
  }
  .el_humburger {
    left: -60px;
    margin-top: 18px;
    opacity: 1;
    pointer-events: auto;
  }
  .header-tel {
    display: none;
  }
  .home-mv {
    margin: 0 30px;
  }
  .el_humburger {
    margin-top: 20px;
  }
  .el_humburger.transform {
    margin-top: 16px;

  }
  .contact-obi p::after {

    right: 10%;
  }

}/*@media screen and (max-width: 1310px)*/
/*
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100vw;
    padding-left: 6%;
    padding-right: 6%;
  }
}
*/

/*ipad縦*/
@media screen and (max-width: 900px){



  .wrapper {
    width: 100vw;
    padding-left: 6%;
    padding-right: 6%;
  }

  /*TOP_WORKSの横スクロール*/
  .home-works .grid {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .home-works .grid .post-casset {
    margin-right: 5%;
    flex: 0 0 auto;
  }
  .post-casset-img img {
    width: 100%;
    height: auto;
  }

  .works-content .grid {
    grid-template-columns: repeat(2, 42vw);
  }

  /*works ipad*/
  .anchor-nav {
    padding: 15px 20px;
    align-items: left;
    justify-content: flex-start;
  }

  .item-sub-txt  {
    width: 64%;
  }
  /*
  .item-summary-main {
    font-size: 1.25rem
  }
  .item-summary-sub {
    font-size: 1rem;
  }
  */

  .related-container  {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .related-container .related-box {
    margin-right: 5%;
    flex: 0 0 auto;
  }


  .cotact-page-info-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

  }
  .cotact-page-info {
    width: 100%;
    /*height: 100px;*/
  }
  div.footer-box {
    padding: 60px 10px 0px 10px;
  }
  div.footer-menu {
    /*background: #ddd;*/
    height: 300px;
    flex-direction: column;
    justify-content: start;
  }
  .modal-nav {
    margin-top: 20%;
  }

  /*form SP IPAD*/
  .wpcf7-form .form-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .wpcf7-form .form-item .form-title {
    width: 100%;
    margin-bottom: -10px;
  }
  .wpcf7-form input.wpcf7-form-control.wpcf7-text {
    /*width: 100%;*/
    width: 88vw;
  }
  .wpcf7-form select.wpcf7-form-control.wpcf7-select {
    /*width: 240px;*/
    width: 60vw;
  }
  .wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea {
    /*width: 100%;*/
    width: 88vw;
  }
  .form-btn {
    margin-bottom: 90px;
  }

  /*anchor-nav ipad*/
  .anchor-pos {
    padding-top: 120px;
    margin-top: -120px;
  }


}



/* SP vertical
------------------------------- */
@media screen and (max-width: 500px) {

  /* common SP*/

  p {
    font-size: 0.875rem;
  }
  .wrapper {
    width: 100vw;
    /*padding: 0 6%*/
  }

  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }


  /*header*/
  .page-header {
    height: 80px;
    /*background: #ddd;*/
  }


  img.logo {
    /*width: 100px;*/
    height: auto;
    margin-left: 10%;
    margin-top: 8px;
    width: 40vw;
    min-width: 220px;
  }

  .g-nav {
    display: none;
  }
  .header-tel {
    display: none;
  }
  .header-btn {
    width: 50px;
    height: 50px;
    border-radius: 25px 0 0 25px;
  }
  .header-btn:before {
    margin-left: 15px;
    vertical-align: middle;
  }
  .header-btn-label {
    display: none;
  }
  .header-btn.transform {
    transition: .2s;
    height: 50px;
  }
  .page-header.transform {
    height: 80px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .logo.transform {
    min-width: 180px;
  }

  .el_humburger {
    left: -60px;
    margin-top: 12px;
    opacity: 1;
    pointer-events: auto;
  }
  .modal-nav {
    margin-top: 30%;
  }
  .modal-nav li a  {
    font-size: 1.25rem;
  }
  .modal-nav li a:hover  {
    color: #fff;
  }

  .modal-nav .sub-menu {
    margin-top: 6px;
  }
  .modal-nav li {
    padding: 10px 0;
  }
  .modal-line {
    background-color: #fff;
    width: 70vw;
    margin: 30px 0;

  }


  .modal-tel .shoulder {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
  }


  .modal-tel .tel-num {
    font-size: 2.375rem;
  }
  .modal-tel p {
    font-size: 0.75rem;
    margin-top: -10px;
  }
  .modal-tel::before {
    width: 70%;
    top: 60px;

  }

  /*home sp mv*/
  .home-mv {
    height: 500px;
    margin: 0 20px;
    background: url(./images/mv_bg_sp.jpg) no-repeat;
    background-size:cover;
    background-position: center;
  }
  .mv-img {
    height: 500px;
  }

  .mv-01 {
    background: url(./images/mv_menubook_sp@2x.png) no-repeat;
    background-size:cover;
    background-position: center;
  }
  .mv-02 {
    background: url(./images/mv_banner_sp@2x.png) no-repeat;
    background-size:cover;
    background-position: center;
  }
  .mv-03 {
    background: url(./images/mv_flyer_sp@2x.png) no-repeat;
    background-size:cover;
    background-position: center;
  }
  .mv-04 {
    background: url(./images/mv_card_sp@2x.png) no-repeat;
    background-size:cover;
    background-position: center;
  }
  .mv-05 {
    background: url(./images/mv_comflag_sp@2x.png) no-repeat;
    background-size:cover;
    background-position: center;
  }


  .slide-arrow.prev-arrow.slick-arrow {
    width: 30px;
    height: 30px;
    left: -15px;
  }
  .slide-arrow.next-arrow.slick-arrow {
    width: 30px;
    height: 30px;
    right: -15px;
  }

  .home-mv .item-name p {
    font-size: 0.75rem;
    padding: 3px 15px;
  }
  .home-mv .item-name .eng {
    font-size: 0.875rem;
  }
  .home-mv .item-name .thin {
    font-size: 12px;
  }
  .main-copy-box {
    padding: 15px;
    margin-top: 10px;
    /*width: 308px;*/
    width: 80vw;

  }
  .main-copy-box::before {
    width: 270px;
    height: 78px;
    background-size: cover;
    top: -78px;
  }
  .main-copy-box .for-custmer {
    font-size: 0.875rem;
  }
  .mv-main-copy-eng {
    font-size: 0.687rem;
  }
  .main-copy-box .catch-read {
    font-size: 0.75rem;
    margin-bottom: 5px;
  }

  .mv-btn {
    width: 280px;
    top: 100%;
  }


  /*COMMON SP */

  .content-container {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .content-container .content-summary {
    font-size: 1rem;
  }

  .child-container {
    grid-template-columns: 1fr;
  }
  .normal-btn {
    width: 100%;
  }


  .contact-obi {
    height: 200px;
  }
  .contact-obi p::after {
    top: 86px;
    right: 0px;
    /*right: -10px;*/
    width: 120px

  }

  .contact-bg {
    height: 440px;
  }

  .contact-info {
    flex-direction: column;

  }
  .contact-tel {
    width: 100%;
    height: 120px;

  }
  .contact-web {
    width: 100%;
    height: 120px;
  }
  .contact-tel .tel-num {
    margin-top: 40px;
  }
  .contact-tel a::before {
    margin-top: 40px;
  }

  .contact-web h3 {
    margin-top: 40px;
  }

  /* FOOTER SP
  ------------------------------- */
  div.footer-box {
    flex-direction: column;
    text-align: center;

  }
  .footer-access {
    margin-bottom: 20px;
  }
  .footer-access {
    width: 100%;
  }
  div.footer-menu {
    text-align: left;
    width: 100%;

    /*height: 270px;*/
    flex-direction: column;
    justify-content: start;

  }
  div.footer-menu ul {
    margin-right: 20px;
  }
  .footer .external-link {

  }
  /* REASON SP
  ------------------------------- */
  .mv {
    height: 240px;
  }
  .fig p {
    font-size: 1rem;
  }

  .reason-bg h2 {
    font-size: 1.375rem;
  }
  .reason-bg h2 span {
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
  .reason-bg h2 .thin {
    letter-spacing: -0.1em;
    font-size: 1.5rem;
  }
  .reason-box {
    padding: 120px 0 0;
  }
  .reason-box p {
    width: 100%;
  }
  .reason-box-last {
    padding-bottom: 120px;
  }
  .reason01 {
    flex-direction: column;

  }
  .reason02 {
    flex-direction: column-reverse;
  }
  .reason03 {
    flex-direction: column;
  }
  .reason04 {
    flex-direction: column-reverse;
  }
  .reason-right {
    margin-left: 0;
  }

  .reason01::after {
    margin-top: 60px;
    width: 94%;
    height: 400px;
    margin-left: 6%;
  }

  .reason02::before{
    margin-top: 60px;
    width: 94%;
    height: 400px;
  }
  .reason03::after {
    margin-top: 60px;
    width: 94%;
    height: 400px;
    margin-left: 6%;
  }
  .reason04::before{
    margin-top: 60px;
    width: 94%;
    height: 400px;
  }

  /* ITEM SP*/

  .h2-content-container {

  }
  .item-banner-sp {
    display: block;
  }
  .item-banner-pc {
    display: none;
  }


  .anchor-nav {
    padding: 8px 20px;
    top: 90px;
  }
  .anchor-pos {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
  }
  .anchor a li {
    font-size: 0.7rem;
    margin-right: 12px;
    padding: 12px 0 0;
  }
  .anchor a:last-child {
    padding-bottom: 12px;
  }
  .second-content h2 {
    width: 100%;
  }
  .item-main-box p {
    width: 100%;
  }
  div.item-img {
    width: 100%;
    margin-top: 40px;
  }
  .item-main-box {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .second-content h3 {
    padding: 10px 20px;
    height: auto;
  }
  .item-sub-box {
    flex-direction: column;
  }
  .item-main-txt {
    width: 100%;
  }
  .item-sub-txt {
    width: 100%;
  }
  div.item-img-s {
    width: 100%;
    margin-top: 40px;
  }
  .item-price {
    width: 100%;
  }
  .title-line-sub {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .price-list {
    margin-top: 40px;
  }
  .price-list li {
    font-size: 0.687rem;
  }
  .price-list p {
    font-size: 0.687rem;
  }
  .price-list .price-yen {
    font-size: 0.625rem;
  }
  .price-list .price-txt {
    font-size: 0.687rem;
  }
  .price-list .price-num {
    font-size: 1rem;
  }
  .item-flyer .price-title {
    width: 15%;
  }
  .item-card .price-title {
    width: 25%;
  }
  .item-flyer li {
    width: 33%;
  }

  /* WORKS INDEX SP*/

  .works-content .grid {
    grid-gap: 40px;
    grid-template-columns: repeat(1, 100%);

  }

  .post-contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .post-casset-title {
    width: 100%;
    padding: 0 10px;
  }
  .post-casset-title a {
    text-align: center;
  }

  /* WORKS DETAIL SP*/
  .works-header {
    padding: 60px 0;
  }
  .works-summary-box {
    flex-direction: column;
  }
  .works-summary {
    width: 100%;
  }
  .blog-works-content h1 {
    font-size: 2.125rem;
    margin-bottom: 1rem;
  }

  .works-img img {
    margin-top: 40px;
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .works-summary p {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .blog-works-content h2 {
    padding: 10px 20px;
    margin-top: 60px;
  }
  .post-contents h2 {
    margin-top: 60px;
  }

  .next-back-container .next-back {

    flex-direction: column;
    margin-top: -10px;
  }
  .bo-btn-frame {
    margin-top: 30px;
    width: 100%;
  }
  .related-posts-bg {
    padding: 60px 0;
  }
  .related-posts  {

  }

  .related-container {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .related-box img {
    width: 100%;
    height: auto;
  }
  .tag-list li {
    margin: 8px 4px;
  }

  /* WORK-FLOW SP*/

  .wf-box {
    flex-direction: column;

  }
  .wf-txt {
    width: 100%;
    margin-bottom: 30px;
  }
  .wf-img {
    width: 100%;
  }
  .wf-item h2 {

    font-size: 1.8rem;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.3;
  }


  /* CONTACT SP*/
  .cotact-page-info .tel-num {
    font-size: 1.5rem;
  }
  .cotact-page-info .shoulder {
    font-size: .8rem;
  }
  .cotact-page-info p {
    font-size: 0.7rem;
  }
  .cotact-page-info .info-tel::before {
    width: 24px;
    height: 36px;
    left: 20px;
  }
  .cotact-page-info .info-fax::before {
    width: 40px;
    height: 40px;
    left: 20px;
  }


  /*contact-thanks SP*/
  .thanks-header {
    padding: 80px 6%;
  }
  .thanks-header .thanks-title {
    font-size: 2rem;
  }
  /*QA*/
  .qa-title {
    font-size: 1.25rem;
    padding-left: 30px;
  }
  .qa-title::before {
    font-size: 2rem;
  }
  .qa-content .qa-txt {
    padding-left: 65px;
  }
  .qa-content .qa-txt::before {
    left: 30px;
  }

  /*form sp*/
  .form-btn input {
    width: 100%;
  }

  /*nNEWS error SP*/
  .news-title h1{
    font-size: 1.5rem;/*38px*/
  }
  .news-header {

    padding: 60px 0;
  }

  /*404 error SP*/
  #error.mv h1 {
    font-size: 2rem;
  }
  .error-text {
    margin-top: 90px;
    text-align: center;
  }

  .btn-center {
    margin-bottom: 90px;
  }

  /*text contents SP */
  .text-content h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .text-content h3 {
    font-size: 1.3rem;
    margin-top: 60px;
  }




}/*@media screen and (max-width: 500px)*/

@media screen and (max-width: 380px) {
  .home-content h2 {
    font-size: 2rem;
  }
  .home-content h2::before {
    font-size: 0.625rem;
  }
  .home-mv .item-name p {
    font-size: 0.75rem;

  }
  .home-mv .item-name .eng {
    font-size: 0.75rem;
  }

  /*2nd*/
  .mv h1{
    font-size: 2.25rem;

  }
  .mv h1::before {
    font-size: 0.812rem;
  }

  .second-content h2 {
    font-size: 2.125rem;
  }
  .second-content h3 {
    font-size: 1.5rem;
  }
  .item-sub-content h4 {
    font-size: 1.375rem;
  }
  .item-sub-content h4 span {
    font-size: 0.937rem;
  }


}


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

  p {
    font-size: 0.75rem;
  }

  img.logo {
    /*min-width: 175px;*/
    min-width: 55vw;
    margin-left: 6%;
  }
  .logo.transform {
    margin-top: 15px;
    /*min-width: 150px;*/
    min-width: 50vw;
  }


  /*footer 320*/
  .contact-tel .tel-num {
    font-size: 2rem;
  }
  .contact-time  {
    font-size: 0.625rem;
  }
  .contact-web h3 {
    font-size: 1.375rem;
  }
  .footer .external-link a {
    font-size: 0.687rem;
    margin-left: 0;
  }
  .footer .address {
    font-size: 0.75rem;
  }
  .footer .tel-fax {
    font-size: 0.75rem;
  }
  .footer ul {
    font-size: 0.75rem;
  }
  .footer ul .third-level {
    font-size: 0.625rem;
  }
  .copyright p {
    font-size: xx-small;
  }
  .contact-obi p::after {

    right: -20px;


  }

  /*modal 320*/
  .modal-nav {
    margin-top: 25%;
    text-align: left;
  }
  div.menu-main-nav-container {
    /*font-family: "Noto Sans JP",sans-serif;*/
    margin-left: -20vw;
    text-align: left;
  }
  .modal-nav li a {
    font-size: 1.125rem;
  }
  .modal-nav .sub-menu li a {
    font-size: 0.875rem;
  }
  .modal-nav li {

    padding: 8px 0;
  }
  .modal-tel .shoulder {
    font-size: 0.75rem;
  }
  .modal-tel .tel-num {
    font-size: 2rem;
  }
  .modal-tel p {
    font-size:
    0.625rem;
  }

  /*reason 320*/
  .reason-bg h2 {
    font-size: 1.125rem;
  }
  .reason-bg h2 span {
    font-size: 1.25rem;
  }
  .reason-bg h2 .thin {
    font-size: 1.25rem;
  }

  /*ITEM 320*/
  .item-banner img  {
    height: 60px;
  }


}
