@charset "utf-8";
/*
Theme Name: Osawa
Version: 1.0.0
*/

@import url('css/reset.css');

* {
	padding: 0;
	margin: 0;
	outline: none;
	text-align:justify;
}

html {
	border: 0;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #111;
	cursor: default;
	font-family:"UD新ゴ L","UD Shin Go L",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.8;
	word-wrap: break-word;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
}

p {
	line-height: 1.8;
}

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition:  0.3s ease-out;
	transition:  0.3s ease-out;
}
a {overflow:hidden;}
a:link { color: #00a293; text-decoration: none;}
a:visited { color: #00a293; text-decoration: none;}
a:active { color: #00a293; text-decoration: underline; outline: none;}
a:hover { color: #00805b; text-decoration: underline;}
a:focus { -moz-outline-style: none; }

a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

a img {
	-webkit-transition:  0.3s ease-out;
	transition:  0.3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

img {
	max-width:100%;
	width:/***/auto; /* IE8用 */
	height:auto;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	font-size: 18px; font-size: 1.8rem;
	position: relative;
	overflow: hidden;
}

#main {
	clear: both;
	margin: 0 auto;
	position: relative;
}

/* ========================================================
header
===================================================== */
#header {
	width: 100%;
	height: 110px;
	position: relative;
	margin: 0 auto;
  z-index: 99;
}
.header-inner {
	max-width: 1000px;
  width: 100%;
	margin: 0 auto;
	padding: 20px 0;
  position: relative;
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	line-height: 100%;
}
.logo img {
	width: 166px;
	height: auto;
    margin-right: 10px;
}

.logo a {
	display: block;
	color: #111;
}
.logo a:hover {
	color: #999;
	text-decoration: none;
}

.sitename {
	display: inline-block;
	font-size: 17px; font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.3;
}

.formnav {
  position: absolute;
  top: 0;
  right: 0;
}
.formnav-wrap {
	display: table;
  list-style: none;
}
.formnav-wrap li {
  display: table-cell;
}
.formnav-wrap li a {
  width: 150px;
  height: 42px;
  display: block;
  text-align: center;
  font-size: 17px; font-size: 1.7rem;
  color: #fff;
  line-height: 38px;
}
.formnav-wrap li a:hover {
  text-decoration: none;
  opacity: .7;
}
.formnav-wrap li.app a {
  background-color: #ed6c00;
}
.formnav-wrap li.contact a {
  background-color: #009daa;
}

#gnav-global {
  font-size: 15px;
  font-size: 1.5rem;
	clear: both;
	margin: 0;
	padding-top: 5px;
	text-align: center;
	max-width: 1000px;
  width: 100%;
}
#gnav-global ul.gnav-global_list {
	left: 50%;
	max-width: 1000px;
	position: relative;
	float: left;
  padding-bottom: 10px;
}
#gnav-global ul li a {
	color: #111;
	display: block;
	padding: 10px 25px;
}
#gnav-global ul li a:hover {
	color: #666;
	text-decoration: none;
}
#gnav-global ul li {
	float: left;
	position: relative;
	left: -50%;
}
#gnav-global ul.gnav-global_list li.japanease,
#gnav-global ul.gnav-global_list li.subscribe {
	display: none;
}
#gnav-global ul li ul li {
	display: inline-block;
	position: relative;
	left: 0;
}
#gnav-global ul li ul {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 99;
	box-shadow: 0 0 8px rgba(0,0,0,.15);
}
#gnav-global ul li ul li {
	display: block;
	border-bottom: 1px solid #ddd;
}
#gnav-global ul li ul li:last-child {
	border-bottom: none;
}
#gnav-global ul li ul a {
	display: block;
	font-size: 15px; font-size: 1.5rem;
	width: 220px;
	color: #009daa;
	background: #fff;
	text-align: left;
	padding: 10px;
}
#gnav-global ul li ul a:hover {
	color: #fff;
	background-color: #009daa;
}
#gnav-global ul li ul li.ul02 a {
	padding-left: 1.5em;
}
#gnav-global ul li ul li.ul03 a {
	padding-left: 3em;
}
.mean-container .mean-nav ul li.ul02 a {
	padding-left: 4em;
}
.mean-container .mean-nav ul li.ul03 a {
	padding-left: 6em;
}
#gnav-global .headNavi {
	position: absolute;
	top: 15px;
	right: 0;
}
#gnav-global .headNavi li {
	left: 0;
}

/* ========================================================
footer
===================================================== */
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding: 50px 0 20px;
}
.footer-inner {
  max-width: 1040px;
	width: 100%;
  margin: 50px auto 40px;
  padding: 0 20px;
	clear: both;
}
.footer-inner nav {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.footer-inner nav > ul {
	width: 16.666%;
	font-family:"新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px; font-size: 1.4rem;
  font-weight: 600;
}
.footer-inner nav > ul ul {
  font-size: 12px; font-size: 1.2rem;
}
.footer-inner nav ul li a,
.footer-inner nav ul ul a {
  color: #111;
}
.footer-inner nav ul a:hover {
  text-decoration: none;
  color: #999;
}
.footer-inner nav ul ul li a {
  padding: 5px 0 5px 10px;
  display: block;
  position: relative;
}
.footer-inner nav ul ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #111;
}
p#copyright {
	text-align: center;
	font-size: 13px; font-size: 1.3rem;
  border-top: 1px solid #c5c6c6;
	clear: both;
  padding: 20px 20px 0;
  width: 100%;
}

/* ========================================================
content
===================================================== */
/* ======= home ======= */
.mainimage {
  background-image: url(images/home/main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 92vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.catch {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: -100px;
  color: #fff;
}
.catch−1 {
  font-size: 35px; font-size: 3.5rem;
  letter-spacing: .2em;
  opacity: 0;
}
.catch−2 {
	font-family:"新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 62px; font-size: 6.2rem;
  font-weight: 600;
  margin-top: 20px;
  letter-spacing: .2em;
  opacity: 0;
}

@-webkit-keyframes fade-1 {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fade-1 {
0% { opacity:0; }
100% { opacity:1; }
}
.scrollin .catch−1 {
-webkit-animation: fade-1 1s ease 0s 1 normal forwards;
animation: fade-1 0.5s ease 0s 1 normal forwards;
}
.scrollin .catch−2 {
-webkit-animation: fade-1 1.5s ease 1s 1 normal forwards;
animation: fade-1 1s ease 0.5s 1 normal forwards;
}

.section {
	padding: 70px 0;
}
.section-inner {
	max-width: 900px;
  width: 100%;
	margin: 0 auto;
}
.section.section-bg {
	background: #e4eff2;
}
.section.section-bg_2 {
	background: #eef6f3;
}

.heading-bar-left {
	font-family:"新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 35px; font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
  text-align: right;
  width: 40%;
  padding: 10px 2em 10px 10px;
  letter-spacing: .2em;
}

.heading-bar-right {
	font-family:"新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 35px; font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
  width: 40%;
  padding: 10px 10px 10px 2em;
  letter-spacing: .2em;
  float: right;
}

.about-numbers {
	font-family:"新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  border-bottom: 1px solid #009daa;
  font-size: 18px; font-size: 1.8rem;
  font-weight: 600;
  padding: 10px;
  color: #009daa;
  text-align: center;
}
.about-numbers a {
	color: #111;
}
.about-numbers span {
  font-family: Futura, sans-serif;
  font-size: 35px; font-size: 3.5rem;
  color: #111;
  padding-right: 10px;
}
.about-heading {
  font-family:"新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 28px; font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  padding: 20px 10px;
}
.about-btn {
  background-color: #009daa;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px; font-size: 1.8rem;
  padding: 10px;
  position: relative;
  text-align: center;
  margin-top: 20px;
	-webkit-transition:  0.3s ease-out;
	transition:  0.3s ease-out;
}
.about-btn::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 60px;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border: 7px solid transparent;
	border-left: 7px solid #fff;
}
.col-3 a:hover .about-btn {
  background-color: #fff;
  border: 1px solid #009daa;
  color: #009daa;
}
.col-3 a:hover .about-btn::before {
  border-left: 7px solid #009daa;
}

.homesection a {
  color: #111;
}
.homesection a:hover {
  color: #666;
  text-decoration: none;
}

.column-col {
  padding: 40px 0;
}
.column-col_order .col-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.column-col_order .col-txt {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.column-col .col-img {
  width: 45%;
  padding: 0;
}
.column-col .col-txt {
  padding: 0;
  width: 55%;
}
.column-heading {
  font-family:"新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 28px; font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
  padding: 0 20px 20px;
  border-bottom: 1px solid #111;
}
.column-btn {
  background-color: #fff;
  border: 1px solid #111;
  color: #111;
  font-size: 16px; font-size: 1.6rem;
  padding: 5px 40px;
  position: relative;
  text-align: center;
  margin-top: 20px;
	-webkit-transition:  0.3s ease-out;
	transition:  0.3s ease-out;
  display: table;
  margin: 0 auto;
}
.column-p {
  font-size: 14px; font-size: 1.4rem;
  padding: 0 60px 20px;
}
.col-2 a:hover .column-btn {
  background-color: #111;
  color: #fff;
}
.color-green {
  color: #009daa;
}

.voice-section {
  background-image: url(images/home/voice_bg.png);
}
.voice-heading {
  font-size: 40px; font-size: 4.0rem;
  text-align: center;
  padding: 40px 20px;
}
.col-voice .col-2 {
  position: relative;
  margin-bottom: 2em;
}
.col-voice .col-2 img {
  width: 72%;
}
.voice-name {
  font-family:"新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  position: absolute;
  bottom: 30px;
  right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  z-index: 2;
}
.voice-name dt {
  background-color: #008ea7;
  color: #fff;
  font-size: 24px; font-size: 2.4rem;
  width: 170px;
  text-align: center;
  padding: 10px;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.voice-name dd {
  background-color: #008ea7;
  color: #111;
  font-size: 20px; font-size: 2.0rem;
  background-color: rgba(255, 255, 255, .7);
  width: 210px;
  text-align: center;
  padding: 12px;
}
.voice-name dd span {
  display: block;
  font-size: 15px; font-size: 1.5rem;
  text-align: center;
}
.voice-sp {
  display: none;
}

.col-voice .col-2 a:hover img {
  opacity: .8;
}
.col-voice .col-2 a:hover dd {
  background-color: rgba(255, 255, 255, 1);
}

.message-col .col-2 {
  padding: 50px 0 0;
}
.message-heading {
  font-family: "新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 600;
  text-align: center;
  padding: 20px 10px;
}
.message-p {
  text-align: center;
  margin-bottom: 2em;
}
.message-btn {
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 120px;
  position: relative;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: table;
  margin: 0 auto;
}
.col-2 a:hover .message-btn {
  background-color: #fff;
  color: #111;
  border: 1px solid #111;
}

.entry-heading {
  font-family: "新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 600;
  text-align: center;
  padding: 40px 10px;
}
.col2nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.col2nav li {
	width: 46%;
  margin: 1.5% 2%;
  font-size: 30px;
  font-size: 3.0rem;
  background-color: #fff;
  text-align: center;
  border: 1px solid #44a3aa;
  color: #009daa;
}
.col2nav li a {
  color: #009daa;
  padding: 25px;
  display: block;
  text-align: center;
  position: relative;
}
.col2nav li a:hover {
  text-decoration: none;
  opacity: .6;
}
.col2nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 12px solid transparent;
  border-left: 12px solid #009daa;
}
.col2nav li.app {
  font-family: "新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  background-color: #ed6c00;
  border: 1px solid #fff;
  color: #fff;
}
.col2nav li.app a {
  color: #fff;
}
.col2nav li.app a::before {
  border-left: 12px solid #fff;
}
.col2nav li.contact {
  font-family: "新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  background-color: #009daa;
  border: 1px solid #fff;
  color: #fff;
}
.col2nav li.contact a {
  color: #fff;
}
.col2nav li.contact a::before {
  border-left: 12px solid #fff;
}

.js-loading {
	align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 6em;
	height: 6em;
}
.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: .5em solid rgba(30, 91, 91, 0.2);
	border-right: .5em solid rgba(30, 91, 91, 0.2);
	border-bottom: .5em solid rgba(30, 91, 91, 0.2);
	border-left: .5em solid #00a293;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ======= contents common ======= */
.contents-header {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents-header_inner {
  width: 48%;
  position: relative;
}
.contents-header .header {
  width: 100%;
  padding: 7% 0 0 17%;
}
.contents-header .header-img {
  width: 50%;
}
.contents-header .header .header-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.contents-header .header .header-heading {
  font-family: "新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 50px;
  font-size: 5.0rem;
  font-weight: 600;
  margin-bottom: .8em;
  line-height: 1.2;
  letter-spacing: .03em;
  text-align: left;
}
.contents-header .header .hedaer-p {
  font-size: 20px;
  font-size: 2.0rem;
  padding-right: 10%;
}
.contents-section-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.contents-section-inner.w800 {
  max-width: 840px;
  padding: 0 20px;
}

.section-heading {
  font-family: "新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  padding: 10px 10px 10px;
  color: #009a7e;
}
.section-heading.section-heading_center {
  padding: 10px 10px 40px;
}
.section-heading.section-heading_left {
  padding: 10px 0 20px;
  text-align: left;
}
.contents-section-inner .col-txt {
  font-size: 20px;
  font-size: 2.0rem;
  padding: 0 6% 0 3%;
  width: 56%;
}
.contents-section-inner .col-txt.col-txt_left {
  padding: 0 4% 0 8%;
}
.contents-section-inner .col-txt.col-txt_right {
  padding: 0 8% 0 4%;
}
.contents-section-inner .col-img {
  padding: 0;
  width: 44%;
}
.contents-img_left .col-img {
  float: left;
}
.contents-img_left .col-txt{
  padding: 0 3% 0 6%;
}
.contents-header_img {
  width: 52%;
}

/* ======= about ======= */
.contents-about_movie .col-img {
  height: 400px;
}

.contents-about_btn {
  display: block;
  background-color: #009a7e;
  padding: 10px 20px 10px 50px;
  margin-top: 1em;
  color: #fff;
  position: relative;
}
.contents-about_btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
	border: 12px solid transparent;
	border-right: 12px solid #fff;
}

/* ======= message ======= */
.message-header .header .header-set {
  width: 142%;
  z-index: 2;
}
.message-header .header .header-heading {
  margin-bottom: .3em;
}
.message-header .name {
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  padding: 10px;
  background-color: #111;
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 300px;
}
.message-header .header .hedaer-p {
  clear: both;
}

.message-head_sp,
.message-btn_sp {
  display: none;
}

/* ======= profile ======= */
.dl-table {
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #cdcdcd;
}
.dl-table dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 1em .5em 1em 1em;
  border-bottom: 1px solid #cdcdcd;
  background-color: #efefef;
  text-align: left;
}

.dl-table dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 1em .5em 1em 2em;
  margin: 0;
  border-bottom: 1px solid #cdcdcd;
  text-align: left;
  line-height: 1.6;
}
.col-2table_wrap {
  display: table;
  border: none;
}
.col-2table {
  display: table-cell;
  padding: 0 2em 0 0;
  text-align: left;
}

.nowrap-table {
  padding-right: 1em;
  white-space: nowrap;
}

.dl-table dd.padding-0 {
  padding: 0;
}
.col-2table_wrap_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1px;
}
.col-2table_2 {
  width: 50%;
  padding: 1em 2em;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.col-2table_2:nth-child(even){
  border-right: none;
}

.contents-header-w100 {
  background-color: #00a293;
}
.contents-header-w100 .contents-header {
  align-items: center;
}

.profile-header .header .header-set {
  width: 100%;
}
.profile-header .header .header-heading,
.point-header .header .header-heading,
.talent-header .header .header-heading,
.adoption-header .header .header-heading,
.flow-header .header .header-heading {
  letter-spacing: .1em;
  color: #fff;
  margin-bottom: 0;
}
.contents-header.profile-header .header {
  padding: 0 0 0 33%;
}
.contents-header.point-header .header,
.contents-header.adoption-header .header {
  padding: 0;
}
.point-header .header-ttl {
  display: none;
}
.contents-header.point-header .header .header-heading,
.contents-header.adoption-header .header .header-heading {
  text-align: center;
}
.contents-header.point-header .header .header-heading span,
.contents-header.adoption-header .header .header-heading span {
	font-family:"UD新ゴ L","UD Shin Go L",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: .1em;
  margin-bottom: .5em;
  text-align: center;
}
.point-header .contents-header_inner,
.adoption-header .contents-header_inner {
  width: 60%;
}
.point-header .contents-header_img,
.adoption-header .contents-header_img {
  width: 40%;
}

.img-right {
  width: 180px;
  height: auto;
  margin: 0 0 40px 40px;
  float: right;
}

.col3-warp {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.col3-warp .col-3 {
	padding: 2% .5%;
}
.col3-warp .col-3:nth-child(1) {
	padding: 2% 2% 2% 0;
}
.col3-warp .col-3:nth-child(3) {
	padding: 2% 0 2% 2%;
}


/* ======= voice ======= */
.contents-header.voice-header .header {
  padding: 0% 0 0 17%;
}
.voice-header .header .header-set {
  width: 142%;
  z-index: 2;
  color: #fff;
}
.contents-header.voice-header .header-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 0% 0 0 17%;
  color: #fff;
}
.contents-header.voice-header .header-ttl span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}
.voice-header .header .header-heading {
  margin-bottom: .3em;
}
.voice-header .header .hedaer-job {
  clear: both;
  color: #fff;
  font-family: "新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .1em;
}
.voice-header .header .hedaer-name {
  clear: both;
  color: #fff;
  font-family: "新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: .1em;
}
.voice-header .header .hedaer-name span {
  font-size: 18px;
  font-size: 1.8rem;
}

.section-heading_voice {
  font-size: 30px;
  font-size: 3.0rem;
  color: #111;
  text-align: left;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 20px 80px;
  position: relative;
}
.section-heading_voice::before {
  font-size: 42px;
  font-size: 4.2rem;
  content: "Q.";
  position: absolute;
  left: 10px;
  padding: 0 10px;
  top: 10px;
  color: #71c5bb;
  line-height: 1.4;
}

.voice-schedule {
  background-color: #e2f2ef;
}
.section.voice-schedule {
  padding: 0 0 70px 0;
}
.voice-schedule_header {
  background-color: #00a293;
  padding:  20px;
  position: relative;
}
.voice-schedule_header .section-heading_schedule {
  font-family: "新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  font-size: 42px;
  font-size: 4.2rem;
  text-align: center;
  color: #fff;
}
.voice-schedule_header .clock {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  display: table;
}
.dl-schedule {
  margin: 40px auto;
  padding: 0 20px;
  max-width: 620px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dl-schedule .time {
  font-family: "新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  border: 1px solid #00a293;
  background-color: #fff;
  border-radius: 50%;
  width: 110px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  align-items: center;
}
.dl-schedule dd {
  max-width: 480px;
  width: 100%;
}
.dl-schedule dd .haeding {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #00a293;
}
.dl-schedule dd .txt {
  padding: 10px 10px 10px 20px;
}

.voice-img {
  padding: 20px;
}

/* ======= family ======= */
.contents-header.family-header .header-heading {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}
.contents-header.family-header .header {
  padding: 60px 20px;
}
.section-heading_family {
  color: #111;
}
.family-txt_1 {
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  padding: 20px 0 50px;
}
.family-txt_1 span {
  font-size: 16px;
  font-size: 1.6rem;
}
.section-family .col-1 p {
  margin-bottom: 3em;
}
.section-family .col-1 .family-txt_2 {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: right;
  margin-bottom: 0;
}
.family-txt_2 span {
  font-size: 22px;
  font-size: 2.2rem;
}

/* ======= topic ======= */
.contents-header.topic {
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  margin-top: 20px;
  padding: 0 10px 30px;
  display: block;
}
.contents-header.topic .header {
  width: 100%;
  padding: 0;
  text-align: center;
}
.topic-ttl {
  display: inline-block;
  background-color: #111;
  color: #fff;
  padding: 5px 40px;
}

.contents-header.topic .header-heading {
  text-align: center;
  margin: .5em 0 .2em 0;
  line-height: 1.4;
}

/* ======= question ======= */
.section-heading.section-heading_center.section-heading_question {
  background-color: #00a293;
  padding: 20px 10px;
  color: #fff;
  margin-bottom: 1em;
}
.dl-question {
  border-bottom: 1px solid #00a293;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.dl-question dt.dl-question_q {
	font-family:"新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 30px 20px 20px 80px;
  position: relative;
}
.dl-question dt.dl-question_q::before {
  font-size: 42px;
  font-size: 4.2rem;
	content: "Q.";
	position: absolute;
	left: 10px;
	padding: 0 10px;
	top: 20px;
	color: #71c5bb;
	line-height: 1.4;
}
.dl-question dd.dl-question_a {
  padding: 0 20px 40px 80px;
	line-height: 1.8;
	position: relative;
}
.dl-question dd.dl-question_a::before {
	font-family:"新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 600;
	content: "A.";
	position: absolute;
	left: 10px;
	padding: 0 10px;
	top: -5px;
	color: #f29c97;
	line-height: 1.4;
}

/* ======= talent ======= */
.contents-header.talent-header .header {
  padding: 0 0 0 23%;
}
.section-heading_talent {
  font-size: 42px;
  font-size: 4.2rem;
  position: relative;
  width: 6em;
  margin-bottom: .5em;
  letter-spacing: .2em;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2ea7e0;
}
.section-heading_talent.talent-color_2 {
  color: #f39800;
  width: 5em;
}
.section-heading_talent.talent-color_3 {
  color: #22ac38;
  width: 5em;
}
.section-heading_talent::before,
.section-heading_talent::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-heading_talent::before {
  top: 0;
  left: 0;
  border-top: 1px solid #2ea7e0;
  border-left: 1px solid #2ea7e0;
}
.section-heading_talent.talent-color_2::before {
  border-top: 1px solid #f39800;
  border-left: 1px solid #f39800;
}
.section-heading_talent.talent-color_3::before {
  border-top: 1px solid #22ac38;
  border-left: 1px solid #22ac38;
}
.section-heading_talent::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #2ea7e0;
  border-right: 1px solid #2ea7e0;
}
.section-heading_talent.talent-color_2::after {
  border-bottom: 1px solid #f39800;
  border-right: 1px solid #f39800;
}
.section-heading_talent.talent-color_3::after {
  border-bottom: 1px solid #22ac38;
  border-right: 1px solid #22ac38;
}
.heading_talent_1 {
	font-family:"新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: .5em;
}
.contents-talent_p {
  font-size: 16px;
  font-size: 1.6rem;
}

/* ======= point ======= */
.contents-header-w100_line {
  background-color: inherit;
  border-bottom: 1px solid #111;
  border-top: 1px solid #111;
}
.point-header_top {
  max-width: 900px;
  padding: 30px 20px;
}
.point-header_top .header-lead {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}
.point-header_top .header-heading {
	font-family:"新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: .3em;
}
.section-point .col-2 {
  padding: 15px 15px 60px 15px;
  position: relative;
}
.section-point .col-2 img {
  flex-shrink: 0;
}
.section-point .col-2 a {
  font-size: 32px;
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -ms-flex-pack: justify; /*IE10*/
  align-items: center;
  letter-spacing: .1em;
  position: relative;
}
.section-point .col-2 a .point-heading {
  font-family: "新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  position: absolute;
  color: #fff;
  z-index: 3;
  text-align: center;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 100%;
}
.section-point .col-2 a .point-heading_s {
  position: absolute;
  color: #fff;
  z-index: 4;
  top: 27%;
  font-size: 18px;
  font-size: 1.8rem;
}
.section-point .col-2 a .point-heading span {
	font-family:"UD新ゴ L","UD Shin Go L",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
.section-point .col-2::before {
  position: absolute;
  bottom: 15px;
  right: 40px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  background-image: url(images/point/arrow.svg);
  background-repeat: no-repeat;
  z-index: 2;
}


/* ======= adoption ======= */

.readTtl {
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
    border-bottom: solid #0fa292 2px;
    font-size: 28px;
    font-size: 2.8rem;
    color: #0fa292;
    line-height: 130%;
    letter-spacing: .2em;
}
.adopAreaShop {
    color: #000;
    font-size: 3.0rem;
    font-size: 30px;
}
.contents-header.adoption-header .header {
  padding: 0 0 0 23%;
}
.section-acc_adoption {
  border-bottom: 1px solid #009a7e;
}
.section-acc_adoption:last-of-type {
  border-bottom: none;
}
.section-adoption .col-2 {
  padding: 15px;
}
.section-adoption .col-2 img {
  flex-shrink: 0;
}
.section-adoption .col-2 a {
  font-family: "新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  align-items: center;
  letter-spacing: .1em;
  position: relative;
}
.section-adoption .col-2 a .adoption-heading {
  position: absolute;
  color: #fff;
  z-index: 3;
  text-align: center;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
}
.section-adoption .col-2 a::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 4;
}
.section-adoption .col-2 a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
}

.section-adoption_jobtop .col-2 {
  position: relative;
  margin-bottom: 3.7em;
  padding: 10px 20px;
}

.section-adoption_jobtop .adoption-heading {
  font-family: "新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 80%;
  transform: translateX(-50%);
  -webkit-transform:  translateX(-50%);
  height: auto;
  padding: 5px 20px 5px 35px;
  background-color: #00a293;
  z-index: 2;
}
.section-adoption_jobtop .adoption-heading::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
}

/* ======= flow ======= */
.flow-header .contents-header_inner {
  width: 54%;
  position: relative;
}
.contents-header.flow-header .contents-header_img {
  width: 46%;
}
.contents-header.flow-header .header {
  padding: 0 0 0 23%;
}
.flow-lead_1 {
  width: 100%;
  margin: 0 auto 30px;
  border-bottom: 1px solid #949495;
}
.flow-lead_1.flow-footer {
  border-top: 1px solid #949495;
}
.flow-lead_1.flow-footer .flow-p {
  text-align: center;
}
.flow-lead_1_inner {
  max-width: 960px;
  width: 100%;
  padding: 20px 30px;
  margin: 0 auto;
}
.flow-p {
  font-size: 22px;
  font-size: 2.2rem;
}
.section.flow {
  padding: 0 20px;
}
.col-flow {
  background-color: #e0e1e1;
  border-radius: 5px;
  font-family: "新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 20px;
}
.dl-flow {
  border-radius: 5px;
  display: table;
}
.dl-flow dt {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
.dl-flow_first {
  padding-left: 0;
}
.dl-flow dt span {
  display: block;
  background-color: #00a293;
  border-radius: 5px;
  color: #fff;
  padding: 5px 15px;
}
.dl-flow dd {
  display: table-cell;
  width: 100%;
  font-size: 22px;
  font-size: 2.2rem;
}
.dl-flow_col2 {
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
}
.dl-flow_col2_in {
  width: 50%;
  padding: 0 20px;
}
.dl-flow_col2_in:first-of-type {
  border-right: 2px dashed #fff;
}
.dl-flow_txt {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.dl-flow_txt::after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 50%;
  left: 50%;
  margin: auto;
  margin-left: -10px;
  vertical-align: middle;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00a293;
}
.dl-flow_btn {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  min-height: 80px;
  display: table;
  width: 100%;
}
.dl-flow_btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.dl-flow_btn.tellink a {
  display: block;
}
.dl-flow_txt_s {
	font-family:"UD新ゴ L","UD Shin Go L",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
.dl-flow_txt_s.tellink {
  margin-top: 10px;
  text-align: center;
}
.col-flow_arrow {
  position: relative;
}
.col-flow_arrow::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 50%;
  left: 50%;
  margin: auto;
  margin-left: -20px;
  vertical-align: middle;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #00a293;
}
.dl-flow_3_wrap {
  display: table;
}
.dl-flow_3 {
  display: table-cell;
  width: 4em;
  vertical-align: middle;
}
.dl-flow_3b {
	font-family:"UD新ゴ L","UD Shin Go L",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: normal;
  display: table-cell;
  background-color: #fff;
  border-radius: 5px;
  color: #00a293;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 5px 20px;
}
/* ========================================================
common
===================================================== */
.col-wrap {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.col-1 {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  font-size: 20px;
  font-size: 2.0rem;
}
.col-2 {
	width: 50%;
	padding: 10px;
}
.col-3 {
	width: 33.33333%;
	padding: 4% 1.5%;
}
.col-3:nth-child(1) {
	padding: 4% 3% 4% 0;
}
.col-3:nth-child(3) {
	padding: 4% 0 4% 3%;
}
.col-4 {
	width: 25%;
	padding: 10px;
}

.breadcrumb {
	font-size: 14px; font-size: 1.4rem;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px;
	color: #fff;
	text-align: center;
}
.breadcrumb ul {
	text-align: center;
}
.breadcrumb li {
	list-style: none;
	display: inline;
}
.breadcrumb a {
	color: #fff;
}
.breadcrumb a:hover {
	color: #98ffe0;
}

/* table */
.table-1 {
	margin-bottom: 25px;
	width: 100%;
}
.table-1 th {
	border-bottom: 2px solid #fff;
	font-weight: normal;
	padding: 10px 10px 10px 15px;
	text-align: left;
	vertical-align: top;
	background-color: #eaeaea;
	text-align: center;
}
.table-1 td {
	border-bottom: 2px solid #eaeaea;
	padding: 10px 10px 10px 15px;
}

/* sitemap */
.list-sitemap {
	list-style: none;
}
.list-sitemap li {
	border-bottom: 1px solid #baa892;
	width: 710px;
	clear: both;
	padding: 10px;
	overflow: hidden;
}
.list-sitemap li.lv2 {
	float: left;
}
.list-sitemap ul {
	width: 500px;
	clear: both;
	overflow: hidden;
	float: right;
	list-style: none;
}
.list-sitemap ul li {
	border-bottom: none;
	list-style: none;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}

/* form */
input, textarea, select {
	font-size: 16px; font-size: 1.6rem;
}
input, textarea, select {
	padding: 0.5em;
	vertical-align: middle;
}


/* list */
.ulList01 {
	margin-left: 1.7em;
	margin-bottom: 2em;
	list-style: disc;
}
.ulList01 li {
	margin-bottom: 10px;
}

dl.dlInfo01 {
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 10px;
}
dl.dlInfo01 dt {
	float: left;
	padding: 5px 0;
	width: 10em;
}
dl.dlInfo01 dd {
	padding: 5px 10px 5px 0;
}
dl.dlInfo01 dd a,
dl.dlInfo01 dd a:visited,
dl.dlInfo01 dd a:active {
	color: #000000;
	text-decoration: underline;
}
dl.dlInfo01 a:hover {
	color: #999999;
	text-decoration: none;
}

/* etc */
.mar-btm0 {margin-bottom: 0!important;}
.mar-btm5 {margin-bottom: 5px!important;}
.mar-btm10 {margin-bottom: 10px!important;}
.mar-btm20 {margin-bottom: 20px!important;}
.mar-btm30 {margin-bottom: 30px!important;}
.mar-btm40 {margin-bottom: 40px!important;}
.mar-btm50 {margin-bottom: 50px!important;}
.mar-btm80 {margin-bottom: 80px!important;}

.center {
	text-align: center!important;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

figure img {
	margin-bottom: 10px;
}
figure figcaption span {
	font-size: 18px; font-size: 1.8rem;
}

.imgRight {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}
.imgLeft {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}
.imgCenetr {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

.red {
	color: #C00;
}

.txt-s {font-size: 13px; font-size: 1.3rem;}
.txt-l {font-size: 20px; font-size: 2.0rem;}
.txt-b {font-weight: 600;}

.nowrap {
	white-space: nowrap;
}

iframe[src^="http://www.youtube.com/"],
iframe[src^="https://www.youtube.com/"],
iframe[src^="https://www.google.com/maps/"]  {
  max-width: 100%;
}

.br-sp {
  display: none;
}

.pc-none {
  display: none!important;
}

/* ========================================================
animation
===================================================== */
@-webkit-keyframes anime-bar-left{
0% {
left: 0;
right: auto;
width: 0;
opacity: 0;
}
100% {
left: auto;
right: 0;
width: 100%;
opacity: 1;
}
}
@keyframes anime-bar-left{
0% {
left: 0;
width: 0;
opacity: 0;
}
100% {
left: 0;
width: 100%;
opacity: 1;
}
}
@-webkit-keyframes anime-bar-right{
0% {
right: 0;
left: auto;
width: 0;
opacity: 0;
}
100% {
right: auto;
left: 0;
width: 100%;
opacity: 1;
}
}
@keyframes anime-bar-right{
0% {
right: 0;
left: auto;
width: 0;
opacity: 0;
}
100% {
right: 0;
left: auto;
width: 100%;
opacity: 1;
}
}
@-webkit-keyframes anime-txt{
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes anime-txt{
0% { opacity:0; }
100% { opacity:1; }
}
/* css */
/* .passing .passing-box {
display: block;
text-align: center;
} */
.anime-bar-left,
.anime-bar-right {
position: relative;
display: inline-block;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.anime-bar-left:before,
.anime-bar-right:before {
content: '';
display: inline-block;
width: 0;
height: 100%;
position: absolute;
right: 0;
top: 0;
z-index: -1;
background-color: #009daa;
}
.anime-txt {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
display: inline-block;
z-index: 9;
}
.move.anime-bar-left:before {
-webkit-animation: anime-bar-left 2s ease 0s 1 normal forwards;
animation: anime-bar-left 0.3s ease 0s 1 normal forwards;
}
.move.anime-bar-right:before {
-webkit-animation: anime-bar-right 2s ease 0s 1 normal forwards;
animation: anime-bar-right 0.3s ease 0s 1 normal forwards;
}
.move .anime-txt {
-webkit-animation: anime-txt 1s ease 0.3s 1 normal forwards;
animation:anime-txt .3s ease 0.3s 1 normal forwards;
}

/*===========================================
Blog Entry
===========================================*/

.entryMeta {
	border-top: 1px dotted #ac9475;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 11px; font-size: 1.1rem;
}

.snsBlock {
	border-top: 1px dotted #D5D5D5;
	border-bottom: 1px dotted #D5D5D5;
	padding: 10px 10px 5px;
	margin-top: 30px;
}

/* Begin Images */
p img {
	padding: 0;
}

/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0;
	padding: 0;
	list-style: disc;
	padding-left: 5px;
	margin-bottom: 20px;
}

html>body .entry li {
	margin: 5px 0 6px 20px;
	padding-left: 0.5em;
}

*html body  .entry ul {
	list-style: disc;
	padding-left: 20px;
}

*html body  .entry li {
	margin: 5px 0 8px 10px;
	height: 1%;
}

.entry ol {
	padding: 0 0 0 25px;
	margin: 0;
	zoom : 1;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.entry p {
	margin-bottom: 5px;
	padding: 5px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
ol ul li  {
	list-style: disc;
}
/* End Entry Lists */

.entry {
	margin-bottom: 10px;
	overflow: hidden;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
/*	text-align: justify; */
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	display:none;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	width: 185px;
	padding: 10px;
	background-color: #AE1E22;
	font-size: 11px; font-size: 1.1rem;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	color: #FF0;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar table {
	width: 100%;
	color: #fff;
}
#wp-calendar th {
	text-align: center;
	color: #fff;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #BFA990;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}


hr.dottedLine {
	visibility: visible;
	border: 1px dotted #ccc;
	height: 1px;
	margin: 10px 0 20px 0;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #e9e9e9;
	text-align: center;
	background-color: #F4F4F4;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 20px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.entry .alignleft {
	margin-right: 20px;
}
.entry .alignright {
	margin-left: 20px;
}

.wp-caption p.wp-caption-text {
	font-size: 11px; font-size: 1.1rem;
	line-height: 17px;
	padding: 5px;
	margin: 0!important;
	text-align: center;
	color: #111;
}
/* End captions */

/* WP_page_numbers */
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #ffffff;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0;
	word-spacing: 0;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: #ffffff;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #111;
	font-family: Arial;
	font-size: 12px; font-size: 1.2rem;
	border: 1px solid #dddddd;
	margin-right: 5px;
}

#wp_page_numbers li a:hover {
	color: #000000;
	background-color: #ececec;
}

#wp_page_numbers li.space {
	font-size: 12px; font-size: 1.2rem;
	font-family: Arial;
	color: #111;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	color: #111;
	background: #d8d8d8;

}
#wp_page_numbers li.active_page a:hover  {
	color: #000000; /* IE fix */
}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 11px; font-size: 1.1rem;
	font-family: Arial;
	color: #111;
	display: block;
	padding: 3px;
	padding-right: 5px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

@media only screen and (max-width: 1700px) {
.mainimage {
  background-position-x: 80%;
}

}

@media only screen and (max-width: 1200px) {
.header-inner {
  padding-left: 20px;
}
.catch {
  padding-left: 20px;
}

}


@media only screen and (max-width: 980px) {
.logo img {
  width: 110px;
}

.sitename {
  font-size: 13px;
  font-size: 1.3rem;
}

#gnav-global {
  font-size: 14px;
  font-size: 1.4rem;
}
#gnav-global ul li a {
  padding: 10px 15px;
}

.formnav-wrap li a {
  width: 110px;
}

.contents-header .header .header-heading {
  font-size: 38px;
  font-size: 3.8rem;
}

.message-header .name {
  float: none;
  margin: 0 auto 1em;
  display: table;
}

.contents-header.message-header  .header {
  width: 100%;

}
.message-header .header .header-set {
  width: 100%;
}

.section-adoption .col-2 a {
  font-size: 22px;
  font-size: 2.2rem;
}
.section-adoption .col-2 a::before{
  left: 15px;
  width: 26px;
  height: 26px;
}
.section-adoption .col-2 a::after{
  left: 26px;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}

}


@media only screen and (max-width: 800px) {
.heading-bar-left {
  font-size: 30px;
  font-size: 3.0rem;
  width: 70%;
  padding: 5px 2em 5px 10px;
}

.heading-bar-right {
  font-size: 30px;
  font-size: 3.0rem;
  width: 70%;
  padding: 5px 10px 5px 2em;
}

.about-btn::before {
  left: 30px;
}
.about-heading {
  font-size: 22px;
  font-size: 2.2rem;
}
.column-heading {
  font-size: 22px;
  font-size: 2.2rem;
}
.voice-heading {
  font-size: 22px;
  font-size: 2.2rem;
}
.message-heading {
  font-size: 32px;
  font-size: 3.2rem;
}
.entry-heading {
  font-size: 32px;
  font-size: 3.2rem;
}

.voice-name dt {
  font-size: 20px;
  font-size: 2.0rem;
  width: 120px;
}
.voice-name dd {
  font-size: 18px;
  font-size: 1.8rem;
  width: 160px;
}

.col2nav li a {
  font-size: 26px;
  font-size: 2.6rem;
}

.footer-inner {
  display: none;
}
#footer {
  padding: 0 0 20px;
}
p#copyright {
  border-top: none;
}

.section-heading {
  font-size: 26px;
  font-size: 2.6rem;
}
.section-heading.section-heading_left {
  padding: 20px 0;
  text-align: center;
}

.contents-header .header .header-ttl {
  font-size: 22px;
  font-size: 2.2rem;
}

.contents-header .header .hedaer-p {
  font-size: 18px;
  font-size: 1.8rem;
}

.contents-section-inner {
  overflow: hidden;
}
.contents-section-inner .col-txt {
  font-size: 18px;
  font-size: 1.8rem;
}

.contents-header {
  width: 100%;
  height: auto;
  display: block;
}
.contents-header_inner,
.flow-header .contents-header_inner {
  width: 100%;
}
.contents-header .header {
  position: static;
  left: 0;
  padding: 20px 10px;
}
.contents-header_img,
.contents-header.flow-header .contents-header_img {
  width: 100%;
}
.contents-header .header .header-ttl {
  text-align: center;
}
.contents-header .header .header-heading {
  text-align: center;
}
.contents-header .header .hedaer-p {
  padding: 0;
}

.profile-header .contents-header_inner,
.point-header .contents-header_inner,
.talent-header .contents-header_inner,
.adoption-header .contents-header_inner,
.flow-header .contents-header_inner,
.voice-header .contents-header_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.contents-header.profile-header .header,
.contents-header.point-header .header,
.contents-header.talent-header .header,
.contents-header.adoption-header .header,
.contents-header.flow-header .header,
.contents-header.voice-header .header {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.point-header .contents-header_inner,
.adoption-header .contents-header_inner,
.voice-header .contents-header_inner {
  width: 100%;
}
.point-header .contents-header_img,
.adoption-header .contents-header_img {
  width: 100%;
}
.voice-header .contents-header_img {
  width: 100%;
  margin-top: 80px;
}
.voice-header .header .header-set {
  width: 100%;
}
.contents-header.voice-header .header-ttl {
  background-color: #fff;
  color: #111;
  text-align: center;
  padding: 10px;
  margin-top: -80px;
}
.contents-header.voice-header .header-ttl span {
  text-align: center;
}
.voice-header .header .hedaer-job,
.voice-header .header .hedaer-name {
  text-align: center;
}

.dl-flow dd {
  display: table-cell;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
}
.flow-p {
  font-size: 16px;
  font-size: 1.6rem;
}

.section-point .col-2 a .point-heading_s {
  top: 22%;
}

}

@media only screen and (max-width: 600px) {
#header {
  width: 100%;
  height: 60px;
  padding: 10px 0;
  margin: 0 auto 15px;
  position: fixed;
  z-index: 99;
  background-color: #fff;
  top: 0;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}
.header-inner {
  padding: 12px 0;
  position: inherit;
}

.logo {
  padding-left: 10px;
}
.logo img {
  width: 80px;
}

.sitename {
  vertical-align: top;
    font-size: 11px;
  font-size: 1.1rem;
}

.formnav {
  position: static;
  margin-top: 12px;
}
.formnav-wrap {
  width: 100%;
}
.formnav-wrap li a {
  width: 100%;
}

#main {
  padding-top: 90px;
}
.mainimage {
  height: 92vh;
}

.catch−1 {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}
.catch−2 {
  font-size: 50px;
  font-size: 5.0rem;
  text-align: center;
}

.about-numbers,
.about-heading br,
.about-btn,
.about-col p {
  display: none;
}
.about-heading {
  text-align: left;
  padding-left: 20px;
}
.about-heading::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 12px solid transparent;
	border-left: 12px solid #009daa;
}
.about-col .col-3:first-child {
  border-top: 1px dashed #009daa;
}
.about-col .col-3 {
  width: 100%;
	padding: 0;
  border-bottom: 1px dashed #009daa;
}
.about-col.col-3:nth-child(1) {
	padding: 0;
}
.about-col .col-3:nth-child(3) {
	padding: 0;
}

.column-col {
  padding: 15px;
  border-bottom: 1px solid #009daa;
  align-items: center;
}
.column-col:first-of-type {
  border-top: 1px solid #009daa;
}
.column-p,
.column-btn {
  display: none;
}
.column-col .col-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 35%;
}
.column-col .col-txt {
  width: 65%;
}
.column-heading {
  margin-bottom: 0;
  padding: 0 20px 0 40px;
  text-align: left;
  border-bottom: none;
}
.column-heading::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 12px solid transparent;
	border-left: 12px solid #009daa;
}

.heading-bar-left,
.heading-bar-right {
  margin-bottom: 30px;
}

.voice-heading {
  padding: 0 20px 10px;
}

.col-voice {
  display: none;
}
.voice-sp {
  display: block;
  position: relative;
}
.voice-sp a {
  color: #111;
}
.voice-sp-head {
  position: absolute;
  top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  background-color: rgba(255,255,255,.7);
  text-align: center;
  padding: 20px 0;
  z-index: 2;
}
.voice-sp-head::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 12px solid transparent;
	border-left: 12px solid #009daa;
}
.voice-sp-head h3 {
  font-family: "新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #111;
  margin: 0 80px 10px;
}
.voice-sp-head div {
  font-family: "新ゴ M","Shin Go Medium",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
}

.message-col .col-txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.message-col .col-2 {
    padding: 20px;
}

.col2nav li {
  width: 100%;
  margin: 0 4%;
}
.col2nav li.app a {
  color: #fff;
}
.col2nav li.app {
  margin: 30px 4% 10px;
}
.col2nav li.contact {
  margin: 10px 4% 10px;
}

.col-1 {
  padding: 4%;
}
.col-2 {
	width: 100%;
}
.col-3 {
	width: 100%;
}
.col3-warp .col-3 {
	padding: 4%;
}
.col3-warp .col-3:nth-child(1) {
	padding: 4%;
}
.col3-warp .col-3:nth-child(3) {
	padding: 4%;
}

.contents-about_movie .col-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  height: auto;
}

.br-sp {
  display: block;
}
.hidden-sp {
  display: none;
}

.contents-about_movie .col-img {
  position:relative;
  width:100%;
  padding-top:56.25%;
  clear: both;
}
.contents-about_movie .col-img.moive {
  width:94%;
  padding-top:56.25%;
  margin: 0 auto 20px auto;
}
.contents-about_movie .col-img iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.contents-section-inner .col-txt {
  padding: 0 3% 5% 3%;
}

.section-bg_sp {
  background-color: #efefef;
}

.section {
  padding: 30px 0;
}


.contents-section-inner .col-img {
  width: 100%;
  padding: 4%;
}
.contents-section-inner .col-img img {
  float: none;
  margin: 0 auto;
  display: table;
}
.contents-section-inner .col-txt {
  width: 100%;
}
.contents-section-inner .col-txt.col-txt_left {
  padding: 4%;
}
.contents-section-inner .col-txt.col-txt_right {
  padding: 4%;
}
.contents-section-inner .col-img.col-img_order {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  height: auto;
}
.contents-section-inner .col-txt.col-txt_order {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  height: auto;
}
.contents-about_btn {
  padding: 10px 10px 35px 10px;
  text-align: center;
}
.contents-about_btn::before {
  top: inherit;
  left: 50%;
  right: 50%;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
}

.section-heading {
  font-size: 22px;
  font-size: 2.2rem;
}

.contents-header .header .header-heading {
  font-size: 30px;
  font-size: 3.0rem;
}
.contents-header .header .header-ttl,
.message-header .name {
  font-size: 18px;
  font-size: 1.8rem;
}

/* ======= message ======= */
.message-head_sp {
	font-family:"UD新ゴ L","UD Shin Go L",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  color: #009a7e;
  margin-bottom: .5em;
  text-align: center;
}
.message-btn_sp {
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #111;
  text-align: center;
  padding:  5px 20px 5px 5px;
  position: relative;
  display: table;
  width: 250px;
  margin: 0 auto 1em;
}
.message-btn_sp::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 25px;
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
	border: 12px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #111;
}

.btn-acc {
  cursor: pointer;
  padding: 20px 10px;
}
.btn-acc_close {
  display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
	background-color: #009a7e;
	cursor: pointer;
  border-radius: 50%;
  display: table;
  margin: 20px auto 30px;
}
.btn-acc_close span::before,
.btn-acc_close span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 6%;
	margin: -4% 0 0 -30%;
	background: #fff;
}
.btn-acc_close span::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.btn-acc_close span::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ======= profile ======= */
.col-2table {
  display: block;
  padding: 0;
}
.nowrap-table {
  display: block;
}

.dl-table {
  font-size: 15px;
  font-size: 1.5rem;
}
.dl-table dt {
  padding: .5em;
}
.dl-table dd {
  padding: .5em;
}
.col-2table_2 {
  padding: .5em;
}
.col-2table_2 {
  width: 100%;
  padding: .5em;
  border-right: none;
}

.img-right {
  width: 220px;
  height: auto;
  display: table;
  margin: 0 auto 30px;
  float: none;
}

/* ======= voice ======= */
.section-heading_voice::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 12px solid transparent;
  border-left: 12px solid #00a293;
  transition: 0.3s ease-out;
}
.active .section-heading_voice::after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(90deg);
}
.section-heading_voice {
  font-size: 20px;
  font-size: 2.0rem;
  padding: 20px 60px 20px 80px;
}
.dl-schedule dd .txt {
  font-size: 16px;
  font-size: 1.6rem;
}
.dl-schedule .time {
  height: 90px;
}
.section.voice-schedule {
  padding: 0;
  margin-bottom: 40px;
}
.voice-schedule_header {
  padding-bottom: 30px;
}
.voice-schedule_header::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 50%;
  left: 50%;
  margin: auto;
  margin-left: -12px;
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 12px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
}

/* ======= point ======= */
.section-heading_point {
  position: relative;
}
.section-heading_point::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 50%;
  left: 50%;
  margin: auto;
  margin-left: -12px;
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 12px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #009a7e;
}
.point-header .header-ttl {
  background-color:#fff;
  text-align: center;
  padding: 10px;
  display: block;
}
.contents-header.point-header .header {
  margin-top: 20px;
}
.voice-schedule_header .section-heading_schedule {
  font-size: 24px;
  font-size: 2.4rem;
}
.voice-schedule_header .clock {
  width: 40px;
  height: 40px;
}
.section-acc {
  padding: 0;
}
.voice-schedule .btn-acc {
  cursor: pointer;
  padding: 0;
}

.section-acc_point {
  border-bottom: 1px solid #009a7e;
}
.section-acc_point:last-of-type {
  border-bottom: none;
}

/* ======= family ======= */
.family-txt_1 {
  font-size: 16px;
  font-size: 1.6rem;
}
.family-txt_1 span {
  font-size: 13px;
  font-size: 1.3rem;
}
.family-txt_2 {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: right;
}
.family-txt_2 span {
  font-size: 18px;
  font-size: 1.8rem;
}

.contents-header-w100.family {
  background-color: #fff;
}
.contents-header.family-header .header {
  padding: 40px 20px 0;
}
.contents-header.family-header .header-heading {
  font-size: 18px;
  font-size: 1.8rem;
  color: #111;
}
.section-heading_family {
  font-size: 28px!important;
  font-size: 2.8rem!important;
  padding: 0 10px 30px!important;
}

.family .w800 {
  width: 100%;
  padding: 0;
}

.section-heading.section-heading_topic {
  padding: 10px 55px 10px 10px;
  text-align: left;
}
.section-heading.section-heading_adoption {
  padding: 10px 55px 10px 0;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
}
.section-heading_topic,
.section-heading_adoption {
  position: relative;
}
.section-heading_topic::after,
.section-heading_adoption::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 12px solid transparent;
  border-left: 12px solid #00a293;
  transition:  0.3s ease-out;
}
.active .section-heading_topic::after,
.active .section-heading_adoption::after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(90deg);
  bottom: -10px;
}


/* ======= adoption ======= */

.readTtl {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: solid #0fa292 2px;
    font-size: 22px;
    font-size: 2.2rem;
    color: #0fa292;
    line-height: 120%;
    letter-spacing: .2em;
}
.adopAreaShop {
    color: #000;
    font-size: 3.5rem;
    font-size: 35px;
}
.section-adoption .col-2 a {
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0;
}

/* ======= point ======= */
.point-header_top .header-lead {
  font-size: 20px;
  font-size: 2.0rem;
}
.point-header_top .header-heading {
  font-size: 30px;
  font-size: 3.0rem;
}
.point-header_top .header-lead_p {
  font-size: 16px;
  font-size: 1.6rem;
}


/* ======= question ======= */
.dl-question dt.dl-question_q {
  font-size: 20px;
  font-size: 2.0rem;
  padding: 30px 80px 30px 80px;
}
.dl-question dd.dl-question_a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 80px 0 80px;
}
.dl-question dt.dl-question_q::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 12px solid transparent;
  border-left: 12px solid #00a293;
  transition:  0.3s ease-out;
}
.dl-question dt.dl-question_q.active::after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(90deg);
}

.section-heading_talent {
  font-size: 42px;
  font-size: 4.2rem;
  width: 6em;
  margin: 0 auto .3em;
}
.heading_talent_1 {
	text-align: center;
}

.dl-table dt {
  font-size: 15px;
  font-size: 1.5rem;
}


/* ======= flow ======= */
.dl-flow {
  display: block;
}
.dl-flow dt {
  display: block;
  padding-right: 0;
}
.dl-flow dd {
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
}
.dl-flow dt span {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0 auto 25px;
  padding: 0 20px;
  display: table;
}
.dl-flow_col2_in:first-of-type {
  border-right: none;
  border-bottom: 2px dashed #fff;
  padding-bottom: 20px;
  padding-top: 0;
}
.dl-flow_col2_in {
  width: 100%;
  padding: 20px;
}
.dl-flow_3_wrap {
  display: block;
}
.dl-flow_3 {
  display: block;
  margin: 0 auto 20px;
}

.mean-nav .mask {
	background: rgba(0,0,0,.6);
	top: 58px;
	left: 0;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100vh;
	opacity: 1;
	display: none;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#footer {
  width: 100%;
}

.footer ul.footer-nav {
  margin-bottom: 20px;
  margin-top: 20px;
  float: none;
  text-align: center;
}
.footer ul.footer-nav li {
  float: none;
  display: inline-block;
}
.footer ul.footer-nav li a {
	font-size: 14px; font-size: 1.4rem;
  padding: 10px 5px;
}
p#copyright {
  text-align: left;
}

.sp-none {
  display: none!important;
}
.pc-none {
  display: block!important;
}

}

@media only screen and (max-width: 480px) {
.catch−1 {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}
.catch−2 {
  font-size: 40px;
  font-size: 4.0rem;
  text-align: center;
}

.contents-header.voice-header .header .header-heading {
  font-size: 26px;
  font-size: 2.6rem;
}
.voice-header .header .hedaer-job {
  font-size: 16px;
  font-size: 1.6rem;
}

}

@media only screen and (max-width: 380px) {
.point-header .header-heading {
  font-size: 26px;
  font-size: 2.6rem;
}

}

@media only screen and (max-width: 340px) {
.section-adoption .col-2 a {
  font-size: 18px;
  font-size: 1.8rem;
}

.point-header .header-heading {
  font-size: 24px;
  font-size: 2.4rem;
}

.section-point .col-2 a .point-heading_s {
  font-size: 16px;
  font-size: 1.6rem;
}

.section-point .col-2::before {
  width: 60px;
  height: 60px;
}

.contents-header.voice-header .header .header-heading {
  font-size: 22px;
  font-size: 2.2rem;
}
.voice-header .header .hedaer-job {
  font-size: 14px;
  font-size: 1.4rem;
}

}
.h3style_01{
	width: 50%;
	margin: 0 auto;
    margin-top: 70px;
	margin-bottom:50px;
	padding: 5px;
	font-size: 26px;
    color: #fff;
    background-color: #009a7e;
}
.img_title{
	margin-bottom: 8px;
	text-align: center;
    color: #4fb8a5;
}
.flex_end{
	justify-content:flex-start;
}
@media only screen and (max-width: 600px){
	.h3style_01{
		width: 91%;
		margin-top: 35px;
        margin-bottom: 25px;
		font-size: 20px;
	}
}
.about_movie h3{
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    padding-bottom: .5em;
    margin-bottom: 1em;
	letter-spacing: 2px;
    border-bottom: 1px solid #333;
}
.about_movie{
	display: flex;
    flex-wrap: wrap;
	width: 900px;
    margin: 0 auto;
}
.about_movie_item{
	width: 45%;
    padding: 10px;
}
.about_movie .about_movie_item:nth-child(odd){
   margin-right:10%;
}
.about_movie .about_movie_item:nth-of-type(1),.about_movie .about_movie_item:nth-of-type(2){
	margin-bottom:30px;
}
.about_movie_item figure{
	text-align:center;
}
.about_movie_item figcaption{
	font-size:16px;
	letter-spacing:1px;
	text-align: center;
}
@media only screen and (max-width: 940px){
  .about_movie .about_movie_item:nth-child(odd){
     margin-right:0;
   }
}
@media only screen and (max-width: 830px){
	.about_movie {
        flex-flow: column;
		align-items:center;
		width:100%;
    }
	.about_movie_item{
		width:100%;
	}
	.about_movie .about_movie_item:nth-child(odd){
  		 margin-right:0;
	}
	.about_movie .about_movie_item:nth-of-type(1),.about_movie .about_movie_item:nth-of-type(2){
		margin-bottom:20px;
	}
	.about_movie .about_movie_item{
		margin-bottom:20px;
	}
}

/*募集要項*/

.job_list li{
	list-style: none;
	padding: 5px 0;
	border-bottom: 1px dashed #00a293;
}

.job_list li a{
	color: inherit;
}

.job_list li a .job_list-mark{
	color: #00a293;
	margin-right: 10px;
}

.job_list li a .job_list-title{
	font-weight: bold;
}

.job_list_link{
	display: block;
	max-width: 230px;
	margin-top: 130px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #111!important;
	border: 1px solid #111;
	padding: 5px 0;
}

@media only screen and (max-width: 800px) {
	.job_list_link{
		margin-top: 100px;
	}
}

@media only screen and (max-width: 600px) {
	.job_list_link{
		margin-top: 50px;
	}
}

@media only screen and (min-width: 801px) {
	.section.job_list{
		padding-bottom: 0;
	}
}
