@charset "UTF-8";
*{
  box-sizing: border-box;
  margin : 0;
  padding: 0;
}
html{
  width : 100%;
  height: 100%;
  font-size: 62.5%;
  font-feature-settings: "palt";
  font-family: sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body{
  width : 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  color : #000000;
  background-color : #f8a900;
}
img{
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
hr{
  border: solid 0 #fff;
  clear : both;
}
a{
  color : #000;
  text-decoration: none;
}
a:hover{
  filter:alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity:0.7;
  zoom:1;
}
.nowrap{
  white-space:nowrap;
}
.center{
  text-align : center;
}
.right{
  text-align : right;
}
.flex{
  display:flex;
  align-items: center;
  min-height: calc(100% - 6rem);
}
@media screen and (max-width:800px){
  .flex{
  min-height: calc(100% - 4.2rem);
}
}
.inner{
  margin : 0 auto;
  padding : 4rem 1rem;
  width : 100%;
  height : 100%;
}
.dn{
  display:none;
}
.btt_box,.btl_box{
  padding:1rem;
  font-size: 1.3rem;
  position: fixed;
  bottom: 2rem;
  z-index: 1000;
  text-align: center;
  line-height: 1;
  font-weight : 900;
  border-radius:50%;
}
.btl_box{
  left: 2rem;
  background-color : rgba(63, 156, 56, 0.7);
}
.btt_box{
  right: 2rem;
  background-color : rgba(0, 102, 204, 0.7);
}
.btt_box span,.btl_box span{
  display: block;
  -webkit-filter: drop-shadow(0 0 2px rgba(85, 85, 85, 1)) drop-shadow(0 0 2px rgba(85, 85, 85, 1));
  filter: drop-shadow(0 0 2px rgba(85, 85, 85, 1)) drop-shadow(0 0 2px rgba(85, 85, 85, 1));
}
.btt_box a,.btl_box a{
  color : #ffffff;
}
header{
  width: 100%;
  height:6rem;
  background-image : linear-gradient(rgba(255, 255, 255, 0.85) 10%, rgba(63, 156, 56, 0.35) 90%);
  position : fixed;
  z-index : 50;
  background-repeat : no-repeat;
  background-position : center center;
  background-color : rgba(255, 255, 255, 0.8);
}
header .inner{
  padding : 0;
  display:flex;
  justify-content: space-between;
  max-width : 120rem;
}
header h1,header h1 a,header h1 span{
  display:flex;
  height:100%;
}
header h1 span{
  flex-direction: column;
}
header h1 img{
  width: 6.5rem;
  height:100%;
  padding-right: 0.5rem;
}
header h1 img.logo,header h1 img.catch{
  width: 100%;
  max-width: 25rem;
}
header h1 img.catch{
  height:25%;
  padding: 0.5rem 0.5rem 0 0.5rem;
  filter: drop-shadow(0 0 1px #0066CC) drop-shadow(0 0 1px #0066CC);
}
header h1 img.logo{
  height:75%;
  padding: 0.5rem;
}
header nav a{
  color : #0066cc;
}
header nav{
  padding:0;
  width:calc(100% - 245px);
  max-width:900px;
  display: flex;
  justify-content: flex-end;
  background-image : linear-gradient(rgba(255, 255, 255, 0.85) 10%, rgba(63, 156, 56, 0.45) 90%);
}
header nav div{
  width : calc(100% / 6);
  height: 100%;
  font-size: 1.4rem;
  line-height : 1.1;
  position: relative;
  text-align : center;
  font-weight : 700;
  border-right-width : 1px;
  border-right-style : dotted;
  border-right-color : #0066cc;
}
header nav div:nth-child(2){
  border-left-width : 1px;
  border-left-style : dotted;
  border-left-color : #0066cc;
}
header nav div a{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  padding:0 5px;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  align-content: center;
}
header nav .hb_block{
  display: none;
  background-image : none;
}
@media screen and (max-width:800px){
  header nav{
  position : fixed;
  top : 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  transition: right 0.5s;
  background-image : url(rome.svg),url(pic/rome_face.webp);
  background-position : left top,left top;
  background-size : contain,cover;
  justify-content: flex-start;
  flex-wrap:wrap;
  align-content: center;
  gap:0.5rem;
  background-color : rgba(0, 0, 0, 0.8);
  background-repeat : no-repeat;
}
header nav a{
  color : #fff;
}
.nav-sp.open{
  right: 0;
}
header nav div a{
  background-color : rgba(0, 0, 0, 0.4);
  border-radius:1rem;
  background-image : none;
}
header nav div{
  margin : 0 auto;
  width:80%;
  height: 5rem;
  font-size: 1.9rem;
  border-width : 0px;
}
header nav div.hb_block{
  display: block;
}
header nav div.hb_block a{
  background-color : transparent;
}
header nav div.hb_block a.home{
  background-color : rgba(0, 0, 0, 0.4);
}
header nav div.top_margin{
  margin:1.5rem auto 0;
}
header nav div.hb_block img{
  max-height:5rem;
}
header nav div.sns_ico{
  display: flex;
  justify-content: center;
  gap:0.5rem;
  margin:1.5rem auto;
}
header nav div.sns_ico img{
  max-height:4rem;
}
header nav div.sns_ico p{
  aspect-ratio: 1 / 1;
  position: relative;
}
header nav div.sns_ico p a{
  display: flex;
  justify-content: center;
  align-items: center;
}
}
.hb_menu,.hb_menu_line b{
  display: none;
}
@media screen and (max-width:800px){
  .hb_menu{
  display: flex;
  align-items: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position : fixed;
  top : 1.4rem;
  right : 1rem;
  z-index : 6000;
}
.hb_menu_line{
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color : #0066CC;
  position: relative;
  transition: all 0.5s;
}
.hb_menu_line::before,
.hb_menu_line::after{
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #0066CC;
  position: absolute;
  transition: all 0.5s;
}
.hb_menu_line::before{
  transform: translateY(-12px);
}
.hb_menu_line::after{
  transform: translateY(12px);
}
.hb_menu.open .hb_menu_line{
  background-color: transparent;
}
.hb_menu.open .hb_menu_line::before{
  transform: rotate(45deg);
  background-color: #fff;
}
.hb_menu.open .hb_menu_line::after{
  transform: rotate(-45deg);
  background-color: #fff;
}
}
@media screen and (max-width:340px){
  .flex{
  padding-top: 4.2rem;
  margin-top: -4.2rem;
}
header{
  height:4.2rem;
}
header h1 img{
  width: 4.7rem;
}
header h1 img.logo,header h1 img.catch{
  max-width: 14.7rem;
}
header h1 img.catch{
  padding: 0.2rem 0.2rem 0 0.2rem;
}
header h1 img.logo{
  padding: 0.2rem;
}
.hb_menu{
  top : 0.5rem;
}
}
#top{
  width : 100%;
  background-image : url(bgi_top.webp);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : center bottom;
  background-size : cover;
  background-color : #f8a900;
}
#top .inner{
  padding : 6rem 0 0;
  height : 100%;
  max-width:120rem;
  position : relative;
}
#top h2{
  position : absolute;
  display:flex;
}
#top .pic{
  height : calc(100% - 10rem);
  bottom : 0;
  right : 0;
  align-items: flex-end;
}
#top .logo{
  width : 100%;
  height : 40%;
  max-height : 25rem;
  bottom : 0;
  left : 0;
  padding:1rem;
  flex-wrap:wrap;
  align-content: flex-end;
  gap:1rem;
  max-width : 80rem;
}
#top .wak{
  filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
}
#top .logo span{
  font-size : 1.5rem;
  font-weight : 700;
  line-height : 1.1;
  display : block;
  color : #0066cc;
  width : 100%;
}
#top .party{
  width : 100%;
  max-width : 120rem;
  right : 0;
  top : 6rem;
  padding:1rem;
  flex-direction: column;
  justify-content: center;
  gap:0.5rem;
}
#top .party span{
  max-width : 100rem;
  display:flex;
  align-items: center;
  gap:0.5rem;
}
#top .party span.jimin{
  color : #3f9c38;
  font-size : 2rem;
  font-weight : 900;
}
#top .party span.ja{
  color : #3f9c38;
  font-size : 2rem;
  font-weight : 900;
}
#top .party img{
  max-width:15rem;
}
@media screen and (max-width:340px){
  #top .logo,#top .party{
  padding:0.5rem;
}
#top .party{
  top : 4.2rem;
}
}
#prof{
  }
#prof .inner{
  background-color : #f8a900;
  margin:0 auto;
  max-width:120rem;
  display: grid;
  place-content: center;
  gap:1rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 40rem;
}
#prof .container{
  width:100%;
  padding:0;
}
#prof h3{
  width:100%;
  border-bottom : 3px solid black;
  padding : 0 0.5rem 0.5rem;
}
#prof h3 img{
  max-width:25rem;
}
#prof table{
  padding : 1rem;
  border-spacing: 0;
  width : 100%;
}
#prof tr td{
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight : 700;
  vertical-align: top;
  padding : 0.5rem 0.8rem;
  background-color : rgba(255, 255, 255, 0.15);
}
#prof tr:nth-child(even) td{
  background-color : rgba(0, 0, 0, 0.15);
}
#prof p{
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight : 700;
}
#prof p span{
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight : 900;
  color : #0066cc;
}
#prof p.right{
  background-image : url(img_face.webp);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left bottom;
  background-size : contain;
  margin : 0.5rem 0;
  padding : 3rem 1rem 1rem;
}
#prof h4{
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight : 900;
  width:100%;
  border-left : 5px solid black;
  padding : 1rem;
  letter-spacing : 1rem;
  line-height : 1;
  background-image : linear-gradient(to right, #f8a900, rgba(0, 0, 0, 0.3) 130%);
}
#prof .grid{
  margin:0 auto;
  display: grid;
  gap:0.4rem;
  grid-template-rows: repeat(7,1fr);
  grid-template-columns: repeat(4,1fr);
}
#prof .grid div img{
  width:100%;
  height : 100%;
  object-fit: cover;
  border-radius:1rem;
}
#prof .grid div:nth-child(1),#prof .grid div:nth-child(8),#prof .grid div:nth-child(17){
  grid-column: 1 / 3;
}
#prof .grid div:nth-child(9){
  grid-column: 3 / 5;
}
#prof .grid div:nth-child(15) {
  grid-column: 2 / 4;
}
#prof .grid div:nth-child(21) {
  grid-column: 2 / 5;
}
@media screen and (max-width:830px){
  #prof .inner{
  display: block;
}
#prof .container{
  margin:0 auto;
}
#prof p{
  font-size : 1.3rem;
}
#prof td{
  font-size : 1.3rem;
}
}
#news{
  padding: 0;
  background-color : #f8a900;
}
#news .inner{
  width:90%;
  max-width : 80rem;
}
#news h3{
  margin:0 auto;
  font-size : 1.3rem;
  font-weight : 900;
  color : #ffffff;
  text-align : right;
  max-width:35rem;
}
@media screen and (max-width:500px){
  #news{
  }
#news .inner{
  aspect-ratio: 1.75 / 1;
}
}
#measures{
  background-image : url(bgi_measures.webp);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : center center;
  background-size : cover;
  padding : 0;
}
#measures .inner{
  margin:0 auto;
  width : 100%;
  max-width : 120rem;
  padding : 3rem 3rem 0;
  border-radius: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
}
#measures h3{
  width:100%;
  max-width:80rem;
  margin:0 auto;
  padding-bottom:2rem;
  filter:drop-shadow(2px 2px 5px #000) drop-shadow(-2px -2px 5px #000);
}
#measures div.container{
  width:100%;
  max-width:160rem;
  margin:0 auto;
  display: grid;
  place-content: center;
  place-items: end center;
  gap:1rem;
  grid-template-rows: 1fr;
  grid-template-columns: 2fr 1fr;
  direction: rtl;
}
#measures .pic,#measures .txt{
  direction: ltr;
}
#measures .pic,#measures .txt{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
  padding : 0 0 3rem;
}
#measures .pic{
  height:100%;
  background-image : url(pic_measures.webp);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left bottom;
  background-size : contain;
  align-content: flex-end;
  align-items: flex-end;
}
#measures .txt{
  margin:0 auto;
  display: grid;
  grid-template-rows: auto 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap:1rem;
  text-shadow: -1px -1px 0 white, -1px 0 0 white, -1px 1px 0 white,
                  0 -1px 0 white,                  0 1px 0 white,
                1px -1px 0 white,  1px 0 0 white,  1px 1px 0 white;
}
#measures p{
  width:100%;
  font-size : clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight : 700;
  line-height : 1.4;
  text-align : left;
}
#measures .pic p{
  color:#fff;
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
  filter: drop-shadow(2px 2px 3px #000) drop-shadow(-2px -2px 3px #000);
}
#measures .txt p{
  padding : 1rem;
  background-color : rgba(255, 255, 255, 0.3);
  border-radius:1rem;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
#measures label{
  display : block;
}
#measures label.catch{
  width:20%;
  max-width:7rem;
  margin:0 auto 0 0;
  padding-left:0.5rem;
}
#measures label.name{
  width:100%;
  max-width:20rem;
  margin:0 0 0 auto;
}
#measures .sec{
  text-align : center;
}
#measures .sec:nth-child(1){
  grid-column: 1 / 3;
}
@media screen and (max-width:1180px){
  #measures div.container{
  grid-template-columns: 1.2fr 1fr;
}
#measures .txt{
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}
#measures .sec:nth-child(1){
  grid-column: 1 / 2;
}
}
@media screen and (max-width:900px){
  #measures div.container{
  display:block;
}
}
#measures .sec h4{
  margin-bottom : 1rem;
  font-size : clamp(2rem, 2.5vw, 2.8rem);
}
#measures .sec:nth-child(1) h4{
  color : #fe63a0;
  background : linear-gradient(transparent 50%, rgba(254, 99, 160, 0.6) 50%) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}
#measures .sec:nth-child(1) h4 span,#measures .sec:nth-child(1) h4{
  filter: drop-shadow(0 0 2px #fe63a0);
}
#measures .sec:nth-child(2) h4{
  color : #0066cc;
  background : linear-gradient(transparent 50%, rgba(0, 102, 204, 0.6) 50%) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}
#measures .sec:nth-child(2) h4 span,#measures .sec:nth-child(2) h4{
  filter: drop-shadow(0 0 2px #0066cc);
}
#measures .sec:nth-child(3) h4{
  color : #3f9c38;
  background : linear-gradient(transparent 50%, rgba(63, 156, 56, 0.6) 50%) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}
#measures .sec:nth-child(3) h4 span,#measures .sec:nth-child(3) h4{
  filter: drop-shadow(0 0 2px #3f9c38);
}
#measures .sec:nth-child(4) h4{
  color : #8000ff;
  background : linear-gradient(transparent 50%, rgba(128, 0, 255, 0.6) 50%) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}
#measures .sec:nth-child(4) h4 span,#measures .sec:nth-child(4) h4{
  filter: drop-shadow(0 0 2px #8000ff);
}
#measures .sec:nth-child(5) h4{
  color : #804000;
  background : linear-gradient(transparent 50%, rgba(128, 64, 0, 0.6) 50%) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}
#measures .sec:nth-child(5) h4 span,#measures .sec:nth-child(5) h4{
  filter: drop-shadow(0 0 2px #804000);
}
.message{
  min-height: auto;
}
.message .inner{
  padding:0;
  display:grid;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 35%;
}
.message .inner div.txt_box{
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  align-content: center;
  gap:2rem;
  padding:8rem 2rem;
  max-width:50rem;
}
.message .inner div.img_box{
  height : 100%;
}
.message img.pic{
  width:100%;
  height : 100%;
  object-fit: cover;
}
.message p{
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  margin:0 auto;
  width:100%;
  font-weight : 700;
  line-height : 1.5;
}
.message h3{
  font-size: clamp(2rem, 3.3vw, 2.8rem);
  width: 100%;
  text-align: center;
  padding-bottom: 2rem;
  font-weight: 900;
}
.message section{
  display:flex;
  justify-content: center;
  align-items: center;
}
#message{
  }
#message .inner{
  background-color : black;
  color : #f8a900;
  direction: rtl;
}
#message .inner div.txt_box{
  direction: ltr;
}
#message img.lll{
  object-position: 28% top;
}
#message h3 img{
  max-width:32rem;
}
#message p.ippo{
  height:10rem;
  display:flex;
  flex-wrap:wrap;
  align-content: flex-end;
  gap:1rem;
}
#message label{
  width:100%;
  display : block;
}
#message label.ippo{
  text-align : center;
}
#message label.name{
  text-align : right;
}
#message label.ippo img{
  width:50%;
}
#message label.name img{
  width : 35%;
}
#recommend{
  }
#recommend .inner{
  background-color : #3f9c38;
  color : white;
  direction: ltr;
}
#recommend img.lll{
  object-position: 62% top;
}
#recommend p.ippo,#recommend2 p.ippo{
  margin:0;
  height:3rem;
  display:flex;
  justify-content: flex-end;
  align-items: center;
  gap:1rem;
}
#recommend label,#recommend2 label{
  width:auto;
  display : block;
  line-height : 1;
}
#recommend label.ippo,#recommend2 label.ippo{
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight : 700;
}
#recommend label.name,#recommend2 label.name{
  font-size: clamp(2rem, 3.3vw, 2.8rem);
  font-weight : 900;
}
#recommend2{
  }
#recommend2 .inner{
  background-color : #0066cc;
  color : white;
  direction: rtl;
}
#recommend2 .inner div.txt_box{
  direction: ltr;
}
#recommend2 img.lll{
  object-position: 15% top;
}
@media screen and (max-width:1350px){
  .message .inner{
  grid-template-columns: repeat(2,1fr);
}
}
@media screen and (max-width:660px){
  .message .inner{
  display:block;
}
.message .inner div.txt_box{
  padding:2rem;
}
}
