@charset "utf-8";
@import url('https://cdn.jsdelivr.net/npm/destyle.css@1.0.15/destyle.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
*/
/*font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
*/
/*font-family: "Poppins", sans-serif;
  font-weight: <weight>;
  font-style: normal;
*/

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..20');

.gicon:before,
.gicon:after{
  font-family: "Material Symbols Outlined";
  line-height: 1;
}



/* グローバル変数 */
:root {
  --cate-color-all: #005CA2;
  --cate-color-tech: #2E9AE3;
  --cate-color-office: #F63068;
  --cate-color-techcol: #F79119;
  --cate-color-highschool: #00A08C;
  --cate-text-all: "全員";
  --cate-text-tech: "技術系";
  --cate-text-office: "事務系";
  --cate-text-techcol: "高専卒";
  --cate-text-highschool: "高卒";
}

/* ------- LINK ---------------------------------------------- */
a{
  word-break: break-all;
}
a:link {
  color: inherit;
  text-decoration: inherit;
}
a:visited {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: inherit;
  text-decoration: inherit;
}
a:active {
  color: inherit;
  text-decoration: inherit;
}

a.text-link{
  color: #3681A0;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine){
  a.text-link:hover{
    text-decoration: none;
  }
}



/* ------- BODY ---------------------------------------------- */
html{
  font-size: 62.5%;
}
body {
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 2;
  overflow-x: hidden;
  position: relative;
}

*{
  backface-visibility: hidden;/* animation時のにじみ防止 */
  -webkit-backface-visibility: hidden;/* animation時のにじみ防止 */
  -webkit-font-smoothing: antialiased/* animation時の文字にじみ防止 */
  -moz-osx-font-smoothing: grayscale;/* animation時の文字にじみ防止 */
  -webkit-font-smoothing: antialiased;
}

img {
  height: auto;
  max-width: 100%;
}


/* ------- RESPONSIVE ---------------------------------------------- */
@media print, screen and (min-width:781px) {
  .pc-ver {
    display: block;
  }
  .sp-ver {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .pc-ver {
    display: none;
  }
  .sp-ver {
    display: block;
  }
}


/* ------- BODY ---------------------------------------------- */
body{
  background-color: #F2F2F2;
}
@media print, screen and (min-width:781px) {
	body{
    font-size: 1.6rem;
    padding-top: 120px;
	}
}
@media screen and (max-width: 780px) {
	body{
    font-size: 1.5rem;
    padding-top: 60px;
	}
}




/* ------- NAVI FIXED ENTRY ---------------------------------------------- */
@media print, screen and (min-width:781px) {
}




/* ------- HEADER ---------------------------------------------- */
#header-area{
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 102;
}
#header-area .entry-list > li{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#header-area .entry-list > li:nth-child(n + 2){
  border-left: 1px solid #000;
  margin-left: 30px;
  padding-left: 30px;
}
#header-area .entry-list > li > a{
  display: flex;
  align-items: center;
  transition: .3s;
}
#header-area .entry-list > li > a:after{
  content: "\e5e1";
  font-family: "Material Symbols Outlined";
  font-size: 1.8rem;
  font-weight: 400;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
  line-height: 1;
  margin-top: 3px;
  margin-left: 10px;
}
#header-area #logo-main a{
  display: flex;
  align-items: center;
}
#navi-global-area .cross-talk .sub-child{
  margin-left: 1em;
}
@media (hover: hover) and (pointer: fine){
  #header-area .entry-list > li > a:hover{
    color: #005CA2;
  }
}
@media print, screen and (min-width:781px) {
  #header-area{
    padding: 30px 130px 0 30px;
  }
  #header-area .header-inner{
    background-color: #FFF;
    box-shadow: 0 6px 12px rgba(0,0,0,.06);
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    height: 90px;
    width: calc(100%);
  }
  #header-area .entry-list{
    display: flex;
    align-items: center;
  }
  #header-area .entry-list > li{
    font-size: min(1.46vw,2.0rem);
    margin-left: 60px;
  }
}
@media screen and (min-width:781px) and (max-width:1365px) {
  #header-area{
    padding: 10px 100px 0 10px;
  }
  #header-area .header-inner{
    padding: 0 40px;
    height: 80px;
  }
  #header-area #logo-main{
    width: 282px;
  }
  #header-area .entry-list > li{
    white-space: nowrap;
    font-size: min(1.48vw,1.6rem);
    margin-left: 30px;
  }
  #header-area .entry-list > li:nth-child(n + 2){
    margin-left: 15px;
    padding-left: 15px;
  }
  #header-area .entry-list > li > a:after{
    margin-right: 5px;
  }
  #header-area .entry-list > li > a{
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 780px) {
  #header-area{
    background-color: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0,0,0,.06);
    display: flex;
    align-items: center;
    padding: 0 5%;
    height: 60px;
  }
  #header-area #logo-main{
    width: 190px;
  }
  #header-area .btn-entry{
    display: none;
  }
  #header-area .entry-list{
    display: none;
  }
}



/* ------- HUMBERGER ---------------------------------------------- */
#humberger {
	cursor: pointer;
  position: fixed;
	z-index: 103;
  transition: .3s;
}
#humberger .trigger, #humberger .trigger > span, #humberger .trigger > span > span {
	transition: ease-out .2s;
	box-sizing: border-box;
}
#humberger .trigger{
	position: absolute;
}
#humberger .trigger > span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
}
#humberger .trigger > span:nth-of-type(1) {
	top: 0px;
}
#humberger .trigger > span:nth-of-type(3) {
	bottom: 0;
}
#humberger.active .trigger > span:nth-of-type(2) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 0;
}
@media print, screen and (min-width:781px) {
  #humberger{
    background-color: #1C1C1C;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    right: 30px;
    top: 30px;
  }
  @media (hover: hover) and (pointer: fine){
    #humberger:hover{
      background-color: #2E9AE3;
    }
  }
  #humberger .trigger {
    width: 35px;
    height: 24px;
    position: absolute;
    left: 28px;
    top: 32px;
  }
  #humberger .trigger > span{
    background-color: #FFFFFF;
  }
  #humberger .trigger > span:nth-of-type(2) {
    top: 11px;
  }
  #humberger.active .trigger > span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
  #humberger.active .trigger > span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
  }
}
@media screen and (min-width:781px) and (max-width:1365px) {
  #humberger{
    height: 80px;
    width: 80px;
    right: 10px;
    top: 10px;
  }
  #humberger .trigger {
    left: 22px;
    top: 28px;
  }
}
@media screen and (max-width: 780px) {
  #humberger{
    height: 20px;
    width: 30px;
    right: 5%;
    top: 20px;
  }
  #humberger .trigger {
    width: 30px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #humberger .trigger > span{
    background-color: #005CA2;
  }
  #humberger .trigger > span:nth-of-type(2) {
    top: 9px;
  }
  #humberger.active .trigger > span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  #humberger.active .trigger > span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
}





/* ------- NAVI GLOBAL ---------------------------------------------- */
#navi-global-area{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 101;
}
#navi-global-area .navi-global{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#navi-global-area .navi-global ul > li > div{
  border-bottom: 1px solid #D0D0D0;
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 1;
}
#navi-global-area .navi-global ul > .top > div{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
#navi-global-area .navi-global ul > .top > div a{
  display: flex;
  align-items: center;
}
#navi-global-area .navi-global ul > .top > div a:after{
  content: '\e5e1';
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Material Symbols Outlined";
  line-height: 1;
  margin-left: 10px;
}
#navi-global-area .btn-corp{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  transition: .3s;
}
#navi-global-area .btn-corp:after{
  content: '\e5e1';
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Material Symbols Outlined";
  line-height: 1;
  margin-left: 10px;
}
/*SNS*/
.footer-sns-wrap{
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  margin-top:40px;
}
.footer-sns-wrap li{
  width: 32px;
}
.footer-sns-wrap li+li{
  margin-left: 15px;
}
.footer-sns-wrap li a{
  transition: .3s;
  transition-property: opacity;
}
@media (hover: hover) and (pointer: fine){
  .footer-sns-wrap li a:hover{
    opacity: .7;
  }
}
@media screen and (max-width: 780px) {
  .footer-sns-wrap {
    margin-top: 20px!important;
  }
  .footer-sns-wrap li{
    width: 48px;
    height: 48px;
  }
  .footer-sns-wrap li a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
  .footer-sns-wrap li a img{
    width: 32px;
  }
  .footer-sns-wrap li+li{
    margin-left: 25px!important;
  }
}

@media print, screen and (min-width:781px) {
  #navi-global-area{
    background-color: #F2F2F2;
    padding-top: 200px;
    padding-bottom: 160px;
  }
  #navi-global-area .navi-global-inner{
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    width: 90%;
    position: relative;
  }
  #navi-global-area .navi-global{
    display: flex;
    justify-content: space-between;
    width: 50%;
  }
  #navi-global-area .navi-global > div{
    width: 42.1%;
  }
  #navi-global-area .navi-global > div > ul > li > div{
    font-size: 1.6rem;
  }
  #navi-global-area .navi-global > div > ul > li:nth-child(n + 2){
  margin-top: 60px;
}
  #navi-global-area .navi-global .sub{
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 20px;
  }
  #navi-global-area .navi-global .sub > li{
    margin-top: 10px;
  }
  #navi-global-area .navi-global .sub > li > a,
  #navi-global-area .navi-global .sub-child > li > a{
    transition: .3s;
  }
  #navi-global-area .btn-corp{
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #navi-global-area .navi-global .sub-child > li > a{
    display: flex;
    align-items: center;
  }
  #navi-global-area .navi-global .sub-child > li > a::before{
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #000;
    margin-right: 5px;
    transition: .3s;
  }
  @media (hover: hover) and (pointer: fine){
    #navi-global-area .navi-global .sub > li > a:hover{
      color: #005CA2;
    }
    #navi-global-area .navi-global .sub-child > li > a:hover{
      color: #005CA2;
    }
    #navi-global-area .navi-global .sub-child > li > a:hover::before{
      background: #005CA2;
    }
    #navi-global-area .btn-corp:hover{
    color: #005CA2;
  }
  }
  #navi-global-area .entry-navi-wrap{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    display: flex;
    flex-direction: column;
    width: 30.7%;
  }
  #navi-global-area .entry-navi{
    align-self: flex-start;
    margin-top: 80px;
  }
  #navi-global-area .entry-navi li{
    font-size: min(1.6vw,2.4rem);
    line-height: 1;
  }
  #navi-global-area .entry-navi li+li{
    margin-top: 20px;
  }
  #navi-global-area .entry-navi li > a{
    border: 1px solid #005CA2;
    border-radius: 50px;
    color: #005CA2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
  }
  #navi-global-area .entry-navi li > a:before{
    content: '\e5e1';
    font-size: min(2.5vw,2.4rem);
    font-weight: 400;
    font-family: "Material Symbols Outlined";
    line-height: 1;
    margin-right: 10px;
  }
  #navi-global-area .entry-navi li > .mypage:before {
    content: "\e7fd";
    font-family: "Material Symbols Outlined";
    font-size: 2.4rem;
    font-weight: 400;
    font-variation-settings:
      'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24;
    line-height: 1;
    margin-left: 15px;
  }
}
@media screen and (max-width: 780px) {
  #navi-global-area{
    background: rgb(0,79,169);
    background: linear-gradient(135deg, rgba(0,79,169,1) 0%, rgba(0,191,225,1) 100%);
    color: #FFF;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    top: 60px;
  }
  #navi-global-area .navi-global-inner{
    padding: 30px 5%;
  }
  #navi-global-area .navi-global{
    border-top: 1px solid #FFF;
    margin-top: 30px;
  }
  #navi-global-area .navi-global > div > ul > li.top{
    display: none;
  }
  #navi-global-area .navi-global > div > ul > li.active{
    border-bottom: 1px solid #FFF;
  }
  #navi-global-area .navi-global > div > ul > li > div{
    border-bottom-color: #FFF;
    font-size: 2.0rem;
    padding-top: 20px;
    position: relative;
  }
  #navi-global-area .navi-global > div > ul > li > div:before,
  #navi-global-area .navi-global > div > ul > li > div:after{
    background-color: #FFF;
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 20px;
    transition: .3s;
  }
  #navi-global-area .navi-global > div > ul > li > div:before{
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #navi-global-area .navi-global > div > ul > li > div:after{
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  #navi-global-area .navi-global ul > li.active > div:after{
    transform: translateY(-50%) rotate(0);
    opacity: 0;
  }
  #navi-global-area .navi-global .sub{
    display: none;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 20px 10px 0;
    padding-bottom: 30px;
  }
  #navi-global-area .navi-global ul > li.active > div + .sub{
    display: block;
  }
  #navi-global-area .navi-global .sub > li{
    margin-top: 15px;
  }
  #navi-global-area .navi-global .sub > li > a,
  #navi-global-area .navi-global .sub-child > li > a{
    display: flex;
    align-items: center;
  }
  #navi-global-area .navi-global .sub > li > a:before,
  #navi-global-area .navi-global .sub-child > li > a::before{
    content: '\e5e1';
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Material Symbols Outlined";
    line-height: 1;
    margin-right: 10px;
  }
  #navi-global-area .cross-talk .sub-child{
    margin-left: 20px;
  }
  #navi-global-area .entry-navi-wrap .catch{
    display: none;
  }
  #navi-global-area .entry-navi{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  #navi-global-area .entry-navi li{
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
    width: 100%;
  }
  #navi-global-area .entry-navi li:nth-child(n + 2){
    margin-top: 15px;
  }
  #navi-global-area .entry-navi li > a{
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
  }
  #navi-global-area .entry-navi li > a:after{
    content: '\e5e1';
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "Material Symbols Outlined";
    line-height: 1;
    margin-left: 10px;
  }
  #navi-global-area .entry-navi li > .mypage:before {
    content: "\e7fd";
    font-family: "Material Symbols Outlined";
    font-size: 2.4rem;
    font-weight: 400;
    font-variation-settings:
      'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24;
    line-height: 1;
  }
  #navi-global-area .btn-corp{
    font-size: 1.6rem;
    margin-top: 30px;
  }
}




/* ------- CONTENTS ---------------------------------------------- */
@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}



/* ------- FOOTER ---------------------------------------------- */
#footer-area{
  background-color: #FFFFFF;
  position: relative;
}

.footer-entry{
  background: rgb(0,79,169);
  background: linear-gradient(135deg, rgba(0,79,169,1) 0%, rgba(0,191,225,1) 100%);
}
.footer-entry-list > a{
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: .3s;
}
@media (hover: hover) and (pointer: fine){
  .footer-entry-list > a:hover{
    background-color: #04BB9A;
  }
}
.footer-entry-list > a > span{
  display: flex;
  align-items: center;
}
.footer-entry-list > a > span:after{
  content: "\e5e1";
  font-family: "Material Symbols Outlined";
  font-size: 6.0rem;
  font-weight: 200;
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24;
  line-height: 1;
  margin-left: 20px;
}
.footer-navi-wrap .btn-corp{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  transition: .3s;
}
.footer-navi-wrap .btn-corp:after{
  content: '\e5e1';
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Material Symbols Outlined";
  line-height: 1;
  margin-left: 10px;
}
.footer-navi .cross-talk .sub-child{
  margin-left: 1em;
}
@media (hover: hover) and (pointer: fine){
  .footer-navi-wrap .btn-corp:hover{
    color: #005CA2;
  }
}

.copyright{
  border-top: 1px solid #D0D0D0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  display: block;
}

.btn-pagetop{
  background-color: #AAAAAA;
  background-image: url("../img/icon_pagetop.svg");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  height: 80px;
  width: 80px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 98;
  pointer-events: none;
  opacity: 0;
  transition: .3s;
}
.btn-pagetop.is-show{
  pointer-events: all;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine){
  .btn-pagetop:hover{
    opacity: .7;
  }
}

/*SNS*/
.footer-sns-wrap{
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  margin-top:40px;
}
.footer-sns-wrap li{
  width: 32px;
}
.footer-sns-wrap li+li{
  margin-left: 15px;
}
.footer-sns-wrap li a{
  transition: .3s;
  transition-property: opacity;
}
@media (hover: hover) and (pointer: fine){
  .footer-sns-wrap li a:hover{
    opacity: .7;
  }
}

.footer-navi .sub-child > li > a{
  transition: .3s;
}
.footer-navi .sub-child > li > a{
  display: flex;
  align-items: center;
}
.footer-navi .sub-child > li > a::before{
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
  margin-right: 5px;
  transition: .3s;
}
@media (hover: hover) and (pointer: fine){
  .footer-navi .sub-child > li > a:hover{
    color: #005CA2;
  }
  .footer-navi .sub-child > li > a:hover::before{
    background: #005CA2;
  }
}


@media print, screen and (min-width:781px) {
  #footer-area{
    margin-top: 240px;
  }
  .footer-entry .catch{
    border-bottom: 1px solid #FFFFFF;
    text-align: center;
    padding: 80px 0;
  }
  .footer-entry .catch img{
    margin: 0 auto;
  }
  .footer-entry-list{
    display: flex;
  }
  .footer-entry-list > a{
    font-size: min(3.68vw,6.0rem);
    padding: 90px 0;
    width: 100%;
  }
  .footer-entry-list > a:nth-child(even){
   border-left: 1px solid #FFF;
  }
  .footer-entry-list > a > span:after{
    margin-top: 5px;
  }
  .footer-navi-wrap{
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 80px;
    width: 90%;
    position: relative;
  }
  .footer-navi > ul{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    display: flex;
  }
  .footer-navi > ul > li{
    font-size: 1.6rem;
    font-weight: 700;
    margin-left: 60px;
    width: 240px;
  }
  .footer-navi > ul > li > div{
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 20px;
  }
  .footer-navi > ul > li > ul{
    margin-top: 20px;
  }
  .footer-navi > ul > li > ul > li{
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 10px;
  }
  .footer-navi > ul > li > ul > li > a{
    transition: .3s;
  }
  @media (hover: hover) and (pointer: fine){
    .footer-navi > ul > li > ul > li > a:hover{
      color: #005CA2;
    }
  }
  .footer-navi-wrap .btn-corp{
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .copyright{
    font-size: 1.1rem;
    padding: 40px 0;
  }
}
@media screen and (min-width:781px) and (max-width:1660px) {
  .footer-navi-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .logo-footer{
    text-align: center;
    order: 0;
  }
  .footer-navi{
    margin-top: 80px;
    width: 100%;
    order: 2;
  }
  .footer-navi > ul{
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-navi > ul > li{
    margin-left: 0;
    margin-right: 0;
    width: 20%;
  }
  .footer-navi-wrap .btn-corp{
    font-size: 1.5rem;
    margin: 0;
    position: relative;
  }
}
@media screen and (max-width: 780px) {
  #footer-area{
    margin-top: 120px;
  }
  .footer-entry{
    padding: 40px 10%;
  }
  .footer-entry .catch{
    margin: 0 auto;
    width: 84.84%;
  }
  .footer-entry .catch img{
    width: 100%;
  }
  .footer-entry-list{
    margin-top: 35px;
  }
  .footer-entry-list > a{
    border: 1px solid #FFF;
    font-size: 2.8rem;
    padding: 20px 5%;
    margin-top: 15px;
    width: 100%;
  }
  .footer-entry-list > a > span{
    justify-content: space-between;
    width: 100%;
  }
  .footer-entry-list > a > span:after{
    font-size: 2.0rem;
  }
  .footer-navi-wrap{
    padding: 30px 5%;
  }
  .logo-footer{
    margin: 0 auto;
    width: 82.28%;
  }
  .footer-navi{
    display: none;
  }
  .footer-navi-wrap .btn-corp{
    font-size: 1.6rem;
    justify-content: center;
    margin-top: 30px;
  }
  
  .copyright{
    font-size: 1.0rem;
    padding: 30px 0;
    margin: 0 20px;
  }
  
  .btn-pagetop {
    background-size: 20px auto;
    height: 60px;
    width: 60px;
    right: 5%;
    bottom: 20px;
    z-index: 90;
  }
}









/* ------- COMMON PARTS ---------------------------------------------- */

/* MAIN HEAD */
.heading > h1{
  text-align: center;
}
.heading > p{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 2.1;
}



.num-list > li{
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.note-list > li,
.dot-list > li{
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
.note-list > li:before{
  content: "※";
}
.dot-list > li:before{
  content: "・";
}


.sec{
  border-top: 1px solid rgba(112,112,112,.10);
}
@media print, screen and (min-width:781px) {
  .align-c-pc{
    text-align: center !important;
  }
  .align-l-pc{
    text-align: left !important;
  }
  .align-r-pc{
    text-align: right !important;
  }
  
  /* MAIN HEAD */
  .heading {
    padding-top: 140px;
  }
  .heading > p{
    font-size: 1.8rem;
    margin-top: 60px;
    text-align: center;
  }

  
  
  
  
  .inner{
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    width: 90%;
  }

}
@media screen and (max-width: 780px) {
  .align-c-sp{
    text-align: center !important;
  }
  .align-l-sp{
    text-align: left !important;
  }
  .align-r-sp{
    text-align: right !important;
  }
  
  
  /* MAIN HEAD */
  .heading {
    padding: 50px 5% 0;
  }
  .heading > h1 img{
    max-width: none;
    width: 100%;
    height: 35px;
  }
  .heading > p{
    font-size: 1.6rem;
    margin: 30px 5% 0;
  }

  
  
  
  
  
  .note-list > li,
  .dot-list > li{
    font-size: 1.1rem;
  }
}






/* MAIN IMAGE HEAD */
.image-heading .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-heading-wrap{
  background: rgb(0,79,169);
  background: linear-gradient(135deg, rgba(0,79,169,1) 0%, rgba(0,191,225,1) 100%);
  color: #FFF;
}
.image-heading-wrap .ttl{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.image-heading-wrap .ttl > p{
  line-height: 2.11;
}
@media print, screen and (min-width:1366px) {
  /* MAIN IMAGE HEAD */
  .image-heading{
    display: flex;
    flex-direction: row-reverse;
  }
  .image-heading .image{
    width: 63.265%;
    aspect-ratio: 16 / 9;
  }
  .image-heading-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 170px;
    padding-bottom: 50px;
    width: 36.735%;
    min-width: 550px;
  }
  .image-heading-wrap .ttl > p{
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
@media screen and (min-width:781px) and (max-width:1365px) {
  /* MAIN IMAGE HEAD */
  .image-heading{
    display: flex;
    flex-direction: row-reverse;
  }
  .image-heading .image{
    padding-bottom: 45.68%;
    width: 66.7%;
  }
  .image-heading-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 140px;
    padding-bottom: 50px;
    width: 33.3%;
    min-width: none;
  }
  .image-heading-wrap .ttl > h1{
    margin: 0 auto;
  }
  .image-heading-wrap .ttl > p{
    font-size: min(1.317vw,1.8rem);
    margin: 40px auto 0;
    text-align: left;
    width: 73.62%;
  }
  .image-heading-wrap .ttl > p br{
    display: none;
  }
}
@media screen and (max-width: 780px) {
  /* MAIN IMAGE HEAD */
  .image-heading .image{
    aspect-ratio: 16 / 9;
  }
  .image-heading-wrap{
    padding: 40px 5%;
  }
  .image-heading-wrap .ttl > h1{
    margin: 0 auto;
  }
  .image-heading-wrap .ttl > h1 img{
    max-width: none;
    width: auto;
    height: 35px;
  }
  .image-heading-wrap .ttl > p{
    font-size: 1.6rem;
    margin-top: 20px;
    text-align: left;
  }
  .footer-sns-wrap{
    justify-content: center;
  }
}



/* ------- RECOMMENDED ---------------------------------------------- */
#recommended h2{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  line-height: 1;
}
.recommended-item .image{
  background-color: #000;
  overflow: hidden;
}
.recommended-item .image img{
  transition: .6s;
}
.recommended-item.current .image img{
  opacity: .6;
}
@media (hover: hover) and (pointer: fine){
  .recommended-item a:hover .image img{
    transform: scale(1.05);
  }
}
.recommended-item h3{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.recommended-item h3:before{
  color: #005CA2;
  content: "\e5e1";
  font-family: "Material Symbols Outlined";
  font-size: 1.6rem;
  font-weight: 400;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
  line-height: 1;
  margin-right: 10px;
}
@media print, screen and (min-width:781px) {
  #recommended{
    margin-top: 200px;
  }
  #recommended h2{
    font-size: 4.6rem;
  }
  .recommended-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 87.395%;
  }
  .recommended-item{
    margin-top: 50px;
    margin-right: 3.13866%;
    width: 22.646%;
  }
  .recommended-item:nth-child(4n){
    margin-right: 0;
  }
  .recommended-item h3{
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  #recommended{
    border-top: 1px solid #DBDBDB;
    margin-top: 100px;
    padding-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }
  #recommended h2{
    font-size: 2.6rem;
  }
  .recommended-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
  }
  .recommended-item{
    margin-top: 30px;
    width: 47.14%;
  }
  .recommended-item h3{
    align-items: flex-start;
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .recommended-item h3:before{
    font-size: 1.8rem;
    margin-right: 10px;
  }
}


/* ------- ANIMATION PARTS ---------------------------------------------- */
.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 30px);
}

.fade-in-down {
  transform: translate(0, -30px);
}

.fade-in-left {
  transform: translate(-30px, 0);
}

.fade-in-right {
  transform: translate(30px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}