@charset "UTF-8";
@ff- ***: '***', sans-serif;
@fs-title-pc : ***rem;
@fs-text-pc : ***rem;
@fs-title-sp : ***rem;
@fs-text-sp : ***rem;
@color- ***: #***;
@content-margin-pc : ***px;
@content-margin-tb : ***px;
@content-margin-sp : ***px;
.flex {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
.flex-between {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.flex-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
.flex-end {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: end;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: end;
  /*--- IE10 ---*/
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
.flex-self-center {
  -ms-flex-flex-item-align: center;
  /*--- IE10 ---*/
  -webkit-align-self: center;
  /*--- safari（PC）用 ---*/
  align-self: center;
}
.flex-self-end {
  -ms-flex-flex-item-align: flex-end;
  /*--- IE10 ---*/
  -webkit-align-self: flex-end;
  /*--- safari（PC）用 ---*/
  align-self: flex-end;
}
.flex-self-start {
  -ms-flex-flex-item-align: flex-start;
  /*--- IE10 ---*/
  -webkit-align-self: flex-start;
  /*--- safari（PC）用 ---*/
  align-self: flex-start;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.br-none br {
  display: none;
}
.text-ry {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-none {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.box-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
}
/* RESET */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
*,
::before,
::after {
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
}
* {
  background-repeat: no-repeat;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* 1 */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
small {
  font-size: 80%;
  /* 1 */
}
[hidden],
template {
  display: none;
  /* 1 */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
  /* 1 */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
}
b,
strong {
  font-weight: bolder;
  /* 1 */
}
dfn {
  font-style: italic;
  /* 1 */
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[type="number"] {
  width: auto;
  /* 1 */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* 1 */
}
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
}
optgroup {
  font-weight: bold;
  /* 1 */
}
button {
  overflow: visible;
  /* 1 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
button,
select {
  text-transform: none;
  /* 1 */
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  /* 1*/
  -webkit-appearance: none;
  /* 2 */
}
select::-ms-expand {
  display: none;
  /* 1 */
}
select::-ms-value {
  color: currentColor;
  /* 1 */
}
legend {
  border: 0;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 3 */
  max-width: 100%;
  /* 4 */
  white-space: normal;
  /* 5 */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
img {
  border-style: none;
  /* 1 */
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* 1 */
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
/* INTERFACE */
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: '游ゴシック', '游ゴシック体', 'YuGothic', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.4rem;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.animated {
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #ce9200;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #333;
}
.serif {
  font-family: Georgia, "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#home-view {
  width: 100%;
}
#home-view .home_key {
  width: 100%;
  margin: 0 auto;
}
#home-view .home_key #title {
  display: none;
}
#home-view .home_key img {
  display: block;
  width: 100%;
  height: auto;
}
#home-view .top_text_area {
  background-color: #faf2ed;
}
#home-view .top_text_area .inner {
  max-width: 1200px;
  text-align: center;
  padding: 50px 20px 60px;
}
#home-view .top_text_area .inner .title {
  font-size: 26px;
  line-height: 1.4em;
  margin: 0 0 50px;
  padding: 0;
  color: #333;
}
#home-view .top_text_area .inner ul {
  width: 100%;
  list-style-type: none;
  margin: 0 auto 35px;
  padding: 0;
  overflow: hidden;
}
#home-view .top_text_area .inner ul li {
  display: block;
  width: 32%;
  margin: 0 0 20px;
  padding: 0 7px;
  box-sizing: border-box;
}
#home-view .top_text_area .inner ul li.right {
  float: right;
}
#home-view .top_text_area .inner ul li.left {
  float: left;
}
#home-view .top_text_area .inner ul li img {
  display: block;
  width: 100%;
  height: auto;
}
#home-view .top_text_area .inner .read {
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
#home-view .top_text_area .inner .read .sp_br {
  display: none;
}
#home-view .top_text_area .inner .read span {
  font-size: 30px;
  color: #000c5d;
}
#home-view .aisatsu {
  width: 100%;
  background-color: #fff;
}
#home-view .aisatsu .inner {
  overflow: hidden;
  padding: 40px 20px;
}
#home-view .aisatsu .inner p {
  width: 60%;
  float: right;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
#home-view .aisatsu .inner figure {
  width: 37%;
  float: left;
}
#home-view .aisatsu .inner figure img {
  display: block;
  width: 100%;
  height: auto;
}
#home-view .movie {
  width: 100%;
  background-image: url(../../img/home/movie_bg.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: 29px;
  text-align: center;
  padding: 0 20px 30px;
  box-sizing: border-box;
}
#home-view .movie .title {
  width: 100%;
  max-width: 536px;
  font-size: 12px;
  line-height: 1em;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 40px;
  z-index: 90;
}
#home-view .movie .title img {
  width: 100%;
  height: auto;
}
#home-view .movie .movie_area {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  border: solid 4px #fff;
}
#home-view .movie .movie_area .movie_inside {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 52.5%;
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#home-view .movie .movie_area .movie_inside iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
#home-view .mokuji {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 20px 40px;
  box-sizing: border-box;
  border-bottom: dotted 3px #ea5f6d;
}
#home-view .mokuji img {
  width: 100%;
  max-width: 642px;
  height: auto;
}
#home-view .form_area {
	margin: 50px 0;
}

#home-view .form_area aside a {
  display: table;
  margin: 0 auto;
  padding: 15px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
  font-weight: bolder;
  letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
  background-image: url(../../img/home/form_btn.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#home-view .form_area aside a span {
  display: block;
  font-size: 22px;
}

#home-view .form_area aside a:hover {
  opacity: 0.7;
}
#home-view .concept {
  background-image: url(../../img/home/bg_bara.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home-view .concept .inner {
  max-width: 800px;
  background-color: rgba(250, 250, 250, 0.8);
  padding: 65px 35px;
  background-image: url(../../img/home/bg_hana1.png), url(../../img/home/bg_hana2.png);
  background-repeat: no-repeat;
  background-position: left top,right bottom;
  background-size: 320px auto;
}
#home-view .concept .inner p {
  font-size: 19px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto 30px;
}
#home-view .concept .inner p:last-child {
  margin: 0 auto;
}
#home-view .concept .inner p .pink {
  color: #ea5f6d;
}
#home-view .concept .inner p .blue {
  color: #000c5d;
}
#home-view .about {
  background-color: #faf2ed;
}
#home-view .about .inner {
  max-width: 700px;
  padding: 45px 20px 50px;
}
#home-view .about .inner .title {
  font-size: 27px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto 30px;
}
#home-view .about .inner .title::after {
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background-color: #000;
  margin: 25px auto 0;
}
#home-view .about .inner .title span {
  color: #000c5d;
  font-size: 30px;
}
#home-view .about .inner p img.pic_pc {
  display: block;
  width: 100%;
  max-width: 671px;
  height: auto;
  margin: 0 auto;
}
#home-view .about .inner p img.pic_sp {
  display: none;
}
#home-view .voice {
  width: 100%;
}
#home-view .voice .key {
  border-top: solid 1px #a98426;
  border-bottom: solid 2px #ffdade;
}
#home-view .voice .key img.pic_pc {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#home-view .voice .key img.pic_sp {
  display: none;
}
#home-view .voice .voice_area {
  display: block;
  width: 100%;
  background-image: url(../../img/home/voice_bg.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 6px;
}
#home-view .voice .voice_area .inner {
  padding: 50px 20px 100px;
}
#home-view .voice .voice_area .inner .box {
  width: 100%;
  margin: 0 auto 33px;
  overflow: hidden;
}
#home-view .voice .voice_area .inner .box.left figure {
  float: left;
}
#home-view .voice .voice_area .inner .box.left p.text {
  float: right;
}
#home-view .voice .voice_area .inner .box.right figure {
  float: right;
}
#home-view .voice .voice_area .inner .box.right p.text {
  float: left;
}
#home-view .voice .voice_area .inner .box figure {
  width: 20%;
  text-align: center;
}
#home-view .voice .voice_area .inner .box figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 12px;
  border-radius: 50%;
}
#home-view .voice .voice_area .inner .box figure img.woman {
  border: solid 4px #fea1ab;
}
#home-view .voice .voice_area .inner .box figure img.man {
  border: solid 4px #a1cbfe;
}
#home-view .voice .voice_area .inner .box figure span {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin: 0 0 3px;
  padding: 0 0 2px;
}
#home-view .voice .voice_area .inner .box figure span.woman {
  border-bottom: solid 2px #fea1ab;
}
#home-view .voice .voice_area .inner .box figure span.man {
  border-bottom: solid 2px #a1cbfe;
}
#home-view .voice .voice_area .inner .box figure p {
  font-size: 19px;
  font-weight: bold;
}
#home-view .voice .voice_area .inner .box p.text {
  width: 77%;
  font-size: 16px;
  line-height: 30px;
  border-radius: 5px;
  padding: 17px 24px;
  box-sizing: border-box;
  background-color: #fff;
}
#home-view .bottom_area {
  width: 100%;
  border-top: solid 1px #000c5d;
  background-image: url(../../img/home/bottom_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#home-view .bottom_area .inner {
  padding: 40px 20px 50px;
}
#home-view .bottom_area .inner .top {
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  line-height: 44px;
  letter-spacing: 1px;
  border-bottom: solid 2px #b4b4b4;
  margin: 0 auto 35px;
  padding: 0 0 35px;
}
#home-view .bottom_area .inner .logo {
  display: block;
  width: 208px;
  height: auto;
  margin: 0 auto 35px;
}
#home-view .bottom_area .inner .koushi_box {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 20px;
}
#home-view .bottom_area .inner .koushi_box figure {
  width: 18%;
  float: left;
}
#home-view .bottom_area .inner .koushi_box figure img {
  display: block;
  width: 100%;
  height: auto;
}
#home-view .bottom_area .inner .koushi_box .text_box {
  width: 79%;
  float: right;
}
#home-view .bottom_area .inner .koushi_box .text_box .title {
  font-size: 20px;
  color: #000c5d;
  margin: 0 0 11px;
}
#home-view .bottom_area .inner .koushi_box .text_box .title span {
  font-size: 16px;
}
#home-view .bottom_area .inner .koushi_box .text_box p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 19px;
}
footer {
  width: 100%;
  padding: 60px 20px 70px;
  margin: 0 auto;
  border-top: solid 1px #000c5d;
  text-align: center;
}
footer a {
  display: inline-block;
  font-size: 18px;
  color: #333;
  text-decoration: none;
  margin: 0 auto 66px;
  font-weight: bold;
}
footer a:hover {
  text-decoration: underline;
}
footer small {
  font-size: 12px;
  display: block;
}
.pc_none {
  display: none;
}
#home-view .home_key img.key_pc {
  display: none;
}
#home-view .home_key img.key_sp {
  display: block;
}
#home-view .top_text_area .inner {
  padding: 30px 5px 60px;
}
#home-view .top_text_area .inner .title {
  font-size: 18px;
  line-height: 1.4em;
  margin: 0 0 30px;
}
#home-view .top_text_area .inner ul {
  width: 100%;
  margin: 0 auto 25px;
}
#home-view .top_text_area .inner ul li {
  display: block;
  width: 50%;
  margin: 0 0 10px;
  padding: 0 7px;
  box-sizing: border-box;
}
#home-view .top_text_area .inner ul li.right {
  float: left;
}
#home-view .top_text_area .inner ul li.left {
  float: left;
}
#home-view .top_text_area .inner .read {
  font-size: 15px;
  line-height: 26px;
  color: #333;
  font-weight: bold;
}
#home-view .top_text_area .inner .read .sp_br {
  display: block;
}
#home-view .top_text_area .inner .read span {
  font-size: 20px;
  color: #000c5d;
}
#home-view .aisatsu {
  width: 100%;
  background-color: #fff;
}
#home-view .aisatsu .inner {
  overflow: hidden;
  padding: 30px 20px;
}
#home-view .aisatsu .inner p {
  width: 100%;
  float: none;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  margin: 0 auto 20px;
}
#home-view .aisatsu .inner figure {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  float: none;
}
#home-view .aisatsu .inner figure img {
  display: block;
  width: 100%;
  height: auto;
}
#home-view .movie {
  width: 100%;
  padding: 10px 15px 20px;
}
#home-view .movie .title {
  width: 100%;
  max-width: 536px;
  font-size: 12px;
  line-height: 1em;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 10px;
  z-index: 90;
}
#home-view .movie .title img {
  width: 100%;
  height: auto;
}
#home-view .movie .movie_area {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  border: solid 4px #fff;
}
#home-view .movie .movie_area .movie_inside {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 52.5%;
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#home-view .movie .movie_area .movie_inside iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

#home-view .form_area aside a {
  padding: 15px 15px;
  font-size: 19px;
  line-height: 1.3;
}

#home-view .form_area aside a span {
  font-size: 17px;
}

#home-view .concept .inner {
  padding: 35px 20px;
}
#home-view .concept .inner p {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  margin: 0 auto 15px;
}
#home-view .concept .inner p:last-child {
  margin: 0 auto;
}
#home-view .concept .inner p .pink {
  color: #ea5f6d;
}
#home-view .concept .inner p .blue {
  color: #000c5d;
}
#home-view .about .inner {
  padding: 25px 20px 30px;
}
#home-view .about .inner .title {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto 30px;
}
#home-view .about .inner .title::after {
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background-color: #000;
  margin: 15px auto 0;
}
#home-view .about .inner .title span {
  color: #000c5d;
  font-size: 20px;
}
#home-view .about .inner p img.pic_pc {
  display: none;
}
#home-view .about .inner p img.pic_sp {
  display: block;
  width: 100%;
  max-width: 330px;
  height: auto;
  margin: 0 auto;
}
#home-view .voice {
  width: 100%;
}
#home-view .voice .key img.pic_pc {
  display: none;
}
#home-view .voice .key img.pic_sp {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#home-view .voice .voice_area .inner {
  padding: 40px 20px 50px;
}
#home-view .voice .voice_area .inner .box.left figure {
  float: none;
}
#home-view .voice .voice_area .inner .box.left p.text {
  float: none;
}
#home-view .voice .voice_area .inner .box.right figure {
  float: none;
}
#home-view .voice .voice_area .inner .box.right p.text {
  float: none;
}
#home-view .voice .voice_area .inner .box figure {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 15px;
  text-align: center;
}
#home-view .voice .voice_area .inner .box figure img {
  display: block;
  width: 140px;
  height: auto;
  margin: 0 auto 12px;
  border-radius: 50%;
}
#home-view .voice .voice_area .inner .box figure img.woman {
  border: solid 4px #fea1ab;
}
#home-view .voice .voice_area .inner .box figure img.man {
  border: solid 4px #a1cbfe;
}
#home-view .voice .voice_area .inner .box figure span {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 3px;
  padding: 0 0 2px;
}
#home-view .voice .voice_area .inner .box figure span.woman {
  border-bottom: solid 2px #fea1ab;
}
#home-view .voice .voice_area .inner .box figure span.man {
  border-bottom: solid 2px #a1cbfe;
}
#home-view .voice .voice_area .inner .box figure p {
  font-size: 16px;
  font-weight: bold;
}
#home-view .voice .voice_area .inner .box p.text {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  border-radius: 5px;
  padding: 17px 24px;
  box-sizing: border-box;
  background-color: #fff;
}
#home-view .bottom_area .inner {
  padding: 30px 20px 50px;
}
#home-view .bottom_area .inner .top {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  border-bottom: solid 2px #b4b4b4;
  margin: 0 auto 35px;
  padding: 0 0 25px;
}
#home-view .bottom_area .inner .koushi_box {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 20px;
}
#home-view .bottom_area .inner .koushi_box figure {
  width: 18%;
  float: left;
}
#home-view .bottom_area .inner .koushi_box figure img {
  display: block;
  width: 100%;
  height: auto;
}
#home-view .bottom_area .inner .koushi_box .text_box {
  width: 79%;
  float: right;
}
#home-view .bottom_area .inner .koushi_box .text_box .title {
  font-size: 20px;
  color: #000c5d;
  margin: 0 0 11px;
}
#home-view .bottom_area .inner .koushi_box .text_box .title span {
  font-size: 16px;
}
#home-view .bottom_area .inner .koushi_box .text_box p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 19px;
}
@media screen and (max-width: 450px) {
  #home-view .bottom_area .inner .koushi_box figure {
    width: 100%;
    max-width: 150px;
    margin: 0 auto 15px;
    float: none;
  }
  #home-view .bottom_area .inner .koushi_box .text_box {
    width: 100%;
    float: none;
  }
  #home-view .bottom_area .inner .koushi_box .text_box .title {
    font-size: 20px;
    color: #000c5d;
    margin: 0 0 11px;
  }
  #home-view .bottom_area .inner .koushi_box .text_box .title span {
    font-size: 16px;
  }
  #home-view .bottom_area .inner .koushi_box .text_box p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 19px;
  }
}
