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

.box_link {
	position:relative;
}
.box_link a {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
.box_link a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (min-width:768px) {

h3.uni {
font-family:  'Noto Sans', sans-serif;
font-size: 7rem;
text-align: center !important;
font-weight: 700 !important;
line-height: 1.1;
margin-bottom: -100px;
}
h3.uni_jp {
font-size: 3rem;
text-align: center !important;
line-height: 1;
margin: 50px auto;
font-weight: bold !important;
}
h3.uni_jp span {
font-size: 1.4rem;
color: #B11112;
font-weight: bold !important;
}
.column {
background-color: #fff;
padding: 20px 20px 0px 20px;
border-radius: 10px;
width: 100%;
max-width: 750px;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
position: relative;
display: grid;
grid-gap: 30px;
grid-template-columns: 1fr 5fr;
margin-bottom: 30px;
}
.column:before {
position: absolute;
right: 12px;
top: 50%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);
margin: auto;
content: "\f0a9";
font-family: "Font Awesome 6 Free";
font-weight: 900 !important;
font-size: 2rem;
color: #B01412;
display: inline-block;
}
.column .photo {
text-align: center;
}
.column .photo img {
border-radius:50%;
width: 100%;
max-width: 100px;
}
.column .title h4 {
font-size: 2rem;
font-weight: bold !important;
margin-bottom: 10px;
}
.column .title .name {
font-size: 1.8rem;
font-weight: normal;
margin-bottom: 10px;
}
.column .title .name span {
font-size: 1.4rem;
color: #B11112;
}


  .p-tm-item {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px
  }

  .p-tm-item_profile {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 310px;
    margin-bottom: 50px
  }

  .p-tm-item_name {
    width: 260px;
    padding: 120px 10px 0 30px;
    font-size: 1.6rem
  }

  .p-tm-item_name b {
    font-size: 3.2rem;
    font-weight: 700;
    display: block;
    line-height: 1
  }

  .p-tm-item_body {
    font-size: 1.6rem
  }

  .p-tm-item_body p {
    line-height: 2.4;
  }
  .p-tm-item_body p,
  .p-tm-item_h {
    margin-bottom: 20px
  }

  .p-tm-item_h {
    font-weight: 700
  }
}

@media screen and (max-width:767px) {

h3.uni {
font-family:  'Noto Sans', sans-serif;
font-size: 4rem;
text-align: center !important;
font-weight: 700 !important;
line-height: 1.1;
margin-bottom: -50px;
}
h3.uni_jp {
font-size: 1.8rem;
text-align: center !important;
line-height: 1;
margin: 30px auto;
font-weight: bold !important;
}
h3.uni_jp span {
font-size: 1.4rem;
color: #B11112;
font-weight: bold !important;
}
.column {
background-color: #fff;
padding: 20px;
border-radius: 10px;
width: 100%;
max-width: 750px;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
position: relative;
display: grid;
grid-gap: 30px;
grid-template-columns: 1fr;
margin-bottom: 30px;
}
.column:before {
position: absolute;
right: 12px;
bottom: 10px;
margin: auto;
content: "\f0a9";
font-family: "Font Awesome 6 Free";
font-weight: 900 !important;
font-size: 3rem;
color: #B01412;
display: inline-block;
}
.column .photo {
text-align: center;
}
.column .photo img {
border-radius:50%;
width: 100%;
max-width: 100px;
}
.column .title h4 {
font-size: 2rem;
font-weight: bold !important;
margin-bottom: 10px;
}
.column .title .name {
font-size: 1.8rem;
font-weight: normal;
}
.column .title .name span {
font-size: 1.4rem;
color: #B11112;
}

  .p-tm-item {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px
  }

  .p-tm-item.-border-none {
    border-bottom: none
  }

  .p-tm-item_profile {
    padding: 20px 0
  }

  .p-tm-item_name {
    text-align: center;
    margin-bottom: 20px
  }

  .p-tm-item_name b {
    font-size: 2.4rem;
    font-weight: 700;
    display: block;
    line-height: 1
  }
  .p-tm-item_body p {
    line-height: 2;
  }

  .p-tm-item_body p,
  .p-tm-item_h {
    margin-bottom: 20px
  }

  .p-tm-item_h {
    font-weight: 700;
    text-align: center
  }
}
