@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
header.article-header.entry-header {
    display: none;
}
div#header-in {
    display: none;
}
span.pick-01 {
    border-bottom: 1px solid #6a91c1;
    font-weight: 700;
}

p.top-imgs {
    font-size: 24px;
    padding: 50px 10px;
    margin: -60px auto -25px;
}
p.top-imgs2 {
    font-size: 18px;
}
.i-catch01 h2 {
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    color: #464646;
    margin-top: -50px;
    margin-bottom: 15px;
}
.top-point h4 {
    margin: 60px 0;
    font-size: 30px;
	border: none;
}
span.under-bar {
    font-size: 20px;
    padding: 10px 25px 10px 0;
    display: block;
}
.top-box-01 {
    text-align: center;
    margin: 0 auto;
}
.top-box-01 p {
    margin: 50px auto;
}
.top-box-01 h3 {
    border: none;
    margin: 50px auto 0px;
    font-size: 22px;
}
.top-box-01 p {
    margin: 25px auto;
    text-align: center;
}
.top-im-01 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 80%;
}
.top-im-in {
    margin: 25px auto;
}
.top-im-in {
    margin: 25px auto;
    width: 50%;
}
/*　ボタン　*/
.button-01 a {
    background: #516C8D;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 330px;
    padding: 20px 30px;
    line-height: 1.8;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    border-bottom: solid 5px #28385E;
    transition: 0.3s ease-in-out;
}
.button-01 a:before {
    content: "\f15c";
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 12px;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.button-01 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button-01 a:hover:after {
  right: 1.4rem;
}
.button-01 a:hover {
  background: #ee8134;
  color: #FFF;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.button-01 a:hover:before {
    color: #fff;
}
.tooltip {
    font-size: 100%;
    font-weight: 500;
    position: relative;
    margin-top: 30px;
    margin-bottom: .5rem;
    text-align: center;
    color: #516C8D;
}

.tooltip:before {
  margin-right: 1rem;
  content: '＼';
}

.tooltip:after {
  margin-left: 1rem;
  content: '／';
}
/*　ボタン　*/
/*ボックス4青背景ゾーン*/
ul.tb3-3 {
    display: flex;
    margin: 60px auto 0px;
    padding: 0;
    flex-wrap: wrap;
}
ul.tb3-3 li {
    flex: auto;
    list-style: none;
    text-align: center;
    margin: 60px 2em;
    justify-content: center;
    align-items: center;
    /* min-width: 320px; */
    max-width: 86%;
    padding: 1em;
    background: #cccdb1;
    border: 1px solid #b7b7b7;
    box-shadow: 0px 2px 7px 2px #a1a1a1;
    position: relative;
}
span.tb3-in {
    display: block;
    font-weight: 600;
    font-size: 1.4em;
    margin: -20px auto 15px;
}
/*ボックス4青背景ゾーン*/
.top-limited-02 {
    text-align: left;
    margin: 50px calc(50% - 50vw);
    padding: 25px 25px 25px;
    min-height: 450px;
    background: #28385E;
}
.top-limited-02 p {
    color: #fff;
    padding: 30px 0 20px;
}
h2.heading02 {
    background: no-repeat;
    color: #fff;
    font-size: 28px;
}
.heading02 {
    position: relative;
    text-align: center;
    border-bottom: 5px solid #fff;
}
.heading02::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 5px;
    background-color: #6a91c1;
}
/*見出しheading03*/
h4.heading03 {
    color: #fff;
}
h4.heading03 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
}

h4.heading03::before,
h4.heading03::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #e3bf00;
}

h4.heading03::before {
	margin-right: 20px;
}
h4.heading03::after {
	margin-left: 20px;
}
/*見出しheading03*/
/*テーブル*/
table.design05 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
table.design05 td:last-child {
    border-right: none;
    color: #fff;
}
table.design05 th:last-child {
    border-right: none;
}
table.design05 td {
    padding: 10px;
    border-right: solid 3px #ffffff;
    border-left: none;
    background: #28385E;
    border-top: none !important;
    border-bottom: none !important;
    color: #fff;
}
table.design05 th {
    padding: 10px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    border-left: none;
    border-bottom: none;
    background: #28385E;
    width: 50%;
    color: #fff;
}
table.design05 tr {
 border-bottom: none;
}
span.top-kekka-01 {
    color: #ffc107;
}
/*見出し　heading05*/
.heading05 {
	position: relative;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
}
h2.heading05 {
    margin-bottom: 70px;
    background: none;
}
.heading05::before {
    content: attr(data-en);
    display: block;
    color: #516c8d;
    font-size: 22px;
    font-style: italic;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.heading05::after {
    content: '';
    position: absolute;
    bottom: -42px;
    left: 50%;
    width: 1px;
    height: 40px;
    background-color: #28385E;
}
/*見出し　heading05*/
.tooltip02 {
    font-size: 100%;
    font-weight: 500;
    position: relative;
    margin-top: 30px;
    margin-bottom: .5rem;
    text-align: center;
    color: #fff;
}
.tooltip02:before {
    margin-right: 1rem;
    content: '＼';
}
.tooltip02:after {
    margin-left: 1rem;
    content: '／';
}
/*見出し　heading06*/
.heading06 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
}

h2.heading06 {
    background: none;
    font-size: 1.6em;
    padding: 20px 0px;
    margin: 0px calc(50% - 50vw) 55px;
    background: #fff;
}

.heading06 span {
	position: relative;
	z-index: 2;
}

.heading06::before {
    content: attr(data-en);
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(106 145 193 / 20%);
    font-size: 50px;
    font-style: italic;
}

.heading06::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%) rotate(30deg);
    width: 1px;
    height: 40px;
    background-color: #28385e;
}
/*見出し　heading06*/
/*メリットゾーン*/
.flex-container-01 {
    display: flex;
    flex-wrap: wrap;
}

.flex-item {
    width: 50%;
    padding: 5px;
    min-height: 180px;
    margin: 0 auto 25px;
}
.flex-item span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #6a91c1;
}
.flex-item p {
    margin: 0 auto;
    text-align: center;
    width: 55%;
    min-height: 110px;
    display: flex;
    justify-content: center;
    padding: 10px;
}
/*メリットゾーン*/


.tb1-4 span {
    font-size: 21px;
    display: block;
    margin: 25px auto;
}

body {
    vertical-align: middle;
    padding: 0;
    text-align: center;
}
span.top-mini {
    font-size: 14px;
}
table.top-merit {
    margin: 0 auto;
    font-size: 18px;
}
table.top-merit tr {
    line-height: 40px;
}
.top-limited {
    text-align: left;
    margin: 50px calc(50% - 50vw);
    padding: 25px 25px 25px;
    min-height: 450px;
    background: #CCCCCC;
}
.top-box-01 h4 {
    margin: 25px auto;
    border: 0;
    font-size: 20px;
}
span.top-number01 {
    font-size: 42px;
}
picture.top-limit-p img {
    text-align: left;
    padding: 0;
}
.tb1-1 h4 {
        padding: 0;
        margin: 0px auto 25px;
        color: #2ca9e1;
        border: none;
    }
.tb1-1 h5 {
    font-size: 1.7em;
}
   .tb1-1 {
}
.tb1-2 {
    float: left;
}
.tb1-3 {
    float: right;
	width: 44%;
	text-align: justify;
}
.clear {
    clear: both;
}
p.bottom-copyright {
    position: absolute;
    bottom: 0;
    margin: 10px auto;
    border-bottom: 6px double #e3bf00;
    right: 18px;
}
.i-catch01 {
    width: 100vw;
    margin: -30px calc(50% - 50vw) 25px;
    min-height: 820px;
    background: #f5f6f7;
    background-image: url(https://fc-next.site/wp-content/uploads/2024/10/header-img-000-pc.webp);
    background-size: cover;
}
.i-catch02 {
    width: 100vw;
    margin: -30px calc(50% - 50vw) 25px;
    min-height: 950px;
    background: #f5f6f7;
    background-image: url(https://takinoya-fudosan.jp/wp-content/uploads/2026/01/header-02.png);
    background-size: cover;
}

/*　会社概要　*/
.kaisha {
width: 100%;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
}
.box-sp001 {
    margin-top: 30px;
}
span.point-up001 {
    font-weight: 600;
    color: #c20000;
    border-bottom: 1px solid;
}
table.es-number{
  width: 100%;
  border-collapse: collapse;
}
table.es-number tr{
  border-bottom: solid 2px white;
}
table.es-number tr:last-child{
  border-bottom: none;
}
table.es-number th {
    position: relative;
    text-align: left;
    width: 38%;
    background-color: #516c8d;
    color: white;
    text-align: center;
    padding: 10px 0;
}
table.es-number th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #516c8d;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    z-index: 1;
}
td a {
    color: #000;
}
table.es-number td{
  text-align: left;
  width: 62%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1024px以上*/
@media screen and (min-width:1024px)  { 
.top-box-01 {
    text-align: center;
    margin: 50px calc(50% - 50vw);
    padding: 25px 25px 25px;
    background: #ffffff;
}
ul.tb3-3 {
        margin: 160px auto 40px;
        padding: 0;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-around;
    }
	ul.tb3-3 li {
    margin: 60px 1em;
    max-width: 25%;
    padding: 1em;
}
    li.tb3-3-in img {
        max-width: 60%;
        margin: -120px auto 15px;
        border: 10px solid #b6ecf3;
        border-radius: 50%;
    }
	.top-limited img {
    display: block;
    width: 65%;
    text-align: center;
    margin: 0 auto 50px;
}
.top-limited {
    text-align: left;
    margin: 50px calc(50% - 50vw);
    padding: 25px 15% 25px;
    min-height: 450px;
    background: #CCCCCC;
}
	.tb1-2 {
    display: none;
    clear: both;
}

    .tb1-3 {
        float: none;
        text-align: left;
        margin: 0 auto;
    }
	.flex-container-01 {
    display: flex;
    flex-wrap: wrap;
    margin: 50px calc(50% - 50vw);
    padding: 0 45%;
    background: #fff;
}
	img.sp-only {
    display: none;
}
	.pc-only {
    text-align: center;
    margin: -15px auto 20px;	
}
	.i-catch01 {
    min-height: 1000px;
}
	.top-limited-02 img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
			.sp-only {
    display: none;
}
}
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.no-sidebar .content .main {
    margin: -45px 0 0;
    width: 100%;
}
	.i-catch01 {
    width: 100vw;
    margin: -8px calc(50% - 50vw) 25px;
    min-height: 630px;
    background: #f5f6f7;
    background-image: url(https://fc-next.site/wp-content/uploads/2024/10/header-img-000-scaled.webp);
    background-size: cover;
}
		.i-catch02 {
    width: 100vw;
    margin: -8px calc(50% - 50vw) 25px;
    min-height: 420px;
    background: #f5f6f7;
    background-image: url(https://takinoya-fudosan.jp/wp-content/uploads/2026/01/header-01-sp.png);
    background-size: cover;
}
	.i-catch01 {
    min-height: 340px;
}
	.pc-only {
    display: none;
}
			.sp-only {
    text-align: center;
    margin: -15px auto 20px;	
}
	.top-im-in {
    margin: 25px auto;
}
	.top-point h4 {
    margin: 40px 0;
    font-size: 22px;
		border: none;
}
	.tb1-1 {
    width: 100%;
}
	.tb1-3 {
    width: 100%;
}
	.tb1-2 img {
    margin: 0 auto 30px;
}
.tb1-1 h5 {
        font-size: 26px;
        margin: 20px auto;
        border-bottom: 1px solid #28385e;
    }
    .tb1-1 h4 {
        padding: 0;
        margin: 0px auto 25px;
        color: #6a91c1;
    }
.tb1-3 {
        text-align: justify;
        padding: 15px;
    }
	.slide .btn-ghost {
    margin-top: .8em;
    padding: 1.0em 2.2em;
    font-size: 1.1em;
    transition: background-color 1s, border-color .5s;
}
    .i-catch01 p {
        vertical-align: middle;
        text-align: center;
        padding-left: 15px;
        font-family: mongolianf;
        font-weight: 700;
        color: #fff;
    }
	/*ボックス青*/
    li.tb3-3-in img {
        max-width: 46%;
        margin: -75px auto 15px;
        border: 10px solid #cccdb1;
        border-radius: 50%;
    }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
