@charset "utf-8";
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(/tyo/common/font/MaterialSymbolsRounded.woff2) format('woff2');
}
/*★ リセット ★*/
#topbuttonApp {
  position: relative;
  z-index: 1;
}
/*★ ページスタイル設定 ★*/
#hisApp {
  position: relative;
  overflow: hidden;
}
:root {
  --default-ff-icon: "Material Symbols Rounded";
}
.material-symbols-rounded {
  font-family: var(--default-ff-icon);
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

[class*="_SP"] {
  display: none;
}
/* clearfix */
.feature-list-item::after {
  display: block;
  clear: both;
  content: "";
}
#contentWrapper a{
  display: block;
  color: #003780;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#contentWrapper h3 {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  padding-bottom: 14px;
  font-weight: bold;
  font-size:24px;
  line-height: 1.2;
}
#contentWrapper h3::before,
#contentWrapper h3::after{
  content: "";
  position: absolute;
  bottom: 0;
}
#contentWrapper h3:before{
  border-bottom: 3px solid #023b95;
  width: 100%;
}
#contentWrapper h3:after{
  border-bottom: 3px solid #dddddd;
  width: 100%;
}
#mainArea_SP {
  display: none;
}
[id*="mainArea"] {
  position: relative;
}
[id*="mainArea"] .mainAreainner {
  position: absolute;
  left: 50%;
  text-align: center;
}
#mainArea_PC .mainAreainner {
  top: 33%;
  width: 960px;
  margin-left: -480px;
}
[id*="mainArea"] .mainAreainner h2 {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 15px #505050, 0 0 15px #505050, 0 0 0.8px #505050;
}
#mainArea_PC .mainAreainner h2 {
  font-size: 32px;
}
[id*="mainArea"] img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
#mainArea_PC img{
  height: 280px;
}
#naviMenu {
  padding: 20px 0;
  background-color: #023b95;
}
#naviMenu .navContents {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% - 40px);
  @media (701px <= width <= 1000px) {
    gap: 18px;
  }
}
/* #naviMenu .navContents::before {
  content: "";
  display: block;
  width: 23.5%;
  order: 1;
} */
#naviMenu .navContents li {
  width: 23.5%;
  margin-right:18px;
  @media (701px <= width <= 1000px) {
    margin-right:0px;
    width: 226px;
  }
}
#naviMenu .navContents li:nth-child(4n) {
  margin-right: 0;
}
#naviMenu .navContents li:last-child {
  margin-right: 0;
}
#naviMenu .navContents li:nth-child(n+5) {
  margin-top: 20px;
}
#naviMenu .navContents li a {
  padding: 16px 14px 18px 5px;
  border-radius: 30px;
  background: url(../images/index_arrow.png) no-repeat #fff 95% 50%/12px;
  color: #023b95;
  font-weight: bold;
  text-align: center;
}
#naviMenu .navContents li a:hover {
  opacity: 0.8;
}
.mainContents .inner {
  max-width: 960px;
  margin: 70px auto 0;
  width: calc(100% - 40px);
}
.mainContents section {
  margin-top: 20px;
  padding-top: 10px;
}
.mainContents .feature-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  @media (701px <= width <= 880px) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
  }
}
.mainContents .feature-list::before {
  content: "";
  display: block;
  width: 23.26923076923077%;
  order: 1;
}
.mainContents .feature-list::after {
  content: "";
  display: block;
  width: 23.26923076923077%;
}
.mainContents .feature-list [class*="feature-list-item"] {
  overflow: hidden;
  box-sizing: border-box;
  border: 4px solid #ddd;
  padding: 10px;
  width: 23.26923076923077%;
  margin: 0 0 30px;
  @media (701px <= width <= 880px) {
    width: 100%;
  }
}
.mainContents .feature-list [class*="feature-list-item"] a:hover {
  opacity: 0.7;
}
.mainContents .feature-list .feature-list-img {
  margin: 0;
}
.mainContents .feature-list .feature-list-img img {
  max-width: 100%;
  vertical-align: top;
}
.mainContents .feature-list h4 {
  margin: 10px 0 8px;
  padding: 0 0 8px;
  border-bottom: 1px dotted #b2b2b2;
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
}
.mainContents .feature-list .feature-list-txt {
  line-height: 1.6;
  color: #333;
  font-size: 12px;
}
.mainContents [class*="feature-btn-top"] {
  margin: 80px 0 100px;
  text-align: center;
}
.mainContents [class*="feature-btn-top"] a {
  width: 500px;
  display: inline-block !important;
  position: relative;
  min-width: 320px;
  padding: 12px 30px;
  border: 1px solid #003780;
  border-radius: 40px;
  color: #003780;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}
.mainContents [class*="feature-btn-top"] a::after {
  content: '';
  position: absolute;
  top: 37%;
  left: 15px;
  width: .5rem;
  height: .5rem;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  border-top: 2px solid #003780;
  border-right: 2px solid #003780;
}
.mainContents [class*="feature-btn-top"] a:hover {
  color: #fff !important;
  background-color: #003780;
}
.mainContents [class*="feature-btn-top"] a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*IE*/
@media all and (-ms-high-contrast: none){
  #mainArea_PC img{
    height: auto;
  }
}

/* ******************************************************************************** *

    media screen  -  max-width: 700px (SP)

* ******************************************************************************** */
@media only screen and (max-width: 700px) {
  body {
    font-size: 12px;
  }
  [class*="_PC"] {
  display: none;
  }
  [class*="_SP"] {
    display: block;
  }
  #mainArea_PC {
    display: none;
  }
  #mainArea_SP {
    display: block;
  }
  #page-top {
    display: none !important;
  }
  #contentWrapper {
    width: 100%;
  }
  #contentWrapper h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  #contentWrapper h3:before{
    border-bottom: 2px solid #023b95;
  }
  #contentWrapper h3:after{
    border-bottom: 2px solid #dddddd;
  }
  #mainArea {
    overflow: hidden;
  }
  #mainArea_SP .mainAreainner{
    top: 30%;
    width: 280px;
    margin-left: -140px;
  }
  #mainArea_SP .mainAreainner h2 {
    font-size: 24px;
  }
  #naviMenu {
    padding: 3% 0;
  }
  #naviMenu .navContents {
    width: 94%;
  }
  #naviMenu .navContents li {
    width: 49.5%;
    margin-right: 1%;
  }
  #naviMenu .navContents li:nth-child(2n) {
    margin-right: 0;
  }
  #naviMenu .navContents li:nth-child(n+3) {
    margin-top: 1%;
  }
  /*Edge*/
  @supports (-ms-ime-align: auto) {
    #naviMenu .navContents li:nth-child(n+3) {
      margin-top: 2px;
    }
  }
  #naviMenu .navContents li a {
    padding: 15px 5px 18px;
    border-radius: 0;
    background: url(../images/index_arrow.png) no-repeat #fff 50% 78%/8px;
    line-height: 1.3;
  }
  .mainContents .inner {
    width: 94%;
    margin-top: 0;
  }
  .mainContents section {
    margin-top: 30px;
  }
  .mainContents section:first-child {
    margin-top: 25px;
  }
  .mainContents .feature-list {
    display: block;
  }
  .mainContents .feature-list h4 {
    margin: 0 0 8px 49%;
    padding: 0 0 2px;
    font-size: 11px;
  }
  .mainContents .feature-list [class*="feature-list-item"] {
    width: 100%;
    margin-bottom: 18px;
    border: 2px solid #ddd;
  }
  .mainContents .feature-list .feature-list-img {
    float: left;
    width: 46%;
  }
  .mainContents .feature-list .feature-list-txt {
    margin: 0 0 0 49%;
    line-height: 1.4;
    font-size: 11px;
  }
  .mainContents [class*="feature-btn-top"] {
    margin: 35px 0 50px;
  }
  .mainContents [class*="feature-btn-top"] a {
    width: 90%;
    min-width: auto;
  }
  .page-top_SP {
    position: fixed;
    bottom: 10px;
    right: 2px;
    z-index: 105;
  }
  .page-top_SP a img {
    width: 54px;
    height: 49px;
    zoom: 0;
  }
}
/*★ ＝＝ hover ＝＝ ★*/
@media (hover : hover) and (pointer : fine) {
  .base-textlink__link {
    &:hover {
      .base-textlink__text {
        text-decoration: underline;
        text-underline-offset: .2em;
      }
    }
  }
}