@charset "utf-8";
@import url("header.css");
@import url("footer.css");
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDMincho&display=swap');

* {
    box-sizing: border-box;
}

* html body {
	overflow: hidden;
}


html {
    /*14px-16px*/
    font-size: clamp(0.875rem, 0.844rem + 0.13vw, 1rem);
    line-height:100%;
    text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
    color:#002554;
    font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-style: normal;  
    font-feature-settings: "palt";
    overflow-x: hidden;
    background:url("../img/main.png") no-repeat center top;
    background-attachment: fixed;
}


a {
    color: #0066cc;
}
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}
a:hover {
    transition: all .5s;
    text-decoration: underline;
}

a[target=_blank][rel=noopener] {
	padding:2px 20px 2px 0;
    background:url("../img/icon_blank.png") no-repeat right center;
    background-size: 14px;
    margin-right: 5px;
}
a[type$="pdf"] {
	padding:2px 22px 2px 0;
    background:url("../img/icon_pdf.png") no-repeat right center;
    background-size: 18px;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 140%;
}
h1 {
  /*20-34*/
  /*font-size: clamp(1.25rem, 1.075rem + 0.88vw, 2.125rem);*/
  /*24-36*/
  font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
}
h2 {
  /*18-30*/
  /*font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);*/
  /*20-30*/
  font-size: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
}
/*18-24*/
h3 {
  font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
}
/*18-22*/
h4 {
  font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
}
/*18-20*/
h5 {
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
}
/*16-18*/
h6 {
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
}

form {
    margin:0;
    padding: 0;
}

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

p  {
    line-height: 160%;
}

table {
    border-collapse: collapse;
}

/*画像*/
figure figcaption {
    /*12-14*/
    font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
    text-align: center;
    margin-top: 10px;
}
.figure {
    margin: 30px auto;
}


/* 「※」マークつき*/
ul.notes {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    list-style-type: none;
}
ul.notes li {
    margin-left: 1em;
    text-indent: -1em;
}
ul.notes li~li {
    margin-bottom: 5px;
}
ul.notes li:before {
    display: inline;
    content: "※";
    padding-right: 3px;
}

/*テキスト*/
.txtr {
    text-align: right;
}
.txtc {
    text-align: center;
}
.small {
    /*12-14*/
    font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
}
.red {
    color: red;
}


/*スクロールボックス*/
.scrollBox {
    overflow: auto;
}
.scrollBox::-webkit-scrollbar {
    width: 10px;
}
.scrollBox::-webkit-scrollbar-track {
    background: #f5f5f5;
}
.scrollBox::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 5px;
}


/*NEWマーク*/
.newmk {
    background-color: #af1e81;
    color:#fff;
    margin-left: 10px;
    padding: 1px 7px;
    font-weight: normal;
    border-radius: 50px;

    /*9-11*/
    font-size: clamp(0.563rem, 0.537rem + 0.13vw, 0.688rem);
    line-height: 100%;
}


/*フェードイン処理*/
.fadein {
    opacity: 0;
    transform : translate(0, 50px);
    transition : all 1500ms;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}


/*★テスト用*/
#widthtxt {
    color:red;
    /* display: none; */
}


/*----------------------*/
/*コンテンツ*/
/*----------------------*/
main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    border-top: 1px #fff solid; /*余白対策*/
}

/*コンテンツ*/
.contents {
    width: 100%;
    max-width: 1480px;
    padding: 0 40px;
    margin: 0 auto;
}

/*動画*/
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}

/*テーマ*/
#theme {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('../img/bg_wave.svg') no-repeat center bottom;
    min-height: 200px;
}
#theme .title {
    /*28-42*/
    font-size: clamp(1.75rem, 1.575rem + 0.88vw, 2.625rem);

    font-weight: bold;
    margin-bottom: 30px;
}
#theme .title-sub {
    color: #000;
    margin-bottom: 40px;
}
#theme ul {
    /*18-22*/
    font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
    font-weight: bold;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
#theme li {
    margin: 0 10px;
}
#theme li::after {
    content: "／";
    padding-left: 20px;
}
#theme li:last-child {
    margin-right: 0;
}
#theme li:last-child::after {
    content: "";
    padding-left: 0;
}


/*大見出し*/
.headline {
    text-align: center;
    margin: 70px auto;
}
.headline .title {
    /*24-32*/
    font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    margin: 20px 0 0 0;
    letter-spacing: 1px;
}
.headline .title-sub {
    /*36-68*/
    font-size: clamp(2.25rem, 1.85rem + 2vw, 4.25rem);
    color: #f0f5f9;
    font-family: "Outfit", sans-serif;
}
.headline .title-sub-w {
    /*36-68*/
    font-size: clamp(2.25rem, 1.85rem + 2vw, 4.25rem);
    color: #fff;
    font-family: "Outfit", sans-serif;
}



/*アコーディオンメニュー*/
.acmenu {
    margin: 0;
    padding: 0;
}
.acmenu dt {
  	cursor:pointer;
  	background:url("../img/icon_plus_g.png") no-repeat right center;
	background-size: 30px;
    padding-right: 40px;
}
.acmenu dd {
	display:none;
	margin: 0;
    
}
.acmenu dd.active {
    display: block;
}

.acmenu dt.open {
	background:url("../img/icon_minus_g.png") no-repeat right center;
	background-size: 30px;
    padding-right: 40px;
}

/*メニューボタン*/
.navibtn ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.navibtn li {
    width: calc((100% / 4) - 40px);
    margin: 0 20px;
    text-align: center;
    border: 1px #000 solid;
    padding: 15px 5px;
    background-color: #fff;
}
.navibtn li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

/*採用の流れ*/
.flow dl {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.flow dt {
    width: 220px;
    font-weight: bold;
    vertical-align: top;
    text-align: right;
    line-height: 100%;
    padding-top: 12px;
    padding-right: 24px;
    border-right: 3px solid #dbe3f5;
    position: relative;
}
.flow dd b {
    display: block;
    margin-bottom: 10px;
}
.flow dd {
    flex: 1;
    margin: 0 0 0 30px;
    padding: 10px 20px;
    vertical-align: middle;
}
.flow dt::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 10px;
  background: #0556a4;
  width: 15px;
  height: 15px;
  border-radius: 10px;
}
.flow ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 140%;
}

/*エントリーボタン*/
.entry {
    margin: 40px auto 10px;
    text-align: center;
}
.entry a {
    display: inline-block;
    line-height: 100%;
    font-weight: bold;
    background: url('../img/icon_arrow_w.png') no-repeat right 10px center;
    background-size: 28px;  
    background-color: #af1e81;
    color: #fff;
    padding: 20px 44px 20px 20px;
    text-decoration: none;
    border-radius: 4px;
    /*14-18*/
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}
.entry a:hover {
    transition: all .5s;
    background-color: #ddd;
    color: #000;
}


.entry span {
    display: inline-block;
    line-height: 100%;
    font-weight: bold;
    background: url('../img/icon_arrow_w.png') no-repeat right 10px center;
    background-size: 28px;  
    background-color: #ddd;
    color: #fff;
    padding: 20px 44px 20px 20px;
    text-decoration: none;
    border-radius: 4px;
    /*14-18*/
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}


/****************************/
/*レスポンシブ*/
/****************************/
@media screen and (max-width: 1279px) {
}

@media screen and (max-width: 979px) {
    .contents {
        padding: 0 20px;
    }

}

@media screen and (max-width: 779px) {
    .headline {
        margin: 50px auto;
    }
    #theme {
        min-height: 160px;
    }
    #theme ul {
        display: none;
    }
    .navibtn li {
        width: calc((100% / 2) - 40px);
        margin: 0 20px 20px;
    }
}
@media screen and (max-width: 579px) {

    .headline .title {
        margin: 10px 0 0 0;
        letter-spacing: 1px;
    }
    .contents {
        padding: 0 10px;
    }
    .navibtn li {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 20px;
    }

    .entry a {
        background-size: 22px;
        padding: 15px 40px 15px 15px;
    }
}

@media screen and (max-width: 379px) {
    #theme {
        min-height: 140px;
    }
}
