@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Red+Hat+Text:wght@300..700&display=swap');
@import url('font.css');

* {
    margin: 0;
    padding: 0;
} 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
strong {
font-weight: bold;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *::before, *::after {
	box-sizing: border-box;
}

.clearfix:before, .clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}

/*base*/
html {
	font-size: 62.5%;
	position: relative;
	text-align: center;
    scrollbar-gutter: auto;
}
body {
	background-color: #fff;
	text-align: center;
	color: #494949;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 2;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	position:relative;
	min-width: 140rem;
	overflow-x:hidden;
    background-image: url("../img/footback.png");
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% auto;
    line-break: normal;
}

a {
	color: #232323;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

img {
	box-shadow: #fff 0 0 0;
	vertical-align:middle;
	max-width:100%;
}
a:hover {
    color: #6fa7d3;
}
a img{
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}


.fw_jost{ font-family: 'Jost', sans-serif;}
.fw_redhat{ font-family: "Red Hat Text", sans-serif;}

.flexbox{
    display: flex;
}


/*------------------------------------------------------------------------------------header*/
#header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header h1{
    padding: 2em 0 2em 3em;
}
#header h1 a{
    display: flex;
    align-items: center;
    color: #000;
}
#header h1 img{
    width: 5.6em;
}
#header h1 p{
    text-align: left;
    font-weight: 400;
    line-height: 1.4;
    padding-left: 1em;
}
#header h1 span{
    font-size: 1.8rem;
    font-weight: 600;
}
#header ul{
    display: flex;
    justify-content: flex-end;
    padding-right: 9em;
}
#header ul li{
    padding-left: 2em;
    white-space: nowrap;
    position: relative;
}
#header ul li a{
    position: relative;
    display: block;
    cursor: pointer;
}
#header ul li svg {
    position: absolute;
	top: 73%;
	left: -0.5em;
    width: 3em;
    pointer-events: none;
    fill: none;
    stroke: #6fa7d3;
    stroke-width: 1px;
    transition: transform 0.7s;
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

#header ul li svg path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

#header ul li a:hover svg path {
    stroke-dashoffset: 0;
    transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
    transition-duration: 0.3s;
}

#header ul li .inner,#footer ul li .inner{
    position: absolute;
    top: 3em;
    left: -1.4em;
    background-color: #6fa7d3;
    width: 10em;
    border-radius: 1em;
    overflow: hidden;
    display: none;
    z-index: 10;
}
#header ul li .inner p,#footer ul li .inner p{
    border-bottom: 1px dotted #a3d0de;
}
#header ul li .inner p:last-child{
    border-bottom: none;
}
#header ul li .inner a,#footer ul li .inner a{
    display: block;
    padding: 0.5em 0;
    color: #fff;
}
#header ul li .inner p:first-child a,#footer ul li .inner p:first-child a{
    padding: 1em 0 0.5em 0;
}
#header ul li .inner p:last-child a,#footer ul li .inner p:last-child a{
    padding: 0.5em 0 1em 0;
}
#header ul li .inner a:hover,#footer ul li .inner a:hover{
    background-color: #e98097;
}

/*------------------------------------------------------------------------------------detail*/
#container, .container{
max-width: 82em;
margin:0 auto;
    position: relative;
}

.pb2{
    padding-bottom: 2em;
}


.arrowlink {
    display: flex;
    color: #6fa7d3;
    border: 1px solid #6fa7d3;
    width: 18em;
    align-items: center;
    border-radius: 3em;
  transition: all 300ms 0s ease;
    padding: 0.5em;
}
.arrowlink p{
    flex: 1;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    padding-left: 1em;
}
a.arrowlink:hover{
    color: #e98097;
    background-color: #fff;
    border: 1px solid #e98097;
}
.arrowlink .arrow {
  position: relative;
    text-align: center;
  display: inline-block;
  width: 3em;
  height: 3em;
    color: #fff;
  background-color: #6fa7d3;
  border-radius: 50%;
  vertical-align: middle;
  overflow: hidden;
  transition: all 300ms 0s ease;
    margin-left: 1em;
    font-family: 'icomoon' !important;
}
.arrowlink .arrow::after {
  content: "\ea3c";
    font-size: 2rem;
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0;
  right: 0;
  margin: auto;
}
.arrowlink .arrow::before {
  content: '';
  background: linear-gradient(135deg, #e98097 0%, #ff63ac 70%);
  opacity: 0;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 300ms 0s ease;
}
a.arrowlink:hover .arrow::before{
  opacity: 1;
}
a.arrowlink:hover .arrow:after {
  animation: 600ms ease-out 0s 1 normal forwards running overarrow2;
}

@keyframes overarrow2 {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(5em);
  }
  41% {
    transform: translateX(-5em);
  }
  100% {
    transform: translateX(0px);
  }
}


.titlein {
  -webkit-animation-name: titlein;
  animation-name: titlein;
}
@keyframes titlein{
  0%{
    opacity: 0;
      filter: blur(20px);
  }
  100%{
    opacity: 1;
      filter: blur(0);
  }
}
/*------------------------------------------------------------------------------------drwar*/
.sp-menu{
    padding: 8em 0;
}
.sp-menu .pb2 li{
    border-bottom: 1px solid #a3d0de;
}
.sp-menu li a{
    display: block;
    color: #fff;
    padding: 0.5em;
}
.sp-menu li a:hover{
    color: #000;
}
.sp-menu .pb2 li a{
    padding: 1em;
}
.sp-menu li .inner{
    background-color: rgba(255,255,255,0.2);
}
.sp-menu li .inner p{
    border-top: 1px dashed #a3d0de;
}
.sp-menu li .inner a{
    display: block;
}

.sp-menu .icon{
    display: none;
}
.sp-menu #sidenavi{
    margin: 2em auto;
}
.sp-menu .pb2 li a:hover{
    background-color: #e98097;
    color: #fff;
}
.sp-menu .pb2 li a.pop2:hover{
    background-color: #6fa7d3;
}

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

#f_contact{
    background-color: #6fa7d3;
    color: #fff;
    margin: 0 auto;
    border-radius: 2em;
    text-align: left;
    padding: 3em 3em 2em 3em;
    background-image: url("../img/contact_icon.png");
    background-repeat: no-repeat;
    background-size: 7em auto;
}
#f_contact h3{
    font-size: 2.2rem;
    font-weight: 500;
}
#f_contact h3 span{
    font-family: 'Jost', sans-serif;
    font-size: 7rem;
    line-height: 1;
}
#f_contact .txt{
    font-size: 1.8rem;
    padding: 2em 0 1.5em 0;
}

#footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10em 5em 2em 4em;
}
#footer .logobox{
    display: flex;
    align-items: center;
    padding: 2em 0 1em 0;
}
#footer .logobox img{
    width: 6em;
}
#footer .logobox p{
    text-align: left;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.4;
    padding-left: 1em;
}
#footer .logobox span{
    font-size: 1.8rem;
    font-weight: 600;
}
#footer .menu{
    position: relative;
    padding-right: 9em;
}
#footer .menu ul{
    display: flex;
    justify-content: flex-end;
}
#footer .menu ul li{
    padding-left: 2em;
    position: relative;
}
#footer .menu .pop2{
    cursor: pointer;
}
#footer ul li .inner{
    top: auto;
    bottom: 3em;
    z-index: 5;
}
#footer .menu .icon{
    position: absolute;
    width: 8em;
    right: 0;
    top: -1.5em;
}
#footer .copyright{
    width: 100%;
    padding-top: 3em;
}
#footer .copyright p{
    text-align: left;
    font-size: 1.5rem;
    color: #fff;
    font-family: "Red Hat Text", sans-serif;
}


@media screen and (min-width: 769px) and (max-width: 1798px) {
/*base*/
html {
	font-size: 0.6vw;
    overflow-x: hidden;
}
body {
	min-width: 100%;
	font-size:1.6rem;
    overflow-x: hidden;
}

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

/*------------------------------------------------------------------------------------detail mini*/

.container{
}
/*------------------------------------------------------------------------------------footer mini*/


}

@media only screen and (min-width: 769px) {
    .sp{
        display: none;
    }
}
@media only screen and (max-width: 768px) {

    .pc{
        display: none;
    }

html{
	font-size:2.5vw;
    overflow-x: hidden;
	}

body {
	min-width: 100%;
    overflow-x: hidden;
    background-position:45% 100%;
  background-size: auto 30em;
}

#container{
    padding: 5em 0 0 0;
}
    .container{
        padding: 0 1.5em;
    }

/*------------------------------------------------------------------------------------header sp*/
    #header{}
#header h1{
    padding: 1em 0 1em 1em;
}
#header h1 img{
    width: 5em;
}
#header h1 p{
}
#header h1 span{
    font-size: 1.8rem;
}
#header ul{
    display: none;
}
/*------------------------------------------------------------------------------------detail sp*/

.arrowlink {
    width: 100%;
}
.arrowlink .arrow {
  width: 3em;
  height: 3em;
}
    .arrowlink .arrow::after {
    top: 0.3em;
    }
    
/*------------------------------------------------------------------------------------side sp*/
/*------------------------------------------------------------------------------------drwar sp*/
.sp-menu{
    padding: 4em 0 8em 0;
}
/*------------------------------------------------------------------------------------footer sp*/
    
#f_contact{
    padding: 2em 1em;
    background-size: 5em auto;
}
#f_contact h3{
    font-size: 1.6rem;
}
#f_contact h3 span{
    font-size: 4.8rem;
}
#f_contact .txt{
    font-size: 1.6rem;
    padding: 1.5em 0;
}
    
#footer{
    display: block;
    padding: 6em 1.5em 2em 1.5em;
}
#footer .logobox{
    padding: 0 0 2em 0;
}
#footer .logobox img{
    width: 5em;
}
#footer .logobox p{
    font-size: 1.4rem;
}
#footer .logobox span{
    font-size: 1.8rem;
}
#footer .menu{
    padding-right: 0;
}
#footer .menu ul{
    display: block;
}
#footer .menu ul li{
    padding-left: 0;
    text-align: left;
}
#footer ul li .inner{
    bottom: -5em;
    left: 6em;
    text-align: center;
}
#footer .menu .icon{
    width: 8em;
    right: 0;
    top: 1.5em;
}
#footer .copyright{
    padding-top: 4em;
}
#footer .copyright p{
    font-size: 1.4rem;
    color: #494949;
    line-height: 1.4;
}
/*------------------------------------------------------------------------------------drwar sp*/

}