/*
Theme Name: Xwrite child
Version: 2.0.0
Template: xwrite
*/

body {
    font-family: hiragino-kaku-gothic-pron;
}

.fullwide {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.position_center {
    position: relative;
}

.top_about {
    position: relative;
    padding: 30px 0;
}

.top_about::before {
    content: "";
    background-image: url(http://hikari-jyukou.com/wp-content/uploads/2026/02/993732398_back.png);
    width: 100vw;
    height: 100%;
    display: block;
    z-index: -2;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    background-position: center;
    background-repeat: no-repeat;
}

.top_3d {
    background-image: url(http://hikari-jyukou.com/wp-content/uploads/2026/02/3d.png);
    padding: 60px 0;
    position: relative;
}

.top_3d::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(28, 122, 162, 0.8);
    z-index: -1;
}

.recruit_textbox {
    max-width: 990px;
    margin: 0 auto;
}

.recruit_text {
    max-width: 470px;
    margin: 0 auto;
}

.wp-block-group.recruit_textbox {
    margin-top: 17em;
    margin-bottom: 2em;
}

.footer_button {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.footer_button > div {
    width: 100%;
    font-size: 35px;
}

.footer_button > div a {
    color: #fff;
    display: block;
    line-height: 90px;
    padding: 10px 20px;
}

.footer_button img {
    margin-right: 1em;
}

.footer_bosyuu {
    background: #3E99BB;
}

.footer_mail {
    background: #6FB3CD;
}

.wp-block-group.text-line {
    line-height: 1;
}

.wp-block-group.text-line h2 {
    margin-bottom: 0.5em;
}

.wp-block-group.text-line p {
    margin-top: 0;
}

.wp-block-group.text-line h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.wp-block-group.text-line ul {
    margin-top: 0;
}

.wp-block-group.text-line .wp-block-columns {
    margin-top: 0;
}

.text-line .wp-block-columns {
    gap: 0;
}

.naiyou_text {
    padding-left: 1em;
}

.step-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.step-num {
    width: 50px;
    height: 50px;
    background: #0F80AB;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    margin-right: 30px;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.step-content h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 25px;
    top: 50px;
    bottom: -30px;
    width: 2px;
    background: #ddd;
    z-index: 0;
}

.flow-steps {
    max-width: fit-content;
    margin: 0 auto;
}

.step-content h3.normal-font {
    margin-top: 5px;
    font-size: 2rem;
}

.omakase {
    background-image: url('/wp-content/uploads/2026/02/AdobeStock_338234480.png');
    padding: 3em 0px;
}

.daihyou {
    background-image: url(/wp-content/uploads/2026/03/AdobeStock_306703347-scaled.jpeg);
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.width-fit {
	width:fit-content;
}

body.home header.articleHeader {
    display: none;
}

/* 業務フロー・スケジュールカードのデザイン */
.wp-flow-card {
    position: relative;
    width: 100%;
    background-color: #1a84ab; /* メインの青 */
    color: #ffffff;
    padding: 30px 40px;
    margin: 40px auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-radius: 4px;
}

/* 下部の三角形（矢印） */
.wp-flow-card::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid #1a84ab;
    z-index: 10;
}

.wp-flow-card:last-child::after {
    display: none;
}

/* 左側：テキストエリア */
.wp-flow-content-left {
    flex: 1;
}

/* ヘッダー部分 */
.wp-flow-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

/* オレンジの丸数字 */
.wp-flow-circle {
    background-color: #f09c5a;
    color: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
}

/* タイトルテキスト */
.wp-flow-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
	color: #ffcc66; /* 黄色い時間表示 */
}

.wp-flow-time {
    margin-right: 12px;
}

/* 説明文 */
.wp-flow-desc {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 0 68px; /* 数字の横幅に合わせる */
    opacity: 0.95;
}

/* 右側：画像エリア */
.wp-flow-image-box {
    width: 35%;
    flex-shrink: 0;
}

.wp-flow-image-box img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid rgba(0,0,0,0.2);
}

.hikarijuukougyou_toha::before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(/wp-content/uploads/2026/03/画像-1.jpg);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 1em;
}

.hikarijuukougyou_toha {
    padding-top: 0.6em;
}

.button_width {
    width: 250px;
}

.button_width a {
    font-size: 16pt;
    position: relative;
}

.button_width a::after {
    content: "»";
    position: absolute;
    right: 20px;
}

.home .articleBody, .page .articleBody {
    margin-top: 0;
}

.home .contents, .page .contents {
    padding-top: 0;
}

.eng_button {
    max-width: 200px;
    width: 100%;
}

.eng_button a {
    padding: 5px 10px;
    font-size: 15pt;
}

.no_link a:hover {
    cursor: default;
    opacity: 1;
}

.page header.articleHeader {
    display: none;
}

.blue_border {
    border: 1px solid #0F80AB;
    padding: 55px 70px;
}

h2.point_num {
    color: #0F80AB;
    position: relative;
    padding-left: 185px;
}

h2.point_back_position::before {
	width: 250px;
    height: 134px;
    display: inline-block;
    position: absolute;
    left: -25px;
    top: -24px;
}

h2.point1::before {
	content: "";
    background: url("http://hikari-jyukou.com/wp-content/uploads/2026/03/point01.png");
	background-repeat: no-repeat;
    background-size: contain;
}

h2.point2::before {
	content: "";
    background: url("http://hikari-jyukou.com/wp-content/uploads/2026/03/point02.png");
	background-repeat: no-repeat;
    background-size: contain;
}

h2.point3::before {
	content: "";
    background: url("http://hikari-jyukou.com/wp-content/uploads/2026/03/point03.png");
	background-repeat: no-repeat;
    background-size: contain;
}

h2.point4::before {
	content: "";
    background: url("http://hikari-jyukou.com/wp-content/uploads/2026/03/point04.png");
	background-repeat: no-repeat;
    background-size: contain;
}

h2.point5::before {
	content: "";
    background: url("http://hikari-jyukou.com/wp-content/uploads/2026/03/point05.png");
	background-repeat: no-repeat;
    background-size: contain;
}

h2.point6::before {
	content: "";
    background: url("http://hikari-jyukou.com/wp-content/uploads/2026/03/point06.png");
	background-repeat: no-repeat;
    background-size: contain;
}

.text-position-top {
	align-items:flex-start;
}

.profile-card {
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	height:100%;
  }
 
  /* ヘッダー部分（名前） */
  .profile-header {
    background: #1a84ab;
    color: #ffffff;
    padding: 24px 20px 20px;
  }
 
  .profile-header .name-ja {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
	  width: fit-content;
	  margin: 0 auto;
  }
 
  .profile-header .name-en {
    font-size: 13px;
    font-weight: normal;
    opacity: 0.9;
    letter-spacing: 0.08em;
	width: fit-content;
    margin: 0 auto;
    padding-left: 10px;
  }
 
  /* Q&Aリスト */
  .profile-body {
    padding: 12px 16px 16px;
  }
 
  .qa-item {
    margin-bottom: 12px;
  }
 
  .qa-item:last-child {
    margin-bottom: 0;
  }
 
  .qa-question {
    font-weight: bold;
    color: #1a84ab;
    margin-bottom: 2px;
  }
 
  .qa-question::before {
    content: 'Q.';
    color: #1a84ab;
    font-weight: bold;
    margin-right: 2px;
  }
 
  .qa-answer {
    font-size: 12px;
    line-height: 1.5;
    padding-left: 2px;
  }
 
  .qa-answer::before {
    content: 'A.';
    font-weight: bold;
    margin-right: 2px;
  }

table.entry_form {
	width:100%;
}

table.entry_form td {
    border: 1px solid #808080;
}

table.entry_form p {
    margin-top: 0;
}

table.entry_form td {
    padding: 15px 20px;
}

.submit_button {
    background: #EEC74B;
    width: 370px;
    margin: 0 auto;
    display: block;
    padding: 15px;
    border: 0;
}

@media (min-width: 769px) {
	.normalwide {
    max-width: 1200px;
	margin: 0 auto;
}
	.footer .container.container-siteNavList {
    margin-bottom: 200px;
    margin-top: 50px;
}
	
	.text-line .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis:auto;
		width:50%;
	}
	
	.top_heading {
    position: absolute;
    top: 2em;
    right: 0;
    color: #fff;
}
	
	p.top_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #fff;
	font-size:15pt;
}

.top_button {
    position: absolute;
    bottom: 3em;
    left: 50%;
    transform: translateX(-50%);
}
	
	.top_and_bottom_center {
		align-items:center!important;
	}
	
	table.entry_form td:first-child {
    width: 30%;
}
}

/* レスポンシブ（タブレット・スマホ） */
@media (max-width: 768px) {
    .wp-flow-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
    }
    .wp-flow-image-box {
        width: 100%;
        margin-top: 15px;
    }
    .wp-flow-desc {
        margin-left: 0;
        margin-top: 10px;
    }
	
	.footer_button {
    width: 100%;
    flex-wrap: wrap;
}
	.footer_button > div a {
    font-size: 2rem;
    display: flex;
    align-items: center;
    line-height: 1.5;
}
	.footer_button img {
    width: 50px;
}
	.blue_border {
		padding:20px;
	}
	h2.point_num {
		padding-left: 68px;
		font-size: 19px;
	}
	h2.point_back_position::before {
		width: 74px;
		height: 70px;
		left: -14px;
		top: 0px;
	}
}

/* レスポンシブ（スマホ） */
@media (max-width: 500px) {
	.smp_table td {
		display:block;
	}
	table.entry_form input {
		width:100%;
	}
	.submit_button {
		width:100%;
	}
}