@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
  height: 100%;
  min-width: 100%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
 /* max-width: 1920px; */
 letter-spacing: 0.2em;
  margin: 0 auto
}

@media only screen and (max-width: 769px) {
  body {
    font-size: 2.2rem;
    line-height: 2.25;
    min-width: 750px;
  }
}

/*******アンカー位置調整**********/
#message,#cafeteria,#sdgs,#support,#overview{
	padding-top: 50px
}

#g_navi{
    position: absolute;
    font-size: 14px;
    top: 43px;
    right: 140px;
    font-style: normal;
    display: flex
}
@media only screen and (max-width: 769px) {
#g_navi{
	display: none
}
}

#g_navi li a{
    margin: 0 0 0 23px;
    color: #fff;
    transition: ease-in-out .3s;
   /* text-shadow: 2px 2px 15px rgba(0,0,0,.3) ,
-2px 2px 5px  rgba(0,0,0,.3)  ,
2px -2px 5px  rgba(0,0,0,.3) ,
-2px -2px 5px  rgba(0,0,0,.3) ;*/
}
#g_navi li a:hover{
    opacity: .5
}
#main_vi{
    background: url("../img/mv_back_pc.jpg") no-repeat;
    background-size: cover;
    height: 100vh; /* 全画面表示 */
    background-position: bottom center
}
@media only screen and (max-width: 769px) {
#main_vi{
    background: url("../img/mv_back_sp.jpg") no-repeat;
    background-size: cover;
    height: 90vh; /* 全画面表示 */
    background-position: bottom center;
    justify-content: center;
    align-items: center;
}
}


#main_catch{
    position: absolute;
    right: 10%;
    top: 40%;
    color: #fff;
    font-size: clamp(50px, 3vw, 70px);;
}
@media only screen and (max-width: 769px) {
#main_catch{
	}
}




.resize{
    width: 100%
}

#logo{
    position: absolute;
    z-index: 1;
    width: 200px;
    margin: 25px 0 0 25px;
}

section{
    margin-top: 170px;
	clear: both
}
@media only screen and (max-width: 769px) {
section{
    margin-top: 150px;
}
}


header {
  position: relative;
  z-index: 10;
}

#contact_logo{
	width: 240px;
	margin: 0 auto
}
.h2text{
	color: #0071BC;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.15em;
	line-height: 1.6em;
}
@media only screen and (max-width: 769px) {
.h2text{
	font-size: 3.8rem;
    line-height: 1.6em;
    width: 95%;
    margin: 0 auto;
}
}


.lead{
	font-size: 15px;
	text-align: center;
	line-height: 2em;
	margin: 110px auto
}
@media only screen and (max-width: 769px) {
.lead{
	width: 94%;
	margin: 40px auto;
	font-size:2.3rem;
	line-height: 2em;
}
}

.gojyu{
	font-size: 15px;
	text-align: center;
	margin: 20px auto 60px auto
}
@media only screen and (max-width: 769px) {
.gojyu{
	font-size:2.3rem;
	text-align: center;
	margin: 20px auto 60px auto
}
}

.sdgs_mark{
	margin: 0 auto 40px auto;
	display: table;
}
@media only screen and (max-width: 769px) {
.sdgs_mark{
	margin:110px auto 40px auto;
   width: 95%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between
}
}

.sdgs_mark li{
	text-align: center;
	line-height: 1.7em;
	float: left;
	margin: 0 20px;
	width: 140px
}
@media only screen and (max-width: 769px) {
.sdgs_mark li{
	float: none;
	margin: 0 0 50px 0;
	width: 33%
}

.sdgs_mark::after{
  content:"";
  display: block;
  width:33%;
}
}


.sdgs_mark li img{
	width: 92px;
}
@media only screen and (max-width: 769px) {
.sdgs_mark li img{
	width: 70%;
}
}
.sdgs_mark li p{
	margin: 10px 0 0 0;
	font-size: 12px;
}
@media only screen and (max-width: 769px) {
.sdgs_mark li p{
	margin: 10px 0 0 0;
	font-size: 2rem;
	line-height: 1.5em
}
}

.dantai{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 20px auto
}
@media only screen and (max-width: 769px) {
.dantai{
	width: 90%;
	display: block;
	margin: 0 auto 20px auto
}
}

.marimo {
	height: 37px !important;
    margin-top: 20px;
    margin-bottom: 28px !important;
}
@media only screen and (max-width: 769px) {
.marimo {
	height: 65px !important;
	margin-top: 20px;
	margin-bottom: 17px !important
}
}


.pc{ display: inline}
.sp{ display: none}
@media only screen and (max-width: 769px) {
.pc{ display: none}
.sp{ display: inline}
}


.dantai_center{
	width: 792px
}
@media only screen and (max-width: 769px) {
.dantai_center{
	width: 90%
}
}


.dantai li{
	border-radius: 15px;
	width: 380px;
	height: auto;
	border: 1px #0071BC solid;
	color: #0071BC;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
	padding: 30px 0 
}
@media only screen and (max-width: 769px) {
.dantai li{
	border-radius: 15px;
	width: 100%;
	height: auto;
	font-size: 2.2rem;
	padding: 30px 0 30px 0;
	margin-top: 20px;
}
}

.dantai li img{
	margin-bottom: 15px;
	height: 70px
}
.dantai_center li img{
	height: 90px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 769px) {
.dantai li img{
	margin-bottom: 35px;
	height: 110px
}
.dantai_center li img{
	height: 135px;
	margin-bottom: 25px;
}
}


#overview{
	display: flex;
	align-items: center;
	text-align: left;
	margin-bottom: 200px
}
@media only screen and (max-width: 769px) {
#overview{
	display: block;
}
}

.overview_text{
	margin-left: 70px
}
@media only screen and (max-width: 769px) {
.overview_text{
	margin-left: 0px;
	width: 90%;
	margin: 90px auto 0 auto
}
}

#overview h2{
	text-align: left;
	margin-bottom: 50px
}
dl.overview_li {
	font-size: 15px;
	display: flex;
  	flex-wrap: wrap;
	width: 800px;
	border-top: 1px #CCCCCC solid;
   line-height: 1.4em
}
dl.overview_li  dt {
  width: 140px;
  border-bottom: 1px #CCCCCC solid;
  padding: 25px
}

dl.overview_li dd {
  width: 550px;
  border-bottom: 1px #CCCCCC solid;
  padding: 25px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 769px) {

dl.overview_li {
	font-size: 15px;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 2.3rem;
	border-top:1px  #CCCCCC solid
}
dl.overview_li  dt {
  width: 97%;
  border-bottom: none;
  padding: 25px 0 0 25px;

}

dl.overview_li dd {
  width: 97%;
  border-bottom: 1px #CCCCCC solid;
  padding: 10px 0 25px 25px;
 line-height: 1.8em;
}
}

.footer_foundation{
   line-height: 1.5em;
   margin-bottom: 6px
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

img,
input[type="image"] {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.poppins {
  font-family: 'Poppins', sans-serif;
}

.futura {
  font-family: 'Didact Gothic', sans-serif;
}

.century {
  font-family: 'Questrial', sans-serif;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  border: none !important;
  clear: both !important;
  display: block !important;
  float: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
}

@media only screen and (min-width: 770px) {
  .show_pc {
    display: block;
  }
}
@media only screen and (max-width: 769px) {
  .show_pc {
    display: none;
  }
}

@media only screen and (min-width: 770px) {
  .show_sp {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .show_sp {
    display: block;
  }
}

@media only screen and (min-width: 770px) {
  .show_pc_i {
    display: inline;
  }
}
@media only screen and (max-width: 769px) {
  .show_pc_i {
    display: none;
  }
}

@media only screen and (min-width: 770px) {
  .show_sp_i {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .show_sp_i {
    display: inline;
  }
}

.btn_menu_all {
  background-color: #0071BC;
  cursor: pointer;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.btn_menu_all .menu_icon {
  width: 35px;
}


.btn_menu_all .menu_icon span {
  background-color: #fff;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.btn_menu_open .menu_icon span:nth-of-type(1){
top: -7px;
}
.btn_menu_open .menu_icon span:nth-of-type(2){
top: 5px;
}

.btn_menu_close .menu_icon span:nth-of-type(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_menu_close .menu_icon span:nth-of-type(2) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.title span {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.0em;
  padding-left: 1.5em;
}
@media only screen and (min-width: 770px) {
  .title span {
    font-size: 2.0rem;
  }
}
@media only screen and (max-width: 769px) {
  .title span {
    font-size: 2.2rem;
  }
}
.title span:before {
  content: '■';
  float: left;
  margin-left: -1.5em;
}

@media only screen and (max-width: 769px) {
.japanese{
   position: absolute;
   top: 30px;
   right: 120px;
}
.japanese a{
   color: #fff
}
}

.btn_all a {
  border-width: 1px;
  border-style: solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  position: relative;
  text-align: center;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 16px
}
@media only screen and (min-width: 770px) {
  .btn_all a {
    height: 70px;
    line-height: 67px;
    width: 500px;
  }
}
@media only screen and (max-width: 769px) {
  .btn_all a {
  	font-size: 2.3rem;
    height: 100%;
    line-height: 78px;
    width: 90%;
  }
}
/*********
.btn_all a:before {
  background-color: #fff;
  bottom: 50%;
  content: '';
  margin-bottom: -3px;
  position: absolute;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
*////////////

@media only screen and (min-width: 770px) {
  .btn_all a:before {
    right: 30px;
  }
}
@media only screen and (max-width: 769px) {
  .btn_all a:before {
    right: 60px;
  }
}
.btn_all a:before {
  height: 1px;
  width: 60px;
}


.box_center {
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box_center_footer {
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 769px) {
.box_center_footer {
	width: 90%;
}
}

 

#base_loader {
  background-color: #fff;
  height: 100%;
  left: 0;
  letter-spacing: 0.1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: fixed;
  overflow-y: hidden;
  top: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
#base_loader.loading {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

.box_loader {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.box_loader .spinner_load {
  font-size: 0;
  letter-spacing: 0;
  height: 40px;
  text-align: center;
}
.box_loader .spinner_load > div {
  -moz-animation: ani_loading 1.2s infinite ease-in-out;
  -webkit-animation: ani_loading 1.2s infinite ease-in-out;
  animation: ani_loading 1.2s infinite ease-in-out;
  background-color: #0071BC;
  display: inline-block;
  height: 100%;
  width: 6px;
}
.box_loader .spinner_load > div + div {
  margin-left: 3px;
}
.box_loader .spinner_load .rect2 {
  -moz-animation-delay: -1.1s;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.box_loader .spinner_load .rect3 {
  -moz-animation-delay: -1.1s;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.box_loader .spinner_load .rect4 {
  -moz-animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.box_loader .spinner_load .rect5 {
  -moz-animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-moz-keyframes ani_loading {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes ani_loading {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes ani_loading {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.link_fade {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 770px) {
  .link_fade {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}

@media only screen and (min-width: 770px) {
  .link_fade:not(:disabled):hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}

#index #main_area .sec_mv .line_cover .line {
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.54, 0, 0, 0.99);
  -o-transition: -o-transform 0.9s cubic-bezier(0.54, 0, 0, 0.99);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.54, 0, 0, 0.99);
  transition: transform 0.9s cubic-bezier(0.54, 0, 0, 0.99);
}
#index #main_area .sec_mv .line_cover .line:nth-child(1) {
  transition-delay: 0.1s;
}
#index #main_area .sec_mv .line_cover .line:nth-child(2) {
  transition-delay: 0.2s;
}
#index #main_area .sec_mv .line_cover .line:nth-child(3) {
  transition-delay: 0.3s;
}
#index #main_area .sec_mv .line_cover .line:nth-child(4) {
  transition-delay: 0.4s;
}
#index #main_area .sec_mv .line_cover .line:nth-child(5) {
  transition-delay: 0.5s;
}
#index #main_area .sec_mv .line_cover .line:nth-child(6) {
  transition-delay: 0.6s;
}
#index #main_area .sec_mv .box_center {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.5s linear 1s;
  -o-transition: opacity 0.5s linear 1s;
  -webkit-transition: opacity 0.5s linear;
  -webkit-transition-delay: 1s;
  transition: opacity 0.5s linear 1s;
}
@media only screen and (min-width: 770px) {
  #index #main_area .sec_1 .wrap_text {
    top: -100px;
    -moz-transition: top 0.5s cubic-bezier(0.54, 0, 0, 0.99) 1.3s;
    -o-transition: top 0.5s cubic-bezier(0.54, 0, 0, 0.99) 1.3s;
    -webkit-transition: top 0.5s cubic-bezier(0.54, 0, 0, 0.99);
    -webkit-transition-delay: 1.3s;
    transition: top 0.5s cubic-bezier(0.54, 0, 0, 0.99) 1.3s;
  }
}

.loading #index #main_area .sec_mv .line_cover .line {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.loading #index #main_area .sec_mv .box_center {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (min-width: 770px) {
  .loading #index #main_area .sec_1 .wrap_text {
    top: 0;
  }
}

#header_fix {
  position: relative;
}
#header_fix .logo {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 500;
}
#header_fix .logo a {
  background-color: #fff;
  display: block;
}
@media only screen and (min-width: 770px) {
  #header_fix .logo a {
    height: 200px;
    width: 200px;
  }
}
@media only screen and (max-width: 769px) {
  #header_fix .logo a {
    height: 150px;
    width: 150px;
  }
}
#header_fix .btn_menu_open {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 500;
}

#header_menu {
  background-color: #0071BC;
  height: 100%;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: fixed;
  top: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}
#header_menu .area_1 {
  color: #fff;
  padding-top: 190px;
  text-align: center;
  font-size: 12px;
  line-height: 2em
}
#header_menu .area_1 .text {
  padding: 40px 0 ;
}
@media only screen and (max-width: 769px) {
#header_menu .area_1 .text {
	font-size: 2.2rem;
	line-height: 4rem
}
}

#header_menu .area_1 .btn a {
  background-color: #0071BC;
  border-color: #fff;
}
#header_menu .area_1 .btn a:hover {
  background-color: #fff;
  color: #0071BC;
}
#header_menu .area_1 .btn a:hover:before {
  background-color: #0071BC;
}

#header_menu.on {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

#index #main_area .sec_all {
  position: relative;
  width: 100%;
}
#index #main_area .sec_all .inner_sec {
  height: 100%;
  position: relative;
}
#index #main_area .sec_all .back_sec {
  overflow: hidden;
  position: absolute;
  width: 100%;
}
#index #main_area .sec_all .back_sec .inner_back {
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
}
#index #main_area .sec_mv {
  height: 100vh;
}
#index #main_area .sec_mv .back_sec {
  height: 100%;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 770px) {
  #index #main_area .sec_mv .back_sec .inner_back {
    background-image: url(../img/mv_back_pc.jpg);
  }
}
@media only screen and (max-width: 769px) {
  #index #main_area .sec_mv .back_sec .inner_back {
    background-image: url(../img/mv_back_sp.jpg);
  }
}
#index #main_area .sec_mv .all_line {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}


footer {
  background-color: #0071BC;
  line-height: 1.0em;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 90px 0
}

.btn a:hover {
    background-color: #fff;
    color: #0071BC;
}
	
	
.footer_margin{
	margin: 40px 0;
	line-height: 2em
}
@media only screen and (min-width: 770px) {
  footer {
    font-size: 1.4rem;
    height: 300px;
  }
}
@media only screen and (max-width: 769px) {
  footer {
    font-size: 2.2rem;
    height: 380px;
  }
}
footer small {
  display: inline-block;
  white-space: nowrap;
}



.nolink {
    pointer-events: none;
    text-decoration-line: none;
    color: inherit !important;
}


.copy{
	font-family: "Arial", "メイリオ";
	font-size: 13px;
	margin: 40px 0 0 0
}
@media only screen and (max-width: 769px) {
.copy{
	font-size: 16px;
}
}



#artistdirector{
   font-size: 15px;
   line-height: 2em;
   margin:300px 0
}
#ad_box1{
   display: flex;
   justify-content: flex-end;
   margin-bottom: 100px
}
@media only screen and (max-width: 769px) {
#ad_box1{
   display: block;
   width: 100%
}
}

#ad1{
   margin-right: 80px
}

@media only screen and (max-width: 1300px) {
#ad1{
   margin-right: 0px;
}
}

#ad1 h2{
   font-size: 44px;
   color: #0071BC;
   letter-spacing: 0.2em;
   margin: 20px 0 40px 0;
	font-weight: bold
}
#satory{
   margin: 60px 0 0 0
}
#ad1_text{
   width: 580px
}
@media only screen and (max-width: 769px) {
#ad1_text{
   width: 100%;
   font-size: 2.3rem;
   line-height: 3.7rem
}
#ncf img{
   width: 42vw
}
}

#introduction{
    font-size: 86%;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    margin-bottom: 40px
}
@media only screen and (max-width: 769px) {
#introduction{
    line-height: 1.7em;
    letter-spacing: 0.1em;
}

}


.ad_lead{
   font-size: 20px;
   line-height: 2em;
   margin:  0 0 40px 0;
   font-weight: 600;
   letter-spacing: 0.3rem
}
@media only screen and (max-width: 1300px) {
.ad_lead{
   font-size:2.3rem;
   line-height: 2em;
   font-weight: 600;
}
}


#ad_box2{
   display: flex; 
}
@media only screen and (max-width: 1300px) {
#ad_box2{
   display:block; 
}
}

#ad1_img_pc{
   
}

@media only screen and (max-width: 1300px) {
 #ad1_img_pc{
      display: none
   }
}


#profile_title{
   font-size: 26px;
   color: #0071BC;
   letter-spacing: 0.2em;
   margin-bottom: 30px;
	font-weight: bold
}
@media only screen and (max-width: 769px) {
#profile_title{
   font-size: 3.4rem;
}
}

#profile{
   margin-left: 80px
}
@media only screen and (max-width: 1300px) {
#profile{
   margin:60px auto 0 auto;
   width: 94%;
}
}


#profile dl {
	font-size: 13px;
	display: flex;
  	flex-wrap: wrap;
	width: 570px;
   line-height: 1.8em
}

#profile dt {
  width: 70px;
}

#profile dd {
  width: 500px;
}

@media only screen and (max-width: 769px) {
#profile dl {
	display: flex;
  	flex-wrap: wrap;
	width: 100%;
   font-size: 2.3rem;
   line-height: 1.8em;
   letter-spacing: 0.2rem
}

#profile dt {
  width: 20%;
}

#profile dd {
  width: 80%;
}
}

#ad1_img_sp{
   display: none
}

#ad2_img img{
   max-width: 1010px;
   width: 100%
}

@media only screen and (max-width: 1300px) {
#ad1_img_sp img{
   width: 100%;
}
#ad1_img_sp{
       margin-left: 7%;
        display: block
}

.sp_text_box{
   width: 92%;
   margin: 0 auto
}

#ad2_img img{
   width: 90%
}
}

