﻿@charset "UTF-8";
/*************************
フォーム関連のスタイルリセット
**************************/
button,
input[type=submit] {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
layout
*/
/*
color
*/
/*
pxをvwに変換

ウインドウ幅1400pxに対して要素幅50pxの場合
getvw(50,1400)となる
*/
/*
メディアクエリ
記述例
body{
  @include msw('max',1200){
    background-color: red;
  }
}
*/
/*
ICON FONT
*/
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  .kv .kv-pic {
    width: calc(100% - 7.6923076923vw);
    margin: 0 0 0 auto;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  .kv .kv-pic {
    width: 92.19%;
    max-width: calc(1400px + (100% - 1400px) / 2);
    margin: 0 0 0 auto;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
section.profile .profile-title {
  text-align: center;
}
section.profile .dl-box dd ol li {
  list-style: decimal;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.profile {
    padding: 60px 0 0;
  }
  section.profile .profile-title {
    padding: 0 2em;
  }
  section.profile .profile-list {
    margin-top: 40px;
  }
  section.profile .dl-box {
    border-top: 1px solid #CED6E7;
    position: relative;
  }
  section.profile .dl-box::before {
    content: "";
    display: block;
    width: 130px;
    height: 1px;
    border-top: 1px solid #0C3387;
    position: absolute;
    top: -1px;
    left: 0;
  }
  section.profile .dl-box dt {
    white-space: nowrap;
    padding: 25px 0 0;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.profile .dl-box dt:has(.map) {
    padding: 30px 0 5px;
  }
  section.profile .dl-box dt .kome {
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    margin-left: 1em;
  }
  section.profile .dl-box dd {
    width: 100%;
    padding: 10px 0 25px;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.profile .dl-box dd ol {
    margin: 0 0 0 22px;
    padding: 0;
  }
  section.profile .dl-box dd ol li:nth-child(n+2) {
    margin-top: 10px;
  }
  section.profile .dl-box dd ul li:nth-child(n+2) {
    margin-top: 10px;
  }
  section.profile .dl-box dd .kome {
    text-indent: -1em;
    padding-left: 1em;
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.profile .dl-box .map {
    position: relative;
    padding-top: 72.7%;
  }
  section.profile .dl-box .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section.profile .dl-box .map-address {
    font-size: 17px;
  }
  section.profile .dl-box .map-access {
    padding: 5px 0 15px;
  }
  section.profile .dl-box .map-access .map-access-box {
    display: flex;
    margin-top: 7px;
  }
  section.profile .dl-box .map-access .map-access-box .map-access-box-head {
    display: flex;
    align-items: center;
    min-width: 100px;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.profile .dl-box .map-access .map-access-box .map-access-box-head .icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  section.profile .dl-box .map-access .map-access-box .map-access-box-body {
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.profile {
    padding: 80px 0 0;
  }
  section.profile .profile-list {
    margin-top: 60px;
    position: relative;
  }
  section.profile .profile-list dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.profile .dl-box {
    display: flex;
    width: 100%;
  }
  section.profile .dl-box dt {
    min-width: 130px;
    padding: 25px 0;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    border-top: 1px solid #0C3387;
  }
  section.profile .dl-box dt .kome {
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    display: block;
    margin-top: 3px;
  }
  section.profile .dl-box dd {
    width: 100%;
    padding: 25px;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    border-top: 1px solid #CED6E7;
  }
  section.profile .dl-box dd ol {
    margin: 0 0 0 26px;
    padding: 0;
  }
  section.profile .dl-box dd ol li:nth-child(n+2) {
    margin-top: 10px;
  }
  section.profile .dl-box dd ul.dl-box-list-01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 500px;
    gap: 0 60px;
  }
  section.profile .dl-box dd ul.dl-box-list-01 li {
    width: 30%;
  }
  section.profile .dl-box dd ul li:nth-child(n+2) {
    margin-top: 10px;
  }
  section.profile .dl-box dd .kome {
    text-indent: -1em;
    padding-left: 1em;
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.profile .dl-box-half {
    width: calc(50% - 30px);
  }
  section.profile .dl-box-half-no-wrap {
    width: 100%;
    padding-right: calc(50% + 30px);
  }
  section.profile .dl-box-map {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 30px);
    display: block;
    padding: 0;
  }
  section.profile .dl-box-map dt, section.profile .dl-box-map dd {
    border: none;
    padding: 0;
  }
  section.profile .dl-box-map .map {
    position: relative;
    width: 100%;
    height: 370px;
  }
  section.profile .dl-box-map .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section.profile .dl-box-map .map-address {
    margin-top: 20px;
    font-size: 17px;
  }
  section.profile .dl-box-map .map-access {
    padding: 5px 0 15px;
  }
  section.profile .dl-box-map .map-access .map-access-box {
    display: flex;
    margin-top: 7px;
  }
  section.profile .dl-box-map .map-access .map-access-box .map-access-box-head {
    display: flex;
    align-items: center;
    min-width: 100px;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.profile .dl-box-map .map-access .map-access-box .map-access-box-head .icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  section.profile .dl-box-map .map-access .map-access-box .map-access-box-body {
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
section.history {
  background-color: #F2F6FD;
}
section.history .history-title {
  text-align: center;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.history {
    margin-top: 100px;
    padding: 100px 0;
  }
  section.history .history-inner {
    width: 84.6153846154vw;
    margin: 80px auto 0;
  }
  section.history .history-box {
    display: flex;
    justify-content: space-between;
  }
  section.history .history-box:last-of-type .history-box-head {
    border-right: none;
  }
  section.history .history-box .history-box-head {
    width: 7.6923076923vw;
    min-width: 7.6923076923vw;
    border-right: 1px solid #CED6E7;
    position: relative;
  }
  section.history .history-box .history-box-head::before {
    content: "";
    display: block;
    background-color: #0C3387;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
  }
  section.history .history-box .history-box-head::after {
    content: "";
    display: block;
    border: 1px solid #CED6E7;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -8px;
  }
  section.history .history-box .history-box-head .history-box-head-inner {
    position: relative;
  }
  section.history .history-box .history-box-head .history-box-year {
    color: #0C3387;
    background-color: #F2F6FD;
    font-feature-settings: "palt" on;
    font-family: Play;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    position: absolute;
    top: -42px;
    right: 0;
    transform: translateX(50%);
  }
  section.history .history-box .history-box-body {
    width: 100%;
    padding: 0 0 17.9487179487vw 14.1025641026vw;
  }
  section.history .history-box .history-box-body .history-box-body-inner {
    margin-top: -11px;
  }
  section.history .history-box .history-box-body .history-box-date {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
  }
  section.history .history-box .history-box-body .history-box-txt-01 {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.history .history-box .history-box-body .history-box-pics {
    margin-top: 20px;
  }
  section.history .history-box .history-box-body .history-box-pics .history-box-pic + .history-box-pic {
    margin-top: 10px;
  }
  section.history .history-box .history-box-body .history-box-date + .history-box-txt-01 {
    margin-top: 7px;
  }
  section.history .history-box .history-box-body .history-box-txt-01 + .history-box-pic {
    margin-top: 20px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.history {
    margin-top: 150px;
    padding: 150px 0;
  }
  section.history .history-inner {
    width: 900px;
    margin: 80px auto 0;
  }
  section.history .history-box {
    display: flex;
    justify-content: space-between;
  }
  section.history .history-box:last-of-type .history-box-head {
    border-right: none;
  }
  section.history .history-box .history-box-head {
    width: 140px;
    min-width: 140px;
    border-right: 1px solid #CED6E7;
    position: relative;
  }
  section.history .history-box .history-box-head::before {
    content: "";
    display: block;
    background-color: #0C3387;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
  }
  section.history .history-box .history-box-head::after {
    content: "";
    display: block;
    border: 1px solid #CED6E7;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -8px;
  }
  section.history .history-box .history-box-head .history-box-head-inner {
    margin-top: -18px;
  }
  section.history .history-box .history-box-head .history-box-year {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-family: Play;
    font-size: 34px;
    font-weight: 700;
    line-height: 1em;
  }
  section.history .history-box .history-box-body {
    width: 100%;
    padding: 0 0 60px 60px;
  }
  section.history .history-box .history-box-body .history-box-body-inner {
    margin-top: -11px;
  }
  section.history .history-box .history-box-body .history-box-date {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
  }
  section.history .history-box .history-box-body .history-box-txt-01 {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.history .history-box .history-box-body .history-box-pics {
    margin-top: 20px;
    display: flex;
    gap: 0 20px;
  }
  section.history .history-box .history-box-body .history-box-pic {
    width: 330px;
  }
  section.history .history-box .history-box-body .history-box-date + .history-box-txt-01 {
    margin-top: 7px;
  }
  section.history .history-box .history-box-body .history-box-txt-01 + .history-box-pic {
    margin-top: 20px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
section.catalog .catalog-title {
  text-align: center;
}
section.catalog .catalog-box .catalog-box-pdf {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #CED6E7;
  background: white;
  padding: 5px;
  color: #0C3387;
  font-feature-settings: "palt" on;
  font-size: 11px;
  font-weight: 400;
  line-height: 1em;
}
section.catalog .catalog-box .catalog-box-pdf::before {
  content: "PDF";
}
section.catalog .catalog-box .catalog-box-download {
  background-color: #0C3387;
  border: 1px solid #0C3387;
  width: 130px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
section.catalog .catalog-box .catalog-box-download::before {
  content: "\ea09";
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  margin-right: 8px;
}
section.catalog .catalog-box .catalog-box-download::after {
  content: "ダウンロード";
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.catalog {
    padding: 100px 0;
  }
  section.catalog .catalog-container {
    margin-top: 40px;
  }
  section.catalog .catalog-container:nth-child(n+2) {
    margin-top: 60px;
  }
  section.catalog .catalog-head {
    text-align: center;
  }
  section.catalog .catalog-head .catalog-head-img {
    width: 46.1538461538vw;
    max-width: 250px;
    margin: 0 auto;
  }
  section.catalog .catalog-head .catalog-head-img img {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  }
  section.catalog .catalog-head .catalog-head-name {
    padding: 30px 0;
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: clamp(10px, 6.1538461538vw, 24px);
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.catalog .catalog-boxes {
    border-top: 1px solid #CED6E7;
  }
  section.catalog .catalog-boxes .catalog-box {
    border-bottom: 1px solid #CED6E7;
    padding: 15px 0;
  }
  section.catalog .catalog-boxes .catalog-box .catalog-box-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  section.catalog .catalog-boxes .catalog-box .catalog-box-info .catalog-box-name {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 1.12px;
    margin-right: auto;
  }
  section.catalog .catalog-boxes .catalog-box .catalog-box-info .catalog-box-pdf {
    margin-right: 10px;
  }
  section.catalog .catalog-boxes .catalog-box .catalog-box-info .catalog-box-datasize {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.98px;
  }
  section.catalog .catalog-boxes .catalog-box .catalog-box-download {
    margin: 10px 0 0 auto;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.catalog {
    padding: 150px 0;
  }
  section.catalog .catalog-inner {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 80px;
  }
  section.catalog .catalog-head {
    text-align: center;
  }
  section.catalog .catalog-head .catalog-head-img {
    height: 255px;
  }
  section.catalog .catalog-head .catalog-head-img img {
    width: auto;
    height: 100%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  }
  section.catalog .catalog-head .catalog-head-name {
    text-align: left;
    padding: 30px 0;
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.catalog .catalog-boxes {
    border-top: 1px solid #CED6E7;
  }
  section.catalog .catalog-boxes .catalog-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CED6E7;
    padding: 17px 0;
  }
  section.catalog .catalog-boxes .catalog-box .catalog-box-info {
    display: flex;
    align-items: center;
  }
  section.catalog .catalog-boxes .catalog-box .catalog-box-info .catalog-box-name {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 1.12px;
    margin-right: 20px;
  }
  section.catalog .catalog-boxes .catalog-box .catalog-box-info .catalog-box-pdf {
    margin-right: 10px;
  }
  section.catalog .catalog-boxes .catalog-box .catalog-box-info .catalog-box-datasize {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.98px;
  }
  section.catalog .catalog-boxes .catalog-box .catalog-box-download {
    transition: 0.3s;
  }
  section.catalog .catalog-boxes .catalog-box .catalog-box-download:hover {
    background-color: white;
    color: #0C3387;
  }
}