@charset "utf-8";
html {font-size: 62.5%}
body {
background-color: #FFFFFF;
min-width: 1080px;
font-size: 1.6rem;
font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
-webkit-text-size-adjust: 100%;
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}
select,input,button,textarea,button {font:99%;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}
a:link {
color: #000000;
transition: .3s;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #0099CC;
text-decoration: underline;
}
a:active {
color: #999999;
text-decoration: none;
}
@media (any-hover: hover) {
  a.btn img {
    transition: 0.3s ease-in-out;
    opacity: 1;
  }
  a.btn:hover img {
    opacity: .4;
  }
}

a {
outline: none;
}
::selection {
background: #000000;
color: #FFFFFF;
}
::-moz-selection {
background:#000000;
color:#FFFFFF;
}
::-webkit-selection {
background:#000000;
color:#FFFFFF;
}
strong {
font-weight: bold;
}
.pc {
display: inherit!important;
}
.sp {
display: none!important;
}
#wrapper {
overflow: hidden
}
#panel-btn{
  display: none;
}
/*--HEADER-------------*/
header {
height: 80px;
}
header .inner {
width: 96%;
padding-top: 20px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
height: 100%;
}
header a {
text-decoration: none;
}

/*--MAINVIS-------------*/
#mainVis {
    height: 820px;
    background-image: url(../../images/mv.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat-x;
}
#mainVis .inner{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}
#mainVis .inner .copy{
    position: absolute;
    top: 33px;
    left:20px;
}
#mainVis .inner .txt{
    position: absolute;
    top: 33px;
    right:94px;
} 

#lp_badge {
position: fixed;
width: 220px;
right: 30px;
bottom: 30px;
transition: .3s;
z-index: 999
}
#lp_badge img{
width: 100%;
height: auto
}
#lp_badge:hover {
bottom: 80px;
}
#lp_badge a{}

/*--CONTENTS-------------*/
#contents {
width: 980px;
margin-right: auto;
margin-left: auto;
}

/*--INDEX_OUTLINE-------------*/
#index_outline {
    text-align: center;
    padding-top: 40px;
    background-image: url(../../images/index_outline_bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
#index_outline .read{
    margin-bottom: 2em
}
#index_outline .read_txt{
    font-size: 2.0rem;
    font-weight: 600;
}

ul.exp_bnr{
margin-top: 4em;
display: flex;
justify-content: center;
gap:20px;
margin-bottom: 80px;
}
ul.exp_bnr li img{
width: 240px;
height: auto
}

main#main {
padding-bottom: 80px;
}

/*--INDEX_ABOUT-------------*/
#index_about{
text-align: center;
padding-bottom: 80px;
}
.ttl_arrow {
  display: inline-block;
  background: #005f97;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 2em
}
.ttl_arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #005f97;
}
.btn_round{
margin-top: 2em
}

#index_about p.txt,
#index_attempt p.txt{
font-size: 20px;
text-align: center
}

#index_attempt{
text-align: center
}
#index_attempt .btn_link{
text-align: center;
margin-top: 1em
}
#index_attempt .btn_link a{
    border: 1px solid #000000;
    border-radius: 100px;
    padding: 2px 30px;
    line-height: 1;
    font-size: 1.2rem;
    text-decoration: none
}


.column{
text-align: left
}
.lined_title {
  text-align: center;
  margin: 70px 0 20px;
  position: relative;
}
.lined_title span {
  display: inline-block;
  padding: 4px 18px;
  border: 1px solid #005f97;
  color: #005f97;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.lined_title::after {
  content: "";
  position: absolute;
  top: 50%;
  width:100%;
  height: 1px;
  background: #005f97;
}
.lined_title::after {
  right: 0;
}
.column .ttl{
color: #005f97;
font-size: 22px;
font-weight: 600;
margin-bottom: 1em;
text-align: center
}


.pageTop {
clear: both;
padding: 10px;
background-color: #FFFFFF;
text-align: right;
}

/*--FOOTER-------------*/
footer {
background-color: #F7F8F8;
clear: both;
padding-top: 20px;
padding-bottom: 50px;
}
footer .inner {
width: 980px;
margin-right: auto;
margin-left: auto;
}
footer .btn_sns {
margin-bottom: 1em
}
footer p {
margin-bottom: 0.5em
}
footer table th {
vertical-align: top
}
footer table span {
font-size: 14px;
}









































@media screen and (max-width: 520px) {
html {font-size: 62.5%}
body {
background-color: #FFFFFF;
min-width: 320px;
font-size: 1.6rem;
font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
-webkit-text-size-adjust: 100%;
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

select,input,button,textarea,button {font:99%;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}
a:link {
color: #000000;
transition: .3s;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #0099CC;
text-decoration: underline;
}
a:active {
color: #999999;
text-decoration: none;
}
@media (any-hover: hover) {
  a.btn img {
    transition: 0.3s ease-in-out;
    opacity: 1;
  }
  a.btn:hover img {
    opacity: .4;
  }
}

a {
outline: none;
}
::selection {
background: #000000;
color: #FFFFFF;
}
::-moz-selection {
background:#000000;
color:#FFFFFF;
}
::-webkit-selection {
background:#000000;
color:#FFFFFF;
}
strong {
font-weight: bold;
}
.pc {
display: none!important;
}
.sp {
display: inherit!important;
}
#wrapper {
overflow: hidden
}
#panel-btn{
  display: none;
}
/*--HEADER-------------*/
header {
height: auto;
}
header .inner {
width: 96%;
padding-top: 10px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
height: 100%;
padding-bottom: 10px;
}
header a {
text-decoration: none;
}
header h1 img {
width: 25%;
height: auto
}

/*--MAINVIS-------------*/
#mainVis {
    height: auto;
    background-image: none;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat-x;
}
#mainVis .inner{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}
#mainVis .inner .copy{
    position: absolute;
    top: 33px;
    left:20px;
}
#mainVis .inner .txt{
    position: absolute;
    top: 33px;
    right:94px;
}
#mainVis .inner .mv_sp img{
    width: 100%;
    height: auto
} 

#lp_badge {
position: fixed;
width: 120px;
right: 20px;
bottom: 20px;
transition: .3s;

}
#lp_badge img{
width: 100%;
height: auto
}
#lp_badge:hover {
bottom: 80px;
}
#lp_badge a{}

/*--CONTENTS-------------*/
#contents {
width: 90%;
margin-right: auto;
margin-left: auto;
}

/*--INDEX_OUTLINE-------------*/
#index_outline {
    text-align: center;
    padding-top: 40px;
    background-image: url(../../images/index_outline_bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
#index_outline .read{
    margin-bottom: 2em
}
#index_outline .read_txt{
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left
}
#index_outline .read_txt br{
    display: none
}
#index_outline p.read img{
width: 100%;
height: auto
}
#index_outline p img{
width: 100%;
height: auto
}

ul.exp_bnr{
margin-top: 2em;
display: block;
justify-content: center;
gap:20px;
margin-bottom: 80px;
}
ul.exp_bnr li{
margin-bottom: 15px;
}
ul.exp_bnr li img{
width: 240px;
height: auto
}

main#main {
padding-bottom: 40px;
}

/*--INDEX_ABOUT-------------*/
#index_about{
text-align: center;
padding-bottom: 40px;
}
.ttl_arrow {
  display: inline-block;
  background: #005f97;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 2em
}
.ttl_arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #005c97;
}
.ttl_arrow img{
width: 70%;
height: auto
}
.btn_round{
margin-top: 2em
}
.btn_round img{
width: 60%;
height: auto
}

#index_about p.txt,
#index_attempt p.txt{
font-size: 14px;
text-align: left
}

#index_attempt{
text-align: center
}
.column{
text-align: left
}
.lined_title {
  text-align: center;
  margin: 70px 0 20px;
  position: relative;
}
.lined_title span {
  display: inline-block;
  padding: 4px 18px;
  border: 1px solid #005f97;
  color: #005f97;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.lined_title::after {
  content: "";
  position: absolute;
  top: 50%;
  width:100%;
  height: 1px;
  background: #005f97;
}
.lined_title::after {
  right: 0;
}
.column .ttl{
color: #005f97;
font-size: 18px;
font-weight: 600;
margin-bottom: 1em;
text-align: center
}


.pageTop {
clear: both;
padding: 10px;
background-color: #FFFFFF;
text-align: right;
}

/*--FOOTER-------------*/
footer {
background-color: #F7F8F8;
clear: both;
padding-top: 20px;
padding-bottom: 150px;
}
footer .inner {
width: 90%;
margin-right: auto;
margin-left: auto;
}
footer .btn_sns {
margin-bottom: 1em
}
footer p {
margin-bottom: 0.5em
}
footer table th {
vertical-align: top
}
footer table span {
font-size: 14px;
}



}
