@charset "UTF-8";
html {
  width: 100%;
}
body {
  *font-size: small;
  *font: x-small;
  font-size: 13px;
  color: #333333;
  line-height: 140%;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
}
@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;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
#wrap {
  text-align: left;
  overflow: hidden;
  background-color: #fff;
}
h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd, figure {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
}
a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
a:hover {
  opacity: .7;
  text-decoration: none;
}
a {
  -webkit-tap-highlight-color: transparent;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
a img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
input, textarea, select, button, label {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: 0;
  border-color: orange;
}
.spOnly {
  display: none;
}
:root {
  --main-color: #00AFDE;
}
@media screen and (max-width: 750px) {
  .spOnly {
    display: block !important;
  }
  .pcOnly {
    display: none !important;
  }
}


/* footstepBox
-----------------------------------------------*/
.footstepBox {
  font-size: 10px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1160px;
  box-sizing: border-box;
}
.footstepBox a:link {
  color: #333;
}


/* main
-----------------------------------------------*/
#main {
  position: relative;
  max-width: 1120px;
  width: 100%;
  margin: 10px auto 0;
  padding-bottom: 15px;
}
#main h1 {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(calc(-50% - 1rem));
  text-align: center;
  width: 100%;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.mainSlider {
  position: relative;
  padding-bottom: 18px;
}
.mainSlider .slider-item {
  width: 100%;
  height: 400px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mainSlider .slider-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0,0,0,.1);
  width: 100%;
  height: 100%;
}
.mainSlider .mainSlide01 {
  background-image: url("../images/img_mainSlider_01.jpg");
}
.mainSlider .mainSlide02 {
  background-image: url("../images/img_mainSlider_02.jpg");
}
.mainSlider .mainSlide03 {
  background-image: url("../images/img_mainSlider_03.jpg");
}
.mainSlider .mainSlide04 {
  background-image: url("../images/img_mainSlider_04.jpg");
}
.mainSlider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.mainSlider .slick-dots button {
  color: transparent;
  outline: none;
  width: 56px;
  height: 4px;
  display: block;
  background: #001a2c;
  border: none;
  cursor: pointer;
}
.mainSlider .slick-dots .slick-active button {
  background: #00afdd;
}
@media screen and (max-width: 750px) {
  #main h1 {
    font-size: 24px;
  }
  .mainSlider .slider-item {
    height: 250px;
  }
}


/* section
-----------------------------------------------*/
section {
  padding: 40px 40px;
}
section p{
  font-size: 13px;
	line-height: 1.5;
}
section,
section * {
  box-sizing: border-box;
}
section .inner {
  max-width: 1000px;
  margin: 0 auto;
}
section .ttl {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section .ttl h2 {
  color: var(--main-color);
  font-size: 16px;
  line-height: 1.5;
}
section .ttl h2 span {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
section .ttl p {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
section .ttlArea{
	position: relative;
	margin-bottom: 50px;
}
section .ttlArea h2{
	font-size: 26px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}
section .ttlArea h2 span{
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	font-style: italic;
	line-height: 0.9;
	font-weight: 300;
	color: #003459;
	letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	max-width: 1000px;
	z-index: 5;
}
section .ttlArea h2 span::before{
    position: absolute; 
    content: "";
    top: 50%;
    width: 100%;
    height: 1px;
    left: 0;
  background: #003557;
	z-index: -1;
}
section .ttlArea h2 span::after{
    position: absolute;
    content: "";
    top: calc(50% - 5px);
    width: 70px;
    height: 10px;
    left: calc(50% - 32px);
  background: #fff;
	z-index: -1;
}
section .ttlArea p{
	text-align:  center;
	font-size: 15px;
	margin-top: 10px;
}
section .ttlArea h2 br{
	display: none;
}
section .ttlArea h2 strong{
	margin-bottom: -3px;
	display: block;
}
section .col2 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section .col2 .col:nth-child(even) {
/*  flex-direction: row-reverse;*/
}
section .col2 .col .img {
  width: 50%;
}
section .col2 .col .txt {
  width: 50%;
}
section .col2 .col .txtInner {
  max-width: 375px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section .col2 .col .txt .badge span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 36px;
  line-height: 1;
  color: var(--main-color);
  font-size: 14px;
  border: 1px solid var(--main-color);
  border-radius: 36px;
  font-weight: bold;
}
section .col2 .col .txt h3 {
  font-size: 22px;
  line-height: 1.2;
}
section .col2 .col .txt p {
  font-size: 13px;
  line-height: 1.7;
}
section .btn{
	vertical-align: middle;
	text-align: center;
}
section .btn a{
	display: block;
	font-weight: bold;
	background: #00afdd;
	color: #fff;
	position: relative;
	border-radius: 4px;
}
section .btn a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #333;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
section .btn a:hover::after{
	opacity: 0.2;
}
section .btn a span::after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	margin-left: 8px;
	margin-bottom: 1px;
}
@media screen and (max-width: 1100px) {
  section .ttl p br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  section {
    padding: 40px 20px;
  }
section .ttlArea{
	margin-bottom: 25px;
}
section .ttlArea h2{
	font-size: 18px;
}
section .ttlArea h2 span{
	font-size: 40px;
}
section .ttlArea h2 br{
	display: block;
}
section .ttlArea p{
	line-height: 1.6;
	font-size: 13px;
        margin-top: 25px;
}
  section .ttl h2 {
    font-size: 14px;
  }
  section .ttl h2 span {
    font-size: 16px;
  }
  section .ttl p {
    font-size: 24px;
  }
  section .col2 {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  section .col2 .col {
    flex-direction: column;
    gap: 20px;
  }
  section .col2 .col:nth-child(even) {
    flex-direction: column;
  }
  section .col2 .col .img {
    width: 100%;
  }
  section .col2 .col .txt {
    width: 100%;
  }
  section .col2 .col .txtInner {
    max-width: 100%;
    gap: 15px;
  }
  section .col2 .col .txt .badge span {
    width: 120px;
    height: 36px;
    line-height: 1;
    font-size: 14px;
  }
  section .col2 .col .txt h3 {
    font-size: 18px;
  }
  section .col2 .col .txt p {
    font-size: 13px;
  }
}

/* summary
-----------------------------------------------*/

#summary .ttl p{
	text-align: center;
	margin-bottom: 45px;
}
#summary .why,
#summary .solutions {
	max-width: 920px;
	margin: 0 40px;
} 
#summary .solutions {
	margin-top: 50px;
}
#summary .spTitle {
	display: none;
}
#summary .why .col3 {
	display: flex;
    flex-direction: row;
	margin-top: -2px;
} 
#summary .why .col3 .col {
	width: 33.3%;
	border: 1px solid #00AFDE;
	text-align: center;
	padding: 32px;
} 
#summary .why .col3 .col:nth-child(2),
#summary .why .col3 .col:nth-child(3) {
	border-left: none;
} 
#summary .why .col3 .col h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin: 16px auto;
} 
#summary .why .col3 .col p {
	text-align: left;
} 
#summary .solutions .col2 {
	display: flex;
    flex-direction: row;
	margin-top: -2px;
	border: 1px solid #00AFDE;
	padding: 24px 32px;
    align-items: center;
    justify-content: space-between;
	gap:0px;
} 
#summary .solutions .col2 .txt {
    padding: 0 24px;
    max-width: 408px;
} 
#summary .solutions .col2 h3 {
	font-size: 22px;
	margin-bottom: 16px;
	color: #00AFDE;
} 
#summary .solutions .col2 .txt p {
	font-size: 15px;
} 
#summary .solutions .img {
	max-width: 408px;
    width: 100%;
} 
@media screen and (max-width: 750px) {
#summary .why,
#summary .solutions {
	margin: 0 0;
} 
#summary .solutions {
	margin-top: 40px;
} 
#summary .why > img ,
#summary .solutions > img {
  display: none;
}
#summary .spTitle {
  display: block;
	line-height: 1.5;
	margin-bottom: 20px;
}
#summary .spTitle h4 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
	text-align: center;
    color: #00AFDE;
	margin-bottom: 4px;
}
#summary .spTitle h3 {
  font-size: 20px;
  font-weight: bold;
	text-align: center;
}
#summary .why .col3 {
	flex-direction: column;
} 
#summary .why .col3 .col {
	width: 100%;
	border: 1px solid #00AFDE;
	padding: 30px 20px 20px;
} 
#summary .why .col3 .col:nth-child(2),
#summary .why .col3 .col:nth-child(3) {
	border: 1px solid #00AFDE;
	border-top: none;
} 
#summary .why .col3 .col h3 {
  font-size: 18px;
} 
#summary .solutions .col2 {
	flex-direction: column;
	padding: 30px 20px 20px;
	gap: 20px;
} 
#summary .solutions .col2 .txt h3 {
	text-align: center;
}
#summary .solutions .col2 .txt h3 {
  font-size: 18px;
} 

}



/* merit
-----------------------------------------------*/
#merit .col3 {
	display: flex;
    flex-direction: row;
	gap: 24px;
	margin-bottom: 40px;
}
#merit .col3 .col {
	width: 33.3%;
	border: 1px solid #E5E5E5;
	padding: 24px;
}
#merit .col3 .col h4 {
	font-size: 16px;
	font-weight: bold;
	color: #387BC0;
	line-height: 1.5;
	margin-bottom: 4px;
}
#merit .col3 .col h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
	padding-left: 30px;
	line-height: 1.2;
	position: relative;
}
#merit .col3 .col:first-child h3 {
	padding-left: 0;
}
#merit .col3 .col:nth-child(2) h3::before ,
#merit .col3 .col:nth-child(3) h3::before {
	content: "";
	background-image: url("../images/icon-check.svg");
	width: 22px;
	height: 22px;
	top: 0;
	left: 0;
	position: absolute;
}
#merit .box {
	background-color: #F8F8F8;
	padding: 24px 24px 44px 24px;
}
#merit .flex{
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
#merit .box h3{
	font-size: 24px;
	border-left: 5px solid #003459;
	padding-left: 15px;
	margin-bottom: 20px;
}
#merit .box .left{
	width: 50%;
}
#merit .box .left p{
	margin-bottom: 20px;
	line-height: 25.6px;
}
#merit .box .right p.note{
	font-size: 12px;
	line-height: 19px;
}
#merit .box .right{
	width: 50%;
}
#merit .box .right .movie{
	margin-bottom: 10px;
}
#merit .box .right .movie video{
	max-width: 100%;
	width: 100%;
}
@media screen and (max-width: 750px) {
#merit .col3 {
    flex-direction: column;
	gap: 20px;
	margin-bottom: 40px;
}
#merit .col3 .col {
	width: 100%;
	padding: 20px;
}
#merit .col3 .col h4 {
	font-size: 14px;
	text-align: center;
}
#merit .col3 .col div {
	width: 100%;
	margin-bottom: 16px;
}
#merit .col3 .col h3 {
	font-size: 18px;
	margin: 0 auto;
    width: fit-content;
}
#merit .box {
	background-color: #F8F8F8;
	padding: 20px 20px 1px 20px;
}
#merit .box h3{
		font-size: 18px;
		padding-left: 12px;
		margin-bottom: 20px;
}
#merit .flex{
	display: block;
}
#merit .left,
#merit .right{
	width: auto!important;
	margin-bottom: 1.5em;
}

}


/* purpose
-----------------------------------------------*/

#purpose .images {
	background-image: url("../images/purpose-line.svg");
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
	margin-top: 70px;
	margin-bottom: 40px;
}
#purpose .col3 {
	display: flex;
	gap: 20px;
}
#purpose .images .col3:first-child {
	margin-right: 120px;
}
#purpose .images .col3:last-child {
	margin-top: 110px;
	margin-left: 120px;
}
#purpose .col3 .col {
	width: 33.3%;
}
#purpose .col3 .col img{
	margin-bottom: 8px;
}
#purpose .col3 .col img{
	margin-bottom: 8px;
}
#purpose .col3 .col p{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 750px) {
#purpose .images {
	margin-top: 25px;
}
#purpose .images {
	background-image: url("../images/purpose-line-sp.svg");
	background-size: contain;
	margin-bottom: 0;
}
#purpose .col3 {
	gap: 10px;
}
#purpose .images .col3:first-child {
	margin-right: 0;
}
#purpose .images .col3:last-child {
	margin-top: 60px;
	margin-left: 0;
}
#purpose .col3 .col p{
	font-size: 13px;
}
#purpose .col2 {
        display: flex;
        flex-direction: column;
        gap: 40px;
}
}

/* rental
-----------------------------------------------*/
#rental .box {
	background-color: #F8F8F8;
	padding: 24px;
}
#rental .box p {
	font-size: 15px;
}
#rental .box p.note {
	font-size: 12px;
}
#rental .box img{
margin: 14px 0;
}
@media screen and (max-width: 750px) {
}


/* more
-----------------------------------------------*/
#more {
   margin-bottom: 50px;
}
#more p {
    font-size: 15px;
}
#more .col2 {
    flex-direction: row;
}
#more .col2 .col {
    width: 50%;
    text-align: center;
}
#more .col2 .frame p {
    margin-top: 16px:
}
#more .col2 .used p {
    margin-bottom: 16px:
}
#more .col2 .col .ttlArea {
    margin-bottom: 40px;
}
#more .col2 .col .ttlArea h2 {
    font-size: 24px;
}
#more .col2 .col .ttlArea h2 span{
    font-size: 40px;
}
#more .col2 .col p{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
#more .col2 .col h3{
	font-size: 16px;
	text-align: left;
	margin-top: 40px;
}
#more .col2 .col .images{
	display: grid;
  grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 17px;
}
#more .col2 .col img{
	width: 100%;
	max-width: 338px;
}
#more .col2 .used > img{
	max-width: 312px;
}
@media screen and (max-width: 750px) {
#more .col2 {
	flex-wrap: wrap;
        gap: 80px;
}
#more .col2 .col{
	width: 100%;
}
#more .col2 .col .ttlArea{
	margin-bottom: 25px;
}
#more .col2 .col .ttlArea h2{
	font-size: 18px;
}
#more .col2 .col .ttlArea h2 span{
	font-size: 40px;
}
}


/* mspartner
-----------------------------------------------*/
#mspartner {
	background-color: #F2F7FB;
}
#mspartner .col2 {
    flex-direction: row;	
	justify-content: space-between;
    align-items: center;
	
}
#mspartner .col2 .txt {
	max-width: 524px;
	width: 100%;
}
#mspartner .img {
	max-width: 400px;
}
#mspartner h3 {
	color: #00AFDE;
	font-size: 16px;
	margin-bottom: 4px;
	line-height: 24px;
}
#mspartner h2 {
	font-size: 22px;
	margin-bottom: 19px;
	line-height: 33px;
}
#mspartner ul {
	margin-bottom: 16px;
}
#mspartner ul li {
	font-size: 15px;
	font-weight: bold;
	position: relative;
	margin-bottom: 14px;
	padding-left: 30px;
}
#mspartner ul li::before {
	content: "";
	background-image: url("../images/icon-check.svg");
	width: 22px;
	height: 22px;
	top: -5px;
	left: 0;
	position: absolute;
}
#mspartner .btnArea {
	display: flex;
}
#mspartner .btn a{
	width: 200px;
	line-height: 48px;
	margin-right: 12px;
	margin-bottom: 10px;
}
#mspartner .btn:first-child a{
	background-color: #003557;
}
@media screen and (max-width: 750px) {
#mspartner .col2 {
    flex-direction: column;	
}
#mspartner .txt {
	width: 100%;
}
#mspartner .img {
	max-width: 400px;
	width: 100%;
}
#mspartner ul {
	margin-top: 30px;
}
#mspartner ul li::before {
	top: -5px;
}
#mspartner .btnArea {
	display: block;
	margin-top: 30px;
}
#mspartner .btnArea a {
	text-align: center;
	margin: 10px auto 0;
}
}


/* contactBox
-----------------------------------------------*/
.contactBox {
  padding: 35px 50px;
  border: 5px solid #003557;
  color: #003557;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
.contactBox .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.contactBox .txt .contactTtl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.contactBox .txt .contactTel {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 15px;
}
.contactBox .txt .contactTel a {
  font-size: 24px;
  font-weight: bold;
  color: #003557;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contactBox .txt .contactTel a img {
  width: 20px;
}
.contactBox .btn {
  display: flex;
  gap: 30px;
}
.contactBox .btn .col {
  flex: 1;
}
.contactBox .btn .col a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #003557;
  color: #fff;
  font-size: 20px;
  height: 72px;
  border-radius: 4px;
}
@media screen and (max-width: 1023px) {
  .contactBox .txt {
    flex-direction: column;
    justify-content: center;
  }
  .contactBox .btn {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 750px) {
  .contactBox {
    padding: 20px 20px;
  }
  .contactBox .btn .col a img {
    width: 25px;
  }
  .contactBox .txt .contactTtl {
    text-align: center;
  }
  .contactBox .txt .contactTel {
    flex-direction: column;
    gap: 10px;
  }
  .contactBox .txt .contactTel a {
    gap: 10px;
  }
  .contactBox .btn {
    gap: 8px;
  }
  .contactBox .btn .col a {
    gap: 15px;
    font-size: 16px;
    height: 65px;
  }
}


/* lineup
-----------------------------------------------*/
#lineup {
  background: #F2F7FB;
  padding-bottom: 60px;
}
#lineup .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#lineup .lineupBox {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
#lineup .lineupBox .col {
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#lineup .lineupBox .col .txt {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
#lineup .lineupBox .col .txt h3 {
  font-size: 20px;
  line-height: 1.2;
}
#lineup .lineupBox .col .txt p {
  font-size: 13px;
  line-height: 1.5;
}
#lineup .lineupBox .col .btn a {
  background: var(--main-color);
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  height: 40px;
  border-radius: 4px;
  font-weight: bold;
}
#lineup .btnArea{
	margin: 0 auto 0;
}
#lineup .btn a{
	display: block;
	width: 240px;
	line-height: 48px;
}
@media screen and (max-width: 750px) {
#lineup {
    margin-bottom: -60px;
}
  #lineup .lineupBox {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 550px) {
  #lineup .lineupBox {
    grid-template-columns: 1fr;
  }
}


/* photo
-----------------------------------------------*/
#photo {
  padding-bottom: 60px;
}
#photo .inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#photo .photoBox p {
  font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
}
#photo .photoBox {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
#photo .btn {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
#photo .btn a {
  background: var(--main-color);
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: bold;
  padding: 12px 15px;
  height: 48px;
}
@media screen and (max-width: 750px) {
  #photo {
    padding-bottom: 0;
  }
  #photo .photoBox {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 550px) {
  #photo .photoBox {
    grid-template-columns: 1fr;
  }
}


/* voices
-----------------------------------------------*/


#voices .col2 {
	flex-direction: row;
	gap: 40px;
}
#voices .ttl {
	margin-bottom: 40px;
}
#voices .col2 .col {
	display: flex;
	width: 50%;
	gap: 16px;
}
#voices .col2 .col img {
	max-width: 200px;
}
#voices .col2 .col .txt {
	width: 100%;
}
#voices .col2 .col .txt h3{
	color: #00AFDE;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
}
#voices .col2 .col .txt a{
	font-size: 16px;
	font-weight: bold;
	position: relative;
  color: #333;
}
#voices .col2 .col .txt a::after{
position: absolute;
	content: "";
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	width: 9px;
	height: 9px;
	bottom: 3px;
	right: -14px;
	transform: rotate(-45deg);
}
#voices .col2 .col .txt p{
	margin-top: 8px;
}

#voices .btnArea{
	margin: 40px auto 0;
}
#voices .btn a{
	display: block;
	width: 240px;
	line-height: 48px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
#voices .col2 {
	display: block;
	margin-bottom: 40px;
}
#voices .col2 .col {
	width: 100%;
}
#voices .col2 .col:first-child {
	margin-bottom: 40px;
}
#voices .col2 .col img {
	max-width: 100%;
}
#voices .col2 .col .txt p {
}
}

