@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Zen+Old+Mincho&display=swap" rel="stylesheet');
:root {
    --color-font: #000;
    --header-color-primary: #1F53A4;
    --ff01: 'Noto Sans JP', sans-serif;
    --ff02: "Zen Old Mincho", serif;
	--ff03: "Noto Sans", sans-serif;
	--ff04: "Oswald", sans-serif;
}
/* オリジナル */
.w45 {
    width: 45%;
}
.jc_around {
    justify-content: space-around;
}
.mb20 {
    margin-bottom: 20rem !important;!i;!;
}
.w48 {
    width: 48%;
}
/* 投稿欄 */
p.time.cat-news.first {
    background: #1E53A4;
}
p.time.cat-news.first {
    border-radius: 5px;
}
.postlist li:first-child {
    border-top: none;
}
.postlist li {
    border-bottom: 1px dashed #ccc;
}
.max_w1100 {
    width: 90%;
}
footer#footer {
    background: #002D72;
    padding: 1.5vw 0;
}
div#copyright {
    background: #002D72;
    margin: 0;
}
/* メニュー右上の色・hover時も */

#header a.head_btn.mail_btn:hover {
    background: #1F53A4;
    opacity: 0.7;
}
/*お問い合わせページのボタンの色  */
.linkBtn, .post .linkBtn {
    background: #62A7BD;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: #62A7BD;
    opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
    display: none;
}
/* flexbox */
.flexbox {
    flex-wrap: wrap;
}
/* 投稿詳細ページのフォントサイズ */
body.single-post h1.title.first span {
    font-size: clamp(18px, 1.6vw, 30px);
}
/* お問い合わせページのボタンデザイン */
body.page-id-21 .linkBtn, .post .linkBtn {
    padding: 0.5em 2.5em 0.5em 2.5em;
}
body.page-id-21 .post .subimitarea .linkBtn input[type="submit"] {
    padding: 20px 0;
}
/* 投稿欄の背景の色を消す */
#front_top_content, #front_bottom_content {
    background: transparent;
}
/* h3の下線を消す、左右と下のpaddingを消す、marginを消す*/
.post h3 {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
/* h2のmarginを消す */
.post h2 {
    margin: 0;
}
/* h2の下線を消す */
.post h2::after {
    display: none;
}
.max_contents {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}
.mxauto {
    margin: 0 auto;
}
.bg_img {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
/* メニュー */
span.tel_number {
    color: #1F53A4;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-family: var(--ff04);
    font-size: clamp(20px, 1.4vw, 26px);
}

span.tel_number::before {
      content: '\f3cd';
      font-family: 'FontAwesome';
      color: #1F53A4;
      font-size: 1em;
      margin-right: 0.5em;
      line-height: 1;
}

span.reception_time {
  display: block;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  font-family: var(--ff01);
  
  
  
  
  
  
  );
}

#header ul.header__contact li:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    background: #F8F8F8;
/*     padding: 0 1.5vw; */
}

#header ul.header__contact li:first-child:hover {
    opacity: 0.7;
}
/* ボタン */
a.btn, .linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    transition: .5s;
    color: #FFF;
    background: #1E53A4;
    font-size: clamp(16px, 1.1vw, 18px);
    font-weight: 700;
    line-height: 1.5;
    padding: 1em 2em;
    width: 90%;
    max-width: 280px;
    text-align: center;
    border-radius: 0;
    font-family: var(--ff02);
}

a.btn::after, .linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.5em;
    height: 1px;
    background-color: #FFF;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
}

a.btn:hover, .linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 6px #00000020;
    background: #FFF;
    color: #1E53A4;
    outline: 1px solid;
}

a.btn:hover::after, .linkBtn:hover::after, .post .linkBtn:hover::after, a.linkBtn:hover::after {
    width: .5em;
    background: #1E53A4;
}
/* フッター */
.bg_blue {
    background: #1E53A4;
    padding: 3em 0;
}

p.company_name {
    font-weight: 700;
    color: #fff;
    font-family: var(--ff02);
    margin-bottom: 1em;
    font-size: clamp(20px, 1.1vw, 28px);
}

p.footer_item {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
/* 私たちについて */


table.responsive, table.responsive th, table.responsive td {
    border-width: 0px;
}

table.responsive th {
    background: transparent;
    border-bottom: 1px solid #DCDDDD;
}

table.responsive td {
    background: transparent;
    border-bottom: 1px solid #DCDDDD;
}
/* テーブル */
.table-item tr td {
    font-weight: 500;
    padding: 25px 3%;
    vertical-align: middle;
    border-bottom: 1px solid #C6C6C6;
    line-height: 2;
    font-size: clamp(16px, 0.9vw, 17px);
}

.table-item td.cell_01 {
    width: 25%;
    text-align: center;
    background: #1E53A4;
    border-left: 1px solid #C6C6C6;
    color: #fff;
}
.table-item td.cell_02 {
    border-right: 1px solid #C6C6C6;
}
.table-item tr.head td {
  border-top: 1px solid #C6C6C6;
}

@media print, screen and (min-width: 769px) {

}
@media print, screen and (max-width: 768px) {
.table-item tr td {
    display: block;
    width: 100% !important;
}

.table-item td.cell_02 {
    text-align: center;
}
  
}
p.small {
    font-size: 14px;
    text-align: center;
    font-family: var(--ff01);
    line-height: 2;
}

.about-us_img {
    width: 23%;
}

.about-us_txt {
    width: 73%;
}
/* 事業内容 */
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ulとliのアニメーションスタイル */
ul.original-marker li {
  opacity: 0; /* 初期状態を透明に */
  animation: slideInLeft 0.5s ease forwards;
  animation-delay: calc(0.1s * var(--animation-order, 0)); /* 順番に遅延をかける */
}

/* 各liに異なる遅延を設定する */
ul.original-marker li:nth-child(1) { --animation-order: 1; }
ul.original-marker li:nth-child(2) { --animation-order: 2; }
ul.original-marker li:nth-child(3) { --animation-order: 3; }
ul.original-marker li:nth-child(4) { --animation-order: 4; }
ul.original-marker li:nth-child(5) { --animation-order: 5; }
.service_container {
    background: #fff;
}

.service0_txt {
    max-width: 506px;
    margin: 0 auto;
}
.page-id-151 div#content.wide {
    padding-top: 0;
}
.bg_gray {
    background: #F0F0F0;
    position: relative;
    padding: 5em 0;
}

.bg_gray::before {
    border-color: #1E53A4 transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 0px;
    content:
    '';
    border-width: 20px 20px 0px 20px;
    border-style: solid;
}
.w48 {
    width: 48%;
}

.max_w1500 {
    width: 90%;
}

h2.lower_title {
    border-bottom: 2px solid;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    font-weight: 900;
    font-family: var(--ff02);
    text-align: left;
    color: #1E53A4;
    font-size: clamp(20px, 1.5vw, 28px);
}

span.number {
    display: block;
    font-weight: 700;
    font-size: clamp(16px, 1.1vw, 20px);
}

p.intro {
    font-weight: 700;
    font-family: var(--ff02);
    margin-bottom: 1em;
    font-size: clamp(20px, 1.5vw, 28px);
}
.original-marker {
  list-style-type: none;
}

ul.original-marker li {
  padding-left: 1.2em;
  background-image: url(https://fromk-consulting.jp/wp-content/uploads/Icon-ion-ios-checkbox.png);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: left center;
  font-weight: 700;
  font-family: var(--ff01);
  margin-bottom: 1rem;
  font-size: clamp(16px, 1vw, 18px);
}
#footer {
    color: #000;
}

div#content {
    float: none;
}
/* トップ */
.txt-inner {
    max-width: 740px;
    margin-left: auto;
    width: 90%;
}

.flexbox.gap02 {
    gap: 1%;
    flex-wrap: nowrap;
    align-items: start;
}
div#section04 {
    padding-top: 80px;
    margin-top: -80px;
}
.img-area_back img {
    width: 25vw;
    min-width: 200px;
}
.spmenu #menu p {
    line-height: 2;
}
a#scrollUp {
    background: #1F53A4;
}
.contact_item.ex {
    border-right: none;
}
.bg_img.bg_contact {
    background-image: url(https://fromk-consulting.jp/wp-content/uploads/top_contact-area.png);
    position: relative;
    padding: 7em 0;
}

.bg_img.bg_contact::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1E53A4;
    opacity: 0.41;
}

.contact_inner {
    max-width: 1500px;
    margin: 0 auto;
    background: #fff;
    width: 90%;
}

.relative {
    position: relative;
    z-index: 100;
}

p.contact_heading {
    font-size: 40px;
    font-weight: 700;
    font-family: var(--ff02);
    margin-bottom: 0.5em;
    font-size: 26px;
    font-size: clamp(26px, 2.1vw, 40px);
}

p.contact_announce {
    font-weight: 700;
    font-family: var(--ff02);
    font-size: clamp(18px, 1.2vw, 22px);
}

span.contact_announce_sub {
    display: block;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--ff01);
}

.contact_item {
    border: 0.1px solid #F2F2F2;
    padding: 5em 0;
}
h1.title.bottom-loop span.ja {
    font-size: clamp(20px, 1.3vw, 24px);
    font-family: var(--ff02);
    font-weight: 400;
    position: relative;
    padding-bottom: 0.5em;
}

h1.title.bottom-loop span span.en {
    display: block;
    font-size: clamp(30px, 2.7vw, 50px);
    font-weight: 700;
    font-family: var(--ff02);
    line-height: 1;
}

h1.title.bottom-loop span.ja::before {
    width: 52px;
    height: 2px;
    background: #1E53A4;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
span.top-subtitle {
    display: block;
    font-weight: 700;
    font-family: var(--ff02);
    font-size: clamp(30px, 2.7vw, 50px);
}

h2.top-title.center::before {
    left: 50%;
    transform: translateX(-50%);
}

h2.top-title {
    padding-bottom: 0.5em;
}

.top-contents {
    margin-bottom: 10rem;
}
.img-area_about-us {
    position: relative;
}

.img-area_back {
    position: absolute;
    bottom: 0;
    left: 0;
}

.img-area_front {
    padding-left: 9em;
    padding-bottom: 7em;
}
.txt-area_about-us {
    /* max-width: 740px; */
    /* margin-left: auto; */
    /* width: 90%; */
}

h2.top-title {
    font-family: var(--ff02);
    font-weight: 400;
    position: relative;
    margin-bottom: 1.5em;
    font-size: clamp(20px, 1.3vw, 24px);
}

h2.top-title::before {
    width: 52px;
    height: 2px;
    background: #1E53A4;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
p.fff {
    color: #fff;
}

body p {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--ff01);
    line-height: 36px;
    font-size: clamp(16px, 1vw, 18px);
}
.top-contents {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}

.img-area {
    position: relative;
    z-index: 10;
}

.txt-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 500;
}

a.business-link {
    position: relative;
    display: inline-block;
    z-index: 0;
}

span.arrow-area {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 1em;
    color: #1E53A4;
    z-index: 1000;
    font-size: clamp(20px, 2.1vw, 40px);
}

.img-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #001534;
    opacity: 0.45;
    z-index: 100;
}
h3.top-subtitle {
    font-weight: 700;
    font-family: var(--ff02);
    color: #fff;
    font-size: clamp(22px, 1.9vw, 35px);
}

span.arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #1E53A4;
    font-size: 40px;
    padding: 1em;
    background: #fff;
    transition: .3s;
}
/* SPオリジナル */
@media print, screen and (max-width: 768px) {
.spmb10 {
    margin-bottom: 10rem !important;!i;!;
}
.w48 {
    width: 100%;
}
	.sppt0 {
        padding-top: 0rem !important;
    }
	.spmb0 {
        margin-bottom: 0rem !important;
    }
    .spmb5 {
        margin-bottom: 5rem !important;
    }
    .sp_flex_mb {
        margin-bottom: 5vw;
    }
    .sp_w90 {
        width: 90%;
        margin: 0 auto;
    }
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {}
@media print, screen and (min-width: 1024px) {
	#header .logo img {
    max-width: 440px;
    width: 100%;
    max-height: 40px;
    /* min-width: 440px; */
}
	#header a.head_btn.mail_btn {
    font-weight: 700;
    font-family: var(--ff01);
    font-size: clamp(14px, 0.9vw, 16px);
}
	nav#mainNav ul li a span.ja {
    font-weight: 700;
    color: #333;
    font-family: var(--ff03);
    font-size: clamp(14px, 0.9vw, 16px);
}

nav#mainNav ul li a span.en {
    font-size: 14px;
    font-weight: 700;
    font-family: var(--ff02);
    color: #1E53A4;
}
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a span {
    display: block;
}

nav#mainNav ul li a span.en {
    display: none;
}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.txt-inner {
    width: 100%;
}
	.img-area_back img {
    width: 100%;
}
	div#section01 {
    padding-top: 60px;
    margin-top: -60px;
}
		div#section02 {
    padding-top: 60px;
    margin-top: -60px;
}
		div#section03 {
    padding-top: 60px;
    margin-top: -60px;
}
		div#section04 {
    padding-top: 60px;
    margin-top: -60px;
}
		div#section05 {
    padding-top: 60px;
    margin-top: -60px;
}
	.sp_txt_l {
    text-align: left !important;
    !i;
    !;
}
	.about-us_img {
    width: 100%;
}

.about-us_txt {
    width: 100%;
}
	.service_container {
    padding: 10% 0;
}

.w48.service01_img {
    margin-bottom: 1rem;
}
	.img-area_back {
    bottom: 0;
    width: 50%;
}
	.img-area_front {
    padding-left: 12%;
    padding-bottom: 10%;
}
	.img-area {
    min-height: unset;
}

.w50 {
    margin-bottom: 0;
}
	
}

@media print, screen and (max-width: 799px) {
.contact {
    padding: 0;
}
}

@media print, screen and (max-width: 768px) {
.sp_flex_mb {
        margin-bottom: 5vw;
    }
	.business img {
    aspect-ratio: 4/3;
}

.business .txt-area {
    padding: 5%;
}
}