@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Outfit:wght@100;200;300;400;500&display=swap');
/*==========================
print
==========================*/
@media print {
  body {
    zoom: 90%;
  }
}

/*==========================
base
==========================*/
html {
  background: #fff;
  color: #111;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Noto Sans JP', 'Outfit', sans-serif;
  -webkit-text-size-adjust: 100%;
}

body * {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

strong,
th {
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input[type=text] {
  line-height: normal;
}

input::-webkit-input-placeholder {
  padding-top: 0.3em;
}

/*リンク*/
a,
a:link {
  color: #0C5ECD;
  text-decoration: none;
}

a,
button {
  transition: .3s;
}

a:active {
  color: #1A9CEC;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

a.deadlink {
  pointer-events: none;
}

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

.clearfix {
  display: inline-block;
}

/*Container*/
.container {
  position: relative;
  clear: both;
  margin: auto;
}

.container .inner {
  padding-top: 5rem;
  padding-bottom: 8.125rem;
}

[class$="inner"] {
  position: relative;
  display: block;
  margin: auto;
  overflow: hidden;
}

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

/*==========================
Common
==========================*/
section {
  clear: both;
  position: relative;
  overflow: hidden;
}

/*==========================
header
==========================*/
header {
  position: fixed;
  z-index: 9990;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #1A9CEC;
}

header ul li a {
  font-family: 'Outfit', serif;
  font-weight: 500;
}

.header_inner {
  margin: 0 auto;
  position: relative;
}

.header_menu {
  margin: auto;
}

.header_menu li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  vertical-align: bottom;
  letter-spacing: .025em;
  z-index: 2;
}

/*==========================
Footer
==========================*/
footer {
  z-index: 9980;
  position: relative;
  clear: both;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: #fff;
  border-top: 1px solid #1EADEF;
}

footer::before,
.footer_navi li a::before {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
}

footer::before {
  width: .8em;
  height: .8em;
  top: -.45em;
  right: 0;
  left: 0;
  background: #1EADEF;
  transform: rotate(45deg) skew(25deg, 25deg);
}

.footer_inner {
  padding: 1em 1em 0;
}

.footer_navi {
  margin: 3em auto
}

.footer_navi li {
  font-size: 1.25rem;
  display: inline-block;
}

.footer_navi li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.8em;
}

.footer_navi li a::before {
  width: .8em;
  height: .8em;
  top: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(135deg, #1EADEF, #0C5ECD);
  background: -moz-linear-gradient(135deg, #1EADEF, #0C5ECD);
  background: linear-gradient(135deg, #1EADEF, #0C5ECD);
  transform: rotate(135deg) skew(25deg, 25deg);
  transition: .3s;
}

footer .logo {
  display: block;
  margin: 4em auto 3em;
}

footer .logo img {
  max-width: 440px;
}

footer .link_tw,
footer .link_sns-x {
  display: block;
  width: 3em;
  height: 3em;
  margin: 0 auto 4em;
}

footer p.copy {
  padding: 1.85em;
  text-align: center;
  color: #1A9CEC;
  font-weight: 500;
  font-size: .8em;
  letter-spacing: .07em;
  margin: 0 auto;
}

/*--------------------------- 
画面上部へ戻る
---------------------------*/
#pagetop {
  position: relative;
  position: fixed;
  right: 3em;
  bottom: 3em;
  text-align: center;
  width: 4em;
  height: 8em;
  z-index: 9991;
}

#pagetop a {
  display: block;
  position: absolute;
  width: 4em;
  height: 8em;
  margin: auto;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: .8em;
  z-index: 2;
  padding: 4em 0 0 0;
}

#pagetop a {
  display: block;
  font-size: .8em;
}

#pagetop span {
  display: block;
  position: absolute;
  width: 4em;
  height: 4em;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(135deg, #1EADEF, #0C5ECD);
  background: -moz-linear-gradient(135deg, #1EADEF, #0C5ECD);
  background: linear-gradient(135deg, #1EADEF, #0C5ECD);
  margin: auto;
  transform: rotate(45deg) skew(25deg, 25deg);
  z-index: 0;
}

/*+++++++++++++++++++++++++++
mediaクエリ【PC:1200px】
+++++++++++++++++++++++++++*/
@media (min-width: 1200px) {
  [class$="inner"] {
    width: 1200px;
  }
}

@media screen and (max-width: 1199px) {
  [class$="inner"] {
    width: 100%;
  }
}

@media screen and (min-width:641px) and (max-width: 840px) {
  .header_menu li:not(:first-of-type) a {
    font-size: 1rem !important;
    padding: 3rem .7em 1rem !important;
  }
}

@media screen and (min-width:641px) and (max-width: 1199px) {

  .container .inner,
  .home_inner {
    padding-left: 2em;
    padding-right: 2em;
  }
}

/*+++++++++++++++++++++++++++
mediaクエリ【PC】
+++++++++++++++++++++++++++*/
@media (min-width: 641px) {

  /*==========================
base
==========================*/
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .container {
    margin-top: 5rem;
  }

  /*==========================
header
==========================*/
  header,
  .header_menu {
    height: 5rem;
  }

  .header_logo img {
    height: 3rem;
    width: auto;
  }

  .header_menu li {
    margin: 0;
  }

  .header_menu li:first-of-type a {
    padding: 1rem 0;
    margin-right: 1.5em;
  }

  .header_menu li:not(:first-of-type) a {
    position: relative;
    color: #1EADEF;
    padding: 2.75rem 1.3em 1rem;
    font-size: 1.25rem;
  }

  .header_menu li a::before {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    height: 3px;
    background: #1EADEF;
    left: 0;
    bottom: 0;
    transition: .3s;
  }

  .header_menu li a:hover::before,
  ::before {
    width: 100%;
  }

  .header_menu li a span {
    display: block;
    position: absolute;
    width: .8em;
    height: .8em;
    top: 0;
    right: 0;
    left: 0;
    background: -webkit-linear-gradient(135deg, #1EADEF, #0C5ECD);
    background: -moz-linear-gradient(135deg, #1EADEF, #0C5ECD);
    background: linear-gradient(135deg, #1EADEF, #0C5ECD);
    margin: auto;
    transform: rotate(45deg) skew(25deg, 25deg);
    opacity: 0%;
    transition: .3s;
  }

  .header_menu li a:hover span,
  .header_menu li a.current span {
    top: .6em;
    opacity: 100%;
  }

  .header_menu.currarea li a.current {
    background: #1EADEF;
    color: #fff;
  }

  .header_menu.currarea li a.current span {
    background: #fff;
  }

  /*==========================
	Footer
	==========================*/
  .footer_navi li:not(:last-of-type) {
    margin-right: 3em;
  }

  .footer_navi li a:hover::before {
    left: .3em;
  }

  #pagetop:hover span {
    opacity: 70%
  }
}

/*+++++++++++++++++++++++++++
mediaクエリ【スマホ】
+++++++++++++++++++++++++++*/
@media screen and (max-width: 640px) {

  /*==========================
base
==========================*/
  body {
    font-size: 3.2vw;
  }

  .sp {
    display: block
  }

  .pc {
    display: none;
  }

  .container {
    margin-top: 14vw;
  }

  .container .inner {
    padding: 2rem 1.66em 5rem;
  }

  /*==================
Header
==================*/
  header {
    height: 14vw;
  }

  .header_logo img {
    width: auto;
    height: 9.4vw;
    margin: 2.3vw 0 0 2vw
  }

  #l-header_nav {
    position: fixed;
    z-index: 998;
    top: 14vw;
    width: 100vw;
    right: -110vw;
    height: 100vh;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
    text-align: center;
  }

  #l-header_nav.pactive {
    right: 0
  }

  #l-header_nav.pactive #l-header_nav_scroll {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*メニューボタン*/
  #l-header_menu {
    display: block;
    position: fixed;
    transition: all .3s;
    z-index: 9995;
    right: 0;
    top: 0;
    width: 14vw;
    height: 14vw;
    cursor: pointer;
  }

  #l-header_menu span {
    display: inline-block;
    transition: all .3s;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    height: 1px;
    background: #1EADEF;
    width: 2.375em;
  }

  #l-header_menu span:nth-of-type(1) {
    top: 1.2em;
  }

  #l-header_menu span:nth-of-type(2) {
    top: 2.1em;
  }

  #l-header_menu span:nth-of-type(3) {
    top: 3em;
  }

  /*メニューボタン押される*/
  #l-header_menu.active {
    background: #1EADEF;
  }

  #l-header_menu.active span {
    background: #fff;
  }

  #l-header_menu.active span:nth-of-type(1) {
    top: 2.2em;
    margin: auto;
    transform: rotate(-45deg);
    width: 2.75em;
  }

  #l-header_menu.active span:nth-of-type(2) {
    opacity: 0;
  }

  #l-header_menu.active span:nth-of-type(3) {
    top: 2.2em;
    margin: auto;
    transform: rotate(45deg);
    width: 2.75em;
  }

  /*リスト*/
  #l-header_nav .l-header_nav_list {
    z-index: 999;
    list-style: none;
    text-align: left;
    width: 100%;
  }

  #l-header_nav .l-header_nav_list a {
    color: #1EADEF;
    font-size: 1rem;
    letter-spacing: .07em;
    display: block;
    padding: 1em 2em 1em 1em;
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 13 13"><path fill="%231EADEF" d="M9.86,6.13l-6-6a.54.54,0,0,0-.75,0,.53.53,0,0,0,0,.75l5.6,5.6-5.6,5.6a.53.53,0,0,0,0,.75.54.54,0,0,0,.75,0l6-6A.51.51,0,0,0,9.86,6.13Z" /></svg>') center right .8em / auto .8em no-repeat #fff;
  }

  #l-header_nav .l-header_nav_list .menubutton>* {
    display: inline-block;
    margin: 0;
    vertical-align: baseline;
  }

  #l-header_nav .l-header_nav_list .menubutton p {
    color: #fff;
    width: 7em;
  }

  #l-header_nav .l-header_nav_list a {
    border-bottom: 1px solid #1EADEF;
  }

  #l-header_nav .l-header_nav_list.currarea a.current {
    color: #fff;
    background: #1EADEF;
  }

  header .link_tw,
  header .link_sns-x {
    display: block;
    width: 4em;
    height: 4em;
    margin: 3em auto;
  }


  /*メニュー出現時スクロール固定*/
  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    overflow: hidden;
  }

  /*==========================
Footer
==========================*/
  footer .logo img {
    max-width: auto;
    width: 75%;
  }

  .footer_navi li {
    display: block;
    font-size: 1rem;
  }

  .footer_navi li:not(:last-of-type) {
    margin-bottom: 1em;
  }

  footer p.copy {
    font-size: .8em;
  }

  /*--------------------------- 
画面上部へ戻る
---------------------------*/
  #pagetop {
    right: 1em;
    bottom: 1em;
    width: 4em;
    height: 8em;
  }
}