@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*--ヘッダINFO　ウィジットのヘッダーに追加--*/
.w-header {
  position: absolute;
  right: 20px;
  padding: 0;
}
.hed_info {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
.hed_info .hed_tel {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  /* padding: 0 0; */
  line-height: 1;
  /* margin: -7px 0 0; */
  display: flex;
}
.hed_info .hed_tel a {
  color: #1d96d6;
}
.hed_info .hed_tel::before {
  content: "";
  display: inline-block;
  background: url("img/freedial.svg") no-repeat top 4px center;
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
}
.hed_open {
  color: #1d96d6;
  text-align: right;
  font-weight: bold;
  line-height: 1;
}
.hed_btn {
  display: flex;
  gap: 10px;
}
.hed_btn a {
  display: block;
  padding: 8px 20px;
  background-color: #1d96d6;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  /* margin: 0 0 0 20px; */
  min-width: 180px;
  text-align: center;
}
.hed_btn .h-recruit a {
  background-color: #059039;
}
.hed_btn .fa-envelope {
  display: inline-block;
  padding: 0 8px 0 0;
  font-size: 26px;
  margin: 0 0 -2px;
}
/*--ヘッダNAVの位置サイズ調整--*/
.c-gnav > .menu-item > a {
  padding: 56px 20px 0;
  font-weight: bold;
}
.c-gnav > .menu-item > a .ttl {
  font-size: 16px;
}
/*--メインスライドテキスト--*/
.p-mainVisual__slideTitle {
  font-size: 3.7rem;
  font-weight: bold;
}
.p-mainVisual__slideTitle strong {
  color: #eee729;
}
.p-mainVisual__slideText {
  font-size: 1.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-mainVisual__slideTitle {
    font-size: 1.8rem;
  }
  .p-mainVisual__slideText {
    font-size: 0.9rem;
    max-width: 70%;
    margin: 0 auto;
  }
  .hed_info {
    display: block;
  }
  .hed_info .hed_tel {
    justify-content: center;
  }
  .hed_info .hed_tel a {
  }
  .hed_info .hed_tel::before {
  }
  .hed_open {
    text-align: center;
  }
  .hed_btn {
    display: block;
    margin: 5% 0 0;
  }
  .hed_btn li {
    margin: 0 0 5%;
  }
}
/*---------------
SWELL固定ページカスタム
--------------------------------------*/
.step_yoko .wp-block-column {
  position: relative;
}
.step_yoko .wp-block-column::before {
  content: "";
  position: absolute;
  top: 30%;
  right: -18px;
  border-left: 11px solid #1d96d6;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}
.step_yoko .wp-block-column:last-child::before {
  content: none;
}
.rc_tbl {
}
.rc_tbl th {
  width: 25% !important;
  text-align: center;
}
.rc_tbl td {
}
.rc_tbl .map iframe {
  max-height: 350px;
  margin: 1em 0 0;
}

/*---------------
アニメーション
--------------------------------------*/
.js-anim {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  will-change: opacity, transform;
}
.js-anim.is-show {
  opacity: 1;
  transform: translateY(0);
}
.js-anim-left {
  opacity: 0;
  transform: translateX(-40px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.js-anim-left.is-show {
  opacity: 1;
  transform: translateX(0);
}
.js-anim-right {
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.js-anim-right.is-show {
  opacity: 1;
  transform: translateX(0);
}
/*---------------
カスタム共通
--------------------------------------*/
.center {
  text-align: center;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
.inner_1000 {
  width: 1000px;
  margin: 0 auto;
}
.linkbtn a {
  display: inline-block;
  background-color: #1d96d6;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
}
.linkbtn a .fa-arrow-right {
  padding: 0 0 0 10px;
}
a:hover {
  opacity: 0.8;
  transition: all 0.2s ease-out 0s;
}
.w100 {
  width: 100%;
  vertical-align: bottom;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  main.top {
    padding: 0 5%;
  }
  .inner,
  .inner_1000 {
    width: 100%;
    padding: 0 5%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*---------------
カスタムTMP
--------------------------------------*/
.page-hed.tmp {
  margin: -4em auto 2em;
  max-width: 1000px;
}
main.page-cmtmp {
  max-width: 1000px;
  margin: 0 auto;
}
.map iframe {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .cm_tbl {
    margin: 0 5%;
  }
  .cm_tbl th {
    max-width: 100% !important;
  }
  .cm_tbl td {
    text-align: center;
  }
  .eria_tiiki {
    text-align: center;
  }
  .eria_tiiki span {
    font-size: 1.6rem;
  }
  .prtner-ttl span {
    font-size: 2.3rem !important;
    line-height: 1;
  }
  .map iframe {
    height: 200px;
  }
}
/*---------------
フッター
--------------------------------------*/
.ft {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  margin: 80px 0 0;
  /* contain-intrinsic-block-size: AUTO 100px; */
}
.ft_img {
  width: 40%;
}
.ft h3::before {
  content: none;
}
footer .ft_right {
  background: linear-gradient(to right, #0b4365 0%, #1d96d6 100%);
  width: 60%;
  padding: 30px;
  text-align: center;
}
footer .ft_right h3 {
  font-size: 3vw;
  margin: 0;
}
footer .ft_right h3 small {
  color: #eee729;
  font-size: 1.6vw;
  padding: 0 20px;
  opacity: 1;
}
footer .ft_right .ft_tel {
  font-size: 6vw;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  /* margin: 20px 0 0; */
}

.ft_tel img {
  padding: 0 20px 0 0;
  width: 7vw;
}
footer .ft_right .ft_time {
  font-size: 1.6vw;
  margin: 0 0 10px;
}
.ft_btn a {
  background-color: #fff;
  display: inline-block;
  padding: 10px 120px;
  border-radius: 5px;
  font-size: 1.6rem;
  margin: 30px 0 0;
  color: #0d4a6e;
  font-weight: bold;
}
.ft_btn a svg {
  padding: 0 20px 0 0;
}

@media only screen and (max-width: 768px) {
  .ft {
    display: block;
  }
  .ft_img {
    display: none;
  }
  .ft h3::before {
  }
  footer .ft_right {
    width: 100%;
    padding: 5%;
  }
  footer .ft_right h3 {
    font-size: 2.4rem;
  }
  footer .ft_right h3 small {
    display: block;
    font-size: 1.3rem;
  }
  footer .ft_right .ft_tel {
    font-size: 2.5rem;
    margin: 0;
  }

  .ft_tel img {
    width: 60px;
  }
  footer .ft_right .ft_time {
    font-size: 1rem;
    margin: 0 0 5%;
  }
  .ft_btn a {
    padding: 2%;
    width: 100%;
    margin: 0;
  }
  .ft_btn a svg {
  }
}
/*---------------
トップ
--------------------------------------*/
.home #content {
  /*リセット*/
  padding: 0;
}

#top-about {
  background:
    url(img/ab_bk.svg) no-repeat,
    linear-gradient(to bottom, #e1ecf9 0%, #e1ecf9 70%, #ffffff 100%);
  background-size: 45px;
}

#top-about .inner {
  display: flex;
  padding: 50px 0 0;
  justify-content: space-between;
  align-items: center;
}
.top-about_txtwrap {
  width: 45%;
}
.top-about_txtwrap h3 {
  font-family: serif;
  padding: 0 0 0 100px;
  position: relative;
  margin: 0 0 50px;
}
.top-about_txtwrap h3::before {
  content: "";
  left: 0;
  top: 16px;
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #333;
}
.top-about_txtwrap h3 strong {
  display: block;
  font-size: 1.4rem;
}
.top-about_txtwrap dl {
}
.top-about_txtwrap dl dt {
  font-size: 2.6rem;
  font-weight: bold;
  color: #1d96d6;
}
.top-about_txtwrap dl dt.b {
  margin: 60px 0 0;
}
.top-about_txtwrap dl dd {
  line-height: 2;
}
.top-about_txt01 {
  font-size: 1.2rem;
  font-weight: bold;
}

.top-about_imgwrap {
  width: 550px;
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}
#top-about .linkbtn {
  text-align: right;
  margin: 60px 0 0;
}
#top-sv {
  margin: 50px 0 0;
}
#top-sv .ttl {
  text-align: center;
  font-size: 2rem;
  color: #1d96d6;
  background: url("img/bk_srvice.png") no-repeat top left;
  padding: 20px 0 40px;
}
.sv_btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.sv_btn li {
}
.sv_btn li a {
  display: flex;
  align-items: center;
  color: #333;
  background-color: #eef6fa;
  border: solid 2px #1d96d6;
  padding: 5px;
  font-size: 1.2rem;
  position: relative;
}
.sv_btn li img {
  width: 80px;
  margin: 0 20px 0 0;
}
#top-sv .fa-angle-right {
  position: absolute;
  right: 20px;
  font-size: 30px;
  color: #1d96d6;
}
.top_dougabnr {
  text-align: center;
  margin: 30px 0 0;
}
#top-industry {
  margin: 50px 0 110px;
}
#top-industry .ttl {
  text-align: center;
  font-size: 2rem;
  color: #059039;
  background: url("img/bk_industry.png") no-repeat bottom left 0px;
  padding: 40px 0;
}
.ind_btn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
.ind_btn li {
  width: 244px;
  height: 311px;
  position: relative;
}
.ind_btn li a {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ind_btn li a img {
  position: absolute;
  transition: transform 0.3s ease;
  /* top: 0; */
}
.ind_btn li .ind_btn_txt {
}
.ind_btn li .ind_btn_txt h3 {
  font-size: 1.4rem;
  margin: 0 0 10px;
}

.ind_btn li .ind_btn_txt {
  position: relative;
  z-index: 1;
}
.ind_btn .fa-circle-chevron-right {
  font-size: 3rem;
}
.ind_btn li::after {
  position: absolute;
  bottom: -20px;
  right: -20px;
  content: "";
  width: 0;
  height: 0;
  border-left: 190px solid transparent;
  border-bottom: 240px solid #0a8f2d; /* 緑 */
}
.ind_btn li a:hover {
  opacity: 1;
}
.ind_btn li a:hover img {
  transform: scale(1.05);
  opacity: 1;
}
.post-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
#top-news {
}

.top-post_ttl {
  color: #1d96d6;
  font-size: 2rem;
  position: relative;
  padding: 0 0 0 50px;
}
.top-post_ttl small {
  font-size: 1rem;
  padding: 0 0 0 20px;
}
.post_bk {
  background-color: #eee;
  padding: 30px;
  min-height: 400px;
}
.top-post_ttl::before {
  content: "";
  left: 0;
  top: 26px;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #1d96d6;
}
.post_wrap {
}
.post_wrap li {
}
.post_wrap li a {
  display: block;
  padding: 10px 0 10px;
  border-bottom: solid 1px #ccc;
}
.post_wrap .notice_list_date {
  display: block;
  font-size: 12px;
}
.post_wrap .notice_list_ttl {
  color: #333;
}
.post_bk .linkbtn {
  text-align: center;
  margin: 30px 0 0;
}
@media only screen and (max-width: 768px) {
  .home #content {
  }

  #top-about {
    background-size: 35px;
  }

  #top-about .inner {
    display: block;
    width: auto;
    padding: 10% 0 0;
  }
  .top-about_txtwrap {
    padding: 0 5%;
    width: 100%;
  }
  .top-about_txtwrap h3 {
    padding: 0 0 0 20%;
    margin: 0 0 5%;
  }
  .top-about_txtwrap h3::before {
    width: 50px;
    left: 0;
  }
  .top-about_txtwrap h3 strong {
  }
  .top-about_txtwrap dl {
  }
  .top-about_txtwrap dl dt {
    font-size: 2rem;
  }
  .top-about_txtwrap dl dt.b {
    margin: 5% 0 0;
  }
  .top-about_txtwrap dl dd {
    line-height: 1.4;
  }
  .top-about_txt01 {
  }

  .top-about_imgwrap {
    width: 90%;
    margin: 5% auto;
  }
  #top-about .linkbtn {
    margin: 10% 0 0;
  }
  #top-sv {
    margin: 0;
  }
  #top-sv .ttl {
    background-size: 70%;
    font-size: 1.6rem;
    padding: 10% 0 5%;
  }
  .sv_btn {
    grid-template-columns: repeat(1, 1fr);
  }
  .sv_btn li {
  }
  .sv_btn li a {
  }
  .sv_btn li img {
    width: 50px;
  }
  #top-sv .fa-angle-right {
  }
  .top_dougabnr {
    margin: 5% 0;
  }
  #top-industry {
    margin: 0;
  }
  #top-industry .ttl {
    background-size: 240%;
    background-position-x: left;
    background-position-y: 0;
    font-size: 1.6rem;
    padding: 10% 0 5%;
  }
  .ind_btn {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .ind_btn li {
    width: 100%;
    height: 200px;
  }
  .ind_btn li a {
  }
  .ind_btn li a img {
  }
  .ind_btn li .ind_btn_txt {
  }
  .ind_btn li .ind_btn_txt h3 {
  }

  .ind_btn li .ind_btn_txt {
  }
  .ind_btn .fa-circle-chevron-right {
  }
  .ind_btn li::after {
    border-left: 130px solid transparent;
    border-bottom: 130px solid #0a8f2d;
    bottom: -10px;
    right: -10px;
  }
  .ind_btn li a:hover {
  }
  .ind_btn li a:hover img {
  }
  .post-wrap {
    grid-template-columns: repeat(1, 1fr);
    margin: 15% 5% 0;
    gap: 10px;
  }
  #top-news {
  }

  .top-post_ttl {
  }
  .top-post_ttl small {
  }
  .post_bk {
    min-height: auto;
  }
  .top-post_ttl::before {
  }
  .post_wrap {
  }
  .post_wrap li {
  }
  .post_wrap li a {
  }
  .post_wrap .notice_list_date {
  }
  .post_wrap .notice_list_ttl {
  }
  .post_bk .linkbtn {
  }
}
/*---------------
PAGE 共通
--------------------------------------*/
.page {
  margin: 0 0 -6em;
}

.page-hed {
  background: url("img/pagehed_bk.jpg") no-repeat;
  background-size: cover;
  height: 200px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #1d96d6;
}
.page-ttl {
  width: 1130px;
  padding: 0 30px;
  margin: 0 auto;
  color: #0d4a6e;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .page {
  }
  .page .l-content {
  }
  .page-hed {
    height: 80px;
  }
  .page-ttl {
    font-size: 1.6rem;
  }
}

/*---------------
ABOUT
--------------------------------------*/

#about_hed {
  margin: 40px 0 20px;
}
#about_hed h3 {
  text-align: center;
  font-family: serif;
  font-size: 2.4rem;
}
.about_hed_copy {
  text-align: center;
}

#reason {
  background-color: #eef6fa;
  border-top: solid 1px #1d96d6;
  padding: 0 0 50px;
}
#reason h2 {
  text-align: center;
  margin: 30px 0 -20px;
  font-size: 2rem;
  font-family: serif;
  color: #1d96d6;
}
#reason h3 {
  background-color: #666;
  color: #fff;
  padding: 10px 20px;
  margin: 20px 0 10px;
}
#reason h4 {
  font-size: 2rem;
  color: #1d96d6;
  text-align: center;
}
#reason h5 {
  color: #1d96d6;
}
.reason_2col {
  display: flex;
  margin: 50px 0 30px;
}
.reason_2col img {
  vertical-align: bottom;
}
.reason_2col dl {
  align-items: center;
  background-color: #1d96d6;
  color: #fff;
  padding: 30px 50px;
}
.reason_2col dl dt {
  font-size: 2rem;
  font-weight: bold;
}
.reason_2col dl dd {
  font-size: 1.2rem;
  line-height: 2;
}
.img_2col {
  display: flex;
  justify-content: space-between;
}
.reason_txt {
  margin: 10px 0;
}
.check_list {
  padding: 0 0 0 2em;
  color: #1d96d6;
}
.check_list li {
  position: relative;
  margin: 10px 0 10px;
}
.check_list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #1d96d6;
  border-bottom: 2px solid #1d96d6;
  transform: rotate(-45deg);
}
.shikaku {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 30px;
  gap: 10px;
  margin: 0 0 40px;
}
.shikaku li {
}
/*---無限スクロール---*/
.marquee {
  width: 100%;
  margin: 50px 0 60px;
}
.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 100s linear infinite;
  will-change: transform;
}
.marquee__group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.marquee__group li:first-child {
  margin: 0 0 0 20px;
}
.marquee__group img {
  /* height: 164px; */
  width: auto;
  flex: 0 0 auto;
  display: block;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee:hover .marquee__track {
  animation-play-state: paused;
}
.marquee__group p {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
/*---スライド--*/
.slick-slider {
  margin: 20px 0;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  background: none;
  color: #1d96d6;
  font-size: 54px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  border: none;
}

.slick-prev {
  left: -60px;
}
.slick-next {
  right: -50px;
}
.slick_txt {
  background-color: #1d96d6;
  color: #fff;
  text-align: center;
  padding: 6px;
}
.slick-prev:hover,
.slick-next:hover {
}
.slick-item {
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .page-id-20 .l-content {
    padding-top: 0;
  }
  #about_hed {
    margin: 5% 0;
  }
  #about_hed h3 {
    font-size: 1.4rem;
  }
  .about_hed_copy {
  }

  #reason {
  }
  #reason h2 {
  }
  #reason h3 {
  }
  #reason h4 {
  }
  #reason h5 {
  }
  .reason_2col {
    display: block;
  }
  .reason_2col img {
  }
  .reason_2col dl {
    padding: 5%;
  }
  .reason_2col dl dt {
    text-align: center;
  }
  .reason_2col dl dd {
    line-height: 1.5;
    font-size: 1rem;
  }
  .img_2col {
    display: block;
  }
  .reason_txt {
    text-align: justify;
  }
  .check_list {
  }
  .check_list li {
  }
  .check_list li::before {
  }
  .shikaku {
    grid-template-columns: repeat(1, 1fr);
    padding: 5%;
  }
  .shikaku li {
  }
  .marquee {
    margin: 5%;
  }
  .marquee__group li {
    width: 200px;
  }
}
/*---------------
リクルート
--------------------------------------*/
.recruit {
  margin: 0 0 0;
}
.rc_hed {
  position: relative;
  margin: 0 0 190px;
}
.rc_hedimg {
  text-align: right;
}

.rc_hedimg {
}
.rc_hedtxt01 {
  display: inline-block;
  position: absolute;
  bottom: -30px;
  z-index: 1;
  background-color: #2083b8;
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  /* margin: -140px 0 0; */
  padding: 50px 30px 50px 10vw;
}
.rc_hedtxt02 {
  position: absolute;
  background-color: yellow;
  bottom: -161px;
  width: 1000px;
  padding: 60px 130px 30px 180px;
  font-size: 1.5rem;
}
.rc_txtwrap {
  display: flex;
  margin: 50px 0;
}
.rc_txtwrap.r {
  justify-content: right;
}
.rc_txtwrap dt {
  display: inline-block;
  background-color: #1d96d6;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  padding: 10px 360px 10px 60px;
  margin: 0 0 20px;
}
.rc_txtwrap.l dt {
  display: inline-block;
  background-color: #1d96d6;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  padding: 10px 80px 10px 270px;
  margin: 0 0 20px;
}
.rc_txtwrap.r.s dt {
  padding: 10px 170px 10px 60px;
}
.rc_txtwrap dd {
  font-size: 1.4rem;
  color: #1d96d6;
  font-weight: bold;
  margin: 0 0 10px;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.rc_txtwrap.l dd {
  margin: 0 0 10px 8vw;
}
.rc_rcbox {
}
.rc_rcbox h3 {
  display: inline-block;
  background-color: #1d96d6;
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  padding: 10px 140px 10px 120px;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.rc_rcbox ul {
  padding: 120px 80px 30px;
  background-color: yellow;
  max-width: 1000px;
  margin: -80px auto 0;
}
.rc_rcbox ul li {
}
.rc_rcbox ul li a {
  /* width: 70%; */
  display: flex;
  align-items: center;
  border: solid 3px #1d96d6;
  font-size: 4rem;
  padding: 10px 60px;
  font-weight: bold;
  color: #1d96d6;
  position: relative;
  background-color: #fff;
  margin: 0 0 30px;
}
.rc_rcbox ul li a svg {
  position: absolute;
  right: 40px;
  /* top: 30px; */
}
.rc_rcbox ul li a small {
  font-size: 1.4rem;
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .recruit {
  }
  .rc_hed {
    margin: 0 0 38%;
  }
  .rc_hedimg {
  }

  .rc_hedimg {
  }
  .rc_hedtxt01 {
    font-size: 1.6rem;
    padding: 5%;
    bottom: -35%;
  }
  .rc_hedtxt02 {
    padding: 21% 0 5%;
    font-size: 1rem;
    bottom: -77%;
    width: 100%;
    text-align: center;
  }
  .rc_txtwrap {
  }
  .rc_txtwrap.r {
    margin: 5% 0 0 15%;
  }
  .rc_txtwrap dt {
    font-size: 1.6rem;
    padding: 10px 130px 10px 30px;
  }
  .rc_txtwrap.l dt {
    font-size: 1.6rem;
    padding: 10px 30px 10px 80px;
  }
  .rc_txtwrap.r.s dt {
    padding: 10px 60px 10px 20px;
  }
  .rc_txtwrap dd {
    font-size: 1.2rem;
    margin: 0 3em 10px 1.5em;
  }
  .rc_txtwrap.l dd {
  }
  .rc_rcbox {
    margin: 10% 0 0;
  }
  .rc_rcbox h3 {
    padding: 10px 30px 10px 20px;
    font-size: 3rem;
  }
  .rc_rcbox ul {
    padding: 27% 5% 1% 5%;
  }
  .rc_rcbox ul li {
  }
  .rc_rcbox ul li a {
    padding: 5%;
    font-size: 1.9rem;
  }
  .rc_rcbox ul li a svg {
    right: 10px;
  }
  .rc_rcbox ul li a small {
    font-size: 1rem;
    padding: 0 0 0 10px;
  }
}
/*---------------
遺品
--------------------------------------*/
.ihinseiri-hed {
  margin-top: -4em;
}
/*---------------
問合せフォーム
--------------------------------------*/
.wpcf7-response-output {
  background-color: #fff;
  margin: 0 auto !important;
  max-width: 500px;
  padding: 30px 10px !important;
  text-align: center;
  width: 90%;
}

.page-wrapper {
  padding: 0;
}

.page-header h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
}

.contact_box {
  background-color: #fff;
  margin: 0 auto;
  min-width: 80%;
}

.contact_box input {
  border: solid 1px #888;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px;
}

.contact_box select {
  font-size: 16px;
  min-width: 50%;
  padding: 10px 20px;
}

.contact_box textarea {
  font-size: 16px;
  min-width: 90%;
  padding: 10px 20px;
}

.contact_box th {
  background: #eff2f9;
  border: solid 1px #d7d7d7;
  color: #444;
  font-size: 16px;
  padding: 30px 10px;
  text-align: left;
  vertical-align: middle;
  width: 30%;
}

.contact_box td {
  border: solid 1px #d7d7d7;
  font-size: 13px;
  padding: 20px;
}

.entry-content .contact_box tr,
.entry-content table {
  border: solid 1px #d7d7d7;
}

.haveto {
  background: #ef7575;
  border-radius: 2px;
  bottom: 1px;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  padding: 0 5px;
  position: relative;
}

.any {
  background: #93c9ff;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  padding: 0 5px;
}

.verticallist .wpcf7-list-item {
  display: block;
}

#formbtn {
  background: #175b9d;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  padding: 1em 0;
  width: 60%;
  text-align: center;
}

#formbtn:hover {
  opacity: 0.8;
  transition: all 0.2s ease-out 0s;
}

.contact_kakunin {
  margin: 30px 0 0;
  text-align: center;
}

.contact_kakunin_yes {
  margin: 10px 0 40px;
  text-align: center;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

.name-2col {
  display: flex;
}

.name-2col span {
  margin: 0 10px 0 0;
  width: 180px;
}

.name-2col input {
  width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
  color: #dc3232;
  margin-bottom: 1em !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #0ca8b9;
  color: #0ca8b9;
  margin-bottom: 1em !important;
}

.page-contact {
  padding: 50px 0;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-hedtxt {
  text-align: center;
  margin: 0 0 30px;
}
.c-privacypolicy {
  height: 180px;
  overflow: auto;
  padding: 15px 15px 0;
  border: solid 1px #ccc;
  width: 80%;
  margin: 50px auto;
}

.c-privacypolicy p {
  font-size: 0.8rem;
}

@media (max-width: 900px) {
  .contact_box {
    width: 100%;
  }

  .contact_box input,
  .contact_box textarea,
  .contact_box select {
    width: 100%;
  }

  #formbtn {
    width: 90%;
  }
}

@media (max-width: 500px) {
  .contact_box th,
  .contact_box td {
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    display: block;
    width: 100% !important;
  }

  .contact_box tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }

  .contact_box .haveto,
  .contact_box .any {
    font-size: 10px;
    padding: 2px 5px;
  }

  .contact_box .name-2col {
    display: flex;
  }

  .name-2col span {
    width: 50%;
  }
}
/*------------------------*/
@media only screen and (max-width: 768px) {
}
