@charset "utf-8";
/*
Theme Name: Elyn Child
Theme URI:
Template: elyn
Description:
Author:
Tags:
Version: 1.3
*/
html,
body,
h4 {
    font-family: Arial Bold, 'Meiryo Bold', Helvetica, sans-serif;
    font-weight: 400;
}
body {
    background-color: #FFFFFF;
    letter-spacing: 1.2px;
}
a {
    text-decoration: none;
    border: none;
}
a:not(.wp-block-button__link) {
    border-bottom: none !important;
}
li {
    list-style: none;
}
img {
    width: 100%;
}
.wp-site-blocks {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.space_block_min {
    padding: 2rem;
}
.space_block {
    padding: 3rem;
}
.content {
    max-width: 100% !important;
}
.bl_circle {
    display: inline-block;
    background: #0481CB;
    border: 0.1875em solid #0481CB;
    border-radius: 50%;
    height: 1rem;
    width: 1rem;
    margin-right: 1rem;
}
.bl_square {
    display: inline-block;
    background: #0481CB;
    border: 0.1875em solid #0481CB;
    height: 1rem;
    width: 1rem;
    margin-right: 1.5rem;
}
.borders {
    border: 2px solid;
    border-radius: 5px;
}
.title_underbar {
    width: 80px;
    border: 2px solid #0483C8;
    margin: 0 auto 3rem;
}

/*=========
レスポンシブ
=========*/
@media only screen and (min-width: 1585px) {
    /*header*/
    .header_left {
        width: 21%;
    }
    .header_right {
        width: 50%;
    }
    /********/
}
@media only screen and (min-width: 1300px) and (max-width: 1583px) {
    .header_left {
        width: 30%;
    }
}
@media only screen and (min-width: 1300px) {
    .page_title {
        width: 800px;
    }
    .page_title h1 {
        font-size: 7rem;
        bottom: 25%;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1299px) {
    .page_title {
        width: 700px;
    }
    .page_title h1 {
        font-size: 6.2rem;
        bottom: 30%;
    }
}
@media only screen and (min-width: 900px) and (max-width: 1099px) {
    .page_title {
        width: 600px;
    }
    .page_title h1 {
        font-size: 5.3rem;
        bottom: 30%;
    }
}
@media only screen and (min-width: 700px) and (max-width: 899px) {
    .page_title h1 {
        bottom: 35%;
    }
}
@media only screen and (min-width: 500px) {
    .page_title {
        height: 80px;
    }
}
@media only screen and (max-width: 499px) {
    .page_title {
        height: 60px;
    }
}
@media only screen and (min-width: 500px) and (max-width: 699px) {
    .page_title h1 {
        bottom: 45%;
    }
}
@media only screen and (max-width: 499px) {
    .page_title h1 {
        bottom: 35%;
    }
}
@media only screen and (max-width: 899px) {
    .page_title {
        width: 65%;
    }
    .page_title h1 {
        font-size: 9vw;
    }
    .page_title h4 {
        font-size: 3vw;
    }
}
@media only screen and (min-width: 910px) and (max-width: 1584px) {
    .header_left {
        width: 35%;
    }
    .header_right {
        width: 50%;
    }
}
@media only screen and (min-width: 1030px) {
    .header_contact {
        padding-left: 3rem;
    }
    /*works*/
    #works_content1,
    #works_content2 {
        display: flex;
    }
    .content1_img,
    .content2_img {
        width: 50%;
    }
    /*******/
    /*selection*/
    #selection_period_area #sp_flow {
        width: 50%;
    }
    /***********/
}
@media only screen and (max-width: 1029px) {
    /*works*/
    #works_content1 {
        display: block;
    }
    #works_content2 {
        display: grid;
    }
    #works_content2 .content2_img {
        grid-row: 2/2;
    }
    #works_block .content_block {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #works_block .content_block .content_title {
        text-align: center;
    }
    #works_block .title_underbar {
        margin-left: auto;
        margin-right: auto;
    }
    #works_block .content1_img,
    #works_block .content2_img {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    /*******/
}
@media only screen and (min-width: 768px) and (max-width: 1029px) {
    /*selection*/
    #selection_period_area #sp_flow {
        width: 80%;
    }
    /***********/
}
@media only screen and (min-width: 950px) {
    /*=========
    entry
    =========*/
    .entry_content {
        display: flex;
    }
    .entry_tel,
    .entry_form {
        width: 50%;
        padding: 5rem 0;
        -webkit-transform: skewX(-10deg);
        -moz-transform: skewX(-10deg);
        transform: skewX(-10deg);
    }
    #tel_number,
    #tel_reception,
    #tel_title_txt,
    .entry_form a #link_entry,
    .entry_form a #link_reception
    .entry_form a #link_mail {
        transform: skewX(10deg);
    }
    /*********/
    .footer_menu {
        display: flex;
    }
}
@media only screen and (max-width: 949px) {
    /*=========
    entry
    =========*/
    .entry_content {
        display: block;
    }
    .entry_tel {
        margin-left: .6rem;
        border-bottom: 1px solid #0483C8;
        margin-bottom: -.1rem;
    }
    .entry_form {
        margin-left: -.55rem;
    }
    .entry_tel,
    .entry_form {
        width: 100%;
        padding: 2rem 0;
        -webkit-transform: skewX(-5deg);
        -moz-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    #tel_number,
    #tel_reception,
    #tel_title_txt,
    .entry_form a #link_entry,
    .entry_form a #link_reception
    .entry_form a #link_mail {
        transform: skewX(5deg);
    }
    /*********/
    .footer_menu {
        display: block;
        width: 190px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 910px) {
    .header_left {
        margin-left: 4rem;
    }
    /*jobopportunities*/
    #job_link_area #link_button {
        width: 208px;
        margin: .5rem;
    }
    /******************/
}
@media only screen and (max-width: 909px) {
    /*jobopportunities*/
    #job_link_area {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    /******************/
}
@media only screen and (min-width: 768px) and (max-width: 909px) {
    .header_left {
        width: 325px;
    }
}
@media only screen and (min-width: 435px) and (max-width: 909px) {
    /*jouopportunities*/
    #job_link_area #link_button {
        width: 280px;
        margin: 1rem;
    }
    /******************/
}
@media only screen and (min-width: 875px) {
    /*results*/
    #results_area {
        width: 70%;
    }
    /*********/
}
@media only screen and (max-width: 874px) and (min-width: 768px) {
    /*results*/
    #results_area {
        width: 80%;
    }
    /*********/
}
@media only screen and (min-width: 841px) {
    .header_columns {
        display: flex;
    }
    #hcontact_tel {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 840px) {
    .header_columns {
        display: block;
    }
    .header_columns .header_right {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    /*results*/
    #results_area {
        display: flex;
    }
    #results_block {
        padding: 4rem 5rem;
    }
    #results_titleblock {
        margin-right: 5rem;
    }
    /*********/
    /*interview*/
    .interview_box {
        padding:  2rem 5rem 5rem;
    }
    .employeeblock figure img {
        width: 60%;
    }
    /***********/
    /*=========
    幅指定
    =========*/
    #description_block,
    #flow_block,
    #faq_block,
    #entry_block,
    #company_block {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    /*=========
    faq
    =========*/
    /*=========
    accordion
    =========*/
    .accordion__container {
        padding: 2rem 10px;
    }
    .accordion__title::before {
        padding: 10px 15px;
        font-size: 1.5rem;
    }
    .accordion__title.is-active::before {
        padding: 10px 15px;
        font-size: 1.5rem;
    }
    .accordion__title::after {
        right: 25px;
    }
    /*footer*/
    .footer_area {
        padding: 3rem 5rem;
    }
    /********/
}
@media only screen and (max-width: 767px) {
    /*results*/
    #results_area {
        display: block;
        width: 240px;
    }
    #results_block {
        padding: 4rem 0;
    }
    #results_titleblock {
        width: 160px;
        margin-left: auto;
        margin-right: auto;
    }
    /*********/
    /*interview*/
    .interview_box {
        padding:  2rem;
    }
    .employeeblock figure img {
        width: 100%;
    }
    /***********/
    /*=========
    幅指定
    =========*/
    #description_block,
    #flow_block,
    #faq_block,
    #entry_block,
    #company_block {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    /*=========
    faq
    =========*/
    /*=========
    accordion
    =========*/
    .accordion__container {
        padding: 2rem 0;
    }
    .accordion__title::before {
        padding: 8px 12px;
        font-size: 1rem;
    }
    .accordion__title.is-active::before {
        padding: 8px 12px;
        font-size: 1rem;
    }
    .accordion__title::after {
        right: 10px;
    }
    /*selection*/
    #selection_period_area #sp_flow {
        width: 100%;
    }
    /***********/
    /*footer*/
    .footer_area {
        padding: 2rem 0;
    }
    /********/
}
@media only screen and (min-width: 570px) and (max-width: 840px) {
    .header_columns .header_left {
        display: block;
        width: 50%;
        margin: 0 auto 1rem;
    }
    .header_columns .header_contact {
        width: 40%;
        margin-right: auto;
        margin-left: auto;
    }
    #hcontact_tel {
        font-size: 1.7rem;
    }
}
@media only screen and (max-width: 569px) {
    .header_columns .header_left {
        display: block;
        width: 100%;
        margin: 0 auto 1rem;
    }
    .header_columns .header_contact {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    #hcontact_tel {
        font-size: 1.1rem;
    }
}
@media only screen and (min-width: 500px) {
    .content_title h3,
    #specialist_titleblock h3,
    #description_titleblock h3,
    #flow_titleblock h3,
    #faq_titleblock h3,
    #entry_titleblock h3 {
        font-size: 4rem;
        margin-bottom: -2rem;
    }
}
@media only screen and (max-width: 499px) {
    .content_title h3,
    #specialist_titleblock h3,
    #description_titleblock h3,
    #flow_titleblock h3,
    #faq_titleblock h3,
    #entry_titleblock h3 {
        font-size: 2.5rem;
        margin-bottom: -1.5rem;
    }
}
@media only screen and (min-width: 451px) {
    .description_tablearea th {
        width: 130px;
    }
    .description_tablearea th,
    .description_tablearea td {
        border-bottom: 1px solid #C3C3C3;
        padding: 2rem 0 2rem;
    }
    .description_tablearea td {
        padding-left: 4rem;
    }
    /*entry*/
    #tel_number {
        font-size: 3rem;
    }
    .entry_form a #link_entry {
        font-size: 3rem;
    }
    .entry_form a #link_entry::after {
        width: 20px;
        height: 20px;
    }
    /******/
}
@media only screen and (max-width: 450px) {
    .description_tablearea th,
    .description_tablearea td {
        display: block;
        width: 100%;
        padding: 2rem;
    }
    .description_tablearea th {
        border-bottom: none;
        text-align: left;
    }
    .description_tablearea td {
        border-bottom: 1px solid #C3C3C3;
        padding-top: 0;
        text-align: left;
    }
    /*entry*/
    #tel_number {
        font-size: 2rem;
    }
    .entry_form a #link_entry {
        font-size: 2rem;
    }
    .entry_form a #link_entry::after {
        width: 15px;
        height: 15px;
    }
    /******/
}
@media only screen and (min-width: 435px) {
    /*header*/
    .hcontact_entry {
        height: 100%;
        padding: 2rem;
    }
    /********/
}
@media only screen and (max-width: 434px) {
    /*header*/
    .hcontact_entry {
        height: 75%;
        padding: 1rem;
    }
    /********/
    /*jouopportunities*/
    #job_link_area #link_button {
        width: calc(100% - 20px);
        margin: 1rem auto;
    }
    /******************/
}
@media only screen and (max-width: 340px) {
    .accordion__container h4 {
        display: flex;
    }
}

/*=========
humburger
=========*/
body{
    overflow-x: hidden;
  }
  .header-area{
    display: flex;
    justify-content: space-between;
    height: 65px;
    padding: 0 20px;
    align-items: center;
  }
  @media only screen and (min-width: 841px) {
    .header_menu {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 2rem 0;
        height: 25px;
    }
    .hamburger {
        display: none;
    }
    #selection_process_area #unofficial_offer {
        width: 30%;
    }
  }
  @media only screen and (max-width: 840px) {
    .header_menu {
        display: none;
    }
    #selection_process_area #unofficial_offer {
        width: 50%;
    }
}
/*
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
    position: fixed;
    right: 10px;
    top: 60px;
    width: 35px;
    height: 30px;
    cursor: pointer;
    z-index: 300;
}
.hamburger__line {
    position: absolute;
    width: 35px;
    height: 3px;
    right: 0;
    background-color: #293121;
    transition: all 0.5s;
}
.hamburger__line--1 {
    top: 1px;
}
.hamburger__line--2 {
    top: 13px;
}
.hamburger__line--3 {
    top: 25px;
}
/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 11px;
}
.open .hamburger__line--2 {
    opacity: 0;
}
.open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 11px;
}
/*
sp-nav(ナビ)
=================================== */
.sp-nav {
    position: fixed;
    right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    top: 0;
    width: 70%; /* 出てくるスライドメニューの幅 */
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
    right: 0;
}
.open .sp-nav .hamburger_menu {
    padding-top: 2rem;
    padding-left: 1rem;
}
.open .sp-nav .hamburger_menu li {
    margin-bottom: .5rem;
}
/*
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
}
/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
    opacity: 0.3;
    visibility: visible;
}
/*========
header
========*/
.header_block {
    max-width: 100%;
    height: 100px;
}
.header_columns {
    height: 100%;
    justify-content: space-between;
}
.header_left {
    height: 100%;
    padding-top: 1rem;
}
.header_logo {
    width: 80%;
    margin: 0 auto;
}
.headerlogo_under {
    border: 2px solid #0483C8;
    border-radius: 8px;
    text-align: center;
    color: #0483C8;
}
.header_menu li {
    width: 170px;
    height: 100%;
    text-align: center;
    -webkit-transform: skewX(170deg);
    -moz-transform: skewX(170deg);
    transform: skewX(170deg);
    border-right: 1px solid #C3C3C3;
}
.header_menu li a {
    display: block;
    width: 100%;
    height: 100%;
    transform: skewX(-170deg);
    font-size: 1rem;
}
.header_menu li a:hover {
    background-color: #C3C3C3;
    -webkit-transform: skewX(180deg);
    -moz-transform: skewX(180deg);
    transform: skewX(180deg);
}
.header_menu li:last-child {
    border-right: none;
}
.header_right {
    display: flex;
    float: right;
    height: 100%;
}
.header_contact {
    width: 60%;
    margin-right: 3rem;
    height: 100%;
    padding-top: 1rem;
    color: #0483C8;
}
#hcontact_tel {
    display: table;
}
#hcontact_tel .headtel {
    font-size: 14px;
}
.hcontact_entry {
    background-color: #0483C8;
    color: #FFFFFF;
    width: 40%;
    text-align: center;
    line-height: 2;
}
.hcontact_entry:hover {
    background-color: #014897;
}
.fright {
    float: right;
    font-weight: bold;
}

/*========
main
========*/
.page_title {
    background-color: #0483C8;
    position: relative;
    padding: .5rem 0;
    margin-top: -2rem;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    transform: skewX(-10deg);
    margin-left: -1rem;
}
.page_title h1,
.page_title h4 {
    color: #FFFFFF;
    position: absolute;
    left: 20%;
}
.page_title h4 {
    bottom: 0;
}
.block_title {
    width: 100%;
}
.block_title .en_title {
    text-align: center;
}
.en_title h2 {
    color: #0481CB;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
}
.block_title .ja_title {
    text-align: center;
}
.ja_title h4 {
    font-size: 1rem;
    color: #000000;
    font-weight: bold;
}
.content_title h3,
#specialist_titleblock h3,
#description_titleblock h3,
#flow_titleblock h3,
#faq_titleblock h3,
#entry_titleblock h3 {
    color: #EEEEEE;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
}
.content_title h4,
#specialist_titleblock h4,
#description_titleblock h4,
#flow_titleblock h4,
#faq_titleblock h4,
#entry_titleblock h4 {
    color: #0483C8;
    line-height: 2;
    font-size: 1.3rem;
    font-weight: bold;
}
#specialist_titleblock h3,
#description_titleblock h3,
#flow_titleblock h3,
#faq_titleblock h3,
#entry_titleblock h3,
#company_titleblock h3 {
    text-align: center;
}
#specialist_titleblock h4,
#description_titleblock h4,
#flow_titleblock h4,
#faq_titleblock h4,
#entry_titleblock h4,
#company_titleblock h4 {
    text-align: center;
}
/*========
works_area
========*/
#works_content2 {
    position: relative;
}
#works_content2::before {
    position: absolute;
    content: "";
    top: -35%;
    background-color: #CFE4F7;
    width: 100%;
    z-index: -1;
    bottom: 20%;
}
.content_block {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.content_block .title_underbar {
    margin: 0 0 3rem;
}
/*========
specialist_area
========*/
#specialist_block {
    width: 80%;
    margin: 2rem auto;
}
#specialist_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#specialist_tile {
    width: 30%;
    text-align: center;
    margin-bottom: 4rem;
}
#specialist_block .title_undertxt {
    text-align: center;
}
#specialist_tile img {
    width: 50%;
}
#special_name {
    color: #0483C8;
}
/*========
results_block
========*/
#results_block {
    background-color: #CFE4F7;
}
#results_area {
    margin-left: auto;
    margin-right: auto;
}
#results_en_title {
    padding-top: 2rem;
    margin-bottom: -40px;
}
#results_en_title h2 {
    color: #EFEFEF;
}
#results_ja_title h5 {
    color: #0483C8;
    font-size: 1rem;
    font-weight: bold;
}
#results_list {
}

/*=========
interview
=========*/
#interview_block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.interview_box {
    position: relative;
    border: solid 3px #0483C8;
    border-radius: 0px 15px 15px;
}
.interview_box .box_title {
    position: absolute;
    display: inline-block;
    top: -45px;
    left: -3px;
    padding: 0 70px;
    height: 50px;
    line-height: 35px;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    z-index: 1;
}
.interview_box .box_title::before {
    content: "";
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 5px;
	left: 0;
	z-index: -1;
	background: #0483C8;
	transform: scaleY(1.3) perspective(.8em) rotateX(.7deg);
	transform-origin: bottom left;
}
.interview_box p {
    margin: 0;
    padding: 0;
}
.employeeblock {
    display: table;
    margin: 2rem auto;
}
.employeeblock figure {
    width: 50%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.employeeblock .interview_nameblock {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.qa_q::before {
    content: 'Q';
    padding: 10px 20px;
    margin-right: 10px;
    background-color: #0483C8;
    color: #FFFFFF;
    font-size: 1.5rem;
}
.qa_q {
    display: flex;
    flex-wrap: wrap;
    color: #0483C8;
    margin-bottom: 2rem;
}
/*=========
jobopportunities
=========*/
#job_link_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#job_link_area #link_button {
    border: 1px solid #0483C8;
    text-align: center;
    -webkit-transform: skewX(170deg);
    -moz-transform: skewX(170deg);
    transform: skewX(170deg);
}
#job_link_area #link_button a {
    display: block;
    width: 100%;
    transform: skewX(-170deg);
    color: #0483C8;
}
#job_link_area #link_button a:hover,
#job_link_area #link_button a:active {
    background-color: #0483C8;
    color: #FFFFFF;
    -webkit-transform: skewX(180deg);
    -moz-transform: skewX(180deg);
    transform: skewX(180deg);
}
#job_link_area #link_button #right_arrow {
    float: right;
}
/*=========
description
=========*/
.description_tablearea table {
    border-collapse: collapse;
    width: 100%;
}
.description_tablearea th {
    vertical-align: top;
}
/*=========
flow
=========*/
#application_method_area,
#selection_period_area,
#selection_process_area {
    padding: 3.5rem 0;
}
#application_method_area,
#selection_period_area {
    border-bottom: 1px solid #C3C3C3;
}
#am_title,
#sp_title,
#sprocess_title {
    margin-bottom: 1.5rem;
}
#selection_process_area .step_block {
    display: table;
    width: 100%;
    margin-bottom: 3rem;
}
#selection_process_area .step_title {
    display: table-cell;
    width: 10%;
    padding: 1rem 2rem;
    background-color: #0483C8;
    vertical-align: middle;
    color: #FFFFFF;
}
#selection_process_area .step_text {
    display: table-cell;
    width: 90%;
    padding: 1rem 2rem;
    vertical-align: middle;
    border-bottom: 2px solid #0483C8;
}
#selection_process_area #unofficial_offer {
    margin: 0 auto;
}
#selection_period_area #sp_flow {
    margin-top: 1rem;
}
/*=========
faq
=========*/
/*=========
accordion
=========*/
* {
    margin: 0;
    padding: 0;
}
.accordion{
    margin-top: 10px;
}
.accordion__container {
    width: 100%;
    margin: 0 auto;
}
.accordion__title {
    background-color: #FFFFFF;
    border: 1px solid transparent;
    color: #000000;
    font-size: 1.25em;
    padding: .625em .625em 1em 0;
    position: relative;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #C3C3C3;
}
.accordion__title::before {
    content: 'Q';
    margin-right: 10px;
    background-color: #CFE4F7;
    color: #FFFFFF;
    font-size: 1.5rem;
}
.accordion__title.is-active::before {
    margin-right: 10px;
    color: #FFFFFF;
    background-color: #0483C8;
    font-size: 1.5rem;
}
.accordion__title::after {
    content: "";
    position: absolute;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active {
    color: #0483C8;
    border-bottom: none;
}
.accordion__title.is-active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}
.accordion__container h4 {
    margin-bottom: 2rem !important;
    font-size: 1rem;
}
.accordion__content {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 0 1.5em;
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: .3s;
}
.accordion__content.is-open {
    border: 1px solid #CFE4F7;
    border-radius: 10px;
    background-color: #CFE4F7;
    color: #000000;
    padding: 2em 1.5em;
    line-height: 2rem;
    height: auto;
    opacity: 1;
    margin-bottom: 2rem;
}
.accordion_area .accordion_one .ac_header {
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 1.5rem 4rem 1.5rem 2rem;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: .2s;
  }
  .accordion_area .accordion_one .ac_header:not(.open):hover {
    background-color: #f1f8ff;
  }
  .accordion_area .accordion_one:nth-child(odd) .ac_header {
    background-color: #f5f5f5;
  }
  .accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
    background-color: #f1f8ff;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before,
  .accordion_area .accordion_one .ac_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 2px solid #014897;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 2px solid #014897;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: .3s;
  }
  .accordion_area .accordion_one .ac_header.open .i_box:after {
    height: 0;
  }
  .accordion_area .accordion_one .ac_inner {
    display: none;
    padding: 1.5rem 2rem 1.5rem 2rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
  }
  @media screen and (max-width: 736px) {
    .accordion_area .accordion_one .ac_header {
      padding: 1.5rem 2rem 1.5rem 1.0rem;
    }
    .accordion_area .accordion_one .ac_header .i_box {
      right: 0.8rem;
      width: 15px;
      height: 15px;
      margin-top: -7px;
    }
    .accordion_area .accordion_one .ac_header .i_box:before {
      width: 15px;
    }
    .accordion_area .accordion_one .ac_header .i_box:after {
      height: 15px;
      right: 7px;
    }
    .accordion_area .accordion_one .ac_inner {
      padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    }
  }
/*=========
entry
=========*/
.entry_content {
    width: 100%;
}
.entry_tel {
    background-color: #0483C8;
    text-align: center;
    margin-right: -1px;
}
#tel_title {
    width: 50%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
#tel_number,
#tel_reception {
    display: block;
    text-align: center;
}
#tel_title {
    color: #0483C8;
    background-color: #FFFFFF;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
#tel_title_txt {
    color: #0483C8;
    display: inline-block;
}
#tel_number,
#tel_reception {
    color: #FFFFFF;
}
#tel_number #tel {
    font-size: 18px;
}
.entry_form {
    background-color: #025380;
}
.entry_form a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}
.entry_form a p {
    background-color: #FFFFFF;
    width: 50%;
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.entry_form a #link_mail {
    color: #025380;
    display: inline-block;
}
.entry_form a #link_entry,
.entry_form a #link_reception {
    display: block;
    color: #FFFFFF;
    text-align: center;
}
.entry_form a #link_entry::after {
    content: "";
    position: absolute;
    left: 70%;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    border-top: solid 4px #FFFFFF;
    border-right: solid 4px #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*=========
company
=========*/
#company_table table {
    width: 100%;
}
#company_table th {
    text-align: start;
    color: #0483C8;
    padding-top: 1rem;
}
#company_table td {
    padding-bottom: 1.5rem;
}
#company_table .bbottom {
    border-bottom: 1px solid #C3C3C3;
}
.takino_yashiro,
.honsya {
    color: #0483C8;
    position: relative;
    padding-left: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.takino_yashiro::before,
.honsya::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 25px;
    background-color: #0483C8;
    position: absolute;
    top: 7px;
    left: 0;
    bottom: 0;
}
#company_table .map {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
#company_table figure {
    width: 48%;
    margin-bottom: 0;
}
#company_table .map iframe {
    width: 48%;
    padding-bottom: 5px;
}
/*=========
footer
=========*/
.footer_area {
    background-color: #FAFAFA;
}
.footer_logo {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}
.footer_logo a {
    display: block;
    width: 100%;
    height: 100%;;
}
.footer_menu {
    margin-bottom: 2rem;
    justify-content: center;
}
.footer_menu li {
    margin: 0 1rem;
}
.footer_area .official_hp,
.footer_area .copyright {
    text-align: center;
}
.footer_area .official_hp a img {
    width: 18px;
    margin-left: .5rem;
    fill: #C3C3C3;
}
/*=========
contactform
=========*/
.contact_form {
    padding-top: 10rem;
}
.wpcf7-form [type="submit"] {
    background-color: #0483C8;
    color: #FFFFFF;
    border: 1px solid #0483C8 !important;
}
.wpcf7-form [type="submit"]:hover,
.wpcf7-form [type="submit"]:active {
    background-color: #FFFFFF;
    color: #0483C8;
    cursor: pointer;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    border-color: #0483C8 !important;
}
