/*----------------------------------------------
settings
----------------------------------------------*/

.coming-text,
.coming-text a {
  color: #aaa !important;
  pointer-events: none;
}

.coming-soon {
  position: relative;
  pointer-events: none;
}

.coming-soon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  z-index: 0;
}

.coming-soon:before {
  content: "COMING SOON";
  display: block;
  width: 100%;
  height: 1em;
  font-size: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 1;
  z-index: 1;
  color: #ddd;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  color: #4D4D4D;
  background-color: #FFF;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: normal;
  margin: 0;
}

a {
  color: #4D4D4D;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin: 0;
}

img {
  max-width: 100%;
}

ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dl dt,
dl dd {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.en {
  font-family: "Josefin Sans", sans-serif;
}

.anno {
  position: relative;
  padding-left: 1em;
}

.anno:before {
  content: "※";
  display: block;
  float: left;
  margin-left: -1em;
}

.v-text {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
}


/* カラム幅は各々で指定 */


/*----------------------------------------------
  color
----------------------------------------------*/

.c-blue01 {
  color: #008ad5;
}

.bg-blue01 {
  background: #0088d3;
  color: #fff;
}

.bg-dot {
  background: url('../images/common/blue_dot_bg_03.png') repeat left top;
}

.l-num01 {
  color: #fff;
  text-shadow: 1px 1px 0px #0088d3, -1px 1px 0px #0088d3, 1px -1px 0px #0088d3, -1px -1px 0px #0088d3, 1px 0px 0px #0088d3, 0px 1px 0px #0088d3, -1px 0px 0px #0088d3, 0px -1px 0px #0088d3;
}


/*----------------------------------------------
  title
----------------------------------------------*/

.title01 .en {
  display: block;
  text-align: center;
  font-style: italic;
  font-size: 5rem;
  font-weight: 100;
  letter-spacing: 0.1em;
}

.title01 .jp {
  display: block;
  text-align: center;
  letter-spacing: 0.25em;
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 0.4em;
}

.title01:after {
  content: "";
  display: block;
  background: #008ad5;
  width: 1px;
  height: 40px;
  margin: 1.4em auto 0;
}

.title02 {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.39;
}

.title03 {
  color: #0088d3;
  line-height: 1.1;
}

.title03 .en {
  font-size: 2rem;
  font-weight: 100;
  letter-spacing: 0.1em;
  font-style: italic;
}

.title03 .jp {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.25em;
}


/*----------------------------------------------
  l-box
----------------------------------------------*/

.l-box01 {
  font-weight: 500;
}

.l-box01+.l-box01 {
  margin-top: 40px;
}

.l-box01 .l-box01-title {
  font-size: 2.2rem;
  letter-spacing: 0.015em;
  margin-bottom: 12px;
}

.l-box01 .l-box01-contents {
  line-height: 1.75;
  letter-spacing: 0.015em;
}


/*----------------------------------------------
  l-table
----------------------------------------------*/

.table-area,
.requirements-table {
  overflow: auto;
}

.l-table01 {
  min-width: 100%;
  width: 100%;
  border-collapse: collapse;
  overflow: auto;
}

.l-table01 tr {
  /*  border-bottom: 1px solid #d2d2d2; */
}

.l-table01 .table_th {
  border-bottom: 1px solid #d2d2d2;
}

.l-table01 th,
.l-table01 td {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  text-align: left;
}

.l-table01 th {
  padding: 0 12px 6px;
}

.l-table01 td {
  padding: 15px 12px;
  vertical-align: top;
}

.l-table01 .num {
  text-align: center;
  vertical-align: middle;
  width: 72px;
}

.l-table01 .num p {
  font-size: 3rem;
  font-weight: 100;
  letter-spacing: 0.01em;
  line-height: 1;
  font-style: italic;
}

.l-table01 .l-table01-dl01 dt,
.l-table01 .l-table01-dl01 {
  font-size: 1.8rem;
  margin-bottom: 6px;
}

.l-table01 .l-table01-dl01 dd {
  font-size: 1.4rem;
}

.l-table01 .dtl {
  font-size: 1.5rem;
  color: #666;
  border-top: 1px dashed #ccc;
  border-bottom: 1px solid #d2d2d2;
}

.l-table01 .dtl td {
  padding-top: 8px;
  padding-bottom: 15px;
}

.l-table01 tr td.area {
  width: 200px;
}


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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 50px 0 0;
  z-index: 100;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: none;
}

.header * {
  pointer-events: auto;
}

.header>h1 {
  width: 290px;
  height: 186px
}

.header>h1>a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 50px 0 50px;
  background: #FFF;
  opacity: 1;
}

.header>h1>a:hover {
  opacity: 1;
}

.header>h1>a>span {
  display: block;
  width: 100%;
  margin: 0 0 13px;
  font-size: 1.2rem;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #008AD5;
  text-align: center;
}

.header>h1>a>img {
  width: 190px;
}

.header_nav {
  margin: 50px 0 0;
}

.header_nav>ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.header_nav>ul>li {
  width: 100px;
  height: 100px;
  margin: 0 0 0 5px;
}

.header_nav>ul>li>a,
.header_nav>ul>li>div {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.header_nav>ul>li>.header_nav_btn {
  display: table;
  background: rgba(255, 255, 255, 0.95);
  cursor: pointer;
}

.header_nav>ul>li>.header_nav_btn>span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  color: #116DDB;
  text-align: center;
  letter-spacing: 0.15em;
}

.header_nav > ul > li.new{
	position: relative;
}
.header_nav > ul > li.new::after{
	position: absolute;
	top: -12px;
	right: -4%;
	display: block;
	content: "NEW";
	width: 32px;
	color: #fff;
	background: red;
	border-radius: 50%;
	text-align: center;
	padding: 8.5px 0;
}

/* menuボタン */

.header_nav>ul>li>.btn_menu {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #116DDB;
  background-image: url(../images/common/header_menu_bg.png);
  background-size: contain;
  cursor: pointer;
}

.header_nav>ul>li>.btn_menu>.burger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header_nav>ul>li>.btn_menu>.burger .burger-icon {
  display: block;
  height: 20px;
  margin-bottom: 16px;
  position: relative;
}

.header_nav>ul>li>.btn_menu>.burger .burger-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFFF9E;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}

.header_nav>ul>li>.btn_menu>.burger .burger-icon span:nth-child(1) {
  transform: translateY(-10px);
}

.header_nav>ul>li>.btn_menu>.burger .burger-icon span:nth-child(2) {
  transform: translateY(8px);
  width: 66.66%;
}

.js-header_sp_open .header_nav>ul>li>.btn_menu>.burger .burger-icon span {
  transform-origin: center;
}

.js-header_sp_open .header_nav>ul>li>.btn_menu>.burger .burger-icon span:nth-child(1) {
  transform: rotate(45deg);
}

.js-header_sp_open .header_nav>ul>li>.btn_menu>.burger .burger-icon span:nth-child(2) {
  transform: rotate(-45deg);
  width: 100%;
}

.header_nav>ul>li>.btn_menu>.burger>p {
  width: 100%;
  font-size: 1.2rem;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  color: #FFFF9E;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.15em;
}


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

.header_sp {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.js-header_sp_open .header_sp {
  opacity: 1;
  pointer-events: auto;
}

.header_sp {
  position: fixed;
  overflow-y: scroll;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: 50;
  padding: 200px 20px 0;
}

.header_sp_nav_list {
  width: calc((100% - 60) /3);
  margin: 0 30px 0 0;
  padding: 0 0 30px
}

.header_sp_nav_list:last-child {
  margin: 0 0 0 0;
}

.header_sp_nav_list>dl {
  margin-bottom: 30px;
}

.header_sp_nav_list>dl>dt {
  font-size: 2.3rem;
  color: #116DDB;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.header_sp_nav_list>dl>dd {
  font-size: 1.4rem;
  color: #4D4D4D;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  padding-left: 20px;
  position: relative;
}

.header_sp_nav_list>dl>dd>a:before {
  content: '';
  width: 6px;
  height: 6px;
  background: url('../images/common/footer_nav_arrow.png') no-repeat left center transparent;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


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

.footer {
  width: 100%;
  position: relative;
  z-index: 1;
}


/*フッターナビゲーション*/

.footer_nav {
  background: url('../images/common/white_dot_bg_02.png') repeat center center #F0F4FA;
  background-size: 5px;
}

.footer_nav>.container>.row>.col {
  width: calc((100% - 4px) / 3);
  padding: 48px 15px;
  border-left: 1px solid #FFF;
}

.footer_nav>.container>.row>.col:last-child {
  border-right: 1px solid #FFF;
}


/*リスト*/

.footer_nav_list {
  margin: 0 0 40px;
}

.footer_nav_list>dt {
  font-size: 1.5rem;
  font-weight: normal;
  color: #116DDB;
  margin: 0 0 22px;
}

.footer_nav_list>dt>span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.footer_nav_list>dd {
  margin: 0 0 10px;
}

.footer_nav_list>dd:last-child {
  margin: 0;
}

.footer_nav_list>dd>a {
  display: block;
  position: relative;
  width: auto;
  padding-left: 12px;
  color: #4D4D4D;
  font-size: 1.3rem;
}

.footer_nav_list>dd>a:before {
  content: '';
  width: 6px;
  height: 6px;
  background: url('../images/common/footer_nav_arrow.png') no-repeat left center transparent;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


/*コピーライト*/

.footer_copyright {
  width: 100%;
  background: #FFF;
  padding: 50px 0;
  text-align: center;
}

.footer_copyright_logo {
  margin-bottom: 35px;
}

.footer_copyright_logo>img {
  width: 245px;
}

.footer_copyright_text {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}


/*----------------------------------------------
  pagetop
----------------------------------------------*/

.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 100px;
  height: 100px;
  z-index: 99;
}

.pagetop>a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 65px 5px 10px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 1.2rem;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  color: #116DDB;
  text-align: center;
  letter-spacing: 0.15em;
}

.pagetop>a>span {
  color: #116DDB;
}

.pagetop>a>span::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 2px solid #116DDB;
  border-right: 2px solid #116DDB;
  transform: rotate(-45deg);
  right: 34px;
  top: 30px;
}

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


/*----------------------------------------------
  SP
----------------------------------------------*/

@media screen and (max-width: 767px) {
  /*----------------------------------------------
  settings
  ----------------------------------------------*/
  .coming-soon:before {
    font-size: 1.8rem;
  }
  .pc {
    display: none !important;
  }
  p {
    font-size: 1.4rem;
  }
  .container {
    width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  body {
    min-width: 0;
  }
  .v-text {
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
  }
  /*----------------------------------------------
  color
  ----------------------------------------------*/
  /*----------------------------------------------
    title
  ----------------------------------------------*/
  .title01 .en {
    font-size: 2.6rem;
  }
  .title01 .jp {
    font-size: 1.6rem;
  }
  .title01:after {
    height: 30px;
  }
  .title02 {
    font-size: 1.6rem;
    line-height: 1.45;
  }
  .title03 {
    line-height: 1;
  }
  .title03 .en {
    font-size: 1.6rem;
  }
  .title03 .jp {
    font-size: 2rem;
  }
  /*----------------------------------------------
    l-box
  ----------------------------------------------*/
  .l-box01+.l-box01 {
    margin-top: 24px;
  }
  .l-box01 .l-box01-title {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .l-box01 .l-box01-contents {
    line-height: 1.75;
    letter-spacing: 0.015em;
  }
  /*----------------------------------------------
    l-table
  ----------------------------------------------*/
  .l-table01 {
    min-width: 690px;
  }
  .l-table01 th,
  .l-table01 td {
    font-size: 1.3rem;
  }
  .l-table01 th {
    padding: 0 12px 6px;
  }
  .l-table01 td {
    padding: 15px 12px;
    vertical-align: top;
  }
  .l-table01 .num {
    width: 44px;
  }
  .l-table01 .num p {
    font-size: 2rem;
  }
  .l-table01 .l-table01-dl01 dt,
  .l-table01 .l-table01-dl01 {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
  .l-table01 .l-table01-dl01 dd {
    font-size: 1.2rem;
  }
  .l-table01 tr td.area {
    width: 120px;
  }
  /*----------------------------------------------
  header
  ----------------------------------------------*/
  .header {
    width: 100%;
    padding: 0 10px 0 0;
  }
  .header>h1 {
    width: 145px;
    height: 93px;
  }
  .header>h1>a {
    padding: 15px 15px 15px 15px;
    text-align: center;
  }
  .header>h1>a>span {
    margin: 0 0 5px;
    font-size: 0.7rem;
  }
  .header>h1>a>img {
    width: 90px;
  }
  .header_nav {
    margin: 15px 0 0;
  }
  .header_nav>ul>li {
    width: 66px;
    height: 50px;
    margin: 0 0 0 5px;
  }
  .header_nav>ul>li>.header_nav_btn>span {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }
  /* menuボタン */
  .header_nav>ul>li>.btn_menu>.burger .burger-icon {
    height: 16px;
    margin-bottom: 8px;
  }
  .header_nav>ul>li>.btn_menu>.burger .burger-icon span:nth-child(1) {
    transform: translateY(-6px);
  }
  .header_nav>ul>li>.btn_menu>.burger .burger-icon span:nth-child(2) {
    transform: translateY(4px);
  }
  .js-header_sp_open .header_nav>ul>li>.btn_menu>.burger .burger-icon span:nth-child(1) {
    transform: rotate(45deg) scaleX(0.8);
  }
  .js-header_sp_open .header_nav>ul>li>.btn_menu>.burger .burger-icon span:nth-child(2) {
    transform: rotate(-45deg) scaleX(0.8);
    width: 100%;
  }
  .header_nav>ul>li>.btn_menu>.burger>p {
    width: 100%;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }
	.header_nav > ul > li.new::after{
	position: absolute;
	top: -12px;
	right: -4%;
	display: block;
	content: "NEW";
	width: 32px;
	color: #fff;
	background: red;
	border-radius: 50%;
	text-align: center;
	padding: 4px 0;
		font-size: 10px;
}

  /*----------------------------------------------
    header menu
  ----------------------------------------------*/
  .header_sp {
    padding: 120px 20px 0;
  }
  .header_sp_nav_list {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0;
  }
  .header_sp_nav_list:last-child {
    margin: 0 0 0 0;
  }
  .header_sp_nav_list>dl {
    margin-bottom: 30px;
  }
  .header_sp_nav_list>dl>dt {
    font-size: 2.3rem;
    color: #116DDB;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
  .header_sp_nav_list>dl>dd {
    font-size: 1.4rem;
    color: #4D4D4D;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    padding-left: 20px;
    position: relative;
  }
  .header_sp_nav_list>dl>dd>a:before {
    content: '';
    width: 6px;
    height: 6px;
    background: url('../images/common/footer_nav_arrow.png') no-repeat left center transparent;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  /*----------------------------------------------
  footer
  ----------------------------------------------*/
  .footer_nav>.container>.row>.col {
    width: 100%;
    padding: 0 0 40px;
    border-left: 0;
  }
  .footer_nav>.container>.row>.col:first-child {
    padding: 48px 0 40px;
  }
  .footer_nav>.container>.row>.col:last-child {
    border-right: 0;
    padding: 0 0 48px;
  }
  /*リスト*/
  .footer_nav_list {
    margin: 0 0 40px;
  }
  .footer_nav_list:last-child {
    margin: 0;
  }
  .footer_nav_list>dt {
    font-size: 1.5rem;
    font-weight: normal;
    color: #116DDB;
    margin: 0 0 22px;
  }
  .footer_nav_list>dt>span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .footer_nav_list>dd {
    margin: 0 0 10px;
  }
  .footer_nav_list>dd:last-child {
    margin: 0;
  }
  .footer_nav_list>dd>a {
    display: block;
    position: relative;
    width: auto;
    padding-left: 12px;
    color: #4D4D4D;
    font-size: 1.3rem;
  }
  .footer_nav_list>dd>a:before {
    content: '';
    width: 6px;
    height: 6px;
    background: url('../images/common/footer_nav_arrow.png') no-repeat left center transparent;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  /*コピーライト*/
  .footer_copyright {
    padding: 30px 0;
  }
  .footer_copyright_logo {
    margin-bottom: 10px;
  }
  .footer_copyright_logo>img {
    width: 90px;
  }
  /*----------------------------------------------
    pagetop
  ----------------------------------------------*/
  .pagetop {
    position: fixed;
    bottom: 30px;
    right: 15px;
    width: 50px;
    height: 50px;
    z-index: 30;
  }
  .pagetop>a {
    padding: 30px 5px 5px;
    font-size: 0.8rem;
  }
  .pagetop>a>span::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #116DDB;
    border-right: 2px solid #116DDB;
    transform: rotate(-45deg);
    right: 17px;
    top: 15px;
  }
}
