@charset "UTF-8";

/*------------------------------------------------------------
Global
------------------------------------------------------------*/
*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

body {
	color: #000;
	font-size: 1em;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

a:hover {
  transition: .4s;
  opacity: 0.8;
  text-decoration: underline;
}

a,
a:before,
a:after {
	color: #000;
	transition: .4s;
	cursor: pointer;
}

p {
  text-align: justify;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.header__wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.header {
  width: 1200px;
  margin: 0 auto;
  height: 100px;

  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.header__logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 45px;
}

.header__logo .teihokulogo {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px #000 solid;
  height: 45px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 45px;
}

.header__logo p {
  font-size: 12px;
}

.header__pc {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

ul.header__pc--btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.header__pc--tel {
  margin-right: 20px;
}

ul.header__pc--btn li:nth-child(1) {
  margin-right: 10px;
}

nav {
  margin: 0 auto 50px;
  padding: 10px;
  width: 100%;
}

ul.header__pc--nav {
  font-weight: bold;
  width: 950px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

ul.header__pc--nav li:not(:last-child) {
  margin-right: 30px;
}

ul.header__pc--btn li a {
  width: 195px;
  position: relative;
  z-index: 0;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
  text-decoration: none;
  background: #008000;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #005600;
  border-radius: 5px;
  transition: 0s;
  min-height: 50px;
  line-height: 1.4em;
  transition: .4s;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

ul.header__pc--btn li a:hover {
  transition: .4s;
  opacity: .8;
}

ul.header__pc--btn li a:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}

ul.header__pc--btn li a:after {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  background: url(../img/ico-right-white.svg) right 10px center / 8px no-repeat;
}

ul.header__pc--btn li:nth-child(2) br {
  display: none;
}

ul.header__pc--btn li:nth-child(2) a {
  width: 195px;
  position: relative;
  z-index: 0;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
  text-decoration: none;
  background: #FFF;/*ボタン色*/
  color: #008000;
  border: 1px solid #008000;
  border-bottom: solid 4px #008000;
  border-radius: 5px;
  transition: 0s;
  min-height: 50px;
  line-height: 1.4em;
  transition: .4s;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

ul.header__pc--btn li:nth-child(2) a:hover {
  transition: .4s;
  opacity: .8;
}

ul.header__pc--btn li:nth-child(2) a:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: 1px solid #008000;
}

ul.header__pc--btn li:nth-child(2) a:after {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  background: url(../img/ico-right-lightgreen.svg) right 10px center / 8px no-repeat;
}

.header__sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__wrap {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #FFF;
    height: 70px;
  }

  .header {
    height: 70px;
    border-bottom: 1px solid #ccc;
  }

  .header__pc {
    display: none;
  }

  .header__sp {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
  }

  .header__sp a, .drawer-hamburger {
    position: static;
    width: 70px;
    height: 70px;
    padding: 0;
    font-size: 12px;
    display: block;
  }

  .header__sp a, .header__sp a p, .drawer-hamburger p {
    text-align: center;
  }

  .header__sp a {
    /*background: #f0f9e8;*/
    color: #008000;
    border-left: 1px solid #ccc;
  }

  .header__sp a img {
    width: 19px;
    margin-top: 17px;
    margin-bottom: 7px;
  }

  .drawer-hamburger {
    color: #fff;
    background: #008000!important;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0)!important;
    transform: translate(-50%, 0)!important;
    width: 20px;
    background: #fff!important;
  }

  .drawer-hamburger-icon {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .drawer-hamburger-icon:before {
    top: -7px!important;
  }

  .drawer-hamburger-icon:after {
    top: 7px!important;
  }

  .drawer-overlay {
    background: none;
  }

  .drawer--top.drawer-open .drawer-nav {
    top: 70px;
    background: #008000;
    padding: 20px 20px 30px;
  }

  .drawer-nav__btn {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
  }

  .drawer-nav__btn li {
    width: 50%;
  }

  .drawer-nav__btn li:first-child {
    margin-right: 20px;
  }

  .drawer-nav__btn li a {
    display: block;
    color: #005600;
    padding: 10px 17px;
    border-radius: 10px;
    background: #fff;
    background-image: url(../img/ico-right-lightgreen.svg);
    background-repeat: no-repeat;
    background-position: center right 13px;
    background-size: 6px;
    font-size: 18px;
  }

  .drawer-nav__menu li {
    border-bottom: 1px solid #267340;
  }

  .drawer-nav__menu li a {
    font-size: 18px;
    display: block;
    padding: 11px 15px;
    background: url(../img/ico-right-white.svg) no-repeat center right 13px;
    background-size: 6px;
    color: #fff;
  }

  nav ul.header__pc--nav {
    display: none;
  }
}

@media screen and (max-width: 570px) {
  .header__logo {
    height: 30px;
  }
  
  .header__logo .teihokulogo {
    margin-right: 10px;
    padding-right: 10px;
    height: 30px;
  }

  .header__logo p {
    font-size: 10px;
  }
}

@media screen and (max-width: 470px) {
  .header__logo .teihokulogo {
    border-right: none;
  }

  .header__logo p {
    display: none;
  }
}

/*------------------------------------------------------------
main
------------------------------------------------------------*/
main {
  width: 100%;
  margin: 0 auto;
}

section {
  width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  main {
    position: relative;
    top: 70;
	}

  section {
    width: 100%;
    padding: 0 15px;
  }
}

/*------------------------------------------------------------
contentsarea
------------------------------------------------------------*/
.contentsarea {
  margin-top: 0;
  margin-bottom: 120px;
}

.contentsarea h2.ttl_01 {
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .contentsarea {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .contentsarea h2.ttl_01 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 570px) {
  .contentsarea h2.ttl_01 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mv {
  height: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  background-image: url(../img/consultation.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.mv__contants {
  width: 550px;
}

.mv__read {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: bold;
}

h2.mv__title {
  font-size: 62px;
  line-height: 80px;
  margin-bottom: 30px;
  font-weight: bold;
}

h2.mv__title span {
  color: #008000;
}

.mv__copy {
  height: 113px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.mv__copy p {
  font-size: 19px;
  font-weight: bold;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .mv {
    height: 340px;
    background-size: contain;
    margin-bottom: 30px;
    padding-top: 30px;

    background-image: url(../img/consultation-tb.jpg);
  }
  
  .mv__contants {
    width: 100%;
  }
  
  .mv__read {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  
  h2.mv__title {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: -5px;
  }
  
  .mv__copy {
    height: 100px;
  }
  
  .mv__copy p {
    font-size: 18px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 570px) {
  .mv {
    height: 230px;
    padding-top: 15px;

    background-image: url(../img/consultation-sp.jpg);
  }

  .mv__read {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  
  h2.mv__title {
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 10px;
  }
  
  .mv__copy {
    width: 230px;
    height: 100%;
  }
  
  .mv__copy p {
    font-size: 12px;
    line-height: 1.5em;
    margin-right: 10px;
  }

  .mv__copy p br {
    display: none;
  }
}

.message__contants {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;

  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.message__title {
  width: 240px;
  height: 130px;
  font-size: 30px;
  font-weight: bold;
  background-color: #F5F1DF;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

ul.message__date {
  width: 850px;
  font-size: 30px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

li.message__date__day {
  font-size: 50px;
  color: #FF0000;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

li.message__date__day span {
  font-size: 35px;
  display: block;
}

li.message__date__week {
  margin: 0 10px;
  font-size: 23px;
  background: #F5F1DF;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

li.message__date__from {
  margin-right: 10px;
}

.message__endMessage {
  width: 100%;
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 18px;
  font-weight: bold;
  color: #FF0000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .message__title {
    width: 20%;
    height: 94px;
    font-size: 18px;
    font-weight: bold;
    background-color: #F5F1DF;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .message__date-base {
    width: 80%;
  }
  
  ul.message__date {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  
  li.message__date__day {
    font-size: 30px;
    color: #FF0000;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  
  li.message__date__day span {
    font-size: 20px;
    display: block;
  }
  
  li.message__date__week {
    margin: 0 10px;
    font-size: 15px;
    background: #F5F1DF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  li.message__date__from {
    margin-right: 10px;
  }
}

@media screen and (max-width: 570px) {
  .message__contants {
    flex-direction: column;
  }

  .message__date-base {
    width: 100%;
  }

  .message__title {
    width: 100%;
    height: 30px;
    font-weight: bold;
    background-color: #F5F1DF;    
  }
  
  ul.message__date {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 0;
  }
  
  li.message__date__day {
    font-size: 18px;
  }
  
  li.message__date__day span {
    font-size: 20px;
  }
  
  li.message__date__week {
    margin: 0 5px;
    font-size: 12px;
    width: 22px;
    height: 22px;
  }

  li.message__date__from {
    margin-right: 5px;
  }

  .message__endMessage {
    font-size: 16px;
  }
}

ul.reien__contants {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

li.reien__contants__list {
  width: 350px;
  border: 1px solid #000;
}

li.reien__contants__list h3 {
  width: 350px;
  height: 80px;
  padding-left: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

li.reien__contants__list h3.satoduka {
  background-color: #3071B9;
}

li.reien__contants__list h3.hiragishi {
  background-color: #00A3A3;
}

li.reien__contants__list h3.heiwa {
  background-color: #645799;
}

.reien__contants__kukaku {
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.reien__contants__kukaku span {
  display: block;
  font-size: 10px;
  margin-top: -10px;
  text-align: center;
}

li.reien__contants__list h3.satoduka .reien__contants__kukaku {
  color: #3071B9;
}

li.reien__contants__list h3.hiragishi .reien__contants__kukaku {
  color: #00A3A3;
}

li.reien__contants__list h3.heiwa .reien__contants__kukaku {
  color: #645799;
}

.reien__contants__name {
  font-size: 28px;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.reien__contants__name span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1em;
  font-weight: normal;
}

.reien__contants__text {
  padding: 15px 20px;
  height: 100%;
}

.reien__contants__text h4 {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  ul.reien__contants {
    flex-direction: column;
  }

  .reien__contants__list__img img{
    height: 300px;
    width: 100%;
    object-fit: cover;
  }

  li.reien__contants__list {
    width: 100%;
  }

  li.reien__contants__list:not(:last-child) {
    margin-bottom: 20px;
  }

  li.reien__contants__list h3 {
    width: 100%;
  }

  .reien__contants__text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .reien__contants__text h4 {
    font-size: 20px;
    font-weight: bold;
  }
}

@media screen and (max-width: 570px) {
  .reien__contants__list__img img{
    height: 180px;
  }

  li.reien__contants__list:not(:last-child) {
    margin-bottom: 20px;
  }

  .reien__contants__name {
    font-size: 22px;
  }

  li.reien__contants__list h3 {
    padding-left: 15px;
  }

  .reien__contants__text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .reien__contants__text h4 {
    font-size: 18px;
  }
}

.price__contants {
  margin-bottom: 10px;
}

.price__contants table {
  width: 100%;
  border: 1px solid #000;
  font-size: 18px;
}

.price__contants table th,
.price__contants table td {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #000;
  vertical-align: middle;
}

.price__contants table td span {
  font-weight: normal;
}

.price__contants table td br {
  display: none;
}

.price__contants table td:nth-child(4) {
  font-size: 25px;
  color: #ff0000;
  font-weight: bold;
}

.price__contants table td:nth-child(4) span {
  color: #000;
  font-size: 16px;
}

.price__contants table tr:nth-child(2n) {
  background-color: #fff;
}

.price__contants table tr:nth-child(2n+1) {
  background-color: #F5F1DF;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.price__contants table tr:nth-child(1) {
  background-color: #C8BB9B;
  font-weight: bold;
}

.price__contants__caution {
  font-size: .9em;
}

@media screen and (max-width: 768px) {
  .price__contants table td br {
    display: block;
  }

  .price__contants {
    margin-bottom: 5px;
  }
  
  .price__contants table td:nth-child(4) {
    font-size: 18px;
    color: #ff0000;
    font-weight: bold;
  }
  
  .price__contants table td:nth-child(4) span {
    color: #000;
    font-size: 14px;
  }

  .price__contants__caution {
    font-size: .7em;
  }
}

@media screen and (max-width: 570px) {
  .price__contants table {
    font-size: 16px;
  }

  .price__contants table th {
    font-size: 14px;
  }

  .price__contants table td:nth-child(4) {
    font-size: 16px;
  }

  .price__contants td span.kukaku {
    display: block;
    font-size: 13px;
    margin-top: -5px;
  }
}

.process__contants > .tb {
  display: none;
}

.process__contants > .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .process__contants .pc {
    display: none;
  }

  .process__contants .tb {
    display: block;
  }
}

@media screen and (max-width: 462px) {
  .process__contants .tb {
    display: none;
  }

  .process__contants .sp {
    display: block;
  }
}

.response__contants__daikou, .response__contants__shieiguide {
  height: 370px;
  position: relative;
  padding: 30px 45px 30px 40px;
  background-color: #F5F1DF;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.response__contants__daikou {
  margin-bottom: 60px;
}

.response__contants__daikou h3, .response__contants__shieiguide h3 {
  font-size: 47px;
  font-weight: bold;
}

.response__contants__daikou h4, .response__contants__shieiguide h4 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 40px;
}

.response__contants__daikou__text {
  width: 540px;
  position: relative;
  top: -100px;
}

.response__contants__shieiguide__img {
  position: relative;
  top: -60px;
}

.response__contants__daikou__img {
  margin-bottom: 20px;
}

.response__contants__daikou__text p {
  font-size: 20px;
}

.response__contants__daikou__text p span {
  display: block;
  font-size: 0.9em;
}

.response__pc--btn br {
  display: none;
}

.response__pc--btn a {
  width: 440px;
  display: block;
  position: relative;
  z-index: 0;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  display: inline-block;
  padding: 20px;
  text-decoration: none;
  background: #008000;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #005600;
  border-radius: 10px;
  transition: 0s;
  min-height: 60px;
  line-height: 1.4em;
  transition: .4s;
}

.response__pc--btn a:hover {
  transition: .4s;
  opacity: .8;
}

.response__pc--btn a:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}

.response__pc--btn a:after {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  background: url(../img/ico-right-white.svg) right 30px center / 12px no-repeat;
}

.response__pc--btn--2 br {
  display: none;
}

.response__pc--btn--2 a {
  width: 440px;
  display: block;
  position: relative;
  z-index: 0;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  display: inline-block;
  padding: 20px;
  text-decoration: none;
  background: #FFF;/*ボタン色*/
  color: #008000;
  border: 1px solid #008000;
  border-bottom: solid 4px #008000;
  border-radius: 10px;
  transition: 0s;
  min-height: 60px;
  line-height: 1.4em;
  transition: .4s;
}

.response__pc--btn--2 a:hover {
  transition: .4s;
  opacity: .8;
}

.response__pc--btn--2 a:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: 1px solid #008000;
}

.response__pc--btn--2 a:after {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  background: url(../img/ico-right-lightgreen.svg) right 30px center / 12px no-repeat;
}

@media screen and (max-width: 768px) {
  .response__contants__daikou, .response__contants__shieiguide {
    height: 100%;
    padding: 10px 20px 20px;
    flex-direction: column;
  }

  .response__contants__daikou__text {
    width: 100%;
    top: 0px;
  }

  .response__contants__daikou__text p {
    font-size: 16px;
    line-height: 1.7em;
  }

  .response__contants__daikou {
    margin-bottom: 20px;
  }

  .response__contants__daikou__img {
    display: none;
  }
  
  .response__contants__daikou h3, .response__contants__shieiguide h3 {
    font-size: 32px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #008000;
  }
  
  .response__contants__daikou h4, .response__contants__shieiguide h4 {
    margin-bottom: 22px;
    font-size: 20px;
  }

  .response__pc--btn a, .response__pc--btn--2 a {
    width: 100%;
    font-size: 27px;
    margin-bottom: 20px;
  }

  .response__contants__shieiguide__img {
    order: 1;
  }

  .response__contants__shieiguide__btn {
    order: 2;
  }

  .response__contants__shieiguide__img {
    top: 0px;
    text-align: center;
    margin: 0 auto 10px;
  }

  .response__contants__shieiguide__img img {
    width: 80%;
  }
}

@media screen and (max-width: 570px) {
  .response__pc--btn a, .response__pc--btn--2 a {
    font-size: 20px;
  }
}

li.voice__contants__customer {
  background: #F5F1DF;
  padding: 40px;
  display: -webkit-flex;
  display: flex;
}

li.voice__contants__customer:not(:last-child) {
	margin-bottom: 30px;
}

.voice__contants__detail {
  margin-right: 50px;
  width: 550px;
}

.voice__contants__detail__title {
	margin-bottom: 5px;
	font-weight: bold;
  font-size: 27px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.voice__contants__detail__name {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 15px;
}

.voice__contants__detail__name span {
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  padding: 0 20px;
  line-height: 1.6em;
}

.voice__contants__img {
  width: 410px;
}

.voice__contants__img img {
  width: 100%;
}

.voice__contants__detail__name.satoduka span {
  background-color: #3071B9;
}

.voice__contants__detail__name.hiragishi span {
  background-color: #00A3A3;
}

.voice__contants__detail__name.heiwa span {
  background-color: #645799;
}

@media screen and (max-width: 768px) {
  li.voice__contants__customer {
    padding: 20px;
    flex-direction: column;
  }

  li.voice__contants__customer:not(:last-child) {
    margin-bottom: 20px;
  }

  .voice__contants__detail {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
    margin-right: 0;
    width: 100%;
  }

  .voice__contants__img {
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }

  .voice__contants__img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  
  .voice__contants__img img {
    width: 100%;
  }
}

@media screen and (max-width: 570px) {
  .voice__contants__detail__title {
	  font-size: 22px;
  }

  .voice__contants__detail__title br {
    display: none;
  }

  .voice__contants__img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
}

.company__contents {
  margin-bottom: 60px;
}

.company__contents__title {
  height: 108px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.company__contents__title__read {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4em;
}

.company__contents__block li {
  margin: 0 auto;
  padding: 0 20px 60px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;

  background-image : linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.company__contents__block li:not(:last-child) {
  margin-bottom: 60px;
}

.company__contents__block__detail {
  width: 580px;
  margin-right: 60px;
}

.company__contents__block__img {
  width: 400px;
}

.company__contents__block__title {
	font-size: 28px;
	font-weight: bold;
  margin-bottom: 10px;
}

.company__contents__block__link a {
  transition: .4s;
  display: block;
  padding: 10px;
  font-size: 1.1em;
  margin-top: 2.2em;
  background: url(../img/ico-right-black.svg);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: 95% center;
  background-color: #fffaee;
  max-width: 320px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #000;
}

.company__contents__block__link a:hover {
  transition: .4s;
  opacity: .6;
}

.company__contents__block__img.img-border-set1 {
  border: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .company__contents__title__read {
    font-size: 20px;
    width: 600px;
    margin-right: 20px;
  }

  .company__contents__title__read br {
    display: none;
  }

  .company__contents__title img {
    width: 100%;
  }

  .company__contents__block li {
    flex-direction: column;
  }

  .company__contents__block__detail {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
    width: 100%;
    margin-right: 0;
  }

  .company__contents__block__img {
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
    width: 100%;
    margin-bottom: 15px;
  }

  .company__contents__block__img img {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
  }

  .company__contents__block__link a {
    transition: .4s;
    display: block;
    padding: 15px;
    font-size: 1.3em;
    margin-top: 2.2em;
    background: url(../img/ico-right-black.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: 95% center;
    background-color: #fffaee;
    max-width: 100%;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #000;
  }
}

@media screen and (max-width: 570px) {
  .company__contents {
    margin: 0 auto 30px;
  }

  .company__contents__title {
    flex-direction: column;
    margin-bottom: 10px;
    height: 100%;
  }

  .company__contents__title div:nth-child(1) {
    order: 2;
  }

  .company__contents__title div:nth-child(2) {
    order: 1;
    margin-bottom: 10px;
  }
  
  .company__contents__title__read br {
    display: block;
  }

  .company__contents__title__read {
    width: 100%;
    font-size: 18px;
    line-height: 1.6em;
    margin: 0 auto;
  }

  .company__contents__block li {
    padding: 0 0 30px;
  }

  .company__contents__block li:not(:last-child) {
    margin-bottom: 30px;
  }

  .company__contents__block__img img {
    max-height: 200px;
  }

  .company__contents__block__title {
    font-size: 22px;
  }
}


/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
  width: 100%;
  height: 150px;
  margin: 0 auto;
  padding-top: 20px;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
}

footer h5.header__logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 45px;
  margin: 0 auto 10px;
  width: 380px;
}

footer h5.header__logo .teihokulogo {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px #000 solid;
  height: 45px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 45px;
}

footer h5.header__logo p {
  font-size: 12px;
}

footer p.footer__copy {
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 470px) {
  footer h5.header__logo .teihokulogo {
    margin-right: 15px;
    padding-right: 15px;
  }

  footer h5.header__logo {
    width: auto;
    /* margin: 0 auto; */
  }

  footer h5.header__logo p {
    display: block;
    font-size: 11px;
    line-height: 1.4em;
  }

  footer h5.header__logo img {
    width: 140px;
  }

  footer p.footer__copy {
    font-size: 10px;
  }
}

.youtube__contants {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube__contants iframe {
  width: 100%;
  height: 100%;
}