html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a:visited {
  color: inherit;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

ol>li>ul,
ul>li>ul {
  padding-left: 1em;
  padding-top: .3em;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

* section {
  clear: both;
}

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

a,
a img {
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  text-decoration: none;
}

a:hover>img {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

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

figure {
  text-align: center;
  margin: 0;
  padding: 0;
}

figure>img {
  width: auto;
  max-width: 100%;
}

figure figcaption {
  margin: 10px auto;
  text-align: left;
}

strong {
  font-weight: bold;
}

html {
  overflow: auto;
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

html {
  font-size: 13px;
}

html h1.underTitle {
  font-size: 22px;
}

html h1.underTitle span {
  font-size: 80%;
}

html main h2 {
  font-size: 20px;
}

html main h2 span {
  font-size: 80%;
}

html main h3 {
  font-size: 18px;
}

html main h3 span {
  font-size: 80%;
}

html main h4 {
  font-size: 16px;
}

html main h4 span {
  font-size: 80%;
}

html main h5 {
  font-size: 14px;
}

html main h5 span {
  font-size: 80%;
}

html main h6 {
  font-size: 13px;
}

html main h6 span {
  font-size: 80%;
}

@media (min-width: 641px) {
  html {
    font-size: calc((13 / 16 * 100%) + 3 * (100vw - 641px) / (1200 - 641));
  }

  html h1.underTitle {
    font-size: 2.5rem;
  }

  html main h2 {
    font-size: 2rem;
  }

  html main h3 {
    font-size: 1.7rem;
  }

  html main h4 {
    font-size: 1.3rem;
  }

  html main h5 {
    font-size: 1.2rem;
  }

  html main h6 {
    font-size: 1.1rem;
  }
}

@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }

  html h1.underTitle {
    font-size: 30px;
  }

  html h1.underTitle span {
    font-size: 20px;
  }

  html main h2 {
    font-size: 26px;
  }

  html main h2 span {
    font-size: 18px;
  }

  html main h3 {
    font-size: 20px;
  }

  html main h3 span {
    font-size: 16px;
  }

  html main h4 {
    font-size: 18px;
  }

  html main h4 span {
    font-size: 14px;
  }

  html main h5 {
    font-size: 16px;
  }

  html main h5 span {
    font-size: 80%;
  }

  html main h6 {
    font-size: 16px;
  }

  html main h6 span {
    font-size: 80%;
  }
}

body {
  font-family: "メイリオ", "Meiryo", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333333;
  background: #fff;
  overflow: hidden;
  line-height: 1.5;
  word-break: break-all;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5px;
}

p {
  margin-bottom: 1em;
  word-break: break-all;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: left;
}

a {
  color: #333333;
}

@media screen and (min-width: 641px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

main section {
  padding: 3.5% 0;
  margin-bottom: 3.5%;
}

main section:last-child {
  margin-bottom: 5%;
}

/*base*/

#header>.inner,
#nav>.inner,
#contents>.inner,
#footer .inner {
  /* コンテンツ幅 */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}

@media screen and (max-width: 767px) {
	/* スマホ */
	.btm_inq {
		position: fixed;
		bottom: 0;
		width: 100%;
		right: 0;
		z-index: 9999;
		text-align: right;
	}

	.btm_inq .clearfix>a {
		display: inline-block;
		width: 50%;
		float: left;
	}

	.btm_inq .clearfix>a img {
		width: 100%;
	}

	.inq01 {
		position: relative;
		bottom: 0px;
		text-align: right;
		width: 60px;
    margin-left: auto;
	}

	.pc {
		display: none !important;
	}
}

#toTop {
  position: fixed;
  z-index: 9999;
  bottom: 12%;
  right: 2%;
  background: #00becf;
  border-radius: 50%;
  width: 93px;
  height: 93px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
}

#toTop:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
  transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: .2s;
  transition: .2s;
}

#toTop img {
  width: 40px;
}

@media screen and (max-width: 767px) {
  #toTop {
    width: 50px;
    height: 50px;
  }

  #toTop:after {
    width: 15px;
    height: 15px;
  }
}

.mainimage {
  text-align: center;
  position: relative;
  width: 100%;
}

.mainimage,
.slider {
  margin-bottom: 0;
}

.mainimage .catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: catchfade 2s ease 0s 1 normal;
  animation: catchfade 2s ease 0s 1 normal;
}

@-webkit-keyframes catchfade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

.mainimage .catch img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mainimage img {
  width: auto;
}

@media (min-width : 768px) {
  .mainimage .catch {
    max-width: 1000px;
    width: 50.6%;
  }
}

@media screen and (max-width: 767px) {
  .mainimage .catch img {
    width: 70%;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  overflow: visible;
  height: auto;
}

/*/-----------------ここから個別*/
#header h1 {
  max-width: 418px !important;
  max-height: 67px !important;
  width: 42% !important;
}

@media screen and (max-width: 767px) {
  #header h1 {
    width: 80% !important;
  }
}

.ibs_lp_herder.lp1 {
  background: #00becf !important;
}

.ibs_lp_herder {
  line-height: 1.4;
}

.copyright {
  padding: 0.8em 0 !important;
}

@media (max-width : 767px) {
  .copyright {
    padding: 0.8em 0 17% !important;
  }
}

.headerinner ul.pc {
  width: 57% !important;
}

.headerinner .txt img {
  max-width: 561px !important;
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  ul.menu li {
    display: table-cell;
    position: relative;
    border-left: 1px solid #c7f1f4;
    text-align: center;
    vertical-align: middle;
    width: calc(100% / 6);
    -webkit-transition: .4s;
    transition: .4s;
  }

  ul.menu li a {
    display: table-cell;
    text-align: center;
    color: #333333;
    letter-spacing: 0.025em;
    -webkit-transition: .4s;
    transition: .4s;
    display: block;
    width: 100%;
    text-decoration: none;
    line-height: 1.3;
    padding: 3% 1.5%;
  }

  ul.menu li:last-child {
    border-right: 1px solid #c7f1f4;
  }

  ul.menu li:hover {
    background: #00becf;
    -webkit-transition: .4s;
    transition: .4s;
  }

  ul.menu li:hover a {
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  ul.menu li a {
    font-size: 14px;
  }
}

#header .sp_menu {
  display: none;
  position: absolute;
  top: 33%;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  z-index: 50;
}

#header .sp_menu ul.menu {
  width: 100%;
}

#header .sp_menu ul.menu li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #c7f1f4;
  text-align: left;
}

#header .sp_menu ul.menu li a {
  color: #fff;
  letter-spacing: 0.025em;
  -webkit-transition: .4s;
  transition: .4s;
  display: block;
  width: 100%;
  text-decoration: none;
  line-height: 1.8;
  padding: .5em 1em;
  background: #00becf;
}

/*/-----------------PC＆SP*/
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  img.pc {
    display: inline;
  }

  .sp {
    display: none !important;
  }
}

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

  .sp {
    display: block;
  }

  img.sp {
    display: inline;
  }
}

@media only screen and (min-width: 1019px) {
  header .pc {
    display: block;
  }

  header img.pc {
    display: inline;
  }

  header .sp {
    display: none !important;
  }
}

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

  header .sp {
    display: block;
  }

  header img.sp {
    display: inline !important;
  }
}

@media (min-width : 768px) {

  /*#aside*/
  #aside .inq {
    /* サイド固定バナー */
    position: fixed;
    top: 164px;
    right: 0;
    width: 84px;
    z-index: 5;
  }

  #aside .inq a {
    display: block;
    margin-top: 4px;
  }

  #aside .inq a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }
}

@media (max-width : 767px) {

  /* スマホ */
  .btm_inq {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    z-index: 9999;
    text-align: right;
  }

  .btm_inq .clearfix>a {
    display: inline-block;
    width: 50%;
    float: left;
  }

  .btm_inq .clearfix>a img {
    width: 100%;
  }

  .inq01 {
    position: relative;
    bottom: 0px;
    text-align: right;
    width: 60px;
  }
}

.ibs_lp_herder {
  background: #0067b2 !important;
}
.ibs_lp_herder a {
  color: #fff!important;
}
.ibs_lp_herder .header_access {
  color: #fff !important;
  font-size: 12px;
}

/*#header*/
#header {
  box-sizing: border-box;
}

#header h1 {
  /* h1ロゴのサイズ指定 */
  display: block;
  float: left;
  max-width: 28%;
  width: 195px;
  padding-top: 0;
}

#header h1 img {
  width: 100%;
}

#header h1 a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.headerinner ul.pc {
  float: right;
  overflow: hidden;
  width: 564px;
  max-width: 68%;
  box-sizing: border-box;
  text-align: right;
}

.headerinner ul img {
  display: block;
}

.headerinner .txt {
  float: left;
  width: 100%;
}

.headerinner .txt img {
  width: 563px;
}

.headerinner .tel {
  float: right;
  width: 46.7%;
  padding-top: 0;
}

.headerinner .tel img.telimg {
  width: 280px;
}

.headerinner .inq {
  padding-top: 14px;
}

.headerinner .inq .access {
  width: 90px;
  max-width: 32.15%;
  float: left;
}

.headerinner .inq .btn {
  width: 183px;
  max-width: 65.4%;
  float: right;
}

/*#nav*/

.menu-sp-nav-container {
  /* スマホ用メニューを隠す */
  display: none;
}

.fixed {
  /* javascript用 */
  position: fixed;
  top: 0;
}

#nav {
  background: #fff;
  box-sizing: border-box;
}

@media (min-width : 768px) {

  /*#header*/
  #header {
    padding: 20px 0 10px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  /*#nav*/
  #nav {
    left: 0;
    width: 100%;
    z-index: 100;
    box-sizing: content-box;
    background: #fff;
    margin-bottom: 14px;
    box-sizing: border-box;

  }

  #nav .inner {
    height: 50px;
  }

  /* PC用グローバルナビゲーション */
  #nav li {
    box-sizing: border-box;
  }

  #nav a,
  #menu-header-nav>li>span {
    text-decoration: none;
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    line-height: 1.35em;
    box-sizing: border-box;
    -webkit-transition: 200ms;
    transition: 200ms;
  }

  #menu-header-nav>li {
    width: 14.2857%;
    position: relative;
    float: left;
    box-sizing: border-box;
  }

  #menu-header-nav>li>a,
  #menu-header-nav>li>span {
    /**/
    font-size: 14px;
    height: 50px;
    box-sizing: border-box;
    padding: 15px 4px 0;
    color: #666;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 20000;
    background-color: #fff;
    line-height: 1.4em;
  }

  #menu-header-nav>li>a::before,
  #menu-header-nav>li>a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
    height: 40px;
    width: 1px;
    background: #dadfe2;
  }

  #menu-header-nav>li.nav01>a::before {
    left: 0;
  }

  #menu-header-nav>li:hover>a,
  #menu-header-nav>li:hover>a>span {
    color: #555;
    cursor: pointer;
    background-color: #eff9fc;
  }

  #menu-header-nav li {
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
  }

  #menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
  }

  #menu-header-nav>li:last-child ul.sub-menu {
    width: 100%;
  }

  #menu-header-nav>li>ul.sub-menu {
    height: auto;
    overflow: hidden;
  }

  #menu-header-nav>li:hover>ul.sub-menu {
    height: auto;
    top: 50px;
    padding-top: 0;
    padding-bottom: 0;
    background: #eff9fc;
    width: 150%;
    left: -25%;
  }

  #menu-header-nav>li>ul.sub-menu>li {
    width: 100%;
    height: 0;
  }

  #menu-header-nav>li:hover>ul.sub-menu>li {
    float: none;
    height: auto;
    border-top: 1px solid #7eb1c3;
  }

  #menu-header-nav>li>ul.sub-menu>li a {
    font-size: 14px;
    text-align: center;
    text-indent: inherit;
    color: #555;
    padding: 12px 5px 11px;
    display: block;
  }

  #menu-header-nav ul.sub-menu li a:hover {
    color: #fff;
    background-color: #28b7af;
  }

  #menu-header-nav>li>ul.sub-menu>li ul li a {
    text-align: left;
    font-size: 80%;
    padding: 5px 10px 5px 20px;
  }

  #menu-header-nav>li>ul.sub-menu>li ul li a:before {
    position: absolute;
    content: "・";
    top: 6px;
    left: 6px;
  }

  /* サブ */
  #nav .nav02 li>a,
  #nav .nav04 li>a,
  #nav .nav05 li>a,
  #nav .nav06 li>a {
    position: relative;
    border-right: none;
  }

  #nav .nav02 li:first-child>a,
  #nav .nav04 li:first-child>a,
  #nav .nav05 li:first-child>a,
  #nav .nav06 li:first-child>a {
    border-left: none;
  }

  #menu-header-nav>li.nav02,
  #menu-header-nav>li.nav04,
  #menu-header-nav>li.nav05,
  #menu-header-nav>li.nav06 {
    float: left;
    position: inherit;
  }

  #menu-header-nav li .submenu-wrap {
    height: 0;
    overflow: hidden;
  }

  #menu-header-nav li:hover .submenu-wrap {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 4;
    background: #eff9fc;
    overflow: hidden;
    height: auto;
    padding-bottom: 1em;
    padding-top: 1em;
    border-top: 1px solid #7eb1c3;
  }

  #menu-header-nav li .submenu-wrap .submenu-inner {
    width: 1000px;
    max-width: 96%;
    margin: 0 auto 0;
    overflow: hidden;
  }

  #menu-header-nav li .submenu-wrap .menutitle {
    text-align: left;
    overflow: hidden;
    display: block;
    font-size: 15px;
    top: 0;
    height: 0;
    position: relative;
    padding-left: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 10px;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
  }

  #menu-header-nav li .submenu-wrap .menutitle::before {
    display: none;
  }

  #menu-header-nav li .submenu-wrap .menutitle a {

    display: inline;
    background: none;
    color: #505050;
    padding: 0;
  }

  #menu-header-nav li .submenu-wrap .menutitle a:hover {
    color: #febca6;
  }

  #menu-header-nav li:hover .submenu-wrap .menutitle {
    height: auto;
    top: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #7eb1c3;
    padding-left: 5px;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu {
    position: relative;
    float: left;
    width: 33.3333%;
    background: none;
    margin-left: 0;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;

  }

  #menu-header-nav li.nav05 .submenu-wrap .submenu-inner {
    width: 600px;
  }

  #menu-header-nav li.nav05 .submenu-wrap ul.sub-menu {
    width: 50%;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li {
    position: relative;
    padding-left: 1em;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.submenu-title {
    padding-left: 0.4em;
    font-weight: bold;
    font-size: 15px;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.submenu-title::before {
    display: none;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 9px;
    left: 5px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    background: none;
    color: #333;
    text-align: left;
    padding: 0.3em 0.2em 0.3em;
    font-size: 14px;
    border-right: none;
  }

  #menu-header-nav>li:hover .submenu-wrap ul.sub-menu li a:hover {
    color: #02aba3;
  }

  #menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
  }

  #menu-header-nav li ul li {
    width: 100%;
    height: 0;
  }

  #menu-header-nav>li:hover ul li {
    float: none;
    height: auto;
  }

  #nav li>a,
  #nav li>span {
    position: relative;
  }

  #nav li.has_children>a::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    margin: 0 0 0 -5px;
    width: 0px;
    height: 0px;
    content: "";
    border: 5px solid transparent;
    border-top: 5px solid #28b7af;
    background: none;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.submenu_ttl {
    font-weight: bold;
    padding-left: 0;
    margin: 0 0 5px;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.submenu_ttl:before {
    display: none;
  }

  #menu-header-nav .clear {
    clear: both;
  }
}

/* style */
@media (min-width:768px) {

  .menu-menu_lp1-container #menu-header-nav>li>a,
  .menu-menu_lp1-container #menu-header-nav>li>span {
    font-size: 14px;
    height: 50px;
    box-sizing: border-box;
    padding: 0;
    color: #666;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 20000;
    background-color: #fff;
    line-height: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu-menu_lp1-container #menu-header-nav>li>a::before,
  .menu-menu_lp1-container #menu-header-nav>li>a::after {
    content: none;
  }

  .menu-menu_lp2-container #menu-header-nav>li>a,
  .menu-menu_lp2-container #menu-header-nav>li>span {
    font-size: 14px;
    height: 50px;
    box-sizing: border-box;
    padding: 0;
    color: #666;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 20000;
    background-color: #fff;
    line-height: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu-menu_lp2-container #menu-header-nav>li>a::before,
  .menu-menu_lp2-container #menu-header-nav>li>a::after {
    content: none;
  }

  .menu-menu_lp1-container #menu-header-nav>li {
    width: 16.6%;
  }
}

@media (max-width:767px) {
  .menu-menu_lp2-container #menu-header-nav {
    background: #0067b2 !important;
  }

  .menu-menu_lp2-container #menu-header-nav a {
    color: #fff;
  }

  .menu-menu_lp1-container #menu-header-nav {
    background: #00becf !important;
  }

  .menu-menu_lp1-container #menu-header-nav a {
    color: #fff;
  }
}

#header h1 {
  width: 300px;
  height: auto;
}

header {
  background: none;
  position: relative;
  z-index: 300;
  padding: 0;
  background: #fff;
}

header .inner {
  max-width: 1000px;
}

.headInfo {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 60%;
  float: right;
}

@media screen and (max-width: 1018px) {
  .headInfo {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    width: auto;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
  }
}

header h1 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: auto;
  margin: 20px 0 19px;
  max-width: 183px;
}

header h1>img {
  max-width: 100%;
  width: auto;
}

header .ac_menu {
  display: inline-block;
  background: #00becf;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  width: 46px;
  height: 46px;
  border-radius: 4px;
}

header .ac_menu span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  height: 5px;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

header .ac_menu span:before,
header .ac_menu span:after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

header .ac_menu span:after {
  top: auto;
  bottom: -10px;
}

header .ac_menu.active span {
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

header .ac_menu.active span:before,
header .ac_menu.active span:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

header .ac_menu.active span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header nav .navi {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9999;
}

header nav .navi li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

header nav .navi li a {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 1.3em 1em;
  text-align: left;
  color: #fff;
  background: #00becf;
  border-bottom: 1px solid white;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

header nav .navi li a span {
  font-size: 80%;
  margin-left: .8em;
}

header nav .navi li a:hover {
  background: #15adba;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

header .navi li.has-child>a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .4s;
  transition: .4s;
}

header .navi li.has-child>ul.subMenu {
  display: none;
  padding: 0;
  margin: 0;
}

header .navi li.has-child>ul.subMenu a {
  background: #008f9c;
  color: #fff;
  padding-left: 1em;
}

header .navi li.has-child>ul.subMenu a:hover {
  background: #15adba;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

header .navi li.has-child.pullOpen>a:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 1019px) {
  header .ac_menu {
    display: none;
  }

  header nav {
    background: #ddd;
  }

  header nav .navi {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 15px auto;
  }

  header nav .navi>li {
    display: inline-block;
    width: auto;
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  header nav .navi>li>a {
    color: #333333;
    font-size: 100%;
    text-decoration: none;
    padding: .7em 1em;
    font-weight: normal;
    letter-spacing: -0.025em;
    line-height: 1.2;
    -webkit-transition: .7s;
    transition: .7s;
    font-weight: bold;
    background: none;
    border: 0;
  }

  header nav .navi>li>a span {
    font-size: 80%;
    display: block;
    margin: 0 auto;
    color: #00becf;
    text-align: center;
  }

  header nav .navi>li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #00becf;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s;
    transition: .4s;
  }

  header nav .navi>li>a:hover {
    color: #00becf;
    background: none;
    -webkit-transition: .7s;
    transition: .7s;
  }

  header nav .navi>li>a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s;
    transition: .4s;
  }

  header nav .navi>li:first-child {
    margin-left: 0;
  }

  header nav .navi>li:last-child {
    margin-right: 0;
  }

  header nav .navi>li:not(:first-child):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: .8em;
    background: #570f0f;
  }

  header .clearfix,
  header nav .navi {
    overflow: inherit;
  }

  header .navi li.has-child>a:after {
    content: none;
  }

  header .navi li.has-child:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2%;
    margin: auto;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #00becf;
    border-right: 2px solid #00becf;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: none;
  }

  header .navi li.has-child>ul.subMenu {
    display: block;
    position: absolute;
    top: 30%;
    right: 0;
    left: -10%;
    padding: 0;
    margin: auto;
    width: 120%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s linear;
    transition: .2s linear;
  }

  header .navi li.has-child>ul.subMenu>li {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    background: #00becf;
  }

  header .navi li.has-child>ul.subMenu>li>a {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 90%;
    text-decoration: none;
    padding: .8em .5em;
    text-align: center;
  }

  header .navi li.has-child>ul.subMenu>li:hover {
    background: #15adba;
    -webkit-transition: .4s;
    transition: .4s;
  }

  header .navi li.has-child>ul.subMenu>li:last-child a {
    border-bottom: 0;
  }

  header .navi li.has-child:hover ul.subMenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

@media ( max-width : 767px ) {
  /*#header*/
	#header {
		padding: 16px 0 15px;
	}

	#header>.inner {
		width: 100%;
		max-width: 100%;
	}

	#header h1 {
		padding: 0;
		max-width: 90%;
		margin: 0 auto 20px !important;
		float: none;
	}

	.headerinner ul {
		max-width: 100%;
		width: 100%;
		clear: both;
		background: rgba(255, 255, 255, .7);
		z-index: 100;
	}

	.headerinner ul li {
		float: left;
		width: calc(100% / 5);
		box-sizing: border-box;
	}

	.headerinner ul li:last-child {
		border: none;
	}

	.headerinner ul img {
		max-width: 100%;
		margin: 0 auto;
	}


	/*#nav*/
	#nav {
		height: auto;
		padding: 0;
	}

	#nav.fixed {
		/*.fixedの指定を初期化して無効に。スマホに影響させないため*/
		position: inherit !important;
		top: auto !important;
	}

	/* #menu-header-nav ------*/
	#menu-header-nav,
	#menu-header-nav .sub-menu {
		/* スライドダウンさせるために隠す */
		display: block;
	}

	#menu-header-nav,
	#telmenu {
		/* スライドダウンさせるために隠す */
		display: none;
	}

	#nav ul.menu {
		background: #fff;
		left: 0;
		margin: 0;
		top: 88px;
		width: 100%;
		position: absolute;
		z-index: 99;
		border-top: 1px solid #ccc;
	}

	#nav ul li .subtxt {
		display: none;
	}

	#nav ul li>a br {
		display: none;
	}

	#nav ul#telmenu li a::before {
		display: none;
	}

	#nav ul#telmenu li a br {
		display: inline;
	}

	#nav ul li.nav03 ul.sub-menu>li:first-child {
		border-top: none;
	}

	#nav ul li.nav04 ul.sub-menu>li:nth-child(2) {
		border-top: none;
	}

	#nav {
		padding: 0;
	}

	#nav.fixed {
		/*.fixedの指定を初期化して無効に。スマホに影響させないため*/
		position: inherit !important;
		top: auto !important;
	}

	#nav ul.menu {
		background: #f4f9f4;
		left: 0;
		margin: 0;
		top: 100px;
		width: 100%;
		position: absolute;
		z-index: 99999999;
		border-top: 1px solid #ccc;
	}

	#nav ul li {
		display: block;
		text-align: left;
		background: none;
		float: none;
		height: auto;
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		border: none;
		border-bottom: 1px solid #ccc;
		margin: 0;
	}

	#nav ul li a,	#nav ul li>span {
		display: block;
		padding: 14px 6px 13px 15px;
		background-position: 5px center;
		background-size: 16px auto;
		width: 100%;
		float: none;
		box-sizing: border-box;
		text-align: left;
		height: auto;
		line-height: 1.5;
		font-size: 16px;
		text-decoration: none;
		position: relative;
		color: #333;
	}

	#nav ul li ul li.last {
		border-bottom: 1px solid #ccc;
	}

	#nav ul li span:hover {
		cursor: pointer;
	}

	#nav ul li a:before, #nav ul li>span:before {
		content: "・"
	}

	#nav ul li a:hover,
	#nav ul li span:hover {
		color: #28b7af;
	}

	#nav ul li.has_children>a::after {
		display: block;
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		top: 50%;
		right: 20px;
		margin: -6px 0 0 0;
		border-bottom: solid 2px #ccc;
		border-right: solid 2px #ccc;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#nav li:first-child a {
		border-left: none;
	}

	#nav .submenu-title {
		color: #888;
		font-size: 15px;
		background: #eee;
	}

	#nav .submenu-wrap .menutitle {
		display: block;
		padding: 0;
		font-weight: bold;
	}

	#nav li.nav06 .submenu-wrap .menutitle {
		padding-left: 25px;
	}

	#nav .sub-menu {
		background: none;
		font-size: 15px;
	}

	#nav ul.sub-menu li a {
		padding-left: 25px;
	}

	#nav .nav_span {
		display: none;
	}

	.submenu-wrap .menutitle {
		display: none;
	}

	.submenu-wrap {
		background: #eff5eb;
		border-top: 1px solid #ccc;
	}

	#nav li.nav03 .sub-menu,
	#nav li.nav07 .sub-menu,
	#nav li.nav07 .sub-menu li ul {
		border-top: 1px solid #ccc;
		background: #eff5eb;
	}
}

#header .ibs_lp_hdr h1 img {
  max-width: 400px !important;
}
@media (max-width: 767px) {
  #header .ibs_lp_hdr h1 {
    width: 70% !important;
  }
}

@media (min-width: 768px) {
  .ibs_lp_hdr_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ibs_lp_hdr_info li:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .ibs_lp_hdr_info {
    display: none;
  }
}
.mainimage {
  position: relative;
}
.mainimage .slider-wrap .slider {
  position: relative;
}
.mainimage .slider-wrap .slider .main_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .mainimage .slider-wrap .slider .main_copy {
    width: 100%;
  }
}
.mainimage .slider-wrap .slider .main_copy img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* width: 90%; */
  max-width: 770px;
  max-height: 648px;
  z-index: 52;
}

.ibs_lp_menu .menu-menu_lp2-container .menu {
  display: table;
  margin-top: 1em;
}

.ibs_lp_menu .menu-menu_lp2-container .menu li {
  display: table-cell;
}

.ibs_lp_menu .menu-menu_lp2-container .menu li:nth-child(2) {
  width: 18.3%;
}

.ibs_lp_menu .menu-menu_lp2-container .menu li:nth-child(6) {
  width: 16.8%;
}

.ibs_lp_menu .menu-menu_lp2-container .menu li:nth-child(1) {
  width: 13.4%;
}

.ibs_lp_menu .menu-menu_lp2-container .menu li:nth-child(5) {
  width: 14.5%;
}

.ibs_lp_menu .menu-menu_lp2-container .menu li a {
  display: table-cell!important;
  vertical-align: middle;
  padding: 0 8px;
}

.ibs_lp_menu .menu-menu_lp2-container .menu li a:hover {
  /* background: #0067B2; */
}

body.page-ibs_lp {
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
}

body.page-ibs_lp .sp_menu {
  z-index: 50;
}

body.page-ibs_lp .mainimage p {
  display: none;
}

body.page-ibs_lp .inq {
  top: 260px!important;
}

body.page-ibs_lp ul.menu li:hover {
  background: #0067B2!important;
}

@media ( min-width : 768px ) and ( max-width : 1650px ) {
  .mainimage .slider-wrap .slider .main_copy img {
    width: 80%;
  }
}

@media ( max-width : 767px ) {
  .mainimage .slider-wrap .slider .main_copy img {
    width: 70%;
  }
}

/*# sourceMappingURL=lp_main.css.map */
@media (min-width: 768px) {
	.ibs_lp_menu .menu-menu_lp2-container .menu {
		display:flex !important;
	}
	.menu-menu_lp2-container #menu-header-nav>li {
		width: auto;
		display:block;
		flex:1 1 auto;
	}
	.ibs_lp_menu .menu-menu_lp2-container .menu > li > a {
		display:flex !important;
	}
	.menu-menu_lp2-container #menu-header-nav>li>a {
		letter-spacing:0;
		font-size: 15px !important;
	}
}

.ibs_lp_sec01 {
  background: url(../ibs_lp/img/ibs_lp_bg01_sp.jpg) repeat center;
  padding: 10vw 0;
}
@media ( min-width : 768px ) {
  .ibs_lp_sec01 {
    background: url(../ibs_lp/img/ibs_lp_bg01.jpg) repeat center;
    padding: 10% 0;
  }
}
@media ( max-width : 420px ) {
  .ibs_lp_sec01 {
    background: url(../ibs_lp/img/ibs_lp_bg01_sp_min.jpg) repeat center;
  }
}
.ibs_lp_sec01 h2, .ibs_lp_sec01 h3 {
  text-align: center;
}
.ibs_lp_sec01 h2 {
  margin-bottom: 5vw;
}
@media (min-width: 768px) {
  .ibs_lp_sec01 h2 {
    margin-bottom: 5%;
  }
}
.ibs_lp_sec01 h2 img {
  margin: auto;
}
.ibs_lp_sec01 h3 {
  font-size: 18px;
  line-height: 1.4;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: calc((90vw - 20px) / 100* 3) 0 !important;
  margin: 0 0 .7em!important;
}
@media (min-width: 768px) {
  .ibs_lp_sec01 h3 {
    padding: 3% 0!important;
  }
}
.ibs_lp_sec01 h3, .ibs_lp_sec01 p {
  color: #fff;
  background: none!important;
  font-size: 17px!important;
}
.ibs_lp_sec01 p {
  margin-bottom: 0!important;
}
.ibs_lp_sec01 .ibs_lp_sec01_box {
  background: #0097b2;
  padding: 5vw ;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .ibs_lp_sec01 {
    padding: 4% 0;
  }
  .ibs_lp_sec01 h3 {
    font-size: 25px!important;
    padding: 1%;
    background: none!important;
  }
  .ibs_lp_sec01 .ibs_lp_sec01_box {
     padding: 5% ;
  }
}
.ibs_lp_sec01 .container + .container .ibs_lp_sec01_box {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .ibs_lp_sec01 .container + .container .ibs_lp_sec01_box {
    margin-top: 4%;
  }
}

body.lp2 #contents {
  margin: 0!important;
}

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

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

body.lp2 .mainblock.under {
  padding-bottom: 0!important;
}

body.lp2 .mainimage {
  aspect-ratio: 770 / 660 ;
}
@media (min-width : 768px) {
  body.lp2 .mainimage {
    aspect-ratio: 2000 / 849 ;
  }
}

.container {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 1000px) {
  .container {
    padding: 0 10px;
  }
}

.row:not(:last-child) {
  margin-bottom: 4vw;
}
@media (min-width: 768px) {
  .row:not(:last-child) {
    margin-bottom: 4%;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }

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

  .sp-only {
    display: block !important;
  }
}

.inq01 {
  position: fixed;
  bottom: 17vw;
  right: 0;
  z-index: 100;
}

@media ( min-width : 768px ) {
  .inq01 {
    bottom:0;
  }
}
.pd0 {
  padding: 0em !important;
}

.inner-wrap {
  display: block;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
}

.inner-wrap .blockLine {
  padding: 0;
  clear: both;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.inner-wrap .blockLine>.block {
  display: inline-block;
  width: 49%;
  padding: 0;
  margin: auto;
  float: left;
  margin-left: 1%;
  margin-top: 1%;
  text-align: left;
}

.inner-wrap .blockLine>.block p {
  text-align: left;
}

.inner-wrap .blockLine>.block figure {
  display: block;
  margin: auto;
}

.inner-wrap .blockLine>.block:first-child {
  margin-left: 0 !important;
}

.inner-wrap .blockLine>.block:last-child {
  margin-right: 0 !important;
}

.inner-wrap .blockLine.blocks_2>.block {
  width: calc((100% - 1%) / 2);
}

.inner-wrap .blockLine.blocks_3>.block {
  width: calc((100% - 2%) / 3);
}

.inner-wrap .blockLine.blocks_4>.block {
  width: calc((100% - 3%) / 4);
}

.inner-wrap .blockLine.blocks_5>.block {
  width: calc((100% - 4%) / 5);
}

.inner-wrap .blockLine.blocks_6>.block {
  width: calc((100% - 5%) / 6);
}

.inner-wrap .blockLine.blocks_7>.block {
  width: calc((100% - 6%) / 7);
}

.inner-wrap .blockLine.blocks_8>.block {
  width: calc((100% - 7%) / 8);
}

.inner-wrap .blockLine.vertical>.block {
  float: none;
  vertical-align: middle;
  position: relative;
}

.inner-wrap .blockLine.reversal>.block {
  float: right;
  position: relative;
}

.inner-wrap .blockLine.block.last+.block {
  margin-left: 0;
  clear: both;
}

.inner-wrap .blockLine.reversal>.block:first-child {
  margin-left: 1% !important;
}

.inner-wrap .blockLine.reversal>.block:last-child {
  margin-left: 0;
}

.contents01 {
  padding: 2.5% 0;
  margin-bottom: 0;
  background: url(/wp-content/uploads/2019/07/lp1_bg001.jpg) no-repeat center/cover;
}

.contents01 .blockLine {
  background: #f49b27;
  padding: 2.5em 2.5em;
  border-radius: 10px;
  border: 8px solid #f4d6b0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contents01 .blockLine {
    padding: 1.5em 5px;
  }
}

.contents01 h2 {
  color: #fff;
  font-size: 33px;
  letter-spacing: 0.16em;
  font-weight: bold;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: .5em;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .contents01 h2 {
    font-size: 20px;
  }
}

.contents01 .button {
  font-size: 18px;
  margin-bottom: 5px;
}

.blockLine>.block.wd10 {
  width: 9%;
}

.blockLine>.block.wd15 {
  width: 14%;
}

.blockLine>.block.wd20 {
  width: 19%;
}

.blockLine>.block.wd25 {
  width: 24%;
}

.blockLine>.block.wd30 {
  width: 29%;
}

.blockLine>.block.wd35 {
  width: 34%;
}

.blockLine>.block.wd40 {
  width: 39%;
}

.blockLine>.block.wd45 {
  width: 44%;
}

.blockLine>.block.wd50 {
  width: 49%;
}

.blockLine>.block.wd55 {
  width: 54%;
}

.blockLine>.block.wd60 {
  width: 59%;
}

.blockLine>.block.wd65 {
  width: 64%;
}

.blockLine>.block.wd70 {
  width: 69%;
}

.blockLine>.block.wd75 {
  width: 74%;
}

.blockLine>.block.wd80 {
  width: 79%;
}

.blockLine>.block.wd85 {
  width: 84%;
}

.blockLine>.block.wd90 {
  width: 89%;
}

.blockLine>.block.wd95 {
  width: 94%;
}

.blockLine>.block.wd100 {
  width: 99%;
}

@media (max-width: 767px) {
  .inner-wrap .blockLine:not(.fix)>.block {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
    width: 100%;
    float: none;
  }

  .inner-wrap .blockLine:not(.fix) .wd10,
  .inner-wrap .blockLine:not(.fix) .wd20,
  .inner-wrap .blockLine:not(.fix) .wd30,
  .inner-wrap .blockLine:not(.fix) .wd40,
  .inner-wrap .blockLine:not(.fix) .wd60,
  .inner-wrap .blockLine:not(.fix) .wd70,
  .inner-wrap .blockLine:not(.fix) .wd80,
  .inner-wrap .blockLine:not(.fix) .wd90,
  .inner-wrap .blockLine:not(.fix) .wd15,
  .inner-wrap .blockLine:not(.fix) .wd25,
  .inner-wrap .blockLine:not(.fix) .wd35,
  .inner-wrap .blockLine:not(.fix) .wd45,
  .inner-wrap .blockLine:not(.fix) .wd65,
  .inner-wrap .blockLine:not(.fix) .wd75,
  .inner-wrap .blockLine:not(.fix) .wd85,
  .inner-wrap .blockLine:not(.fix) .wd95 {
    width: 100%;
  }

  .inner-wrap .blockLine:not(.fix).sp_2>.block {
    display: inline-block;
    width: 48%;
    padding: 0;
    margin: auto;
    float: left;
    margin-top: 1%;
    text-align: left;
  }

  .inner-wrap .blockLine:not(.fix).sp_2>.block:nth-child(even) {
    margin-left: 1.5%;
  }

  .inner-wrap .blockLine:not(.fix).sp_2>.block:nth-child(odd) {
    clear: both;
  }
}

.flexBox {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexBox.flexLeft {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.flexBox.flexBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexBox.blocks_2>* {
  width: calc(100% / 2);
}

.flexBox.blocks_3>* {
  width: calc(100% / 3);
}

.flexBox.blocks_4>* {
  width: calc(100% / 4);
}

.flexBox.blocks_5>* {
  width: calc(100% / 5);
}

.flexBox.blocks_6>* {
  width: calc(100% / 6);
}

.flexBox.blocks_7>* {
  width: calc(100% / 7);
}

.flexBox.blocks_8>* {
  width: calc(100% / 8);
}

@media screen and (max-width: 767px) {
  .flexBox:not(.sp_2)>* {
    width: 100%;
    display: block;
  }

  .flexBox:not(.sp_2)>*:not(ul) {
    margin: 20px auto;
  }

  .flexBox.sp_2>* {
    width: calc(100% / 2);
  }
}

.button {
  position: relative;
  display: inline-block;
  margin: auto;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 1em .8em;
  max-width: 262px;
  font-weight: normal;
  letter-spacing: .12em;
  color: #333333;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}

.button:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
  width: 21px;
  height: 21px;
  background: url(/wp-content/uploads/2019/07/lp1_btn1.png) no-repeat center/cover;
  -webkit-transition: .2s;
  transition: .2s;
}

.button:hover {
  color: #333333;
  background: #fff;
  border-color: #ffff;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.button:hover:after {
  border-color: #333333;
  right: 1%;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 767px) {
  .button {
    max-width: inherit;
  }
}

@media screen and (min-width: 768px) {
  .button+.button {
    margin-left: 5px;
  }
}

.button.btn2:after {
  top: auto;
  bottom: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #333333 transparent;
  -webkit-transform: none;
  transform: none;
}

.button.btn2:hover:after {
  border-color: transparent transparent #333333 transparent;
}

.mainimage .slider {
  overflow: hidden;
  aspect-ratio: 770 / 660;
}

@media screen and (min-width: 768px) {
  .mainimage .slider {
    aspect-ratio: 2000 / 894;
  }
}