@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
}

body {
  min-height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

main {
  display: block;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  vertical-align: top;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: top;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
em {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

select::-ms-expand {
  display: none;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

label[for] {
  cursor: pointer;
}

hr {
  height: 0;
  margin: 0.8rem 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #d3dae8;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* -----------------------------------
 基本
------------------------------------*/
html {
  font-size: 62.5%;
  font-size: calc(1em*.625);
}
/* wide 1160 以下 zoom縮小 */
@media screen and (max-width: 1160px) {
  html {
    font-size: 0.862vw;
  }
}
body {
  color: #333333;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Noto Sans JP", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.txt-l{
  text-align: left;
}
.txt-r{
  text-align: right;
}
.inner{
  width: 100%;
  max-width: 113rem;
  margin: 0 auto;
}
.pc-only{
  display: block;
}
.sp-only{
  display: none;
}
/* -----------------------------------------
 リンク
------------------------------------------- */
a:link {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}
a:hover{
  opacity: .6;
  text-decoration: none;
}

/* -----------------------------------
 Header
------------------------------------*/
header .inner{
  width: 100%;
  max-width: 113rem;
  padding-top: 3rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .inner img{
  width: 13.2rem;
}
.hd-link a{
  position: relative;
  margin-right: 3rem;
  display: inline-block;
}
.hd-link a:last-child{
  margin-right: 0;
}
.hd-link a:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: rgb(173, 173, 173);
  position: absolute;
  right: -1.5rem;
  top: 4px;
}

/* -----------------------------------
h1
------------------------------------*/
.title{
  text-align: center;
  font-size: 4.6rem;
  margin-bottom: 3rem;
}
.title span{
  display: block;
  font-size: 3.6rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.sub-ttl{
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 7.2rem;
}

/* -----------------------------------
コンテンツ
------------------------------------*/
.content-wrap{
  width: 100%;
  max-width: 113rem;
  margin: 0 auto ;
}
.content-layout{
  width: 100%;
  padding: 0 2.5rem;
  display: flex;
}
.content-layout.sd{
  display: block;
}
.categoly{
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  background-color: #174577;
  padding: 1.3rem 0;
  margin: 0 1rem 5rem;
}
.categoly-layout{
  width: 100%;
  max-width: 48rem;
  margin: 0 3rem 7rem;
  border-radius: 2rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  padding-top: 2.5rem;
  position: relative;
  overflow: hidden;
}
.categoly-layout .blue{
  color: #174577;
  font-weight: bold;
}
.categoly-layout .logo_img{
  width: 24.8rem;
  margin: 1rem 0;
}
.categoly-layout .logo_img.sd{
  width: 26.7rem;
  margin: 1rem 0;
}
.categoly-layout .logo_img.iwp{
  width: 29.7rem;
  margin: 1.6rem 0;
}
.categoly-layout .iw_img{
  width: 24.6rem;
  margin-bottom:.8rem;
}
.categoly-layout .ttl{
  margin-bottom:  1.2rem;
  font-weight: bold;
}
.categoly-layout a{
  background-color: #4582BE;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  margin-top: 2.4rem;
  border-radius: 3rem;
  padding: .8rem 2rem .8rem 4.3rem;
}
.categoly-layout a .arrow{
  position: relative;
}
.categoly-layout a .arrow::before{
  content: "";
  position: absolute;
  top: 50%;
  left: -2.8rem;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #fff;
}
.categoly-layout a .arrow::after{
  content: "";
  position: absolute;
  top: 50%;
  left: -2.3rem;
  transform: translateY(-50%) rotate(45deg);
  width: .6rem;
  height: .6rem;
  border-top: solid .1rem #4582BE;
  border-right: solid .1rem #4582BE;
}
.img_box{
  position: relative;
}
.img_box::before{
  content: "";
  position: absolute;
  bottom: -17rem;
  left: 0;
  height: 20rem;
  background-color: #F2F5F9;
  transform: skewY(-19deg);
  transform-origin: top left;
  width:100%;
  z-index: -1;
}
.txt_box{
  background-color: #F2F5F9;
  padding: 0 3rem 2.5rem;
}

/* -----------------------------------
 footer
------------------------------------*/
.l-footer {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 5rem;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: #f1f2f1;
}
.l-footer .wrap {
  max-width: 113rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.l-footer a:hover {
  text-decoration: underline;
  opacity: 1;
}
/* footer__links */
.l-footer__links {
  padding-bottom: 2.5rem;
}
.l-footer__links p {
  margin-top: 0;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.l-footer__links .footer__links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem 2.5rem;
}
.footer__links__list li:not(:first-child) {
  margin-left: 2.5rem;
}
.footer__links__list li a {
  font-size: 1.8rem;
}
/* l-footer__bottom */
.l-footer__bottom {
  display: flex;
  padding-top: 2.5rem;
}
.l-footer__logo {
  margin-right: 2.5rem;
}
.l-footer__bottom__body {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 128px);
  margin-top: -6px;
  gap: 8px 1.5rem;
  font-size: 1.4rem;
}
.l-footer__nav a:not(:last-child) {
  margin-right: 1.5rem;
  position: relative;
}
.l-footer__nav a:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 17px;
  background-color: rgb(173, 173, 173);
  position: absolute;
  right: -1.5rem;
  top: 0;
}
.l-footer__nav:not(:first-child){
  margin-top: .8rem;
}
.l-footer__copyright {
  margin-top: 1.4rem;
  width: 100%;
  font-size: 12px;
}

/* -----------------------------------
利用規約
------------------------------------*/
.wrapper{
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
header .inner.terms{
  padding: 0 2.5rem;
  padding-top: 3rem;
}
.terms .headding_a{
  margin-top: 3rem;
  padding: 2rem 0;
  background-color: #174577;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}
.terms .headding_a span{
  font-size: 2rem;
}
.terms_wrap{
  display: flex;
}
.terms_left{
  width: 25%;
  min-width: 34rem;
  padding: 5rem 2.5rem ;
  background-color: #F2F5F9;
}
.terms_left ul{
  border-radius: 20px;
  border: solid 1px #DEDEDE;
  background-color: #fff;
}
.terms_left ul:first-child{
  margin-bottom: 3rem;
}
.terms_left ul li:first-child{
  background-color: #174577;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 2.4rem 0;
  border-radius: 20px 20px 0 0;
}
.terms_left ul li:first-child span{
  font-size: 1.6rem;
}
.terms_left ul li:not(:first-child){
  border-bottom: solid 1px #CCCCCC;
  margin: 0 2rem;
  padding: 3rem 0;
}
.terms_left ul li:last-child{
  border-bottom: none;
}
.terms_left ul li a{
  color: #4582BE;
  font-weight: bold;
  padding-right: 4.5rem;
  position: relative;
  display: block;
}
.terms_left ul li a:not(:first-child){
  margin-top: 1rem;
}
.terms_left ul li a::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 3rem;
  height: 3rem;
  background-image: url("../images/icon_dl.svg");
  background-size: cover;
}
.terms_left ul li a span{
  font-size: 1.4rem;
}
.terms_right{
  width: 100%;
  padding: 5rem 0;
}
.terms_right_inner{
  width: 90%;
  margin: 0 auto;
}
.terms_right .headding_b{
  font-size: 3.2rem;
  text-align: center;
  padding-bottom: 4rem;
  margin-bottom: 6rem;
  border-bottom: solid 1px #CCCCCC;
}