@charset "utf-8";
*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}a,button{cursor:revert}ol,ul,menu,summary{list-style:none}ol{counter-reset:revert}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert;box-sizing:border-box}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable="false"])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable="true"]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}::-webkit-details-marker{display:none}

/* ===============================================
# common
=============================================== */
@font-face{font-family:"Yu Gothic";src:local("Yu Gothic Medium");font-weight:100}
@font-face{font-family:"Yu Gothic";src:local("Yu Gothic Medium");font-weight:200}
@font-face{font-family:"Yu Gothic";src:local("Yu Gothic Medium");font-weight:300}
@font-face{font-family:"Yu Gothic";src:local("Yu Gothic Medium");font-weight:400}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;} /* 10px */
body{
  padding: 0;
  word-wrap : break-word;
  overflow-wrap : break-word;
  font-size:16px;
  font-size:1.6rem;  
  font-weight: 700;
  font-family: "Zen Maru Gothic","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-animation: PageIn 1.3s ease 0s 1 normal;      
  animation: PageIn 1.3s ease 0s 1 normal;
  line-height: 1.875;
  -webkit-text-size-adjust: 100%;
  background:url("../img/bg.png")repeat center center;
}
@keyframes PageIn {  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes PageIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.wrapper{
  position: relative;  
  width: 100%;
  overflow: hidden;
}
.inner{
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 50px;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width :1024px){
  body{
    font-size:14px;
    font-size:1.4rem;  
    line-height: 1.643;
    background-size: 183px 104px;
  }
  img{
    width: 100%;
    height: auto;
  }
  .inner{
    width: 88%;
    padding: 0;
  }  
}

/*
 マウスオーバー
----------------------------------------------------------- */
@media (any-hover:hover) and (pointer: fine) {
  .ov{
    display:block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;  
  }
  .ov:hover{
    opacity: .6;
    text-decoration: none;
  }
}
/* ===============================================
# header
=============================================== */
#header{
  position: relative;
  background: url("../img/bg_fv.png")no-repeat top center;
  background-color: #a9eeff;
}
#header::after{
  content: '';
  width: 100%;
  height: 60px;
  background: url("../img/bg_fv_wave.png")repeat-x bottom center;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1;
}
#header h1{
  position: relative;
  z-index: 2;
}  
@media (min-width :1501px){
  #header{
    height: 752px;
  }  
  #header h1{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1471px;
    height: 803px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }  
}
@media (max-width :1024px) {
  #header{
    background-image: url("../img/bg_fv_sp.png");
    background-size: cover;
  }
  #header::after{
    height: 30px;
    background-size: auto 100%;
    bottom: -15px;
  }
  #header h1{

  }    
}
/* ===============================================
# main
=============================================== */
main{
  position: relative;
  display: block;
  padding: 101px 0 0;
  z-index: 0;
  background: url("../img/bg_profile.png")no-repeat top 90px center;  
}
main .inner{
  padding-bottom: 55px;
  max-width: inherit;
}
.ttl_profile{
  position: relative;
  text-align: center;
  z-index: 1;
}
.ttl_profile img{
  width: 330px;
  margin: 0 auto;
}
.area_profile{
  position: relative;
  max-width: 860px;
  margin:-34px auto 0;
  padding: 25px 60px 45px;
  border-radius: 14px;
  background: #fff;
  border: solid #0075bb 4px;
  z-index: 0;
}
.area_profile::before{
  content: '';
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 6px;
  left: 6px;
  border: solid #0075bb 4px;
  z-index: 0;
  border-radius: 10px;
}
.area_profile .row{
  display:-webkit-box;
  display:flex;  
  padding: 15px 0;
  background-image : linear-gradient(to right, #535b90 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x; 
  background-position: left bottom;
  z-index: 1;
}
.area_profile .row dt{
  position: relative;
  width: 155px;
  padding-left: 25px;
  color: #1e286e;
  font-size: 18px;
  font-size: 1.8rem;
}
.area_profile .row dt::before{
  content: '● ';
  font-size: 10px;
  font-size: 1rem;
  color: #0075bb;  
  position: absolute;
  top: 0.7em;
  left: 11px;
}
.area_profile .row dd{
  -webkit-box-flex: 1;
  flex: 1;  
  color: #0075bb;
}
.area_profile .deco{
  position: absolute;
  z-index: 0;
}
.area_profile .nagarun1{
  top: -4px;
  right: 65px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.area_profile .nagarun2{
  top: 254px;
  left: -4px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.area_profile .nagarun3{
  bottom: 280px;
  right: -26px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);  
}
main .txt_bottom{
  margin-top: 40px;
  text-align: center;
}
main .txt_bottom img{
  width: 316px;
}
@media (max-width :1024px) {
  main{
    padding: 40px 0 0;
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
  main .inner{
    padding-bottom: 45px;
  }
  .ttl_profile img{
    width: 230px;
  }
  .area_profile{
    margin:-33px auto 0;
    padding: 25px 22px 25px;
    border-radius: 7px;
    border-width: 2px;
  }
  .area_profile::before{
    content: '';
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    border-width: 2px;
    border-radius: 5px;
  }
  .area_profile .row{
    display: block;
    padding: 12px 7px;
    background-image : linear-gradient(to right, #535b90 1px, transparent 1px);
    background-size: 4px 1px;
  }
  .area_profile .row dt{
    width: 100%;
    padding-left: 13px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .area_profile .row dt::before{
    top: 0.4em;
    left: 0px;
  }
  .area_profile .deco{
    display: none;
    content-visibility:hidden;
  }    
  main .txt_bottom{
    margin-top: 21px;
  }  
  main .txt_bottom img{
    width: 221px;
  }  
}
@media (max-width :834px) {
  main{
    background: url("../img/bg_profile_sp.png")repeat-y top center;
    background-size: 100% auto;
  }  
}
/* ===============================================
# main
=============================================== */
#footer{
  position: relative;
  padding: 41px 0 30px;
  background: #fff;
  z-index: 1;
}
#footer::before{
  content: '';
  width: 100%;
  height: 60px;
  background: url("../img/bg_ft_wave.png")repeat-x bottom center;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 1;
}
#footer .logo{
  text-align: center;
}
#footer .logo img{
  width: 289px;
}
#footer .copyright{
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width :1024px) {
  #footer{
    padding: 35px 0 15px;
  }
  #footer::before{
    height: 40px;
    top: -13px;
    background-size: auto 100%;
    
  }
  #footer .logo img{
    width:188px;
  }
  #footer .copyright{
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }  
}
