@charset "UTF-8";
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0;
  line-height: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/* reset
-------------------*/
html {
  /*  scroll-behavior: smooth;*/
  background-color: #fff;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #003B8F;
  font-size: 16px;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.05rem;
  overflow-x: hidden;
  background-color: #FAFAFA;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}
img {
  width: 100%;
  height: auto;
}
.item01 {
  order: 1;
}
.item02 {
  order: 2;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.mgb0 {
  margin-bottom: 0;
}
/*-------------------*/
.wrap {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #fff;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.item01-pad {
  order: 1;
}
.item02-pad {
  order: 2;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.en {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.contents {
  padding: 10rem 2rem;
}
.cont_inr {
  max-width: 76rem;
  margin: auto;
}
.txt {
  font-size: 1.6rem;
  font-weight: 400;
}
.dot {
  background: url("../images/dot.png")repeat left top 10px/20px, #fff;
  position: relative;
  z-index: 10
}
@media only screen and (min-width: 769px) {
  .item01-pad {
    order: 2;
  }
  .item02-pad {
    order: 1;
  }
}
@media only screen and (min-width: 1000px) {
  .contents {
    padding: 14rem 4rem;
  }
  .cont_inr {
    max-width: 100rem;
  }
  .item01 {
    order: 2;
  }
  .item02 {
    order: 1;
  }
  .sp {
    display: none
  }
  .pc {
    display: block;
  }
}
@media only screen and (min-width: 1367px) {
  .contents {
    padding: 16rem 4rem;
  }
  .cont_inr {
    max-width: 120rem;
  }
  .txt {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1600px) {
  .cont_inr {
    max-width: 144rem;
  }
}
/**/
.btn {
  max-width: 30rem;
  margin: 6rem 0 0;
}
.btn a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  border-radius: 40px;
  background-image: linear-gradient(to right, #333 0%, #333 50%, #002C6A 50%, #002C6A 100%);
  overflow: hidden;
  display: block;
  font-size: 1.6rem;
  padding: 2rem 3rem;
  color: #fff;
  width: 100%;
  text-align: center;
  position: relative;
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn a:hover {
  background-position: 0 0;
}
.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.fade.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    opacity: 0;
  }
  to {
    filter: blur(0);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}
/**/
.w-header {
  position: relative;
  height: 6rem;
  z-index: 1000;
}
.w-header::after {
  position: fixed;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  left: 0;
  height: 6rem;
  top: 0;
  transition: all 0.3s;
  z-index: -1;
  backdrop-filter: blur(12px);
}
.w-header.active::after {
  top: 0;
}
.w-header .logo {
  width: 17rem;
  left: 1rem;
  top: 1.2rem;
  position: fixed;
  z-index: 1000;
  line-height: 1;
}
#spNav .link_list a {
  padding: 1.8rem;
  color: #003B8F;
  display: block;
  line-height: 1;
}
#spNav .entry_wrap {
  z-index: 1000;
  margin: 0;
}
#spNav .entry_wrap a {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 1.5rem;
  border-radius: 4rem;
  background-image: linear-gradient(45deg, #013B8F 50%, #12A1CC);
}
@media only screen and (min-width: 1000px) {
  .w-header {
    height: 8rem;
  }
  .w-header .logo {
    width: 20rem;
    left: 3rem;
    top: 2.3rem;
  }
  .w-header::after {
    height: 8rem;
  }
  #spNav .link_list {
    display: flex;
    position: fixed;
    right: 16rem;
    top: 1.3rem;
  }
  #spNav .entry_wrap {
    position: fixed;
    top: 1.3rem;
    right: 2rem;
  }
  #spNav .entry_wrap a {
    width: 14rem;
    padding: 1.8rem 3rem;
  }
}
@media only screen and (min-width: 1367px) {
  .w-header .logo {
    width: 24rem;
  }
  #spNav .link_list {
    right: 19rem;
  }
  #spNav .entry_wrap a {
    width: 16rem;
    padding: 1.8rem 4.5rem;
  }
  /*
  #spNav .link_list li {
    margin-left: 4rem;
  }
*/
}
@media only screen and (min-width: 1600px) {
  .w-header, .w-header::after {
    height: 10rem;
  }
  #spNav .entry_wrap {
    top: 2rem;
    right: 4rem;
  }
  .w-header .logo {
    width: 35rem;
    left: 4rem;
    top: 2.8rem;
  }
  #spNav .link_list {
    right: 19rem;
    top: 2rem;
  }
  #spNav .link_list li {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 1260px) {
  #spNav .link_list {
    max-width: 560px;
    text-align: center;
    font-size: 1.3rem;
    align-items: center;
  }
}
@media only screen and (max-width: 999px) {
  .spMenu {
    cursor: pointer;
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    z-index: 102000;
  }
  .spMenu.active, .spMenu.active span:nth-of-type(3) {
    background-color: transparent;
  }
  .spMenu span {
    background-color: #003B8F;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 2px;
    width: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .spMenu span:nth-of-type(1) {
    top: 23px;
  }
  .spMenu span:nth-of-type(2) {
    top: 32px;
  }
  .spMenu.active span:nth-of-type(1) {
    -webkit-transform: translateY(4px) translateX(-15px) rotate(-45deg);
    transform: translateY(4px) translateX(-15px) rotate(-45deg);
  }
  .spMenu.active span:nth-of-type(2) {
    -webkit-transform: translateY(-5px) translateX(-15px) rotate(45deg);
    transform: translateY(-5px) translateX(-15px) rotate(45deg)
  }
  main.active {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  main.active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
  }
  body.fixced {
    height: 100%;
    overflow: hidden;
  }
  /*spNav*/
  #spNav {
    height: 100%;
    transition: all .55s ease 0.25s;
    visibility: hidden;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 100000;
    overflow-y: scroll;
    background: #fff;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 7rem 2rem;
    display: flex;
    max-width: 500px;
  }
  #spNav.active {
    visibility: visible;
    right: 0;
  }
  #spNav::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  #spNav::before, #spNav::after {
    opacity: 0;
    transition: all 550ms ease 0.25s;
  }
  #spNav.active::before, #spNav.active::after {
    opacity: 1;
  }
  #spNav .link_list, #spNav .link_list li {
    width: 100%;
    max-width: inherit;
  }
  #spNav .link_list li {
    border-bottom: 1px solid #ddd;
  }
  #spNav .link_list li:last-child {
    border-bottom: none;
  }
  #spNav .link_list a {
    padding: 3rem;
    font-size: 3rem;
  }
  #spNav .link_list li.btn {
    max-width: inherit
  }
  #spNav .link_list li.btn a {
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  .w-header {
    background-color: #fff;
  }
}
@media only screen and (max-width: 640px) {
  #spNav {
    padding: 6rem 2rem;
  }
  #spNav .link_list a {
    padding: 3rem;
    font-size: 2rem;
  }
}
/*footer*/
footer {
  background-color: #002C6A;
  border-radius: 30px 30px 0 0;
  padding: 10rem 2rem 5rem;
  color: #fff;
  z-index: 10;
  position: relative;
  margin-top: -3rem;
}
footer .footer_link_wrap .logo {
  max-width: 20rem;
  margin-bottom: 4.5rem;
}
footer .link_list {
  justify-content: center;
}
footer .link_list li {
  margin: 0 2rem;
}
footer .link_list li a {
  padding: 1rem 0;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Figtree", sans-serif;
  display: block;
  opacity: 0.7;
  line-height: 1;
  letter-spacing: 0;
}
#spNav .link_list a:hover, footer .link_list li a:hover {
  animation: text-blur 1s;
}
/* アニメーション設定 */
@keyframes text-blur {
  0% {
    filter: blur(0);
  }
  50% {
    filter: blur(4px); /* ぼかしの強さ */
  }
  100% {
    filter: blur(0);
  }
}
footer .link_list li.btn a {
  background: #fff;
  color: #003B8F;
  padding: 1.6rem 4rem;
  line-height: 1;
  border-radius: 40px;
  opacity: 1;
}
footer .link_list li.btn {
  margin-top: 3rem;
}
footer .access, footer .copy {
  text-align: center;
  color: #fff;
}
footer .copy {
  width: 100%;
  letter-spacing: 0;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  footer .cont_inr {
    justify-content: space-between;
  }
  footer .footer_link_wrap .logo {
    max-width: 25rem;
    width: 60%;
    margin-bottom: 3rem;
  }
  footer .access {
    text-align: left;
    width: 37%;
    max-width: 37rem;
    margin-bottom: 6rem;
  }
  footer .link_list {
    width: 60%;
    max-width: 50rem;
    align-content: flex-start;
    justify-content: end;
  }
  footer .link_list li {
    margin: 0 0 0 4rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .link_list {
    margin-bottom: 6rem;
  }
  footer .footer_link_wrap .logo {
    margin: 0 auto 2.5rem;
  }
  footer .footer_link_wrap .access {
    margin: 0 auto 4.5rem;
  }
  footer .link_list li {
    margin: 0;
    width: calc(100% / 3);
    text-align: center;
  }
  footer .access, footer .copy {
    font-size: 1.4rem
  }
}
@media only screen and (max-width: 500px) {
  footer .link_list li {
    width: 50%;
  }
}
.cont-ttl {
  line-height: 1.4;
  margin-bottom: 4rem;
}
.cont-ttl span {
  font-size: 4rem;
  /*  display: block;*/
  letter-spacing: 0;
}
.cont-ttl small {
  font-size: 1.6rem;
  display: block;
}
.inr_ttl {
  font-size: 2.2rem;
  margin-bottom: 3rem;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  .cont-ttl .en {
    font-size: 4.5rem;
  }
  .cont-ttl small {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .inr_ttl {
    font-size: 2.7rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1366px) {
  .cont-ttl .en {
    font-size: 6rem;
  }
  .cont-ttl small {
    font-size: 2.4rem;
  }
  .inr_ttl {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1600px) {
  .inr_ttl {
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
}
table {
  width: 100%;
}
table th, table td {
  padding: 3rem 1rem;
  text-align: left;
  font-size: 1.4rem;
}
table td a {
  color: #003B8F !important;
  text-decoration-line: underline !important;
}
table th {
  border-bottom: 2px solid #003B8F;
  color: #003B8F;
  width: 100px;
}
table td {
  border-bottom: 1px solid #003B8F;
}
@media only screen and (min-width: 1000px) {
  table th, table td {
    font-size: 1.6rem;
  }
  table th {
    width: 18rem;
  }
  table td {
    width: calc(100% - 18rem);
  }
}