@charset "UTF-8";

#page_header{background-color: #97cfac;}



.title_h3{color:#0000000;font-size: 1.4em;margin-bottom: 1%;margin-top: 1em;}
.w90per{width: 90%;margin-left: auto;margin-right: auto;}
.w90per_all{width: 90%;margin-left: auto;margin-right: auto;}
.a_blue{display: inline-block;}
.mt100{margin-top: 100px;}

/* section_01 */
.section_01,.bg_breadcrumb{background-color: #ffffff;}

.flexbox {
    margin-bottom: -5em;
}
.flexbox a.box-item04 {
  position: relative;
  display: block;
  padding: 15px 0px 15px 2%;
  background-color: #ffffff;
  border: solid 1px #97cfac;
border-radius: 8px;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  text-align: left;
}
.flexbox a.box-item04.current {
    background-color: #97cfac;
}
.box-item04{width: 22%;display: inline-block;margin:1% 0 3%;height: auto;}

/* アイコンのスタイル */
.flexbox a.box-item04::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  transform: translateY(0px) rotate(45deg);
  box-sizing: border-box;
}

.lf_title {
    position: relative;
    text-align: center;
    padding: 2em 0;
}
.lf_title h3 {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-weight: 500;
    font-size: 2.5em;
    line-height: 1;
    
}
.lf_title p {
    font-size: 1.16em;
    line-height: 1.7;
    margin-top: 1em;
}
.lf_title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 5%;
    height: 100%;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.lf_title::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 5%;
    height: 100%;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


.section_02 {
    background-color: #fff;
}
.time_line_box {
    margin-bottom: 3em;
}
.time_line_box:first-of-type {
    margin-bottom: -3.5em !important;
}
.time_line_box:last-of-type {
    margin-bottom: 0;
}

.time_line_box img {
    width: 100%;
}
.time_line_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.time_line_box ul li:first-child {
    width: 10%;
}
.time_line_box ul li:last-child {
    position: relative;
    box-sizing: border-box;
    width: 85%;
    padding: 2em;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 1em;
    filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));
}
.time_line_box ul li:last-child::before {
    position: absolute;
    content: '';
    left: -20px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-color: #fff;
    transform: rotate(45deg);
    z-index: -1;
}
.tl_img_sp {
    display: none;
}
.tl_doc {
    width: 70%;
    display:flex;
    flex-flow: column;
    justify-content:space-between;
}
.tl_doc h4 {
    font-size: 1.4em;
    line-height: 1.4;
    border-left: 5px solid #2b9f7d;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
}
.tl_doc h4 span {
    font-size: 0.6em;
}
.tl_doc p {
    line-height: 1.7;
}
.tl_btn {
    width: 350px;
    margin-top: 2em;
}
.tl_btn a:hover {
    opacity: 0.6;
}

.tl_img_pc {
    width: 25%
}
.tl_img_pc img {
    border-radius: 50%;
}


.section_03 {
    background-color: #dce8da;
}
.timeline_wrap {
    position: relative;
}
.timeline_wrap::before {
    position: absolute;
    content: '';
    left: calc(5% - 2px);
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 4px dotted #2b9f7d;
    z-index: -1;
}


/* section_05 */
.section_05 {
    background-color: #fff;
}

.sonota_plan {
    text-align: center;
    font-size: 1.6em;
}
/*
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_pc.svg");}
	
.mt100{margin-top: 30px;}
	
.title_h3{font-size: 1.3em;margin-bottom: 1%;line-height: 1.2;}
.sp_mt3em{margin-top: 3em;}
.w90per{width: 100%;margin-left: auto;margin-right: auto;}
.w90per_all{width: 90%;margin-left: auto;margin-right: auto;}

/* section_01 */
.flexbox {
    margin-bottom: 0;
}
.box-item04{width: 47%;display: inline-block;margin:1% 0 2%;height: auto;}

.lf_title {
    padding: 2em 0;
}
.lf_title h3 {
    font-size: 1.6em;
}
.lf_title p {
    font-size: 1em;
}

.time_line_box {
    margin-bottom: 2em;
}
.time_line_box:first-of-type {
    margin-bottom: -3.5em !important;
}
.time_line_box:first-of-type  ul li:first-child img {
    margin-top: 0;
}
.time_line_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.time_line_box ul li:first-child {
    width: 75px;
}
.time_line_box ul li:first-child img {
    margin-top: 70px;
}
.time_line_box ul li:last-child {
    width: calc(100% - 85px);
    padding: 1.5em;
}
.time_line_box ul li:last-child::before {
    left: -10px;
    top: 40px;
}
.tl_img_sp {
    display: block;
    text-align: center;
    margin: 1em auto;
}
.tl_img_sp img {
    width: 50%;
    border-radius: 50%;
}
.tl_doc {
    width: 100%;
}
.tl_doc h4 {
    font-size: 1.32em;
    line-height: 1.4;
    border-left: 5px solid #2b9f7d;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
}
.tl_doc h4 span {
    font-size: 0.6em;
}
.tl_doc p {
    font-size: 0.92em;
    line-height: 1.7;
}
.tl_btn {
    width: 100%;
    margin-top: 1em;
}
.tl_img_pc {
    display: none;
}

.timeline_wrap::before {
    left: 36px;
    border-left: 4px dotted #2b9f7d;
}
}


