@charset "UTF-8";
/*webフォント読み込み
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*基本設定
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #3e3a3a;
  line-height: 1.8;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

html {
  overflow-y: scroll;
}

a {
  color: #f5006e;
  text-decoration: underline;
}

a:hover {
  color: #f5006e;
  text-decoration: none;
  opacity: 0.8;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  width: 100%;
  border: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.fix {
  min-height: 1px;
}

.fix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .fix {
  height: 1px;
  /*\*/
  /*/
height: auto;
overflow: hidden;
/**/
}

.red {
  color: #f73609;
}

.img01 {
  line-height: 0;
}

.img01 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.img_f-r {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}

.img_f-r img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.tac {
  text-align: center;
}

.strong01 {
  text-decoration: underline;
}

.strong02 {
  font-weight: bold;
  text-decoration: underline;
}

.strong03 {
  font-size: 19px;
  font-weight: bold;
  color: #fa3407;
}

.strong04 {
  font-weight: bold;
  color: #fa3407;
}

.strong05 {
  font-weight: bold;
}

.mt0 {
  margin-top: 0 !important;
}

.mt20 {
  margin-top: 20px;
}

/*header
----------------------------------------------------*/
#header {
  width: 100%;
  background: #fff;
}

.h_wrap {
  width: 95%;
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 32px;
}

.header_pc {
  display: block;
}

.header_sp,
.h_sp-scrolltop{
  display: none;
}

.h_h1 {
  width: 100%;
  color: #3e3a3a;
  padding: 8px 0 16px;
}

.h_h1 h1 {
  font-size: 13px;
}

.h_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.h_address {
  margin-top: 8px;
}

.h_top {
  display: flex;
  justify-content: space-between;
}

.h_top-c {
  margin: 0 12px;
}

.h_top-c img {
  width: 12vw;
  max-width: 153px;
  height: auto;
}

.h_top-r {
  width: 75vw;
  max-width: 569px;
}

.h_contact-t {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.h_contact-tel img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.h_contact-resereve {
  margin-left: 16px;
}

.h_contact-btnconts {
  display: flex;
}

.h_contact-btnconts p {
  margin-right: 8px;
}

.h_contact-btnconts p:last-of-type {
  margin-right: 0;
}

.h_contact-btn {
  width: 13vw;
  max-width: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #fff;
  box-sizing: border-box;
  padding: 24px 4px;
  text-decoration: none;
  font-weight: bold;
}

.h_contact-btn:last-of-type {
  margin-right: 0;
}

.h_contact-btn img {
  margin-right: 8px;
}

.h_contact-btn:hover {
  color: #fff;
}

.h_contact-btn-webresereve {
  background: #3999ed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3999ed 0%, #146ab5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3999ed 0%, #146ab5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3999ed 0%, #146ab5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.h_contact-btn-lineresereve {
  background: #2dcf2d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2dcf2d 0%, #05a105 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2dcf2d 0%, #05a105 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2dcf2d 0%, #05a105 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.h_contact-b dl {
  display: flex;
}

.h_contact-b dl dt {
  width: 7em;
}

.h_contact-b dl dd {
  width: calc(100% - 7em);
}

/*nav
----------------------------------------------------*/
#nav {
  border-bottom: 2px solid #349ad1;
}

.nav_wrap {
  width: 95%;
  max-width: 1240px;
  margin: 0 auto;
}

.nav_wrap nav ul {
  display: flex;
  border-left: 1px dotted #349ad1;
}

.nav_wrap nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 6);
  border-right: 1px dotted #349ad1;
}

.nav_wrap nav ul li a {
  box-sizing: border-box;
  padding: 12px 4px;
  color: #3a4744;
  text-decoration: none;
}

.nav_sp {
  display: none;
}

/*mainimage
----------------------------------------------------*/
#mainimage {
  width: 100%;
  max-height: 610px;
  background: url("../images/top/bg_mainimage.png") repeat-x center top;
  background-size: cover;
}

.mainimage_img {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-height: 610px;
}

.mainimage_img p {
  line-height: 0;
}

.mainimage_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.mainimage_pc {
  display: block;
}

.mainimage_sp {
  display: none;
}

/*common
----------------------------------------------------*/
#main {
  width: 980px;
  margin: 32px auto  80px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#conts {
  width: 715px;
  margin-left: 35px;
}

.conts01 {
  margin-top: 72px;
}

.conts01.mt0 {
  margin-top: 0;
}

.conts02 {
  margin-top: 32px;
}

.ttl01 {
  font-size: 30px;
  font-weight: bold;
  padding-left: 24px;
  border-left: 9px solid #e1f1f7;
  position: relative;
  margin-bottom: 40px;
}

.ttl01:after {
  content: "";
  display: block;
  width: calc(100% + 9px);
  border-bottom: 1px dotted #3e3a3a;
  position: absolute;
  bottom: -16px;
  left: -9px;
}

.ttl02 {
  background: #328ddd;
  box-sizing: border-box;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 32px;
}

.ttl02_01{
  font-size: 20px;
}

.ttl02_01 span{
  display: block;
  font-size: 18px;
  font-weight: bold;
  border-top: 2px solid #fff;
  padding-top: 4px;
  margin-top: 2px;
}

.ttl03 {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

.ttl03 strong {
  font-weight: 500;
  color: #fa3407;
}

.ttl03 .br {
  display: block;
}

.ttl04 {
  font-size: 20px;
  border-bottom: 2px solid #349ad1;
  margin-bottom: 24px;
  padding-bottom: 4px;
  position: relative;
}

.ttl04:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #349ad1;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.list01 {
  border: 2px solid #44a8ea;
  box-sizing: border-box;
  padding: 16px 24px 8px;
  margin: 24px auto;
  display: flex;
  flex-wrap: wrap;
}

.list01 li {
  position: relative;
  padding-left: 16px;
  margin-right: 32px;
  margin-bottom: 8px;
}

.list01 li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #44a8ea;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 8px;
}

#side {
  width: 230px;
}

.side_bnr {
  margin-bottom: 20px;
}

.side_bnr p {
  line-height: 0;
}

.side_menu {
  border: 1px solid #42abdb;
  padding: 1px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.side_ttl {
  background: #bae7f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bae7f7 0%, #42abdb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bae7f7 0%, #42abdb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bae7f7 0%, #42abdb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  padding: 16px 4px;
}

.side_menu-conts {
  padding: 0 8px;
}

.side_menu-conts ul li {
  background: url("../images/common/icon_side01.png") no-repeat 8px 6px;
  border-bottom: 1px solid #c0e7f5;
  padding-bottom: 4px;
  margin-bottom: 8px;
  margin-top: 12px;
}

.side_menu-conts ul li:last-of-type {
  margin-bottom: 16px;
}

.side_menu-conts ul li a {
  color: #3e3a3a;
  text-decoration: none;
  padding-left: 24px;
}

.side_info {
  border: 1px solid #42abdb;
  padding: 1px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.side_info-wrap {
  padding: 24px 8px 0;
}

.side_infoconts {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

.side_infoconts:last-of-type {
  margin-bottom: 0;
}

.side_info-logoimg {
  text-align: center;
  margin-bottom: 4px;
}

.side_info-logoaddress {
  font-size: 13px;
  line-height: 1.6;
}

.side_infocontact-ttl01 {
  position: relative;
  font-size: 15px;
  height: 2.5em;
}

.side_infocontact-ttl01:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1f6fb6;
  top: 14px;
  left: 0;
  position: absolute;
}

.side_infocontact-ttl01 span {
  position: absolute;
  background: #fff;
  font-size: 15px;
  font-weight: bold;
  color: #1f6fb6;
  box-sizing: border-box;
  padding: 2px 4px 2px 0;
}

.side_info-contact {
  margin-top: 8px;
}

.side_info-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 12px 8px;
  border-radius: 100px;
  background: #ff87bd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff87bd 0%, #f5006e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff87bd 0%, #f5006e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff87bd 0%, #f5006e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.side_info-conts01 {
  margin-top: 16px;
}

.side_info-ttl01 {
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 8px 0;
  text-align: center;
  margin-bottom: 8px;
}

.side_info-text01 {
  font-size: 13px;
  text-align: center;
}

.side_info-text02 {
  font-size: 13px;
}

.side_map {
  margin-top: 12px;
  width: 100%;
  min-height: 260px;
}

.common_contact {
  background: #349ad1;
}

.common_contact-pc {
  display: block;
}

.common_contact-sp {
  display: none;
}

.sp_btm,
.sp_btm02 {
  display: none;
}

.common_contact-pcwrap {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.common_contact-pc-l {
  width: 33vw;
  max-width: 330px;
  position: relative;
}

.common_contact-pc-l img {
  width: 100%;
  max-width: 330px;
  height: auto;
}

.common_contact-pc-text01 {
  position: absolute;
  left: 0;
  top: -28%;
  line-height: 0;
}

.common_contact-pc-r {
  padding: 32px 0;
  width: calc(100% - 330px);
  margin-left: 32px;
}

.common_contact-pc-tel img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.common_contact-pc-text02 {
  display: flex;
  margin-top: 16px;
}

.common_contact-pc-text02 dl {
  display: flex;
  align-items: flex-start;
  margin-left: 24px;
}

.common_contact-pc-text02 dl:first-of-type {
  margin-left: 0;
}

.common_contact-pc-text02 dl dt {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 4px 8px;
  border-radius: 4px;
}

.common_contact-pc-text02 dl dd {
  margin-left: 12px;
  font-weight: bold;
  color: #fff;
  padding-top: 3px;
}

/*top
----------------------------------------------------*/
.yorokobinokoe_conts01 {
  margin-bottom: 40px;
}

.yorokobinokoe_text01 {
  margin-bottom: 32px;
}

.onayami_list {
  margin-top: 40px;
  border: 3px solid #d7edfa;
  background: #f5f8fa;
  padding: 32px;
  box-sizing: border-box;
}

.onayami_list ul li {
  background: url("../images/common/icon_check01.png") no-repeat left 4px;
  padding-left: 38px;
  font-size: 20px;
  margin-bottom: 12px;
}

.onayami_list ul li:last-of-type {
  margin-bottom: 0;
}

.onayami_omakase {
  padding-top: 120px;
  position: relative;
}

.onayami_omakase:before {
  content: "";
  display: block;
  background: url("../images/top/onayami_arrow.png") no-repeat center top;
  background-size: cover;
  width: 100%;
  max-width: 202px;
  height: 100%;
  max-height: 49px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 36px;
}

.onayami_text01 {
  margin-top: 32px;
}

.feature_ttl01 {
  background: #3490e0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3490e0 0%, #1f6fb6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3490e0 0%, #1f6fb6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3490e0 0%, #1f6fb6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-sizing: border-box;
  padding: 16px 8px;
  position: relative;
}

.feature_ttl01:before {
  content: "";
  display: block;
  width: 100%;
  height: 34px;
  background: url("../images/top/feature_ttl01-line.png") no-repeat left bottom;
  position: absolute;
  left: 0;
  bottom: -34px;
}

.feature_list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 56px 24px 32px;
  background: #fcf9e1;
}

.feature_listconts {
  background: #fff;
  border: 1px solid #dbd5a9;
  border-radius: 6px;
  padding: 32px 24px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.feature_listconts:last-of-type {
  margin-bottom: 0;
}

.feature_ttl02-wrap {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature_ttl02 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.6;
}

.feature_ttl02 span {
  color: #ff2989;
  background: linear-gradient(transparent 60%, #f5f819 60%);
}

.feature_no {
  background: #1f6fb6;
  width: 104px;
  height: 104px;
  border-radius: 200px;
  position: absolute;
  left: -40px;
  top: -40px;
}

.feature_no:before {
  position: absolute;
  right: 26px;
  bottom: -2px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.feature_no1:before {
  content: "1";
}

.feature_no2:before {
  content: "2";
}

.feature_no3:before {
  content: "3";
}

.baconts_text01 {
  margin-bottom: 36px;
}

.baconts_detail {
  box-sizing: border-box;
  border: 1px solid #1f6fb6;
  margin-bottom: 40px;
}

.baconts_detail:last-of-type {
  margin-bottom: 0;
}

.baconts_detail-ttl {
  background: #358edd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #358edd 0%, #0d5ca1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #358edd 0%, #0d5ca1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #358edd 0%, #0d5ca1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-sizing: border-box;
  padding: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.baconts_detailconts {
  padding: 24px;
  box-sizing: border-box;
}

.baconts_detail-memo {
  margin-top: 24px;
  text-align: center;
}

.mediaconts02_ttl {
  margin-bottom: 16px;
}

.mediaconts-img{
  margin-bottom: 24px;
}

.mediaconts-img:last-of-type{
  margin-bottom: 0;
}

.genin_ttl01 {
  margin-bottom: 32px;
}

.genin_text01 {
  margin: 40px auto;
}

.genin_text01 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.konponkaizen_ttl01 {
  margin-bottom: 32px;
}

.konponkaizen_conts p {
  margin-bottom: 1em;
}

.konponkaizen_conts p:last-of-type {
  margin-bottom: 0;
}

.voice_ttl01 {
  margin-bottom: 20px;
}

.voice_text01 {
  margin-bottom: 36px;
}

.reason_ttl01 {
  margin-bottom: 36px;
}

.reason_conts {
  border: 3px solid #dadada;
  box-sizing: border-box;
  margin-bottom: 32px;
}

.reason_conts:last-of-type {
  margin-bottom: 0;
}

.reason_conts-ttl {
  background: #f3f3f3;
  box-sizing: border-box;
  padding: 24px 36px;
}

.reason_ttl {
  font-size: 34px;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
  padding-left: 120px;
  min-height: 108px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.reason_ttl span strong {
  color: #ff2989;
}

.reason_ttl:before {
  content: "";
  display: block;
  width: 40vw;
  max-width: 104px;
  height: 40vw;
  max-height: 104px;
  position: absolute;
  left: 0;
  top: 0;
}

.reason_ttl-no01:before {
  background-image: url("../images/top/reason_icon01.png");
}

.reason_ttl-no02:before {
  background-image: url("../images/top/reason_icon02.png");
}

.reason_ttl-no03:before {
  background-image: url("../images/top/reason_icon03.png");
}

.reason_ttl-no04:before {
  background-image: url("../images/top/reason_icon04.png");
}

.reason_ttl-no05:before {
  background-image: url("../images/top/reason_icon05.png");
}

.reason_ttl-no06:before {
  background-image: url("../images/top/reason_icon06.png");
}

.reason_ttl-no07:before {
  background-image: url("../images/top/reason_icon07.png");
}

.reason_conts-text {
  box-sizing: border-box;
  padding: 30px;
}

.reason_img01 {
  margin-bottom: 16px;
}

.voice_ttl02 {
  margin-bottom: 32px;
}

.voice_conts {
  background: #d6efff;
  box-sizing: border-box;
  padding: 40px 32px;
  margin-bottom: 40px;
}

.voice_conts:last-of-type {
  margin-bottom: 0;
}

.voice_conts-ttl01 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}

.voice_conts-textarea p {
  margin-bottom: 1em;
}

.voice_conts-textarea p:last-of-type {
  margin-bottom: 0;
}

.recommend_ttl {
  background: #3d9ff5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3d9ff5 1%, #1f6fb6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3d9ff5 1%, #1f6fb6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3d9ff5 1%, #1f6fb6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 40px;
  position: relative;
  margin-bottom: 80px;
}

.recommend_ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 42px;
  background: url("../images/top/recommend_line01.png") no-repeat center center;
  position: absolute;
  bottom: -42px;
  left: 0;
}

.recommend_conts {
  background: #d6efff;
  box-sizing: border-box;
  padding: 36px;
  margin-bottom: 40px;
}

.recommend_conts:last-of-type {
  margin-bottom: 0;
}

.recommend_comment-ttl {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 112px;
  border-bottom: 2px solid #9bd5fa;
  line-height: 1.5;
  padding-bottom: 8px;
  min-height: 72px;
  margin-bottom: 64px;
}

.recommend_comment-ttl:before {
  content: "";
  display: block;
  width: 40vw;
  height: 50vw;
  max-width: 126px;
  max-height: 137px;
  background: url("../images/top/recommend_medal.png") no-repeat left top;
  position: absolute;
  left: -30px;
  top: -26px;
}

.recommend_textarea-info {
  float: left;
  margin-right: 40px;
  margin-bottom: 12px;
}

.recoomend_info-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.recommend_info-text {
  background: #fff;
  box-sizing: border-box;
  padding: 8px;
  margin-top: 12px;
}

.recommend_info-text {
  text-align: center;
}

.recommend_info-text p {
  margin-bottom: 0 !important;
}

.recommend_info-text-name {
  border-top: 1px solid #f0ebeb;
  margin-top: 4px;
  padding-top: 4px;
  font-weight: bold;
}

.recommend_info-text-name span {
  margin-left: 8px;
}

.recommend_textarea p {
  margin-bottom: 1em;
}

.recommend_textarea p:last-of-type {
  margin-bottom: 0;
}

.profile_ttl01 {
  border: 6px solid #1f6fb6;
  background: #f5f8fa;
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile_ttl01 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.profile_conts {
  margin-top: 32px;
}

.profile_conts p {
  margin-bottom: 1em;
}

.profile_conts p:last-of-type {
  margin-bottom: 0;
}

.profile_info {
  float: right;
  margin-left: 40px;
}

.profile_info-textarea {
  background: #ebf7ff;
  box-sizing: border-box;
  padding: 8px;
}

.profile_info-textarea p {
  text-align: center;
  margin-bottom: 0 !important;
}

.profile_info-company {
  font-size: 18px;
  font-weight: bold;
}

.profile_info-name {
  font-weight: bold;
  border-top: 1px solid #d3e1ed;
  margin-top: 4px;
  padding-top: 4px;
}

.profile_info-name span {
  font-size: 19px;
  margin-left: 8px;
}

.commonconts_contact-ttl01 {
  margin-bottom: 36px;
}

.commonconts_contact-wrap {
  border: 2px solid #1f6fb6;
  box-sizing: border-box;
  padding: 34px;
}

.commonconts_contact-btn {
  margin-bottom: 16px;
  line-height: 0;
  text-align: center;
}

.commonconts_contact-btn a img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.commonconts_contact-btn:last-of-type {
  margin-bottom: 0;
}

.commonconts_contact-open {
  margin-top: 24px;
  background: #f3f3f3;
  border-radius: 6px;
  padding: 24px 16px;
  box-sizing: border-box;
  display: flex;
}

.commonconts_contact-open dl {
  display: flex;
  align-items: flex-start;
  margin-left: 16px;
}

.commonconts_contact-open dl:first-of-type {
  margin-left: 0;
}

.commonconts_contact-open dl dt {
  font-weight: bold;
}

.commonconts_contact-open dl dd {
  margin-left: 8px;
}

.commonconts_contact-address {
  margin-top: 16px;
}

.commonconts_contact-address dl {
  display: flex;
}

.commonconts_contact-address dl dt {
  font-weight: bold;
}

.commonconts_contact-map {
  margin-top: 16px;
}

.commonconts_contact-map iframe {
  width: 100%;
  min-height: 400px;
}

.commonconts_line {
  position: relative;
}

.commonconts_line-img {
  position: relative;
}

.commonconts_line-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.commonconts_line-btn {
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.commonconts_line-btn img {
  width: 95%;
  max-width: 662px;
  height: auto;
}

.last_ttl01 {
  border-bottom: 4px solid #1f6fb6;
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 12px;
}

.last_ttl01:after {
  content: "";
  display: block;
  background: url("../images/top/last_ttl01-arrow.png") no-repeat center bottom;
  width: 40vw;
  height: 32vw;
  max-width: 46px;
  max-height: 22px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
}

.last_ttl02 {
  font-size: 24px;
  font-weight: bold;
  color: #ff3508;
  text-decoration: underline;
}

.last_conts {
  margin-bottom: 24px;
}

.last_conts:last-of-type {
  margin-bottom: 0;
}

.last_messge {
  margin-top: 40px;
  border: 6px solid #e3d5a1;
  box-sizing: border-box;
  background: url("../images/top/last_message-bg.png") no-repeat left top;
  padding: 40px;
}

.last_message-textarea {
  background: rgba(255, 255, 255, 0.88);
  padding: 28px;
  box-sizing: border-box;
}

.last_message-textarea p {
  margin-bottom: 1em;
}

.last_message-textarea p:last-of-type {
  margin-bottom: 0;
}

/*ページトップ
----------------------------------------------------*/
#pagetop {
  position: relative;
  bottom: 0;
  right: 2.5%;
  margin: 0 0 -28px auto;
  width: 100px;
  height: 100px;
  z-index: 9998;
}

#pagetop p {
  line-height: 0;
}

#pagetop p img {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.24);
  border-radius: 1000px;
  line-height: 0;
}

/*footer
----------------------------------------------------*/
#footer {
  margin-top: 64px;
}

.footer_wrap {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
}

.f_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.f_menu ul li:after {
  content: "|";
  margin: 0 12px;
}

.f_menu ul li:first-of-type:before {
  content: "|";
  margin-right: 12px;
}

.f_menu ul li a {
  color: #3e3a3a;
  text-decoration: none;
}

.f_info {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 24px 0;
}

.f_info p {
  font-size: 13px;
  margin: 0 6px;
}

.f_info .f_info-logo {
  font-weight: bold;
}

.f_copy {
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 13px;
  text-align: center;
}
