@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  color: #333333;
	background-color: #000;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
        url('../font/notosanscjkjp_regular.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 700;
    src: url('../font/notosanscjkjp_bold.woff') format('woff'),
        url('../font/notosanscjkjp_bold.eot')  format('eot');
    font-display: swap;

}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 900;
    src: url('../font/NotoSansCJKjp-Black.woff') format('woff'),
        url('../font/notosanscjkjp_black.eot')  format('eot');
    font-display: swap;
}
html {
    font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
::selection {
  background: #EBF6FB;
}
a {
  text-decoration: none;
}
img {
  flex-shrink: 0
}
.red {
  color: #ff0000 !important;
}
.move.delighter {
  transition: all .8s ease-out;
  transform: translateY(50%);
  opacity: 0;
}
.move.delighter.started {
  transform: none;
  opacity: 1;
}
.move.delighter.started.ended {}
.bg_gry {
  background-color: #F2F2F2;
}
.bg_dark {
  background-color: #262626;
}
.bg_blk {
  background-color: #000;
}
.bg_pnk {
  background-color: #F04DA3;
}
.bg_logo {
  background-image: url("../img/top/bg_logo.png");
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: right center;
}
.bg_logo_left {
  background-image: url("../img/top/bg_logo_left.png");
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: left center;
}
.bg_hxg {
  background-image: url("../img/common/main_v_back.webp");
 
  background-repeat: no-repeat;
  background-position: right 80px;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
html, body {
  height: 100%;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c_wht {
  color: #fff !important;
}
.c_pnk {
  color: #F04DA3 !important;
}
.c_msb {
	color: #0097FF !important;
}
.c_blk {
	color: #000 !important;
}
.img_sgn img {
  width: 690px;
  height: auto;
}
.btn_m, .img_thum {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_m {
  background: #F04DA3;
  border: 2px solid #F04DA3;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-size: 11px;
  max-width: 150px;
  padding: 15px 20px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}
.add {
  margin-top: auto;
}
.btn_m.slide {
  background: transparent;
  color: #F04DA3;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn_m.slide::after {
  background: #F04DA3;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn_m.slide:hover {
  color: #fff;
}
.btn_m.slide:hover::after {
  transform: scale(1, 1);
}
.btn_m_w {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_m_w {
  background: #0097FF;
  border: 2px solid #fff;
  border-radius: 0px;
  color: #fff;
  display: block;
  font-weight: bold;
  max-width: 600px;
  padding: 30px 70px;
  text-align: center;
  font-size: 24px;
}
.btn_m_w.slide {
  background: transparent;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
	
}
.btn_m_w.slide::after {
  background: #0097FF;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn_m_w.slide:hover {
  color: #fff;
	 border: 2px solid #0097FF;
}
.btn_m_w.slide:hover::after {
  transform: scale(1, 1);
}
header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  transition: .4s;

  padding: 10px 0 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_title {
  top: 25% !important;
  position: absolute;
}
.title_ll {
  font-size: 300%;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.5;
}
.title_ll_sub {
  font-size: 100%;
  color: #fff;
  letter-spacing: 0.2em;
}
.global_navi {
  width: 100%;
}
.boxA:after {
  content: "";
  display: block;
  clear: both
}
.nav-button {
  display: none;
}
.box1 {
  float: left;
  width: 30%;
}
.box1_1 img {
  width: 150px;
  height: auto;
	padding-top: 24px;
}
.box1_2 img {
  width: 216px;
  height: auto;
  padding-top: 24px;
  margin-left: 20px;
}
.box2 {
  float: right;
  width: 70%;
}
.box_full {
  width: 100%;
}
.box_cont {
  width: 1100px;
  margin: 0 auto;
}
.box_80 {
  width: 80%;
  margin: 0 auto;
}
.box_10 {
  width: 1000px;
  margin: 0 auto;
}
.txt_nml {
  line-height: 2em;
  color: #111111;
  font-size: 14px;
}
.txt_nml_2 {
  line-height: 2em;
  color: #111111;
  font-size: 16px;
}
.txt_ms {
  line-height: 2.5;
  color: #fff;
  font-size: 30px;
  letter-spacing: 2px;
	font-weight: bold;
		text-shadow:
    /* 1つ目：全体にシャドウをつける */
    0 0 10px rgba(0, 151, 255, 1),
    /* 2つ目：下方向 */
    0 5px 10px rgba(0, 151, 255, .7),
    /* 3つ目：右方向 */
    5px 0 10px rgba(0, 151, 255, .7),
    /* 4つ目：上方向 */
    0 -5px 10px rgba(0, 151, 255, .7),
    /* 5つ目：左方向 */
    -5px 0 10px rgba(0, 151, 255, .7);
}
.txt_ms_s {
	font-size: 24px;
	text-shadow:none;
}
.c_lgry {
  color: #666 !important;
}
.txt_l {
  font-size: 18px;
  font-weight: bold;
}
.parallax-window {
  width: 100%;
  height: 100vh;
  background: transparent;
  position: relative;
  margin: 0px 0 0 0;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 0px 0px #0047BB inset;
  -moz-box-shadow: 0px 0px 0px 0px #0047BB inset;
  box-shadow: 0px 0px 0px 0px #0047BB inset;
}
.ghost-btn {
  border: 4px solid #c21500;
  border-image: linear-gradient(to right, #c21500 0%, #ffc500 100%);
  border-image-slice: 1;
  border-radius: 40px;
}
.main_inner {
  position: relative;
  /*top: 47%;*/
  top: 30%;
  left: 5%;
}
.txt_cc {
  font-size: 40px;
  color: #fff;
  font-weight: 100;
  letter-spacing: 0.2em;
  line-height: 2;
  text-shadow: 0px 0px 10px #0DF2C9;
}
.main_inner img {
  width: 90%;
  max-width: 700px;
  height: auto;
}
.eng {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.eng_500 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.eng_200 {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.top_title {
  color: #fff;
  font-size: 50px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.foot_logo img {
  width: 60px;
  height: auto;
}
footer {
  padding: 70px 0 20px 0;
}
footer a:hover {
  opacity: 0.5;
  transition: .4s;
}
.section_70p {
  width: 70%;
  margin: 0 auto;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_inner_70p {
  width: 70%;
  margin: 0 auto;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.s_title_thin {
  font-size: 36px;
  margin-left: 3px;
}
.title_l1 {
  font-size: 20px;
  line-height: 1.5em;
}
.title_l2 {
  font-size: 25px;
  line-height: 1.5em;
  font-weight: bold;
}
.title_l1_eng {
  color: #fff;
  font-size: 60px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-weight: bold;
  line-height: 1.1em;
}
.txt_m2 {
  font-size: 18px;
  line-height: 2.5em;
  letter-spacing: 1.5px;
  color: #262626;
}
.txt_m1 {
  font-size: 13px;
  line-height: 2.5em;
  letter-spacing: 1.5px;
  color: #262626;
}
.txt_m3 {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 1.5px;
  color: #262626;
}
.txt_s1 {
  font-size: 12px;
  line-height: 2.5em;
  letter-spacing: 1.5px;
  color: #262626;
}
a.line_btn {
  display: inline-block;
  width: 280px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  border: 2px solid #000000;
  transition: .4s;
  font-size: 13px;
  border-radius: 25px;
}
a.line_btn:hover {
  background: #000000;
  color: #fff;
}
a.line_btn_w {
  display: inline-block;
  width: 280px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: .4s;
  font-size: 13px;
  border-radius: 25px;
}
a.line_btn_w:hover {
  background: #fff;
  color: #000000;
}
a.btn_cat {
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  color: #262626;
  background-color: #F2F2F2;
  transition: .4s;
  font-size: 13px;
  border-radius: 25px;
}
a.btn_cat:hover {
  background: #02A3D1;
  color: #fff;
}
.line_gry_left {
  border-left: 1px solid #f2f2f2;
}
.line_gry_right {
  border-right: 1px solid #f2f2f2;
}
.line_gry_top {
  border-top: 1px solid #f2f2f2;
}
.line_gry_btm {
  border-bottom: 1px solid #f2f2f2;
}
#wrap > div {
  width: 100%;
  background: no-repeat 50% 0 fixed;
  margin: 0 auto;
  position: relative;
}
.list_news li:first-child {
  border-top: 1px solid #f2f2f2;
}
.list_news li {
  padding: 50px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  line-height: 1.5em;
}
.list_news li a {
  color: #02A3D1;
}
.list_news li a:hover {
  text-decoration: underline;
}
a.btn_tag {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  color: #02A3D1;
  border: 1px solid #02A3D1;
  transition: .4s;
  font-size: 13px;
  border-radius: 25px;
}
a.btn_tag:hover {
  color: #fff;
  border: 1px solid #02A3D1;
  background-color: #02A3D1;
  text-decoration: none !important;
}
.dotline_top {
  border-top: 2px dotted #B3B3B3;
}
.dotline_btm {
  border-bottom: 2px dotted #B3B3B3;
}
/*横長ボタン小*/
.btn_grd_s {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin: 0px 0px;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #7dfffe), color-stop(0, #0097FF));
  background: -webkit-linear-gradient(#0097FF, #7dfffe);
  background: -moz-linear-gradient(#0097FF, #7dfffe);
  background: -ms-linear-gradient(#0097FF, #7dfffe);
  background: linear-gradient(#0097FF, #7dfffe);
  box-sizing: border-box;
  overflow: hidden;
}
.btn_grd_s .bg {
  background: #0097FF;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transition: opacity 0.3s;
}
.btn_grd_s:hover .bg {
  opacity: 0;
}
.btn_grd_s:hover .txt_btn {
  color: #fff;
}
.btn_grd_s:hover .txt_btn_nml {
  color: #fff;
}
.txt_btn {
	font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  position: relative;
  z-index: 1;
  display: inline-block;
  top: 0%;
  font-size: 14px;
	font-weight: bold;
  transition: color 0.3s;
  padding: 14px 30px 14px;
}
.txt_btn_nml {
  position: relative;
  z-index: 1;
  display: inline-block;
  top: 0%;
  font-size: 12px;
  transition: color 0.3s;
  padding: 13px 40px 15px;
  color: #fff;
}
.btn_br {
  border-radius: 100px;
}
.btn_br .bg {
  border-radius: 100px;
}
.img_thum {
  display: inline-block;
}
.img_thum.bg {
  position: relative;
  overflow: hidden;
}
.img_thum.bg::before, .img_thum.bg::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}
.img_thum.bg::before {
  background: rgba(240, 77, 163, .6);
  width: 100%;
  height: 100%;
}
.img_thum.bg::after {
  color: #fff;
  content: "READ MORE";
  font-size: 14px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}
.img_thum.bg:hover::before, .img_thum.bg:hover::after {
  opacity: 1;
}
/*丸ボタン*/
.btn_grd_c {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin: 0px 30px;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #7D7BDE), color-stop(0, #009CC6));
  background: -webkit-linear-gradient(#009CC6, #7D7BDE);
  background: -moz-linear-gradient(#009CC6, #7D7BDE);
  background: -ms-linear-gradient(#009CC6, #7D7BDE);
  background: linear-gradient(#009CC6, #7D7BDE);
  box-sizing: border-box;
  overflow: hidden;
}
.btn_grd_c .bg {
  background: #fff;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  transition: opacity 0.3s;
}
.btn_grd_c:hover .bg {
  opacity: 0;
}
.btn_grd_c:hover .txt_btn_c {
  color: #fff;
}
.txt_btn_c {
  position: relative;
  z-index: 1;
  display: block;
  width: 120px;
  height: 120px;
  top: 0%;
  font-size: 12px;
  font-weight: bold;
  transition: color 0.3s;
  padding-top: 45%;
  color: #02A3D1;
}
.btn_br_c {
  border-radius: 50%;
}
.btn_br_c .bg {
  border-radius: 50%;
}
/*タイトル*/
.title_l {
  font-size: 400%;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 10px;
		
	text-shadow:
    /* 1つ目：全体にシャドウをつける */
    0 0 10px rgba(0, 151, 255, 1),
    /* 2つ目：下方向 */
    0 5px 10px rgba(0, 151, 255, .7),
    /* 3つ目：右方向 */
    5px 0 10px rgba(0, 151, 255, .7),
    /* 4つ目：上方向 */
    0 -5px 10px rgba(0, 151, 255, .7),
    /* 5つ目：左方向 */
    -5px 0 10px rgba(0, 151, 255, .7);
}
.title_l_j {
  font-size: 600%;
  color: #fff;
  line-height: 1.2em;
  letter-spacing: 0px;
	font-weight: bold;
		
	text-shadow:
    /* 1つ目：全体にシャドウをつける */
    0 0 10px rgba(0, 151, 255, 1),
    /* 2つ目：下方向 */
    0 5px 10px rgba(0, 151, 255, .7),
    /* 3つ目：右方向 */
    5px 0 10px rgba(0, 151, 255, .7),
    /* 4つ目：上方向 */
    0 -5px 10px rgba(0, 151, 255, .7),
    /* 5つ目：左方向 */
    -5px 0 10px rgba(0, 151, 255, .7);
}
.title_l_j_s {
  font-size: 400%;
  color: #fff;
  line-height: 1.2em;
  letter-spacing: 0px;
	font-weight: bold;
		
	text-shadow:
    /* 1つ目：全体にシャドウをつける */
    0 0 10px rgba(0, 151, 255, 1),
    /* 2つ目：下方向 */
    0 5px 10px rgba(0, 151, 255, .7),
    /* 3つ目：右方向 */
    5px 0 10px rgba(0, 151, 255, .7),
    /* 4つ目：上方向 */
    0 -5px 10px rgba(0, 151, 255, .7),
    /* 5つ目：左方向 */
    -5px 0 10px rgba(0, 151, 255, .7);
}
.title_l_j_ss {
  font-size: 300%;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0px;
	font-weight: bold;
		
	text-shadow:
    /* 1つ目：全体にシャドウをつける */
    0 0 10px rgba(0, 151, 255, 1),
    /* 2つ目：下方向 */
    0 5px 10px rgba(0, 151, 255, .7),
    /* 3つ目：右方向 */
    5px 0 10px rgba(0, 151, 255, .7),
    /* 4つ目：上方向 */
    0 -5px 10px rgba(0, 151, 255, .7),
    /* 5つ目：左方向 */
    -5px 0 10px rgba(0, 151, 255, .7);
}
.title_l_s {
  font-size: 200%;
  color: #fff;
  font-weight: 100 !important;
  line-height: 1.5em;
  letter-spacing: 10px;
}
.title_m {
  font-size: 130%;
  color: #262626;
  letter-spacing: 0em;
  font-weight: 100 !important;
  line-height: 1.5em;
}
.title_l_sub {
  font-size: 140%;
  letter-spacing: 0.2em;
}
.title_l_s_sub {
  font-size: 300%;
	font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
	text-shadow:
    /* 1つ目：全体にシャドウをつける */
    0 0 10px rgba(0, 151, 255, 1),
    /* 2つ目：下方向 */
    0 5px 10px rgba(0, 151, 255, .7),
    /* 3つ目：右方向 */
    5px 0 10px rgba(0, 151, 255, .7),
    /* 4つ目：上方向 */
    0 -5px 10px rgba(0, 151, 255, .7),
    /* 5つ目：左方向 */
    -5px 0 10px rgba(0, 151, 255, .7);
}
.title_l_box {
  display: inline-block;
  text-align: center;
  background: url("../img/common/bg_title_c.png") no-repeat;
  background-position: center;
  background-size: 92px;
  padding: 40px 30px 40px 30px;
}
.txt_b1 {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 2px;
  color: #fff;
}
.wrap_hrz {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.wrap_hrz_kp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ad_flex {
  display: flex;
}
.ad_flex_kp {
  display: flex;
}
.no_flex {
  flex-direction: column;
}
.wrap_hrz_nml {
  display: flex;
  justify-content: space-between;
}
.box_card {
  width: 30%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 80px;
}
.box_logo {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
a.box_logo  {
  color: #F04DA3;
}
.add_ma {
  
}
.box_logo img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.wrap_hrz::after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
.wrap_hrz_kp::after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
.box_three {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: calc(100vw / 3);
  justify-content: center;
  align-items: center;
	
}
.box_three {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.box_three::after {
  background:  rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
		
}
.box_three:hover {
  color: #fff;
}
.box_three:hover::after {
  transform: scale(1, 1);
}
.box_half {
  width: 50%;
}
.box_half_2 {
  width: 50%;
}
.box_half_2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.box_half_w {
  width: 70%;	
}
.box_half_s {
  width: 30%;	
}
.bg_pnk1 {
  
	background: url("../img/common/bg.png") no-repeat;
  background-position: center;
	background-size: cover;
}
.bg_pnk2 {
  background-color: #F7A6D1;
}
.bg_pnk3 {
  background-color: #F694C7;
}
.bg_pnk1 img {
  width: 45px;
  height: auto;
}
.bg_pnk2 img {
  width: 55px;
  height: auto;
}
.bg_pnk3 img {
  width: 55px;
  height: auto;
}
.bg_team {
  background-image: url("../img/common/bg_team.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: calc(100vw / 10);
  padding-bottom: calc(100vw / 10);
}
.box_card img {
  width: 100%;
  height: auto;
}
.bg_title {
  background-image: url("../img/common/bg_title.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 80px;
  height: 450px;
}
.title_sub_grd span {
  background: -webkit-linear-gradient(right, #009CC6, #7D7BDE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 140%;
  letter-spacing: 0.4em;
}
.menu_foot a {
  color: #fff;
  line-height: 3;
  font-size: 14px;
}
.menu_foot_2 a {
  color: #fff;
  line-height: 2;
  font-size: 12px;
	margin-right: 10px;
}
.line_grd {
  width: 70px;
  border-bottom: 6px solid #F04DA3;
}
.lyt_btn_btm {
  margin-top: auto;
}
.box_edit {
  line-height: 2em;
  color: #111111;
  font-size: 15px;
}
.box_card img {
  width: 330px;
  height: 222px;
  object-fit: cover;
}
.add_set img {
  width: 100% !important;
  height: auto !important;
}
.box_50 {
  width: 50%;
  display: block;
  height: 100%;
}
.box_bg01 {
	background-color: #000;
}
.ms01 img {
	width: 500px!important;
	height: auto!important;
	margin-left: 20%;

}
.ms02 img {
	width: 60% !important;
	height: auto!important;
	margin-left: 20%;
}
.ms03 img {
	width: 60% !important;
	height: auto!important;
	margin-right: 20%;

}
.box_50_left {
  margin-left: calc(100% - 550px);
  margin-right: 50px;
}
.box_50_right {
  margin-right: calc(100% - 550px);
  margin-left: 50px;
}
.bg_txt_01:after {
  content: "01";
  font-size: 2000%;
  font-family: 'Oswald', sans-serif;
  right: 0 !important;
  position: absolute;
  color: #EBF6FB;
  z-index: -10;
}
.bg_txt_02:after {
  content: "02";
  font-size: 2000%;
  font-family: 'Oswald', sans-serif;
  left: 0 !important;
  position: absolute;
  color: #EBF6FB;
  z-index: -10;
}
.bg_txt_03:after {
  content: "03";
  font-size: 2000%;
  font-family: 'Oswald', sans-serif;
  right: 0 !important;
  position: absolute;
  color: #EBF6FB;
  z-index: -10;
}
.box_left_02 {
  flex-basis: 15%;
  flex-shrink: 0;
}
.wrap_hrz_fsc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.list_link a {
  color: #262626;
  transition: 0.7s;
  font-size: 12px;
}
.list_link li {
  color: #262626;
  transition: 0.7s;
  font-size: 12px;
}
.list_link li:hover {
  background: #E6E2F0;
}
.icon_news {
  display: block;
  margin-right: 10px;
  padding: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  float: left;
  width: 60px;
  text-align: center;
  background: -webkit-linear-gradient(right, #009CC6, #7D7BDE);
  font-family: 'Oswald', sans-serif;
}
.btn_rad {
  display: inline-block;
  width: 280px;
  height: 50px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  vertical-align: middle;
  padding: 16px 0 0 0;
  color: #FFF;
  background-color: #F04DA3;
  transition: .2s;
  text-align: center;
}
.btn_rad:hover {
  background-image: linear-gradient(45deg, #009CC6 0%, #7D7BDE 100%);
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.4));
}
.menu_foot {
  display: block;
  float: left;
}
.menu_foot ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.menu_foot li {
  float: left;
  /*width:16.66%;*/
  width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu_foot li a {
  padding: 15px 0 0 0px;
  margin: 0 15px 0 0;
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  display: block;
  text-decoration: none;
  letter-spacing: 1px;
}
.menu_foot li a:hover {}
.menu_foot li a::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.menu_foot li a:hover::after {
  width: 100%;
}
.eng_p {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0em;
}
.box_40 {
  width: 40%;
}
.box_45 {
  width: 45%;
}
.box_40 img {
  width: 100%;
  height: auto;
}
.box_45 img {
  width: 100%;
  height: auto;
}
.box_50 img {
  width: 100%;
  height: auto;
}
.box_60 {
  width: 55%;
}
.box_50_2 {
  width: 45%;
}
.menu_page {
  height: 90px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}
.menu_page ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.menu_page li {
  float: left;
  font-size: 14px;
}
.mp_33 {
  width: 33.33%;
}
.mp_50 {
  width: 50%;
}
.menu_page li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: 0;
  width: 1px;
  background-color: #ccc;
}
.menu_page li:last-child a::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: 0;
  width: 0px;
  background-color: #ccc;
}
.menu_page li a {
  position: relative;
  display: block;
  height: 90px;
  padding: 37px 0 0 0;
  color: #02A3D1;
}
.menu_page li a:hover {
  background-color: #F2F2F2;
  transition: .3s ease-in-out;
}
.lyt_top {
  margin-top: -45px !important;
}
.ResTableA {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #666;
  line-height: 1.3rem;
  font-size: 14px;
}
.ResTableA a {
  color: #F04DA3;
  text-decoration: underline;
}
.ResTableA a:hover {
  color: #F04DA3;
  text-decoration: none;
}
.ResTableA th {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #666;
  padding: 15px 10px 12px;
  width: 20%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background-color: #000;
  color: #0097FF;
}
.ResTableA td {
  padding: 15px 10px 12px 20px;
  text-align: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #222;
  border-top: 1px solid #666;
  color: #fff;
}
.td_wht {
  background-color: #fff !important;
}
.td_gry {
  background-color: #F2F2F2 !important;
}
.no_line {
  border-bottom: 0px solid #d8d8d8 !important;
}
.full_th {
  width: 100%;
}
.ResTableB {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5rem;
  color: #fff;
  font-size: 15px;
}
.ResTableB a {
  color: #F04DA3;
  text-decoration: underline;
}
.ResTableB a:hover {
  color: #F04DA3;
  text-decoration: none;
}
.ResTableB th {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  width: 25%;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.ResTableB td {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.result {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1rem auto;
  padding-bottom: 2rem;
}
.result li {
  display: inline-block;
  width: 25%;
  margin-bottom: 0rem;
  padding: 1rem;
  color: #111111;
  background-color: #f2f2f2;
  font-size: 17px;
  text-align: center;
  border-bottom: 1px dotted #ccc;
}
.td_label {
  background-color: #000 !important;
  padding: 9px 0 8px !important;
  color: #fff !important;
  font-size: 13px !important;
  letter-spacing: 1px;
}
.td_label_top {
  background-color: #FDEDF5 !important;
  color: #F04DA3 !important;
  font-size: 17px !important;
  letter-spacing: 1px;
}
.td_blank {
  background-color: #fff !important;
  border-bottom: 0px !important;
}

.add_blk {
  background-color: #000 !important;
  color: #fff !important;
}
.add_fs {
  font-size: 15px !important;
}
.add_va {
  vertical-align: middle !important;
}
.map {
  position: relative;
  padding-bottom: 340px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.map iframe, .map object, .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
}
.line_gry {
  border-top: 1px solid #d8d8d8;
}

.box_30 {
  width: 30%;
}
.box_30_left {
  margin-left: calc(30% - 360px);
}
.box_70 {
  width: 70%;
}
.box_70_right {
  margin-right: calc(70% - 840px);
}
.txt_date {
  font-size: 13px;
  color: #999;
  padding-top: 0px;
}
.flt_r {
  float: right;
}
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 10px;
  /*全体の高さ*/
  height: 50px;
}
/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}
/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #fff;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.select_box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 300px;
  min-width: 18em;
  background-color: #F2F2F2;
  border: 0px solid #c0c0c0;
  background-image: url(../img/common/arrow_down.png);
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
.select_box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 15px;
  padding: .6875rem 2.1875rem .6875rem .6875rem;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 16px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #666;
}
.bread {
  font-size: 90%;
}
.bread a {
  color: #F04DA3;
}
.box_cont_img img {
  max-width: 400px;
  width: 70%;
  height: auto;
}
.box_logoimg img {
  width: 300px;
  height: auto;
}
.bg_sgn {
  background-image: url("../img/common/bg_sgn.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  padding-bottom: 500px;
}
.box_m {
  width: 50%;
}
.box_s {
  width: 45%;
}
.box_s img {
  width: 100%;
  height: auto;
}
.box_mm {
  width: 70%;
}
.box_ss {
  width: 25%;
}
.box_ss img {
  width: 100%;
  height: auto;
}



.inq_section{
	padding: 0px 0px 80px ;
	background-color: #000 ;
}

.inq_title{
	font-size: 40px ;
	font-weight: 700 ;
	text-align: center ;
}
.inq_mustexp{
	font-size: 16px ;
	text-align: center ;
	margin-top : 30px ;
}

span.must{
	color : #0097FF ;
}

.inq_input_flex{
	width: 100% ;
	margin : 0px auto 0px ;
}


.inq_halfbox{
	width: 47% ;
	margin-top : 24px ;
}
.inq_fullbox{
	width: 100% ;
	margin-top : 36px ;
}

.inq_item_title{
	font-size: 18px ;
	color: #fff;
}
.inq_item_title_mm{
	font-size: 15px ;
}

.input_text{
	display: block ;
	position: relative ;
	box-sizing: border-box ;
	border : 1px solid #A2A2A2 ;
	background-color: #FFFFFF ;
	padding: 0px 10px ;
	width: 100% ;
	height: 52px ;
}

.input_select{
	display: block ;
	position: relative ;
	box-sizing: border-box ;
	border : 1px solid #A2A2A2 ;
	background-color: #FFFFFF ;
	padding: 0px 10px ;
	width: 100% ;
	height: 52px ;
}


.inq_item_title_demo{
	font-size: 24px ;
	font-weight: 700 ;
	color: #0097FF ;
	margin-bottom : 10px ;
}

.inq_item_demo_l{
	padding-left: 1rem;
}
.inq_item_demo{
	padding : 0px 10px 0px 36px ;
	font-size: 18px ;
	font-weight: 700 ;
	color: #0097FF ;
}
.inq_item_demo_l input,
.inq_item_mag input,
.inq_item_demo input{
	transform: scale3d(2,2,2) translate(-50%,0%);
}



.inq_mailmagbox{
	width: 100% ;
	padding: 30px ;
	border : 1px solid #FFFFFF ;
	background-color: #D5D5D5 ;
	margin-top : 10px ;
}

.inq_item_mag{
	padding : 0px 30px 0px 10px ;
	font-size: 18px ;
	font-weight: 700 ;
}

.inq_item_magagree_wrap{
	margin-top : 20px ;
}
.inq_item_magagree{
	font-size: 15px ;
	margin-top : 20px ;
	color: #fff;
}

.contact01_q{
	position: relative;
	display: block ;
	box-sizing: border-box ;
	width: 100% ;
	height: 290px ;
	padding: 10px ;
	border : 1px solid #A2A2A2 ;
	background-color: #FFFFFF ;
	margin-top : 10px ;
}
textarea::placeholder{
	color : #A2A2A2 ;
}

.inq_privacty{
	font-size: 14px ;
	margin-top : 10px ;
	color: #fff;
}
.inq_privacty a,
.inq_privacty a:link,
.inq_privacty a:visited{
	color : #0000ee ;
	text-decoration: underline ;
}
.inq_privacty a:hover{
	opacity: 0.5;
}

.mailform_submit{
	display: block ;
	position: relative ;
	box-sizing: border-box ;
	width: 100% ;
	max-width: 400px ;
	height: 70px ;
	text-align: center ;
	color : #FFFFFF ;
	background-color: #0097FF ;
	border : 1px solid #000000 ;
	margin : 50px auto 0px ;
	font-size: 27px ;
	font-weight: 700 ;
	cursor: pointer ;
}

.mailform_submit img{
	position: absolute;
	top : 50% ;
	left: 60px ;
	width: 60px ;
	transform: translate(0%,-50%);
}


#contact01_name1_notice,
#contact01_name2_notice,
#contact01_company_notice,
#contact01_section_notice,
#contact01_mail_notice,
#contact01_state_notice,
#contact01_tel_notice,
#contact01_genre_notice,
#contact01_mag_notice,
#contact01_magagree_notice,
#contact01_q_notice{
	color : #E05A24 ;
	font-weight: 700 ;
	display: none ;
}


.fv_btnbox_sp{
	display: none ;
}








.send_section{
	width: 100% ;
	min-height: 100vh ;
	background-color: #E1E1E1 ;
	padding : 140px 24px 0px ;
}


.send_logo{
	width: 100% ;
	max-width: 200px ;
	margin : 0px auto ;
}



.send_title{
	font-size: 24px ;
	text-align: center ;
	margin-top : 80px ;
}

.send_holiday_superbox{
	width: 100% ;
	max-width: 790px ;
	padding : 10px 10px 10px 240px ;
	border: 1px solid #000000 ;
	margin : 40px auto 0px ;
	background-color: #FFFFFF ;
}

.send_holiday_l{
	position: absolute;
	top : 0px ;
	left: 0px ;
	width: 230px ;
	height: 100% ;
	color : #FFFFFF ;
	text-align: center ;
	font-size: 24px ;
	background-color: #000000;
}
.send_holiday_l div{
	position: absolute;
	top : 50% ;
	left: 0% ;
	width: 100%;
	transform: translate(0%,-50%);
}

.send_holiday_r{
	text-align: center ;
	font-size: 20px ;
}


.send_story{
	font-size: 16px ;
	margin-top : 40px ;
	line-height: 2.0;
	text-align: center ;
}

.send_story a{
	text-decoration: underline ;
}
.flex{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap : wrap;
}




@media (max-width: 1200px) {
  .box_cont {
    width: 100%;
    margin: 0 auto;
  }
  .box_cont_img img {
    width: 70%;
    height: auto;
  }
  .box_cont_inner {
    padding: 0 30px;
  }
  /*.main_inner {
	position:relative;
	top: 47%;
	top:30%;
	text-align:center;
	width:75%;
	margin:0 auto;
}
*/
  .wrap_hrz {
    padding: 0 30px;
  }
  .boxA {
    width: 96%;
    padding: 0 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
@media (max-width: 1150px) {
  .box_50 {
    width: 100% !important;
  }
  .box_50_right {
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px;
  }
	.box_50_left {
  margin-left: 0;
    margin-right: 0;
    padding: 0 30px;
}
  /*  .wrap_hrz_nml {
    display: block;
}*/
}
@media (max-width: 1000px) {
  .ResTableB th {
    padding: 10px;
  }
  .ResTableB td {
    padding: 10px;
  }
  .add_pd {
    padding: 30px !important;
  }
}
@media (max-width: 900px) {
  #wrap #box1 {
    height: 300px;
    background-image: url(../images/about/bg_grf.jpg);
    background-size: 150%;
    z-index: 1;
  }
}
/* ************************************************************************************************

   under 767px

   ************************************************************************************************ */
@media (max-width: 767px) {
	.btn_m_w {
  background: #0097FF;
  border: 2px solid #fff;
  border-radius: 0px;
  color: #fff;
  display: block;
  font-weight: bold;
  max-width: 320px;
  padding: 20px 25px;
  text-align: center;
  font-size: 16px;
}
  .bg_sgn {
    background-image: url("../img/common/bg_sgn.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding-bottom: 500px;
  }
  .add_side {
    padding: 0 15px;
  }
  .add_rvs {
    flex-direction: column-reverse;
  }
  .box_m {
    width: 100%;
    padding: 0 15px;
  }
  .box_s {
    width: 100%;
    padding: 0 15px;
  }
	.box_mm {
  width: 100%;
		padding: 0 30px;
}
.box_ss {
  width: 100%;
	padding: 0 100px;
}
  .img_sgn img {
    width: 90%;
    height: auto;
  }
  .result li {
    width: 100%;
  }
  .bread {
    font-size: 80%;
  }
  .title_ll {
    font-size: 240%;
  }
  .bg_title {
    background-image: url("../img/common/bg_title_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 60px;
    height: 450px;
  }
  .txt_nml {
    line-height: 2em;
    color: #111111;
    font-size: 14px;
  }
  .txt_ms {
    line-height: 2em;
    font-size: 20px;
  }
	  .txt_ms_s {
    line-height: 2em;
    font-size: 18px;
  }
  .box_half, .box_half_2 {
    width: 100%;
  }
  .bg_team {
    padding-top: calc(100vw / 5);
    padding-bottom: calc(100vw / 5);
  }
  .ad_flex {
    display: block;
  }
  .box_three {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*height: calc(100vw / 2);*/
			height: 500px;
    justify-content: center;
    align-items: center;
  }
  .box_logo {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }
  .wrap_hrz {
    padding: 0px;
  }
  .wrap_hrz_nml {
    display: block;
  }
  .box_bg01 {

  }
	.ms01 img {
	width: 80%!important;
	height: auto!important;
	margin-left: 10%;

}
	.ms02 img {
	width: 80% !important;
	height: auto!important;
	margin-left: 10%;
}
.ms03 img {
	width: 80% !important;
	height: auto!important;
	margin-right: 10%;

}
.title_l_j {
  font-size: 450%;
  color: #fff;
  line-height: 1.2em;
  letter-spacing: 0px;
	font-weight: bold;
		
	text-shadow:
    /* 1つ目：全体にシャドウをつける */
    0 0 10px rgba(0, 151, 255, 1),
    /* 2つ目：下方向 */
    0 5px 10px rgba(0, 151, 255, .7),
    /* 3つ目：右方向 */
    5px 0 10px rgba(0, 151, 255, .7),
    /* 4つ目：上方向 */
    0 -5px 10px rgba(0, 151, 255, .7),
    /* 5つ目：左方向 */
    -5px 0 10px rgba(0, 151, 255, .7);
}
.title_l_s_sub {
  font-size: 250%;
	line-height: 1.5;
	font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
	text-shadow:
    /* 1つ目：全体にシャドウをつける */
    0 0 10px rgba(0, 151, 255, 1),
    /* 2つ目：下方向 */
    0 5px 10px rgba(0, 151, 255, .7),
    /* 3つ目：右方向 */
    5px 0 10px rgba(0, 151, 255, .7),
    /* 4つ目：上方向 */
    0 -5px 10px rgba(0, 151, 255, .7),
    /* 5つ目：左方向 */
    -5px 0 10px rgba(0, 151, 255, .7);
}
	.title_l {
  font-size: 300%;
}
  .foot_logo img {
    width: 60px;
    height: auto;
  }
  footer {
    padding: 70px 20px 50px;
  }
  .box_80 {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .nav-wrap .menu {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .box_card {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 15px 80px;
  }
  
  
  .img_thum.bg {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
  }
  .img_thum.bg img{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .img_thum {
    display: block;
  }
  
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap.open {
    display: block;
  }
  .nav-wrap.close {
    display: none;
  }
  #button_pos {
    padding: 6px 12px;
    border: solid 0px #aaa;
    border-radius: 0px;
    /*background-color:#fff;*/
    position: absolute;
    top: 23px;
    right: 15px;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: #000;
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url(../img/common/logo.png);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: 15px 12px;
    opacity: 1;
    animation: fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
  }
  .nav-wrap img {
    width: 40px;
    height: auto;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0
    }
    100% {
      opacity: 1
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }
    100% {
      opacity: 1
    }
  }
  .nav-wrap .menu {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 70px
  }
  .nav-wrap li {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;
    font-weight: 600;
  }
  .nav-wrap li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin: 2em;
    padding-bottom: 10px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
  }
  .nav-wrap li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .6s;
  }
  .nav-wrap li a:hover::after {
    transform: scale(1, 1);
  }
  /*メニューボタン*/
  .nav-button, .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: relative;
    width: 23px;
    height: 26px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0097FF;
    border-radius: 0px;
  }
  .ruby {
    font-size: 8px;
    margin-top: 5px;
    color: #fff;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 9px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 6px;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
    background-color: #0097FF !important;
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
    background-color: #0097FF !important;
  }
  header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    transition: .4s;
    padding: 10px 0 10px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .boxA {
    width: 100%;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box1_1 img {
    padding-top: 2px;
  }
  .box1_2 img {
    width: 162px;
    height: auto;
    margin-top: 2px;
    padding-top: 15px;
    margin-left: 15px;
  }
  .boxB {
    padding: 0 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .parallax-window {
    background-image: url("../img/common/main_sp.jpg") !important;
    background-repeat: no-repeat;
    background-position: right 0px;
  }
  .head_02 {
    background-image: url("../img/common/main_sp.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
  }
  /*.main_inner {
	position:relative;
	text-align:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:0 30px;
	text-align: center;
}*/
  /*.main_inner img {
	max-width:250px;
	width:75%;
	height:auto;
}*/
  .main_inner {
    position: relative;
    /*top: 47%;*/
    top: 30%;
    text-align: center;
			left: 0%;
  }
  .sp_margin {
    padding: 0 30px 50px 30px;
  }
  .txt_m1 {
    font-size: 13px;
    line-height: 2.5em;
    letter-spacing: 1.5px;
  }
  .section_70p {
    width: 100%;
  }
  .section_inner_70p {
    width: 100%;
    padding: 0px;
  }
  .ResTableA {
    border-bottom: none;
    font-size: 0.9rem;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
  .ResTableA th {
    padding: 15px 10px;
    width: 100%;
    display: block;
    border: none;
  }
  .ResTableA td {
    padding: 15px 10px;
    width: 100%;
    display: list-item;
    list-style: none;
    border-top: none !important;
    text-align: left;
  }
	
	
	
	
	
	
	.inq_section{
}
.inq_section label{
	display: inline-block ;
	margin-bottom : 10px ;
}

.inq_title{
	font-size: 30px ;
}
.inq_mustexp{
	margin-top : 20px ;
}

span.must{
}

.inq_input_flex{
}


.inq_halfbox{
	width: 100% ;
}
.inq_fullbox{
	width: 100% ;
	margin-top : 36px ;
}

.inq_item_title{
	font-size: 18px ;
}


.input_text{
}

.input_select{
}


.inq_item_title_demo{
	font-size: 20px ;
}

.inq_item_demo{
}
.inq_item_mag input,
.inq_item_demo input{
}



.inq_mailmagbox{
}

.inq_item_mag{
}

.inq_item_magagree_wrap{
}
.inq_item_magagree{
}

.contact01_q{
}
textarea::placeholder{
}

.inq_privacty{
}

.mailform_submit{
	font-size: 20px ;
}

.mailform_submit img{
	position: absolute;
	top : 50% ;
	left: 40px ;
	width: 60px ;
	transform: translate(0%,-50%);
}


#contact01_name1_notice,
#contact01_name2_notice,
#contact01_company_notice,
#contact01_section_notice,
#contact01_mail_notice,
#contact01_state_notice,
#contact01_tel_notice,
#contact01_genre_notice,
#contact01_mag_notice,
#contact01_magagree_notice,
#contact01_q_notice{
	color : #E05A24 ;
	font-weight: 700 ;
	display: none ;
}





.send_section{
	padding : 40px 24px 0px ;
}


.send_logo{
	max-width: 160px ;
}



.send_title{
	font-size: 16px ;
	margin-top: 20px ;
}

.send_holiday_superbox{
	padding : 10px ;
}

.send_holiday_l{
	position: relative;
	top : auto ;
	left: auto ;
	width: 100% ;
	height: 40px ;
	line-height: 40px ;
	font-size: 20px ;
}
.send_holiday_l div{
	position: relative;
	top : auto ;
	left: auto ;
	width: 100%;
	transform: translate(0%,0%);
}

.send_holiday_r{
	padding: 10px ;
	font-size: 20px ;
}


.send_story{
	font-size: 14px ;
	margin-top : 20px ;
	line-height: 1.8;
}

.send_story a{
}
	
	
	.ad_side {
		padding: 0 30px !important;
	}
	
	.box_half_w {
  width: 100%;	
}
.box_half_s {
  width: 100%;	
}
	
	
	
}
@media (max-width: 600px) {
  /*.main_inner {
	position:relative;
	top: 30%;
	text-align:center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:0 30px;
}
.main_inner img {
	width:90%;
	height:auto;
}*/
  .txt_cc {
    font-size: 28px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 0.2em;
    line-height: 2;
    text-shadow: 0px 0px 10px #0DF2C9;
  }
}
@media (max-width: 370px) {
  .title_l1_eng {
    font-size: 50px;
  }
}
/* ************************************************************************************************

   over 767px

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

  /* -----------------------------
   
  global menu
   
   ----------------------------- */
  .menu {
    display: block !important;
    float: right;
  }
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .menu li a {
    padding: 0px 0 0 0px;
    margin: 5px 0 0 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    display: block;
    text-decoration: none;
    letter-spacing: 1px;
  }
  .menu li a:hover {}
  .menu li a::after {
    position: absolute;
    bottom: -6px;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #0097FF;
    transition: .5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .menu li a:hover::after {
    width: 100%;
  }
  .menu ul:after {
    content: "";
    display: block;
    clear: both
  }
  .menu li {
    float: left;
    /*width:16.66%;*/
    width: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .menu ul .branch {
    display: none
  }
  .menu i {
    /*display:none*/
  }
  .menu img {
    width: 32px;
    height: auto;
    transition-duration: 0.5s;
  }
  #global_nav ul li:hover img {
    transition-duration: 0.5s;
  }
  .pc_none {
    display: none;
  }
}
@media (min-width: 1150px) {
  .boxA, .boxB, .main_inner {
    width: 90%;
    /*max-width:1260px;*/
    margin-left: auto;
    margin-right: auto
  }
}
@media (min-width: 1370px) {
  .brand_state {
    font-size: 36px;
    letter-spacing: 10px;
    text-align: center;
  }
  .brand_state_sub {
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
  }
}


/*20220623追加*/

.page-numbers {
  background-color:#fff;
  color: #F04DA3;
  font-weight: bold;
  padding: 11px 13px 10px;
  border-radius: 50%;
    border:2px solid #F04DA3;
  margin: 0 10px;
}
 .current {
  background-color:#F04DA3!important;
  color: #fff;
  border-radius: 50%;
}

 .next {
    border:none;
  background-color:none;
}

 .prev {
    border:none!important;
  background-color:none;
}

/* 画像配置 左 */
img.alignleft {
        text-align: left;
}

/* 画像配置 中央 */
img.aligncenter {
        display: block;
        margin: 1px auto;
}

/* 画像配置 右 */
img.alignright {
        display: block;
        margin: 1px 1px 1px auto;
}

.box_edit img{
    max-width: 600px;
    height: auto;
}