@charset "utf-8";
@layer main, utilities;

/*
----------------------*/
/*
----------------------------------------*/
/*
---------------------------------------------------------------------------*/

/*
SP用
375の時に何pxで見せたいか？
calc(250 / 375 * 100vw);
*/

@layer main {
/*--------------------------------------------------------------------------
□ Reset & 全体の設定
---------------------------------------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  @media (width <= 768px) {
    font-size: calc(100vw / 37.5);
  }
}
body {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP",'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ Pro W3","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,Arial,Helvetica,Meiryo,'MS PGothic', Sans-serif;
  line-height: 1.75;
  margin-inline: auto;
  min-width: 1000px;
  block-size: 100%;
  block-size: 100dvb;


  @media (width <= 768px) {
    font-size: 1.5rem;
    font-family: BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo,"Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    min-width: initial;
    min-width: auto;
  }
}
:where(h1, h2, h3, h4, h5, h6) {
  font:inherit;
  text-wrap: balance;
  overflow-wrap: break-word;
}
:where(p){
  text-wrap: pretty;
  overflow-wrap: break-word;
}
:where(ol, ul) {
  list-style: none;
}
:where(picture, video, canvas, svg){
  display: block;
  max-width: 100%;
}
:where(img){
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
:where(table) {
  border-collapse:collapse;
  border-spacing: 0;
}
:where(input, button, textarea, select, address) {
  font: inherit;
}
:where(button,input[type="submit"],input[type="button"]){
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
:where(textarea) {
  white-space: revert;
  resize: vertical;
  resize: block;
}
:where(iframe){
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  text-decoration: none;
  outline: none;
  color:#08C;
  @media (width >= 769px) {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media (any-hover: hover) {
  a:hover {
    opacity:0.85;
    text-decoration: none;
  }
}
/*フォント設定
---------------------------------------------------------------------------*/
.mincho{
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3","ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*カラー設定
---------------------------------------------------------------------------*/
:root {
  --main-color: #;
  --link-text-color: #;
}
/*--------------------------------------------------------------------------
□ Component
---------------------------------------------------------------------------*/
/*見出し設定
---------------------------------------------------------------------------*/
.secTtl {
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  text-align: center;
  @media (width <=768px) {
    font-size: 2rem;
  }
}
.secTtl:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9rem;
  height: .2rem;
  background-color: #000333;
  @media (width <= 768px) {
    width: 6rem;
  }
}
/*水平線設定
---------------------------------------------------------------------------*/
.hrStyleA{
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #000;
  margin-bottom: 20px;
}
/*flex設定
---------------------------------------------------------------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-ac{
  align-items: center;
}
.flex-ae{
  align-items: flex-end;
}
.flex-jc {
  justify-content: center;
}
.flex-jcac {
  justify-content: center;;
  align-items: center;
}
.flex-jsb{
  justify-content: space-between
}
.flex-jsbac{
  justify-content: space-between;
  align-items: center;
}
.flex-jsa {
  justify-content: space-around;
}
@media (width <= 768px) {
  .flex-fdcr{
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
/*Flex Grid
--------------------------------------*/
/*
.pc-col12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.pc-col8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.pc-col6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.pc-col4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
*/
/*テーブル設定
---------------------------------------------------------------------------*/
/*フォーム設定
---------------------------------------------------------------------------*/
/*ボタン
---------------------------------------------------------------------------*/
button,
input[type="submit"],
input[type="button"]{
  border-radius: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
}
.btn-typeA {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25rem;
  margin:0 auto;
  padding: .9em 2em;
  border: .1rem solid #005caa;
  border-radius: .5rem;
  background-color: #fff;
  color: #005caa;
  font-size: 1.6rem;
  user-select: none;
  font-weight: 500;
}
.btn-typeB {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25rem;
  margin:0 auto;
  padding: .9em 2em;
  border: .1rem solid #005caa;
  border-radius: .5rem;
  background-color: transparent;
  color: #005caa;
  font-size: 1.6rem;
  user-select: none;
  font-weight: 500;
}
.btn-typeB::after {
  transform: rotate(45deg);
  width: .5rem;
  height: .5rem;
  margin-left: 1rem;
  border-top: .2rem solid #005caa;
  border-right: .2rem solid #005caa;
  content: '';
}
.btn-back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin:0 auto;
  padding: .9em 2em;
  border: 1px solid #666666;
  border-radius: 5px;
  background-color: #fff;
  color: #666666;
  font-size: 1em;
  user-select: none;
}
.btn-submitWrap{
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
.btn-download {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.2rem 2.5rem;
  background-color: #2868cb;
  color: #FFF;
  border-radius: .8rem;
  .i-download {
    font-size: 2.4rem;
  }
}
.btn-dl_txtBox {
  display: flex;
  flex-direction: column;
  text-align: left;
  .mainTxt {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .subTxt {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-top: .4rem;
  }
}
/*ページアップ btn-pageTop
----------------------------------------*/
.btn-pageTop a {
  right: 20px;
  bottom: 27px;
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 99;
  display: block;
  text-align: center;
  line-height: 50px;
  color: #66a6ff;
  border: 1px solid #66a6ff;
  background-color: rgba(102, 166, 255,0.2);
}
@media (any-hover: hover) {
  .btn-pageTop a:hover{
    color: #59c3e6;
    border: 1px solid #59c3e6;
    background-color: rgba(89, 195, 230,0.2);
  }
}
/*--------------------------------------------------------------------------
□ Layout
---------------------------------------------------------------------------*/
.l-w980{
  width: 980px;
  margin-inline: auto;
  @media (width <= 768px) {
    width: 100%;
    padding: 0 1.4rem;
  }
}
.l-sec {
  padding: 8rem 0;
  @media (width <=768px) {
    padding: 3rem 0 4rem;
  }
}
/*Header
---------------------------------------------------------------------------*/
.l-gHeader {
  background-color: #FFF;
  border-bottom: 1px solid #D9D9D9;
  padding: 2.2rem 4rem;
  @media (width <= 768px) {
    padding: 2rem 1.4rem;
  }
}
.l-gHdr_siteName {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.l-gHdr_siteName a{
  color: #333;
}
/*FOOTER
---------------------------------------------------------------------------*/
.l-gFooter {
  background-color: #FFF;
  border-top: 1px solid #D9D9D9;
  padding: 1rem 4rem 0;
  @media (width <= 768px) {
    padding: 1rem 1.4rem 0;
  }
}
.l-gFtr_navi ul{
  display: flex;
  justify-content: flex-end;
  @media (width <= 768px) {
    justify-content: center;
  }
  li{
    margin: 0 1rem;
    a{
      color: #333;
      font-size: 1.4rem;
    }
  }
}
.copyRight{
  font-size: 1.4rem;
  padding: 2rem;
  text-align: center;
}
}

@layer  utilities{
  .clearfix::after {content: "";display: block;clear: both;}
  .fw700{font-weight: 700;}
  .ffs-palt{font-feature-settings: "palt";}
  .textNone {text-indent: 100%;white-space: nowrap;overflow: hidden;line-height: 0;}

  .floatL { float: left; }
  .floatR { float: right; }
  .alignL {text-align: left;}
  .alignR {text-align: right;}
  .alignCR {text-align: center;}

  @media (769px <= width) {
    .pc-none{display: none;}

    .pc-mt_0{margin-top: 0;}
    .pc-mt_1{margin-top: 1rem;}
    .pc-mt_1_5{margin-top: 1.5rem;}
    .pc-mt_2{margin-top: 2rem;}
    .pc-mt_2_5{margin-top: 2.5rem;}
    .pc-mt_3{margin-top: 3rem;}
    .pc-mt_4{margin-top: 4rem;}
    .pc-mt_5{margin-top: 5rem;}
    .pc-mt_6{margin-top: 6rem;}
  }

  @media (width <= 768px) {
    .sp-none{display: none;}

    .sp-alignL {text-align: left;}
    .sp-alignR {text-align: right;}
    .sp-alignCR {text-align: center;}

    .sp-mt_0{margin-top: 0;}
    .sp-mt_1{margin-top: 1rem;}
    .sp-mt_1_5{margin-top: 1.5rem;}
    .sp-mt_2{margin-top: 2rem;}
    .sp-mt_2_5{margin-top: 2.5rem;}
    .sp-mt_3{margin-top: 3rem;}
    .sp-mt_4{margin-top: 4rem;}
    .sp-mt_5{margin-top: 5rem;}
    .sp-mt_6{margin-top: 6rem;}
  }
}