@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: Arial,Helvetica,"游ゴシック体";
  color: #004E87;
  line-height: 1;
  background-color: #D3E2EA;
}

img {
  max-width: 100%;
}

.header-inner {
  max-width: 1200px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle-menu-button {
  display: none;
}

.header-logo {
  display: block;
  width: 170px;
}

.site-menu ul {
  display: flex;
}

.site-menu ul li {
  margin-left: 20px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;/*ふわっとさせる間隔 Google Chrome、Safari*/
  -moz-transition: all 0.3s ease;/*ふわっとさせる間隔 Firefox*/
  -ms-transition: all 0.3s ease;/*ふわっとさせる間隔 IE*/
  -o-transition: all 0.3s ease;/*ふわっとさせる間隔 Opera*/
  transition: all  0.3s ease;/*ふわっとさせる間隔*/
  text-align: center;
  cursor: pointer;
}

.site-menu ul li a {
  font-family: Arial,Helvetica,"游ゴシック体";
  font-weight: bold;
}

.site-menu ul li:hover {
  color: #b379ff;
}

/* Submenu */
 
.site-menu ul li ul{
  position: absolute;
  top: 55px;
  margin: 10px;
  width: 230px;
    padding: 0;
    z-index: 100;
}
.site-menu ul li ul li{
  display: block;
    line-height: 1.5;
    font-size: 14px;
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
}
.site-menu ul li ul li a{
  background-color: #004E87;
  color: #ffffff;
}
.site-menu ul li ul li a:hover{
  background-color: #C7DDE8;  
  color: #b379ff;
	font-size: 17px;
	font-weight: bold;
}

.site-menu ul li ul{
  display: none;
}
.site-menu ul li:hover ul{
  display: block;
}

.footer {
  color: #004E87;
  background-color: #C7DDE8;
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  display: block;
  width: 235px;
  margin-top: 90px;
}

.footer-tel {
  font-size: 26px;
  font-weight: bold;
  margin-top: 28px;
}

.footer-time {
  font-size: 13px;
  margin-top: 16px;
}

.copyright {
  font-size: 14px;
  font-weight: bold;
  margin-top: 90px;
}

.link-button-area {
  text-align: center;
  margin-top: 40px;
}

.link-button {
  background-color: #81c5e9;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: Arial,Helvetica,"游ゴシック体";
  font-size: 24px;
  color: #fff;
}

.link-button:hover {
  background-color: #e14ec8;
}


.first-view {
  height: calc(100vh - 110px);
  background-image: url(../images/index/titleback.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.top-view {
  height: calc(100vh - 110px);
  background-image: url(../images/index/titleback.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items:center;
}

.top-view img {
  width: 360px;
  margin-right: 15%;
}

.first-view02 {
  height: calc(100vh - 110px);
  background-image: url(../images/index/titleback02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 180px;
  padding-bottom: 300px;
  color: #004E87;
  font-weight: bold;
  text-shadow: 1px 1px 20px #ffffff;
}

.top-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 180px;
  padding-bottom: 160px;
  color: #004E87;
}

.first-view-text h1 {
  font-family: Arial,Helvetica,"游ゴシック体";
  font-size: 56px;
  line-height: 72px;
  text-shadow: 1px 1px 20px #ffffff;
}

.first-view-text p {
  font-family: Arial,Helvetica,"游ゴシック体";
  font-size: 18px;
  margin-top: 20px;
  text-shadow: 1px 1px 20px #ffffff;
}

.top-view-text h1 {
  font-family: "游ゴシック体";
  font-size: 60px;
  line-height: 72px;
  text-shadow: 
  white 2px 0px 2px, white -2px 0px 2px,
  white 0px -2px 2px, white -2px 0px 2px,
  white 2px 2px 2px, white -2px 2px 2px,
  white 2px -2px 2px, white -2px -2px 2px,
  white 1px 2px 2px, white -1px 2px 2px,
  white 1px -2px 2px, white -1px -2px 2px,
  white 2px 1px 2px, white -2px 1px 2px,
  white 2px -1px 2px, white -2px -1px 2px,
  white 1px 1px 2px, white -1px 1px 2px,
  white 1px -1px 2px, white -1px -1px 2px;
}

.top-view-text p {
  font-family: "游ゴシック体";
  font-size: 23px;
  margin-top: 20px;
  text-shadow: 
  white 2px 0px 2px, white -2px 0px 2px,
  white 0px -2px 2px, white -2px 0px 2px,
  white 2px 2px 2px, white -2px 2px 2px,
  white 2px -2px 2px, white -2px -2px 2px,
  white 1px 2px 2px, white -1px 2px 2px,
  white 1px -2px 2px, white -1px -2px 2px,
  white 2px 1px 2px, white -2px 1px 2px,
  white 2px -1px 2px, white -2px -1px 2px,
  white 1px 1px 2px, white -1px 1px 2px,
  white 1px -1px 2px, white -1px -1px 2px;
}
.lead {
  font-family: Arial,Helvetica,"游ゴシック体";
  max-width: 1200px;
  margin: 60px auto;
}

.lead p {
  line-height: 2;
  text-align: center;
}

.lead2 {
  display: block;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  text-align: center;
}

.lead2-text {
  max-width: 860px;
  margin-right: 40px;
  display: inline-block;
}

.lead2-text h2 {
  font-size: 27px;
  font-weight: bold;
  line-height: 18px;
}

.lead2-text h2::after {
  content: '';
  display: block;
  width: 170px;
  height: 3px;
  background-color: #464c58;
  margin-top: 20px;
}

.lead2-text p {
  font-size: 22px;
  line-height: 28px;
  margin-top: 25px;
}


.lead3 {
  font-family: Arial,Helvetica,"游ゴシック体";
  max-width: 1200px;
  margin: 60px auto;
}

.recommended {
  background-color: #C7DDE8;
  padding-top: 45px;
  padding-bottom: 55px;
}

.recommended h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.recommended h2::after {
  content: '';
  display: block;
  width: 170px;
  height: 3px;
  background-color: #9dacc7;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.recommended p {
  font-size: 18px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  font-family: Arial,Helvetica,"游ゴシック体";
}

.philosophy {
  background-color: #C7DDE8;
  color: #5f3bdf;
  padding-top: 45px;
  padding-bottom: 55px;
  font-family: Arial,Helvetica,"游ゴシック体";
}

.philosophy h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.philosophy h2::after {
  content: '';
  display: block;
  width: 170px;
  height: 3px;
  background-color: #9dacc7;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.philosophy p {
  font-family: Arial,Helvetica,"游ゴシック体";
  font-size: 18px;
  margin-top: 20px;
  text-shadow: 1px 1px 10px #4b2c14;
  text-align: center;
}

.philosophy2 {
  background-color: #C7DDE8;
  color: #5f3bdf;
  padding-top: 45px;
  padding-bottom: 55px;
  padding-left:20%;
  font-family: Arial,Helvetica,"游ゴシック体";
}

.philosophy2 h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

.philosophy2 h2::after {
  content: '';
  display: block;
  width: 170px;
  height: 3px;
  background-color: #9dacc7;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.philosophy2 p {
  font-family: Arial,Helvetica,"游ゴシック体";
  font-size: 18px;
  margin-top: 20px;
  text-shadow: 1px 1px 10px #4b2c14;
  text-align: left;
}

.philosophy3 {
  background-color: #C7DDE8;
  color: #5f3bdf;
  padding-top: 45px;
  padding-bottom: 55px;
  padding-right:20%;
  font-family: Arial,Helvetica,"游ゴシック体";
}

.philosophy3 h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: right;
}

.philosophy3 h2::after {
  content: '';
  display: block;
  width: 170px;
  height: 3px;
  background-color: #9dacc7;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.philosophy3 p {
  font-family: Arial,Helvetica,"游ゴシック体";
  font-size: 18px;
  margin-top: 20px;
  text-shadow: 1px 1px 10px #4b2c14;
  text-align: right;
}

.item-list {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: auto;
}

.item-list li {
  flex-shrink: 0;
  width: 260px;
  margin-left: 75px;
}

.item-list img {
  width: 100%;
}

.item-list p {
  font-family: Arial,Helvetica,"游ゴシック体";
  font-size: 35px;
  color: #000000;
  margin-top: 20px;
  text-shadow: 1px 1px 10px #464c58;
  text-align: center;
  transform: translate(0%,-470%)
}

.item-list li:first-child {
  margin-left: 0;
}

.item-list dl {
  margin-top: 20px;
}

.item-list dt {
  font-weight: bold;
}

.item-list dd {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

.item-list .price {
  font-weight: bold;
  margin-top: 15px;
}

.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
  height:600px;
  overflow:scroll;
  white-space:nowrap;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #004E87;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #004E87;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #f00;
}

.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

.l-header{
	width:100%;
	height:120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.l-header__inner:before {
	content: "";
	width: 100%;
	height: 120px;
	background: linear-gradient(43.37deg, #C7DDE8 6.71%, #338dba 101.43%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
}
.sp-menubtn{
	display: none;
}
.menu__inner{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height:85px;	
	position:relative;
}
.menu__item{
	margin:0 20px;
	height:100%;
}
.menu__contact{
	background: #338dba;
	width: 150px;
	text-align: center;
}
.menu__link{
	display:block;
	color:#fff;
	height:100%;
	line-height: 85px;
}
/*メガメニュー*/
.menu__contents{
	display: none;
	position:absolute;
	top:100%;
	left:0;
	width: calc(100% - 150px);
	background: #6eb4d7;
	padding:20px;	
}
.menu__contents ul {
	display: flex;
	justify-content: space-between;
}
.menu__contents ul li{
	background:#fff;
	width: 100%;
	height:100px;
}
.menu__contents ul li a{
	display:block;
	text-align: center;
	line-height: 100px;
}

.back-view {
  height: calc(100vh - 110px);
  background-image: url(../images/common/m&a-back.jpg);
  background-repeat: no-repeat;
  background-position:  center;
  background-size: cover;
  align-items: center;
}

.back-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 180;
  padding-left: 100px;
  padding-bottom: 100px;
  color: #385ea1;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14;
}

.back-view-text h1 {
  font-family: Arial,Helvetica,"游ゴシック体";
  font-size: 56px;
  line-height: 72px;
  text-shadow: 1px 1px 10px #4b2c14;
}

.back-view-text p {
  font-family: Arial,Helvetica,"游ゴシック体";
  font-size: 18px;
  margin-top: 20px;
  text-shadow: 1px 1px 10px #4b2c14;
}


.feature {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.feature img {
  width: 360px;
}

.feature-text {
  max-width: 500px;
  margin-right: 40px;
}

.reverse {
  flex-direction: row-reverse;
}

.reverse .feature-text {
  margin-left: 40px;
  margin-right: 0;
}

.feature-text h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 18px;
}

.feature-text h2::after {
  content: '';
  display: block;
  width: 170px;
  height: 3px;
  background-color: #b5daed;
  margin-top: 20px;
}

.feature-text p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
}

.feature2 {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.feature2-text {
  max-width: 860px;
  margin-right: 40px;
}

.feature2-text h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 18px;
}

.feature2-text h2::after {
  content: '';
  display: block;
  width: 170px;
  height: 3px;
  background-color: #b5daed;
  margin-top: 20px;
}

.feature2-text p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
}

.reverse {
  flex-direction: row-reverse;
}

.feature3 {
  display: flex;
  justify-content: space-between;
  width: 730px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.feature3 img {
  width: 180px;
}

.feature3-text {
  max-width: 500px;
  margin-right: 40px;
}

.reverse {
  flex-direction: row-reverse;
}

.reverse .feature3-text {
  margin-left: 40px;
  margin-right: 0;
}

.feature3-text h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 18px;
}

.feature3-text h2::after {
  content: '';
  display: block;
  width: 170px;
  height: 3px;
  background-color: #b5daed;
  margin-top: 20px;
}

.feature3-text p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
}


.feature4 {
  display: flex;
  justify-content: space-between;
  width: 600px;
  max-width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.feature4-text {
  max-width: 860px;
  margin-right: 40px;
}

.movie {
  width: 930px;
  max-width: 90%;
  background-color: #C7DDE8;
  padding: 50px 60px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}

.movie h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.movie h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #C7DDE8;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.movie iframe {
  display: block;
  width: 100%;
  height: 456px;
  margin-top: 30px;
}

.movie p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 20px;
}

.footer {
  margin-top: 100px;
}

.company {
  width: 100%;
  margin: auto;
  display:flex;
  justify-content:center;
  }
  
  .company th,
  .company td {
  border: 1px solid #ffffff;
  padding: 20px;
  }
  
  .company th {
  font-weight: bold;
  background-color: #C7DDE8; 
  }

  .achievement {
    width: 100%;
    }
    
    .achievement th,
    .achievement td {
    border: 1px solid #ffffff;
    padding: 30px;
    }
    
    .achievement th {
    font-weight: bold;
    background-color: #C7DDE8; 
    }

    .achievement th img{
      max-width: 100%;
      height: auto;
      display: block;
  }

  .timeline-001__section {
    position: relative;
    padding: 0 1.5em 1.5em 2em;
    margin-left: 160px;
}

.timeline-001__section:not(:last-child)::before,
.timeline-001__section::after {
    position: absolute;
    content: '';
}

.timeline-001__section:not(:last-child)::before {
    bottom: 0;
    left: 11px;
    transform: translateX(-50%);
    width: 3px;
    height: 180%;
    background-color: #fff;
}

.timeline-001__section::after {
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #5825d0;
}

.timeline-001__content {
    border-bottom: dashed 1px #004E87;
    padding-bottom: 1.5em;
}

.timeline-001__label {
    margin-bottom: .1em;
    color: #004E87;
    font-size: .85em;
}

.timeline-001__title {
    color: #004E87;
    font-size: 1.05em;
    font-weight: 600;
    margin: 0 auto .5em;
}


#menu_links {
  background: #D3E2EA;
}

#menu_links > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  letter-spacing: -0.4em;
  margin: 0 auto 60px;
  text-align: left;
  width: 1040px;
}

#menu_links > ul > li {
  display: inline-block;
  flex: 0 0 auto;
  letter-spacing: normal;
  padding: 1rem;
  vertical-align: top;
  width: 50%;
}

#menu_links > ul > li > a {
  display: block;
  padding: 1rem;
  background: #C7DDE8;
}

#menu_links > ul > li h3 {
  padding: 10px 0px;
  font-size: 20px;
  color: #5f3bdf;
  font-weight: bold;
  border-bottom: 3px solid #9dacc7;
}

.recommended {
  margin-top: 60px;
}


.cont p {
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.5;
}


.main h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.main h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #C7DDE8;
  margin-top: 20px;
}

.map {
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.map iframe {
  display: block;
  width: 100%;
  height: 320px;
  margin-top: 25px;
}

.contact {
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.form-area {
  background-color: #D3E2EA;
  border: 1px solid #aaaaaa;
  margin-top: 25px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}

.form-area dt {
  width: 200px;
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}

.form-area dt .required::after {
  content: '必須';
  font-size: 11px;
  color: #eb4f32;
  margin-left: 10px;
}

.form-area dd {
  width: calc(100% - 200px);
  padding: 15px 0;
}

.input-text {
  width: 100%;
  max-width: 280px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.select-box {
  width: 200px;
  height: 40px;
}

.radio-button {
  display: block;
  margin-top: 20px;
}

.radio-button:first-child {
  margin-top: 0;
}

.radio-button input {
  margin-right: 8px;
}

.message {
  width: 100%;
  height: 260px;
  padding: 10px;
  line-height: 1.5;
}

.confirm-text {
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
}

.submit-button {
  background-color: #81c5e9;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  border: none;
}

.submit-button:hover {
  background-color: #e14ec8;
}


.staff-list {
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 240px);
  column-gap: 95px;
  row-gap: 70px;
  justify-content: center;
}

.staff-list dl {
  margin-top: 20px;
}

.staff-list dt {
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 197%;
  border-bottom: 3px  #9dacc7 solid;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  #profName span {
    font-size: 13px; 
}

.staff-list dd {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

.staff-list .price {
  font-weight: bold;
  margin-top: 15px;
}

.staff-list li {
  position: relative;
}

.staff-list .staff-label {
  position: absolute;
  top: 0;
  left: calc(100% + 18px);
  font-size: 10px;
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);
}

.profileList {
  width: 900px;
  margin-left: 45px; } 
.profileList li a {
display: block; }
.profileList li a img {
  width: 100%;
  height: 100%; }
  .profileList li a img:first-child {
    border: solid 1px #151515; }
.profileList li h2 {
text-align: center; }

.single .sideBar {
margin-top: 0 !important; }
.single .sideBar h4 {
  position: relative;
  margin-bottom: 15px;
  font-size: 138.5%; }
.single .sideBar .entryList li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  line-height: 1.6;
  border-bottom: 1px #e2e2e2 solid;
}

#profWrapper {
  width: 600px;
  float: right; } 


  #profHeader {
    position: relative; }
  
  .partner {
    margin-left: 1em;
    padding: 4px 7px;
    background: #FF6B19;
    color: #fff;
    letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  
  #profLeft {
    width: 300px;
    margin: 0 auto;
    float: left; } 

  
#profImage {
  width: 300px;
  height: 100%;
  min-height: 360px;
  margin-bottom: 15px; }
  #profImage .flexslider {
    margin-bottom: 0;
    background: none !important;
    border: none !important; }
  #profImage .flex-control-nav {
    bottom: 5px; }
  #profImage .flex-control-paging li a {
    background: #fff !important;
    border: 1px #151515 solid; }
    #profImage .flex-control-paging li a.flex-active {
      background: #143562 !important; }
  #profImage .slides img {
    width: 100%;
    height: 100%;
    border: 1px #000 solid; }

#profLeft .audiojs .scrubber {
  width: calc(100% - 154px); }

#profDownLoad {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  margin: 0 auto 30px;
  display: block; } 

  #profDownLoad a {
    display: block;
    padding: 10px;
    background: #222;
    text-align: center;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    -webkit-transition: 300ms !important;
    -moz-transition: 300ms !important;
    -ms-transition: 300ms !important;
    -o-transition: 300ms !important;
    transition: 300ms !important; }
    #profDownLoad a:hover {
      background: #143562; }

#profName {
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 197%;
  border-bottom: 3px  #9dacc7 solid;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  #profName span {
    font-size: 13px; }

#profile {
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 1px;
  line-height: 1.8; }
  #profile dt {
    font-weight: bold;
    width: 120px;
    margin-bottom: 10px;
    float: left; } 

    #profile dd {
      margin: 0 0 15px 120px;
      padding-bottom: 15px;
      border-bottom: 1px #eee solid; }

      #profile dd iframe,
      #profile dd img {
        max-width: 100%; }

      .talentBnrList {
        width: 240px;
        margin: 0 auto 30px;
        clear: both;
        letter-spacing: -.4em; }
        .talentBnrList li {
          display: inline-block;
          width: 240px;
          height: 120px;
          margin: 0 auto 15px;
          letter-spacing: normal; }
          .talentBnrList li a {
            display: block;
            color: #151515; }
          .talentBnrList li img {
            width: 100%;
            height: 100%;
            border: 1px #000 solid; }
      
      #biography {
        margin-bottom: 60px;
        clear: both; 
        word-break:break-all;}
        #biography h2 {
          margin-bottom: 15px;
          padding-bottom: 15px;
          font-size: 197%;
          border-bottom: 1px #004E87; }
        #biography div,
        #biography dl {
          letter-spacing: 1px;
          line-height: 1.8; }
        #biography h3,
        #biography dt {
          position: relative;
          background: #C7DDE8;
          margin: 15px 0;
          padding: 10px 15px;
          font-size: 108%;
          font-weight: bold; }


          #biography div img,
          #biography div iframe,
          #biography dd img,
          #biography dd iframe {
            max-width: 100%; }

            #news, #blog {
              margin-bottom: 60px; }
              #news h2, #blog h2 {
                margin-bottom: 15px;
                padding-bottom: 15px;
                font-size: 197%;
                border-bottom: 1px #D3E2EA; }
              #news ul li, #blog ul li {
                padding: 15px 0;
                border-bottom: 1px #eee solid;
                line-height: 1.8; }
                #news ul li .pubDate, #blog ul li .pubDate {
                  margin-bottom: 5px; }
                  #news ul li .pubDate a, #blog ul li .pubDate a {
                    margin-left: 10px;
                    font-size: 93%; }
            
            .entryNone {
              margin: 60px 0;
              text-align: center; }
            
            #singleProfileList {
              padding-top: 28px;
              background: #f2f2f2;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              -ms-border-radius: 5px;
              -o-border-radius: 5px;
              border-radius: 5px; }
              #singleProfileList h4 {
                position: relative;
                font-size: 164%;
                margin: 0 0 28px 45px;
                text-align: center; } 

                #singleProfileList .profileList .entry {
                  width: 100px; }

                  #singleProfileList .profileList .entry figure {
                    width: 100px;
                    height: 100px; }
                  #singleProfileList .profileList .entry h4 {
                    font-size: 93%; }

                    .inner {
                      position: relative;
                      width: 960px;
                      margin: 0 auto; } 

                      #content:after {
                        content: '';
                        display: table;
                        clear: both; }

                        
  .leftCol {
    width: 718px;
    float: left; }

  .rightCol {
    width: 242px;
    float: right;
    margin-top: 60px; }

  .loop,
  .pageContent {
    margin: 60px auto !important; }
    .loop .leftCol,
    .pageContent .leftCol {
      width: 690px; }
      .loop .leftCol .catTitle,
      .pageContent .leftCol .catTitle {
        padding: 0 0 60px 0; }
    .loop .rightCol,
    .pageContent .rightCol {
      margin-top: 0 !important; }

  .newsContent .leftCol {
    width: 718px !important; } 

    
.catTitle {
  position: relative;
  padding: 60px 0;
  font-size: 42px;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center; }
  .catTitle:after {
    content: '';
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    border-bottom: 1px #151515 solid; }

.entryTitle {
  margin-bottom: 30px;
  font-size: 197%;
  line-height: 1.6; }

.entryContent {
  margin-bottom: 30px;
  font-size: 108%;
  letter-spacing: .8px;
  line-height: 1.6; }
  .entryContent img,
  .entryContent iframe {
    max-width: 100%; }

    
  .entryContent a {
    display: inline-block;
    text-decoration: underline; }

.pageContent .entryContent h3 {
  font-size: 116%; }

.bnrList {
  margin-bottom: 30px;
  overflow: hidden; }
  .bnrList li {
    margin-bottom: 15px; }
    .bnrList li:last-child {
      margin-bottom: 0; }
    .bnrList li a {
      display: block; }
    .bnrList li img {
      width: 240px;
      height: 120px;
      border: 1px #151515 solid; }

#pagination {
  padding-top: 15px;
  clear: both;
  border-top: 1px #151515 solid;
  letter-spacing: -.4em; }
  #pagination a,
  #pagination span {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 0 11px 11px 0;
    line-height: 44px;
    text-align: center;
    letter-spacing: normal;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px; }
  #pagination a {
    background: #f2f2f2;
    color: #151515;
    -webkit-transition: 300ms !important;
    -moz-transition: 300ms !important;
    -ms-transition: 300ms !important;
    -o-transition: 300ms !important;
    transition: 300ms !important; }
    #pagination a:hover {
      background: #143562;
      color: #fff; }
  #pagination span {
    color: #999; }

    
.profile-inner {
  position: relative;
  padding-top: 3rem
}

.profile-inner .printing-link {
  right: 1rem
}

.profile-inner .pdf-link,.profile-inner .printing-link {
  position: absolute;
  color: #000000;
  top: 1rem;
  font-size: .8rem;
  background-color: #cbd5e8;
  border-radius: .2rem;
  padding: .2rem .5rem
}

.profile-inner .pdf-link {
  right: 5rem
}

.profile-inner:after {
  content: "";
  display: block;
  clear: both
}


.logo-wrapper {
  padding-bottom: .5rem;
  border-bottom: 1px solid #0d0c62
}

.logo-wrapper img.emg {
  width: 10%;
  margin:20px 45%
}


.link-button2-area {
  text-align: center;
  margin-top: 20px;
}

.link-button2 {
  background-color: #81c5e9;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  color: #fff;
}

.link-button2:hover {
  background-color: #ff718b;
}

.item-movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.item-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 800px) {
  .site-menu ul {
    display: block;
    text-align: center;
  }

  .site-menu li {
    margin-top: 20px;
  }

  /*暫定措置*/
.site-menu ul li:hover ul{
  display: none;
}

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #C7DDE8;
    height: 90px;
    z-index: 10;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }

  .header-inner {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    position: relative;
  }

  .header-logo {
    width: 140px;
    height: auto;
  }

  .header-site-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #004E87;
    background-color: #9ab4cd;
    padding-top: 30px;
    padding-bottom: 50px;
    display: none;
  }

  .header-site-menu.is-show {
    display: block;
  }

  .toggle-menu-button {
    display: block;
    width: 44px;
    height: 34px;
    background-image: url(../images/common/icon-menu.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
  }

  
  .first-view {
    height: calc(100vh - 50px);
    background-image: url(../images/index/titleback_sp.jpg);
    align-items: flex-start;
  }
  
  .top-view {
    height: calc(100vh - 50px);
    background-image: url(../images/index/titleback_sp.jpg);
    align-items: flex-start;
    flex-direction: column;
  }

  .top-view img{    
    width:100%;
    height:auto;
    margin-right: 0;
    margin-top: -25%;
    text-align: center;
  }

  .first-view-text {
    padding-top: 60px;
    padding-left: 20px;
  }

  .first-view-text h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .first-view-text p {
    font-size: 14px;
    margin-top: 15px;
  }

  .top-view-text {
    padding-top: 60px;
    padding-left: 20px;
    text-shadow: 2px 2px 20px #ffffff;
    text-align: center;
  }

  .top-view-text h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .top-view-text p {
    font-size: 14px;
    margin-top: 15px;
  }

  .lead {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lead p {
    text-align: left;
  }

  .lead2 {
    display: block;
    width: 500px;
    margin-top: 45px;
    text-align: center;
  }

  .lead2-text {
    margin-right: 0;
  }
  
  .lead3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lead3 p {
    text-align: left;
  }

  .item-list {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin:0 auto;
  }

  .item-list li {
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
  }
  
  .item-list p {
    font-family: Arial,Helvetica,"游ゴシック体";
    font-size: 35px;
    color: #000000;
    margin-top: 20px;
    text-shadow: 1px 1px 10px #464c58;
    text-align: center;
    transform: translate(0%,-470%)
  }

  .news-list .item a{
    flex-wrap: wrap;
  }
  .news-list .item .date{
    min-width: 100px;
  }
  .news-list .item .title{
    margin-top: 10px;
  }
   
  *{
    box-sizing: border-box;
  }
  a{
    text-decoration: none;
  }
  body{
    margin: 20px;
  }

  .contents {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.contents img {
    width: 100%;
}
.text-center {
    text-align: center;
}
.flexbox {
    display: flex;
}
.box1 {
    width: 30%;
    margin: auto;
}
.box2 {
    width: 30%;
    margin: auto ;
}

    .flexbox {
        display: block;
    }
    .flexbox .box1 {
        width: 60%;
        margin: 0 auto;
    }
    .flexbox .box2 {
        width: 60%;
        margin: 0 auto;
    }

    .header-logo img{
      height:auto;
    }
    .l-header{
      height:60px;
    }
    .l-header__inner:before {
      height: 90px;
    }
    .l-header__inner{
      width:100%;
      height:60px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .sp-menubtn {
      width: 60px;
      height: 100%;
      position: relative;
      display: block;
      z-index: 5000;
      border: none;
      background: linear-gradient(64.63deg, #338dba 6.71%, #C7DDE8 101.43%);
      cursor: pointer;
    }	
    .sp-menubtn span {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 100%;
      width: 22px;
      height: 3px;
      background: #FFFFFF;
      position: absolute;
      transition: 0.2s;
      left: 50%;
      top: 50%;
    }	
    .sp-menubtn span:nth-child(1) {
      transform: translate(-50%, -9px);
    }	
    .sp-menubtn span:nth-child(2) {
      transform: translate(-50%, -50%);
    }	
    .sp-menubtn span:nth-child(3) {
      transform: translate(-50%, 6px);
    }	
    .sp-menubtn.active span {
      width: 25px;
      height: 2px;
    }	
    .sp-menubtn.active span:nth-child(1) {
      transform: translate(-50%, 50%) rotate(45deg);
    }	
    .sp-menubtn.active span:nth-child(2) {
      opacity: 0;
      left: 50%;
    }	
    .sp-menubtn.active span:nth-child(3) {
      transform: translate(-50%, 50%) rotate(-45deg);
    }
    .menu {
      position: fixed;
      top: 90px;
      left: 0;
      width: 100%;
      height: calc(100% - 60px);
      background: #338dba;
      color: #FFFFFF;
      overflow: auto;
      opacity: 0;
      visibility: hidden;
      transition: opacity .6s ease, visibility .6s ease;
      z-index: 5000;
    }
    .menu.active{
      opacity:100;
      visibility: visible;
    }
    .menu__inner {
      display:block;
      height:auto;
      width: 72.16vw;
      margin-left: auto;
      margin-right: auto;
      padding: 40px 0 60px;
    }	
    .menu__item {
      border-bottom:#bcbbbb solid 2px;
      width: 100%;
      position: relative;
    }		
    .menu__link {
      font-weight: bold;
      font-size: 1.6rem;
      letter-spacing: 0.04em;
      height: 80px;
      align-items: center;
    }	
      /*メガメニュー　→アコーディオン*/
    .menu__contents{
      display: none;
      position:static;
      width:100%;
      background: #C7DDE8;
      padding:20px;	
    }
    .menu__contents ul {
      display: block;
    }
    .menu__contents ul li{
      border-bottom:#000;
      width: 100%;
      height:auto;
    }
    .menu__contents ul li a{
      color:#000;
      display:block;
      text-align: center;
      line-height:2.0;
    }
    .menu__item::after{
      content: "";
      position: absolute;
      right: 25px;
      top:35px;
      transform:translateY(-50%);
      transition: all 0.2s ease-in-out;
      display: block;
      width: 10px;
      height: 10px;
      border-top: solid 2px #C7DDE8;
      border-right: solid 2px #C7DDE8;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    .menu__item.active::after{
      content: "";
      position: absolute;
      right: 25px;
      top:35px;
      transform:translateY(-50%);
      transition: all 0.2s ease-in-out;
      display: block;
      width: 10px;
      height:10px;
      border-top: solid 2px #C7DDE8;
      border-right: solid 2px #C7DDE8;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }


  .main {
    padding-top: 50px;
  }

  .footer-logo {
    margin-top: 60px;
  }

  .footer-tel {
    font-size: 20px;
  }

  .copyright {
    margin-top: 50px;
  }
  
  .back-view {
    height: calc(100vh - 50px);
    background-image: url(../images/index/titleback_sp.jpg);
    align-items: flex-start;
  }

  .back-view-text {
    padding-top: 60px;
    padding-left: 20px;
  }

  .back-view-text h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .back-view-text p {
    font-size: 14px;
    margin-top: 15px;
  }

  
  .feature {
    display: block;
    width: 90%;
    margin-top: 45px;
  }

  .feature-text {
    margin-right: 0;
  }

  .reverse .feature-text {
    margin-left: 0;
  }

  .feature img {
    width: 90%;
    height: auto;
    margin-top: 25px;
  }

  .feature2 {
    display: block;
    width: 90%;
    margin-top: 45px;
  }

  .feature2-text {
    margin-right: 0;
  }

  .movie {
    width: 90%;
    padding: 30px 25px;
  }

  .movie iframe {
    height: 240px;
  }

    .company,
    .company tr,
    .company td,
    .company th {
      display:block;
      width: 100%;
      text-align: center;
      justify-content:center;
      margin: auto;
    }

    .achievement,
    .achievement tr,
    .achievement td{
      display:block;
      width:auto;
    }
    .achievement th {
      display:block;
      width:auto;
    }

    .timeline-001__section {
      list-style: none;
      margin-bottom: 60px;
      margin-left: 0px;
    }

    #menu_links > ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      letter-spacing: -0.4em;
      margin: 0 auto 60px;
      text-align: left;
      width: 100%;
    }
    
    #menu_links > ul > li {
      display: inline-block;
      flex: 0 0 auto;
      letter-spacing: normal;
      vertical-align: top;
      width: 100%;
    }
    .map,
  .contact {
    width: 500px;
    margin-top: 45px;
  }

  .form-area dt,
  .form-area dd {
    width: 100%;
  }

  .form-area dt {
    padding-bottom: 0;
  }

  .submit-button {
    width: 100%;
  }
  
  .staff-list {
    margin-top: 45px;
    row-gap: 40px;
  }

  #profWrapper {
    width: 100%; }
    #profDownLoad {
      display: none; }
      #profile dt {
        margin-bottom: 5px; } 
      #profile dd {
        margin: 0 0 15px 0; } 
        #profile dd iframe,
        #profile dd img {
          height: auto; } 
      #biography h3,
      #biography dt {
        cursor: pointer; }
        #biography h3.open:after,
        #biography dt.open:after {
          transform: translate(0, -50%) rotate(-90deg) !important; }
        #biography h3:after,
        #biography dt:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 9px;
          width: 18px;
          height: 18px;
          background: url(../../../resources/images/arrow_blk.svg) no-repeat center center;
          background-size: 18px 18px;
          transform: translate(0, -50%) rotate(90deg);
          -webkit-transition: 300ms !important;
          -moz-transition: 300ms !important;
          -ms-transition: 300ms !important;
          -o-transition: 300ms !important;
          transition: 300ms !important; } 
    #biography div img,
    #biography div iframe,
    #biography dd img,
    #biography dd iframe {
      height: auto; } 
      #singleProfileList h4 {
        margin-bottom: 28px;
        text-align: center; } 
    #singleProfileList .profileList {
      text-align: center; } 

      #singleProfileList .profileList .entry:last-child {
        margin-left: 28px; } 
        .inner {
          width: 100%; } 
        #content {
          width: 330px;
          margin: 30px auto 0; } 
      .leftCol {
        margin-bottom: 60px; } 
      .bnrList {
        width: 96%;
        margin: 0 auto; }
        .bnrList li {
          width: 48%;
          height: auto;
          float: left;
          margin: 0 1% 2%; }
          .bnrList li img {
            width: 100%;
            height: auto; } 
            
  .logo-wrapper {
    padding-bottom: .5rem;
    border-bottom: 1px solid #0d0c62
  }
  
  .logo-wrapper img.emg {
    width: 30%;
    margin:20px 35%
  }
}