@charset "utf-8";

/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/
/*-----------------------------------------------------------
■ 1 Html
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
/*reset*/
html {
  color: #000;
  background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
figure,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,
img {
  border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal
}

ol,
ul {
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

q:before,
q:after {
  content: ''
}

abbr,
acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  /* *font-size: 100% */
}

legend {
  color: #000
}

#yui3-css-stamp.cssreset {
  display: none
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 32px;
  color: #4B4B4B;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  --serif: "Noto Serif JP", serif;
  --spec: "Spectral", serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

a:focus,
*:focus {
  outline: none;
}

a:hover img {
  opacity: 0.8;
}

img {
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  height: auto;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
}

strong {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }

  .auto_height {
    height: auto !important;
  }
}

/*--------------------------------------
	fonts
--------------------------------------*/
.fnt-shuei {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------
	icons
--------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url('./libs/icomoon/icomoon.eot');
  src: url('../libs/icomoon/icomoon.eot#iefix') format('embedded-opentype'), url('./libs/icomoon/icomoon.ttf') format('truetype'), url('./libs/icomoon/icomoon.woff') format('woff'), url('./libs/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home::before {
  content: "\e90b";
}

.icon-blog::before {
  content: "\e900";
}

.icon-category::before {
  content: "\e901";
}

.icon-check::before {
  content: "\e902";
}

.icon-checked::before {
  content: "\e903";
}

.icon-down::before {
  content: "\e904";
}

.icon-facebook::before {
  content: "\e905";
}

.icon-google::before {
  content: "\e906";
}

.icon-line::before {
  content: "\e907";
}

.icon-twitter::before {
  content: "\e908";
}

.icon-arrow02::before {
  content: "\e909";
}

.icon-arrow01::before {
  content: "\e910";
}

.icon-search::before {
  content: "\e911";
}

.icon-tag::before {
  content: "\e912";
}

.icon-checkbox-unchecked::before {
  content: "\ea53";
}

.icon-checkbox-checked::before {
  content: "\ea52";
}

.radio-unchecked::before {
  content: "\ea56";
}

.radio-checked::before {
  content: "\ea54";
}

.radio-checked2::before {
  content: "\ea55";
}

/*--------------------------------------
	shortcuts
--------------------------------------*/
/*margin */
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

/* clear */
/* .clearfix {
  *zoom: 1;
} */

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

.cl {
  clear: both !important;
}

/* text indent */
.textHide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* text-align */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* font-weight */
.fb {
  font-weight: bold !important;
}

.half {
  display: inline-block;
}

/*Pc/sp change*/
.sp {
  display: none;
}

.mb {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .mb {
    display: block;
  }

  .pcm {
    display: none;
  }
}

/*--------------------------------------
	container / wrapper
--------------------------------------*/
.container {
  width: 100%;
  max-width: 1234px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

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

#wrapper {
  height: 100%;
  padding-top: 100px;
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }

  #wrapper {
    padding-top: 12px;
  }

  .home #wrapper {
    padding-top: 73px;
  }
}


/*--------------------------------------
	CSS COMMON CUSTOM
--------------------------------------*/

.en-all {
  font-family: var(--spec);
  font-weight: 200;
  font-size: 64px;
  line-height: 1.4em;
  letter-spacing: normal;
  margin-bottom: 11px;
}

.en-all .icon {
  display: inline-block;
  background: linear-gradient(90deg, #FC8AA1 50%, #CDA3BC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}

.en-all .icon::before {
  content: "";
  position: absolute;
  background: url(./img/icons/ttl_deco1.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 48/36;
  width: 24px;
  height: auto;
  right: -57px;
  top: -3px;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .en-all {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .en-all .icon::before {
    right: -54px;
    top: -2px;
  }
}

.ttl-all {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4em;
  letter-spacing: 0.16em;
  color: #4B4B4B;
}

@media screen and (max-width: 767px) {
  .ttl-all {
    font-size: 18px;
  }
}

.btn-all a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 174px;
  height: 58px;
  background: linear-gradient(90deg, #CE7DB3 0%, #A43D79 100%);
  border-radius: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  position: relative;
  padding-right: 4px;
  transition: all 0.3s ease;
}

.btn-all a::before {
  content: "";
  position: absolute;
  background: url(./img/icons/icon_btn2.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 12/19;
  width: 6px;
  height: auto;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.btn-all a:hover {
  opacity: 0.7;
}

.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  white-space: nowrap;
}

.txt-vertical .txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
}


/*--------------------------------------
	text color
--------------------------------------*/
.txt_color {
  color: #EA7AAD;
}

.txt_color_green {
  color: #A3C258;
}

.txt_link {
  vertical-align: top;
  text-decoration: underline !important;
  font-weight: bold;
  color: #EA7AAD !important;
}

.txt_link:hover {
  text-decoration: none !important;
}

.catch_title {
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #FFAEA2;
}

/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
#header {
  /*position: fixed;
	top: 0;
	left: 0;
  width: 100%; */
  background: rgb(255, 255, 255, 0.8);
  z-index: 1000;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  height: 96px;
  position: fixed;
  top: 24px !important;
  left: 24px;
  right: 24px;
}

/* container */
.header__main-container,
.header__sub-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.header__main-container {
  padding: 0 7px 0 24px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.header__main-container .row {
  width: 100%;
  position: relative;
  z-index: 5;
}

.header__sub-container {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 300px;
  position: relative;
}

/* menu */
.menu-text {
  color: #4B4B4B;
}

/* sub menu */
header .g-nav>li>.up-menu sub {
  color: #94C789;
}

#header .sns li {
  margin-right: 10px;
  width: 20px;
}

#header .sns {
  justify-content: flex-end;
  margin-right: 20px;
  position: relative;
  z-index: 101;
}

#header .sns li:last-of-type {
  margin-right: 0;
  margin-top: -3px;
}

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

  /* container */
  .header__main-container {
    padding: 0px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .header__sub-container {
    width: 100%;
    flex-grow: initial;
    flex-shrink: initial;
    flex-basis: initial;
  }
}

/*--------------------------------------
	logo
--------------------------------------*/
header .header__logo {
/*   width: 273px; */
  width: 246px;
  position: relative;
  z-index: 100;
}

header .header__logo img {
  width: 100%;
  max-width: 469px;
}

/*--------------------------------------
	nav
--------------------------------------*/
header .header__nav nav ol {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

header .header__nav nav ol>li:hover {}

header .header__nav nav ol>li {
  position: relative;
  height: 100%;
}

header .header__nav nav ol>li.contact {
  background: #FCEF8B;
  margin-left: 30px;
}

header .header__nav nav ol>li.contact a {
  color: #FF9E00;
}

/* header .header__nav nav ol>li:after {
  width: 0%;
  height: 3px;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  transition: all 0.4s ease;
}

header .header__nav nav ol>li:hover:after {
  width: 100%;
}

header .header__nav nav ol>li .sub-menu:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-right: 0 solid transparent;
  border-bottom: 21px solid #F8E9CC;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(-135deg);
  box-sizing: border-box;
  border-left: 21px solid transparent;
  transition: none;
}

header .header__nav nav ol .sub-menu .menu-item-has-children:hover .sub-menu:after {
  display: none;
} */

header .header__nav nav ol>li .up-menu {
  position: relative;
  width: auto;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: pre;
  color: #4B4B4B;
  cursor: pointer;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  font-weight: 500;
}

header .header__nav nav ol>li>.up-menu a,
header .header__nav nav ol>li>.up-menu span {
  display: block;
  /* padding: 3.4rem 1.5rem 2.3rem; */
  padding: 4.1rem 1.2rem 3.9rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  letter-spacing: 2px;
  box-sizing: border-box;
  justify-content: flex-end;
  max-height: 96px;
}

@media screen and (min-width: 768px) {
  header .header__nav nav ol>li:hover {
    background: #EA7AAD;
    color: #fff;
  }
}

/* 
header .header__nav nav ol>li:hover a {
  color: #fff;
} */

header .header__nav nav ol>li:hover .menu-text {
  color: #fff;
}

/* header .header__nav nav ol>li>.up-menu a:hover {
  background: #EA7AAD;
  color: #fff;
} */

header .header__nav nav ol>li>.up-menu .menu-text span {
  color: #EA7AAD;
  font-size: 8px;
  text-transform: uppercase;
  padding: 10px;
}

header .header__nav nav ol>li>.up-menu sub {
  display: block;
  padding-top: 10px;
  font-size: 10px;
  letter-spacing: 0.25em;
}

.sub-menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  width: 220px;
  height: auto;
  padding: 0;
  border-radius: 0.5em;
  box-shadow: 0 1px 5px rgb(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  background: #FFDEEF;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 10px;
}

.sub-menu a {
  font-size: 14px;
  position: relative;
  color: #4B4B4B !important;
}

.sub-menu a:before {
  content:
    "";
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 0 solid transparent;
  border-bottom: 10px solid #EA7AAD;
  position: absolute;
  left: 6%;
  top: 20px;
  margin-left: -11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  border-left: 10px solid transparent;
  transition: none;
}

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

.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

header .header__nav nav ol .sub-menu .sub02 .menu-text {
  padding-left: 10%;
}

header .header__nav nav ol>li.hover ul .menu-item-has-children.active .sub-menu {
  display: block;
}

@media screen and (min-width: 768px) {
  header .header__nav nav ol>li dl {
    pointer-events: none;
  }

  header .header__nav nav ol .sub-menu a {
    display: block;
    padding: 1% 5%;
    transition: none;
  }

  header .header__nav nav ol .sub-menu a:hover,
  header .header__nav nav ol .sub-menu .menu-text:hover,
  header .header__nav nav ol .sub-menu .menu-item-has-children:hover span.menu-text {
    /* background: #FFDEEF;
    color: #000;
    cursor: pointer;
    display: block; */
    opacity: .7;
  }

  header .header__nav nav ol .sub-menu .menu-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    box-shadow: none;
    position: static;
    margin-left: -10px;
    transform: translateX(0);
    display: none;
  }

  header .header__nav nav ol .sub-menu .menu-text {
    padding: 9px 9%;
    display: block;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    border-bottom: 1px solid #EA7AAD;
    font-weight: 400;
  }

  /* header .header__nav nav ol .sub-menu li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  } */

  header .header__nav nav ol .sub-menu li:last-of-type a {
    border-bottom: 0;
  }

  header .header__nav nav ol .sub-menu .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  header .header__nav nav ol .sub-menu .menu-item-has-children:hover .sub-menu a {
    padding-left: 10%;
  }

  header .header__nav nav ol>li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 0;
    height: 3px;
    background: #F8E9CC;
  }
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  header .header__nav nav ol>li>.up-menu a {}

  header .header__nav nav ol>li .up-menu {
    font-size: 14px;
  }

  header .header__logo {
    width: 220px;
  }

  .header__sub-container {
    flex-basis: 220px;
  }

  .header__main-container {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .header__nav nav ol>li>.up-menu a {
    padding: 4.1rem 0.5rem 3.9rem;
  }

  header .header__nav nav ol>li .up-menu {
    font-size: 12px;
  }

  header .header__logo {
    width: 150px;
  }

  .header__sub-container {
    flex-basis: 150px;
  }

  .header__main-container {}
}

@media screen and (max-width: 767px) {
  header .header__nav nav ol>li:after {
    display: none;
  }

  header .header__nav {
    width: 100%;
  }

  header .header__nav nav ol {
    display: none;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  header .header__nav nav ol>li {
    position: relative;
    width: 100%;
    border-left: none;
    /* border-top: 1px solid #fff; */
  }

  header .header__nav nav ol>li>.up-menu,
  header .header__nav nav ol>li .sub-menu li .menu-text {
    display: block;
    width: 100%;
    height: auto;
    /* padding: 18px 50px 18px 20px; */
    text-align: left;
    font-size: 15px;
    font-weight: bold;
  }

  header .header__nav nav ol>li .sub-menu li .menu-text {
    padding-right: 18px;
    padding-left: 13%;
  }

  .sub-menu a:before {
    left: 10%;
    top: 56%;
    margin-top: -8px;
  }

  header .header__nav nav ol>li>.up-menu a,
  header .header__nav nav ol>li>.up-menu span {
    padding: 0px;
  }

  header .header__nav nav ol>li>.up-menu span {
    margin: 0;
  }

  header .header__nav nav ol>li>span {
    position: relative;
  }

  header .header__nav nav ol>li .up-menu .menu-text,
  header .header__nav nav ol>li>.up-menu sub,
  header .header__nav nav ol>li .sub-menu li span.menu-text {
    color: #4B4B4B;
    width: 100%;
  }

  header .header__nav nav ol>li+li {
    margin-left: 0px;
  }

  header .header__nav nav ol>li ul li {
    border-top: 1px solid #EA7AAD;
  }

  .menu-item-has-children .up-menu::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-top: -14px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  .menu-item-has-children.hover .up-menu::after {
    margin-top: -3px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .sub-menu {
    width: 100%;
  }

  header .header__nav nav ol>li .sub-menu a {
    padding: 15px 20px 12px;
    text-align: left;
  }

  header .header__nav nav ol>li .sub-menu a:hover {
    text-decoration: none;
  }

  header .header__nav nav ol>li dl {
    position: relative;
    top: 0;
    padding: 0;
    background: none;
  }

  header .header__nav nav ol>li dl li {
    padding-left: 0;
  }

  header .header__nav nav ol>li dl li::before {
    display: none;
  }

  header .header__nav nav ol>li dt {
    display: none;
  }

  header .header__nav nav ol>li .sub-menu {
    position: inherit;
    display: none;
    top: 0;
    padding: 0;
    border-radius: 0;
  }

  header .header__nav nav ol>li.hover .sub-menu {
    display: block;
    visibility: initial;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }

  header .header__nav nav ol>li .sub-menu li {
    display: block;
  }

  header .header__nav nav ol>li .sub-menu li:first-child {
    border-top: 0px;
  }

  header .header__nav nav ol>li .sub-menu a {
    display: block;
  }

  header .header__nav nav ol>li.hover>span+dl,
  header .header_menu .header__nav nav ol>li>span:hover+dl {
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (min-width: 768px) {
  header .header__nav nav ol>li>.up-menu:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  header .header__nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    min-height: 100vh;
    z-index: 100;
    padding: 150px 30px 40vw;
    background: linear-gradient(242.9deg, #FFFFFF 0%, #FFEDF8 66.93%);
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
  }

  header .header__nav::before {
    content: '';
    position: absolute;
    background: url(./img/nav_bg.png) no-repeat;
    background-size: cover;
    width: calc(250 / 390 * 100%);
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
  }

  header .header__nav .conversion {
    margin: 70px -30px 0;
  }

  header .header__logo {
    width: 220px;
    margin: 11px 12px 13px;
    z-index: 114;
  }

  header .header__nav nav ol {}

  header .header__nav nav ol>li {
    margin-bottom: 42px;
  }

  header .header__nav nav ol>li>.up-menu,
  header .header__nav nav ol>li .sub-menu li span.menu-text {
    /* background: #FF9E00; */
  }

  header .header__nav nav ol>li .sub-menu li span.menu-text {
    position: relative;
  }

  header .header__nav nav ol>li>.up-menu:hover {}

  header .header__nav nav ol>li>.up-menu a,
  header .header__nav nav ol>li>.up-menu span {
    padding: 3px;
    color: #fff;
    font-weight: 500;
    align-items: flex-start;
    font-size: 24px;
  }

  header .header__nav nav ol>li>.up-menu span {
    margin: 0;
    display: none;
  }

  header .header__nav nav ol>li>span {
    position: relative;
  }

  header .header__nav nav ol>li .up-menu .menu-text,
  header .header__nav nav ol>li>.up-menu sub {
    display: block;
    background: unset !important;
    color: #4B4B4B !important;
  }

  header .header__nav nav ol>li+li {
    margin-left: 0px;
  }

  header .header__nav nav ol>li.contact {
    margin-left: 0;
  }

  header .header__nav nav ol>li.contact .up-menu {
    background: #FCEF8B;
    color: #FF9E00;
  }

  header .header__nav nav ol>li.contact .up-menu a {
    color: #FF9E00;
  }

  header .header__nav nav ol>li ul li {}

  .menu-item-has-children .up-menu::after,
  header .header__nav nav ol>li .sub-menu li span.menu-text:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #4b4b4b;
    border-left: 2px solid #4b4b4b;
    margin-top: -14px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  .menu-item-has-children.hover .up-menu::after,
  header .header__nav nav ol>li .sub-menu li:hover .sub-menu>.menu-text:after {
    margin-top: -3px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .sub-menu {
    width: 100%;
  }

  header .header__nav nav ol>li .sub-menu a {
    padding: 15px 20px 12px;
    text-align: left;
    /* color: #fff; */
  }

  header .header__nav nav ol>li .sub-menu a:hover {
    text-decoration: none;
  }

  header .header__nav nav ol>li dl {
    position: relative;
    top: 0;
    padding: 0;
    background: none;
  }

  header .header__nav nav ol>li dl li {
    padding-left: 0;
  }

  header .header__nav nav ol>li dl li::before {
    display: none;
  }

  header .header__nav nav ol>li dt {
    display: none;
  }

  header .header__nav nav ol>li .sub-menu {
    position: inherit;
    display: none;
    top: 10px;
    padding: 0;
    border-radius: 0;
  }

  header .header__nav nav ol>li.hover .sub-menu {
    display: block;
    visibility: initial;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }

  header .header__nav nav ol>li .sub-menu li {
    display: block;
  }

  header .header__nav nav ol>li .sub-menu:after {
    display: none
  }

  header .header__nav nav ol>li .sub-menu li:first-child {
    border-top: 0px;
  }

  header .header__nav nav ol>li .sub-menu a {
    display: block;
  }

  header .header__nav nav ol>li.hover>span+dl,
  header .header_menu .header__nav nav ol>li>span:hover+dl {
    opacity: 1;
    pointer-events: auto;
  }

  header .header__sub-container.active+.header__nav {
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* header .header__nav:before {
    position: fixed;
    content: '';
    height: 73px;
    left: 0;
    right: 0;
    background: #fff;
    top: 0;
    z-index: 111;
  } */

  .header__sub-container.active .header__logo {
    position: fixed;
    top: 2px;
    left: 0;
    z-index: 114;
    max-width: 266px;
    margin: 15px 10px;
  }

  header .header__nav nav ol>li:hover .sub-menu:after {
    display: none;
  }

  header .header__nav nav ol>li.hover ul .menu-item-has-children .sub-menu {
    display: none;
  }

  header .header__nav nav ol>li .sub-menu li.active span.menu-text:after {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -4px;
  }
}

/*--------------------------------------
	toggle menu
--------------------------------------*/
header .toggle-menu {
  display: none;
}

.toggle-menu__trigger,
.toggle-menu__trigger span {
  display: inline-block;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.toggle-menu__trigger span {
  /* opacity: 0; */
  /* visibility: hidden; */
}

.toggle-menu__trigger {
  position: relative;
  display: block;
  width: 28px;
  height: 22px;
  padding: 0;
  border: 0px;
  margin: 0;
  text-align: center;
  background: none;
}

.toggle-menu__trigger:after {
  position: absolute;
  content: "MENU";
  top: 0;
  font-size: 11px;
  right: 0;
  color: #5882BC;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  letter-spacing: 1px;
  display: none;
}

.toggle-menu.active {
  transform: translateY(0);
}

.toggle-menu.active .toggle-menu__trigger:after {
  content: "CLOSE";
}

.toggle-menu__trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
}

.toggle-menu__trigger span:nth-of-type(1) {
  top: 0;
}

.toggle-menu__trigger span:nth-of-type(2) {
  top: 10px;
}

.toggle-menu__trigger span:nth-of-type(3) {
  bottom: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(1) {
  -moz-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(2) {
  opacity: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(3) {
  -moz-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  #header {
    height: auto;
    position: absolute;
    top: 10px !important;
    left: 10px;
    right: 10px;
    z-index: 100;
    /* width: 100%; */
  }

  header .toggle-menu {
    display: block;
    position: fixed;
    top: 17px;
    right: 8px;
    z-index: 103;
    padding: 13px 10px;
    background: linear-gradient(135deg, #F99CD2 50%, #F195FB 100%);
    border-radius: 10px;
  }
}

/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
#footer {
  background-size: cover;
  text-align: center;
}

#footer .footer-content {
  display: flex;
  max-width: 1366px;
  margin: 0 auto;
}

#footer #sec-social {
  width: calc(483 / 1366 * 100%);
  height: 100%;
  background: linear-gradient(242.9deg, #FFEDF8 0%, #FFFFFF 66.93%);
  position: relative;
  z-index: 1;
  padding: 54px 0 65px;
}

#footer #sec-ft {
  width: calc(100% - (483 / 1366 * 100%));
  position: relative;
  z-index: 1;
  padding: 61px 64px;
}

#footer #sec-social .line-social1 {
  position: absolute;
  inset: 0;
  z-index: -1;
  margin-bottom: 0;
}

#footer #sec-social .line-social1::before,
#footer #sec-social .line-social1::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  left: 0;
  background: linear-gradient(256.84deg, rgba(0, 0, 0, 0) 50.01%, rgba(97, 36, 114, 0.1024) 81.78%, rgba(202, 122, 223, 0.256) 100%), linear-gradient(103.18deg, #EA7AAD 0%, #ED7DC0 49.82%, #F8C4E2 100%);
  opacity: 0.48;
}

#footer #sec-social .line-social1::before {
  top: 0;
}

#footer #sec-social .line-social1::after {
  bottom: 0;
  background: linear-gradient(256.84deg, rgba(0, 0, 0, 0) 50.01%, rgba(97, 36, 114, 0.1024) 81.78%, rgba(202, 122, 223, 0.256) 100%), linear-gradient(103.18deg, #EA7AAD 0%, #ED7DC0 49.82%, #F8C4E2 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

#footer #sec-social .line-social2 {
  position: absolute;
  inset: 0;
  z-index: -1;
  margin-bottom: 0;
}

#footer #sec-social .line-social2::before,
#footer #sec-social .line-social2::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 100%;
  top: 0;
  background: linear-gradient(256.84deg, rgba(0, 0, 0, 0) 50.01%, rgba(97, 36, 114, 0.1024) 81.78%, rgba(202, 122, 223, 0.256) 100%), linear-gradient(103.18deg, #EA7AAD 0%, #ED7DC0 49.82%, #F8C4E2 100%);
  opacity: 0.48;
}

#footer #sec-social .line-social2::before {
  right: 0;
}

#footer #sec-social .line-social2::after {
  left: 0;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

#footer #sec-social .en-all {
  font-size: 48px;
  margin-bottom: 7px;
}

#footer #sec-social .en-all .icon::before {
  right: -48px;
}

#footer #sec-social .en-all .icon::after {
  content: "";
  position: absolute;
  background: url(./img/icons/ttl_deco1.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 48 / 36;
  width: 24px;
  height: auto;
  left: -48px;
  top: -3px;
  bottom: 0;
  margin: auto 0;
}

#footer #sec-social .ttl-all {
  font-size: 20px;
  letter-spacing: 0.24em;
  margin-bottom: 54px;
}

#footer #sec-social .list {}

#footer #sec-social .list .btn-ft {
  margin-bottom: 32px;
}

#footer #sec-social .list .btn-ft:last-child {
  margin-bottom: 0;
}

#footer #sec-social .list .btn-ft a {
  display: inline-block;
}

#footer #sec-ft::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(242.9deg, #FFEDF8 0%, #FFFFFF 66.93%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}

#footer #sec-ft::after {
  content: '';
  position: absolute;
  background: url(./img/footer_decor1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1066 / 974;
  width: 533px;
  height: auto;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/*--------------------------------------
	footer menu
--------------------------------------*/
footer .logo {
  width: 272px;
  margin-bottom: 18px;
}

footer address {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.7em;
}

footer .sitemap-link {
  text-align: left;
  margin-bottom: 40px;
}

footer .sitemap-link a {
  color: #EA7AAD;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  transition: all .3s ease;
}

footer .sitemap-link a:hover {
  color: #FFC9D4;
}

footer .footer-menu__navi {
  margin-bottom: 15px;
}

footer .footer-menu__navi ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 660px;
  height: 74px;
  gap: 9px 24px;
}

footer .footer-menu__navi ul li {
  width: calc(100% / 3 - (24px * 2 / 3));
  text-align: left;
}

footer .footer-menu__navi ul a {
  color: #EA7AAD;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  transition: all .3s ease;
}

footer .footer-menu__navi ul a:hover {
  color: #FFC9D4;
}

footer .copyright {
  font-size: 12px;
  line-height: 1.4em;
  color: #4B4B4B;
  text-align: left;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
  #footer #sec-social {
    width: 40%;
    padding: 54px 0 75px;
  }

  #footer #sec-social .list {
    margin: 0 30px;
  }

  #footer #sec-ft {
    width: 60%;
    padding: 61px 30px;
  }

  footer .sitemap-link a {
    font-size: 14px;
  }

  footer .footer-menu__navi ul {
    width: 100%;
    height: 114px;
  }

  footer .footer-menu__navi ul li {
    width: calc(100% / 2 - (24px /2));
  }

  footer .footer-menu__navi ul a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #footer {}

  #footer .footer-content {
    flex-direction: column;
  }

  #footer #sec-social {
    width: 100%;
    height: auto;
    padding: 50px 0 65px;
  }

  #footer #sec-ft {
    width: 100%;
    padding: 50px 20px;
  }

  #footer #sec-social .en-all {
    font-size: 48px;
    margin-bottom: 7px;
  }

  #footer #sec-social .en-all .icon::before {
    right: -48px;
  }

  #footer #sec-social .en-all .icon::after {
    left: -48px;
  }

  #footer #sec-social .ttl-all {
    font-size: 20px;
    margin-bottom: 45px;
  }

  #footer #sec-social .list .btn-ft {
    margin-bottom: 32px;
  }

  #footer #sec-social .list .btn-ft:last-child {
    margin-bottom: 0;
  }

  #footer #sec-ft::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(242.9deg, #FFEDF8 0%, #FFFFFF 66.93%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
  }

  #footer #sec-ft::after {
    width: 450px;
    bottom: -30px;
    right: -105px;
  }

  /*--------------------------------------
	footer menu
--------------------------------------*/
  footer .logo {
    width: 272px;
    margin-bottom: 18px;
  }

  footer address {
    font-size: 14px;
    margin-bottom: 20px;
  }

  footer .sitemap-link {
    margin-bottom: 25px;
  }

  footer .sitemap-link a {
    font-size: 13px;
  }

  footer .footer-menu__navi {
    margin-bottom: 9px;
  }

  footer .footer-menu__navi ul {
    width: 355px;
    height: auto;
    gap: 9px 2px;
  }

  footer .footer-menu__navi ul li {
    width: calc(100% / 2 - (2px / 2));
  }

  footer .footer-menu__navi ul a {
    color: #EA7AAD;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.04em;
    transition: all .3s ease;
  }

  footer .copyright {
    font-size: 12px;
    line-height: 1.4em;
    color: #4B4B4B;
    text-align: left;
    letter-spacing: 0.08em;
  }
}

/*--------------------------------------
	fixed box
--------------------------------------*/
.fixed-box {
  position: fixed;
  right: 8px;
  bottom: 10px;
  display: block;
  width: 535px;
  height: auto;
  z-index: 89;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.fixed-box .fixed-banner ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-end;
  flex-direction: row-reverse;
}

.fixed-box .fixed-banner ul li {
  width: 200px;
}

.fixed-box .fixed-banner ul li:first-child {
  margin-left: 8px;
}

.fixed-box img {
  max-width: 100%;
  vertical-align: middle;
}

.pagetop {
  margin-bottom: 0;
  position: fixed;
  width: 64px;
  height: 64px;
  bottom: 10px;
  left: 16px;
  z-index: 7;
}

@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 20%;
    overflow: hidden;
  }

  .fixed-box {
    right: unset;
    left: 8px;
    bottom: 8px;
    width: calc(100% - 4px - 8px - (64 / 390 * 100%));
    height: auto;
    z-index: 101;
  }

  .fixed-box .fixed-banner ul {
    display: flex;
    flex-direction: row-reverse;
    gap: 6px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .fixed-box .fixed-banner ul li {
    width: calc(160 / 300 * 100% - 6px);
  }

  .fixed-box .fixed-banner ul li:first-child {
    margin-right: 0;
    margin-left: 0;
    width: calc(100% - (160 / 300 * 100%) - 6px);
  }

  .fixed-box img {
    max-width: 100%;
    vertical-align: middle;
  }

  .pagetop {
    bottom: 10px;
    left: unset;
    right: 8px;
    width: calc(64 / 390 * 100%);
    height: auto;
    z-index: 101;
  }

  .pagetop a {
    display: inline-block;
  }
}

/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/
/*--------------------------------------
	conversion section
--------------------------------------*/
.conversion {
  padding: 48px 0 48px;
  background: linear-gradient(263.39deg, #BAB7D8 0%, #C797C0 50.31%, #B98FBD 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.conversion:before,
.conversion::after {
  content: '';
  position: absolute;
  background: url(./img/contact_decor1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 416 / 325;
  width: 416px;
  height: auto;
  z-index: -1;
}

.conversion:before {
  top: 0;
  left: -8px;
}

.conversion::after {
  background-image: url(./img/contact_decor2.png);
  aspect-ratio: 410 / 353;
  width: 410px;
  bottom: 0;
  right: -8px;
}

.conversion .row {
  position: relative;
  padding-bottom: 49px;
}

.conversion .row::before {
  content: '';
  position: absolute;
  inset: 55px 0 0;
  --gap: 515px;
  --line-color: #fff;
  --line: 1px;
  background:
    /* TOP */
    linear-gradient(to right,
      var(--line-color) 0,
      var(--line-color) calc(50% - var(--gap) / 2),
      transparent calc(50% - var(--gap) / 2),
      transparent calc(50% + var(--gap) / 2),
      var(--line-color) calc(50% + var(--gap) / 2),
      var(--line-color) 100%) top / 100% var(--line) no-repeat,
    /* BOTTOM */
    linear-gradient(var(--line-color), var(--line-color)) bottom / 100% var(--line) no-repeat,
    /* LEFT */
    linear-gradient(var(--line-color), var(--line-color)) left / var(--line) 100% no-repeat,
    /* RIGHT */
    linear-gradient(var(--line-color), var(--line-color)) right / var(--line) 100% no-repeat;
  pointer-events: none;
}

.conversion .en-all {
  font-size: 80px;
  text-align: center;
  margin-bottom: 3px;
}

.conversion .en-all .icon {
  background: linear-gradient(242.9deg, #FFEDF8 0%, #FFFFFF 66.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.conversion .en-all .icon::before,
.conversion .en-all .icon::after {
  filter: brightness(0) invert(1);
}

.conversion .en-all .icon::before {
  right: -48px;
  top: -2px;
}

.conversion .en-all .icon::after {
  content: "";
  position: absolute;
  background: url(./img/icons/ttl_deco1.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 48/36;
  width: 24px;
  height: auto;
  left: -48px;
  top: -2px;
  bottom: 0;
  margin: auto 0;
}

.conversion h2 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.24em;
  margin-bottom: 40px;
}

.conversion .conversion__list {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.conversion .conversion__list li {
  width: 50%;
  text-align: center;
  max-width: 480px;
}

.conversion .conversion__list li a {
  display: inline-block;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
  .conversion .row::before {
    inset: 55px -15px 0;
  }
}

@media screen and (max-width: 767px) {
  .conversion {
    padding: 30px 0 30px;
  }

  .conversion:before,
  .conversion::after {
    width: 416px;
  }

  .conversion:before {
    top: 0;
    left: -8px;
  }

  .conversion::after {
    width: 410px;
    bottom: 0;
    right: -8px;
  }

  .conversion .row {
    position: relative;
    padding-bottom: 30px;
  }

  .conversion .row::before {
    inset: 38px -10px 0;
    --gap: 300px;
  }

  .conversion .en-all {
    font-size: 56px;
    margin-bottom: 10px;
  }

  .conversion .en-all .icon::before {
    right: -40px;
    top: -2px;
  }

  .conversion .en-all .icon::after {
    height: auto;
    left: -40px;
  }

  .conversion h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }

  .conversion .conversion__list {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .conversion .conversion__list li {
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
  }

  .conversion .conversion__list li:last-child {
    margin-bottom: 0;
  }

  .conversion .conversion__list li a {
    display: inline-block;
  }
}

/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0 !important;
}

.elementor img {
  width: auto !important;
}

.elementor-image-box-wrapper {
  display: block !important;
}

.elementor-widget-image-box .elementor-image-box-content {
  text-align: left !important;
}

.elementor-image-box-title {
  padding: 10px 20px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  background: #3dc2b7;
}

.elementor-image-box-img {
  float: right;
  display: block !important;
  width: 30% !important;
  margin: 0 0 10px 20px !important;
  text-align: center;
  text-align: right;
  border-radius: 10px;
  overflow: hidden;
}

.img_small .elementor-image-box-img {
  width: auto !important;
}

.img_l .elementor-image-box-img {
  float: left;
  margin: 0 20px 10px 0 !important;
}

.auto_width .elementor-image-box-img {
  width: auto !important;
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
  display: inline-block !important;
}

.elementor-widget-image .elementor-image>a:hover img,
.elementor-widget-image .elementor-image figure>a:hover img {
  opacity: 0.8 !important;
}

.elementor-slideshow__header {
  width: calc(100% - 50px) !important;
  padding-left: 0em !important;
  padding-right: 0em !important;
}

.elementor-text-editor ul {
  list-style: inside;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.title-share {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #5882BC;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.title-share:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #5882BC;
  height: 3px;
  content: "";
  margin: 0 auto;
  right: 0;
  width: 40px;
}

.title-share span {
  font-size: 12px;
  font-family: 'Baloo Bhaijaan 2', cursive;
  color: #C9CACA;
  display: block;
  letter-spacing: 0.1em;
}

.f-bnr {
  width: 100%;
  max-width: 805px;
  margin: 0 auto 15px;
  justify-content: space-between;
}

.f-bnr li {
  width: 32.3%;
}

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

  .elementor-image-box-img,
  .img_l .elementor-image-box-img {
    float: none;
    width: 100% !important;
    margin: 0 auto 20px !important;
    text-align: center;
  }

  .f-bnr {
    flex-direction: column;
  }

  .f-bnr li {
    width: 80%;
    margin: 0 auto 20px;
    max-width: 100%;
  }
}

/* IE飲みの修正 */
@media all and (-ms-high-contrast: none) {

  /* トップページ画像表示崩れ修正	 */
  .scroll1 {
    display: flex;
  }

  /* 追従バナー修正	 */
  .fixed-box img {
    width: 100%;
  }

  /* バナーが一番上に来るよう修正	 */
  .fixed-box {
    z-index: 999;
  }
}

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

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

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