@charset "UTF-8";
/* layout
--------------------------------------------------------------------------------*/
body {
  margin: 0;
  background: #fff;
  font-size: 14px;
  font-family: RodinPro-M, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, Meiryo, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333;
  line-height: 1.73;
}
body .wrapper {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.container {
  width: 100%;
  overflow: hidden;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.sp {
  display: none;
}

.aC{
    text-align: center;
}

.mt_40{
		margin-top: 40px;
	}

@media only screen and (max-width: 767px) {
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
    
}

@media screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}

/* common
--------------------------------------------------------------------------------*/
.section {
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section_other {
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap {
  max-width: 1160px;
  margin: 0 auto;
}

.section.visual {
  position: relative;
  height: 864px;
  padding: 40px 10px;
  color: #fff;
}

.visual_icon {
  display: inline-block;
  margin-bottom: 15px;
}

.visual_lead {
  margin-bottom: 60px;
	text-align: center;
}

.bg-color {
  background-color: #f6f4ee;
  margin: auto -10px;
}

.pc-none {
  display: none;
}

@media only screen and (max-width: 767px) {
  .section {
    padding: 30px 15px 30px;
  }
	.section_other {
    padding: 30px 0;
  }
  .section.visual {
    height: 340px;
    padding: 20px 10px;
  }
  .visual_icon {
    margin-bottom: 7px;
  }
  .visual_icon img {
    width: 50%;
  }
  .visual_lead {
    margin-bottom: 30px;
    font-size: 21px;
  }
  .visual_txt {
    font-size: 12px;
  }
  .pc-none {
    display: block;
  }
}

/* header
--------------------------------------------------------------------------------*/
.header {
  padding: 0;
}

.header_title {
	width: 100%;
    height: 25px;
    background-color: #000;
    position: relative;
    z-index: 1;
}

.header_title h1 {
  max-width: 1160px;
    margin: 0 auto;
    padding-top: 4px;
    color: #7d7d7d;
	font-size: 12px;
}

/* nav
--------------------------------------------------------------------------------*/

body .gHeader .siteTitle {
    position: absolute;
    width: 190px;
    background-color: #333;
    display: inline-block;
    padding: 6px 9px 10px;
    z-index: 100;
}


.nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
	body .gHeader .siteTitle {
    background-color: #fff;
}
  .nav {
    /*top: 0;
    bottom: inherit;*/
  }
}

.nav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav li {
  position: relative;
  width: 100%;
  background-color: #FFF;
  text-align: center;
}

.nav li a:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  margin-right: 10px;
  width: 38px;
  height: 25px;
  background: url("../imgs/nav-icon.png") 0 0 no-repeat;
}

.nav li:after {
  content: "→";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.31%;
  margin-top: -18px;
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.nav li a {
  display: block;
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

.nav .nav_list-01 a {
  background-color: #b3972c;
}

.nav li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .nav li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 16%;
    margin: 0 auto;
    width: 19px;
    height: 13px;
    margin-top: -6px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .nav li:first-child a:before {
    left: 8%;
  }
  .nav li:after {
    margin-top: -10px;
    font-size: 20px;
    line-height: 1;
  }
  .nav li a {
    display: block;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
}

/* section-01
--------------------------------------------------------------------------------*/
.section-01 {
  background: url("../imgs/main_visual_pc.png") center bottom no-repeat;
  background-size: cover;
}

.section-01.visual {
  padding-top: 40px;
}

.section-01 .visual_icon {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	
	.section-01 {
  background: url("../imgs/main_visual_sp.png") center bottom no-repeat;
  background-size: cover;
}
	
  .section-01.visual {
    padding-top: 20px;
	  text-align: center;
  }
  .section-01 .visual_icon {
    margin-bottom: 20px;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  .section-01 .visual_icon img {
    width: 100%;
  }
  .section-01 .visual_lead {
    width: 90%;
	  margin: 0 auto;
  }
}

/* section-02
--------------------------------------------------------------------------------*/

.section-02 h3 {
  text-align: center;
  background-color: #deeef7;
  padding: 40px 180px;
}

.section-02 .arrow {
  text-align: center;
  margin-bottom: 35px;
}

.section-02 .content {
  text-align: center;
  margin-bottom: 15px;
}

.section-02 .attention {
  max-width: 818px;
  margin: 0 auto 50px;
  font-size: 12px;
}

.section-02 .imgTxt {
  padding: 30px 10px;
  border: 4px solid #aa965c;
  background-color: #fefefe;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .section-02 {
    margin-bottom: 0;
  }
  .section-02 h3 {
  text-align: center;
  background-color: #deeef7;
  padding: 20px 10px;
}
  .section-02 .arrow {
    width: 250px;
    margin: 0 auto 20px;
  }
  .section-02 .content {
    margin-bottom: 10px;
  }
  .section-02 .attention {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .section-02 .attention p {
    text-indent: -3em;
    padding-left: 3em;
  }
  .section-02 .imgTxt {
    padding: 20px 40px;
  }
}

/* section-03
--------------------------------------------------------------------------------*/
h2.heading-02{
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	color: #003d60;
	margin: 0 0 10px;
}

.section-03 .bg-color {
  padding: 100px 10px;
}

.section-03 h3 {
  margin-bottom: 50px;
  border-bottom: 15px solid #d5c8a0;
  text-align: center;
}

.section-03 .unit {
  position: relative;
  padding-bottom: 115px;
  margin-bottom: 70px;
}

.section-03 .unit:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 502px;
  height: 86px;
  margin-left: -251px;
  background: url("../imgs/ima-mark-02.png") 0 0 no-repeat;
}

.section-03 .unit .inner {
  position: relative;
}

.section-03 .unit .inner:before,
.section-03 .unit .inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 21.95%;
  width: 3.73%;
  height: 41px;
  background: url("../imgs/ima-mark-01.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.section-03 .unit .inner:before {
  left: 30.45%;
}

.section-03 .unit .inner:after {
  left: 65.91%;
}

.section-03 .unit ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-03 .unit li {
  width: 29.09%;
  margin-right: 6.36%;
  vertical-align: top;
}

.section-03 .unit li:last-child {
  margin-right: 0;
}

.section-03 .unit .img {
  margin-bottom: 20px;
  border: 3px solid #aa965c;
  background-color: #fefefe;
}

.section-03 .unit .txt {
  padding-left: 10px;
  border-left: 3px solid #aa965c;
}

.section-03 .imgTxt {
  padding: 30px 10px;
  border: 4px solid #aa965c;
  background-color: #fefefe;
  text-align: center;
}

.section-03-consultation-list {
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-03-consultation-list li{
  width: 560px;
}

@media only screen and (max-width: 767px) {
	h2.heading-02{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #003d60;
	margin: 5px 0 0;
}
	
  .section-03 .top-wrap {
    margin-bottom: 0;
  }
  .section-03 h3 {
    margin-bottom: 25px;
    border-bottom: 7px solid #d5c8a0;
  }
  .section-03 .unit {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 35px;
  }
  .section-03 .unit:after {
    bottom: 0;
    width: 251px;
    height: 43px;
    margin-left: -125.5px;
    background: url("../imgs/ima-mark-02.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .section-03 .unit .inner:before,
  .section-03 .unit .inner:after {
    display: none;
  }
  .section-03 .unit ul {
    display: block;
  }
  .section-03 .unit li {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
    padding-bottom: 61px;
  }
  .section-03 .unit li:last-child {
    margin: 0;
    padding-bottom: 0;
  }
  .section-03 .unit li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 41px;
    height: 41px;
    margin-left: -20.5px;
    background: url("../imgs/ima-mark-01.png") center center no-repeat;
  }
  .section-03 .unit li:last-child:before {
    display: none;
  }
  .section-03 .unit li:after {
    content: " ";
    display: block;
    clear: both;
  }
  .section-03 .unit .img {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    width: 48%;
    margin-bottom: 0;
  }
  .section-03 .unit .img img {
    width: 100%;
  }
  .section-03 .unit .txt {
    float: right;
    width: 48%;
    padding-left: 0;
    border-left: none;
  }
  .section-03 .imgTxt {
    padding: 20px 40px;
  }
  .section-03 .bg-color {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-03-consultation-list{
    width: 100%;
  }
  .section-03-consultation-list_item {
    width: 100%!important;
	  margin: 20px auto 0;
  }
}

@media only screen and (max-width: 420px) {
  .section-03 .unit .txt {
    font-size: 12px;
  }
}

/* section-04
--------------------------------------------------------------------------------*/
.section-04{
	background: url(../imgs/bg_img.jpg) no-repeat center top;
    text-align: center;
    padding: 40px 0 60px;
}
.section-04 .btn, .section-04 a.btn, .section-04 button.btn {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 10px 140px;
    margin-top: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.5rem;
}


@media only screen and (max-width: 767px) {
	.section-04{
	background: url(../imgs/bg_img_sp.jpg) no-repeat center top;
    text-align: center;
    padding: 20px 15px;
        width: 355px;
        margin: 0 auto;
}
    .section-04 .btn, .section-04 a.btn, .section-04 button.btn {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 12px 10px;
    margin-top: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.5rem;
}
}

/* section_plan
--------------------------------------------------------------------------------*/
.section_plan {
  background: url("../imgs/plan_bg.png") center top repeat;
  -webkit-background-size: auto;
  background-size: auto;
}

.section_plan p{
  font-size: 28px;
    text-align: center;
}

.box_plan_01 {
    margin: 40px 0px 20px;
    background: #fff;
	border: solid 4px #003d60;
	border-radius: 15px;
}
.box_plan_01 .box-title {
    font-size: 38px;
    background: #003d60;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box_plan_01 .inner_box_plan{
    margin: 40px 36px;
    background: #fff;
}
.box_plan_01 .inner_box_plan .h_center{
   text-align: center; 
}
.box_plan_01 .inner_box_plan h5{
   text-align: center; 
	margin-top: 36px;
}
.box_plan_01 p {
	margin-top: 10px;
	font-size: 22px;
    text-align: center;
}
.box_plan_01 .inner_box_plan .container_col_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin-top: 20px;
}
.column02 {
    width: calc(50% - 20px / 2);
  }
.box_plan_01 .inner_box_plan .container_col_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin-top: 20px;
}
.column03 {
    width: calc(100% / 3);
  }

.column04 {
    width: calc(25% - 20px / 4);
  }

.box_plan_01 a.btn02{
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 6px 23px;
	margin: 40px auto 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}

.box_plan_01 a.btn03{
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 6px 23px;
	margin: 20px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}
.box_plan_01 a.btn04{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 6px 23px;
	margin: 20px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}
.box_plan_01 a.btn05{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 6px 23px;
	margin: 20px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}

a.btn--redbrown {
  color: #fff;
  background-color: #a13432;
  border-bottom: 4px solid #450504;
}

.box_plan_01 .btn,
.box_plan_01 a.btn,
.box_plan_01 button.btn {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 140px;
	margin: 30px auto 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}

a.btn--yellowbrown {
  color: #fff;
  background-color: #b08600;
  border-bottom: 4px solid #3f3000;
}



hr.dotted-line{
	border-bottom: 2px dashed #003d60;
	margin-top: 40px;
}

hr.line_gray{
	border-bottom: 1px solid #f1f1f1;
	margin-top: 40px;
}

.caption_left {
  padding-top: 6px;
  font-size: 12px;
  text-align: left;
}
.caption_right {
  padding-top: 6px;
  font-size: 12px;
  text-align: right;
}

.plan_container {
  display: flex;
  flex-wrap: wrap;
	margin-top: 40px;
}
  .plan_column_l {
    width: 40%;
  }
  .plan_column_r {
	  width: 60%;
    text-align: left;
    padding-left: 40px;
  }

.link_custom {
    margin: 20px 0 0;
}
.link_custom a{
    font-size: 26px;
    color: #418bb5;
}

.box_plan_01 .h_case{
	font-size: 32px;
	font-weight: bold;
	color: #003d60;
	text-align: left;
}

.box_plan_01 p.txt_r{
	font-size: 22px;
	color: #292929;
	text-align: left;
	margin-top: 0;
	line-height: 1.6;
}

.box_plan_01 p.txt_t_n{
	font-size: 22px;
	color: #292929;
	text-align: left;
	margin-top: 0;
	line-height: 1.6;
}
.box_plan_02 {
    margin: 40px 0px 20px;
    background: #f1f1f1;
}
.box_plan_02 .box-title {
    font-size: 38px;
    background: #292929;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.box_plan_02 .inner_box_plan{
    padding: 40px 36px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.box_plan_02 .inner_box_plan .h_center{
   text-align: center; 
}
.box_plan_02 .inner_box_plan h5{
   text-align: center; 
	margin-top: 36px;
}
.box_plan_02 p {
	margin-top: 10px;
	font-size: 22px;
    text-align: center;
}
.case-img{
    text-align: center;
    margin-top: 20px;
}
.box_plan_02 .btn,
.box_plan_02 a.btn,
.box_plan_02 button.btn {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 140px;
	margin: 40px auto 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}

.box_plan_02 .h_case{
	font-size: 32px;
	font-weight: bold;
	color: #003d60;
	text-align: left;
}
.box_plan_02 p.txt_r{
	font-size: 22px;
	color: #292929;
	text-align: left;
	margin-top: 0;
	line-height: 1.6;
}
.box_plan_02 p.txt_t_n{
	font-size: 22px;
	color: #292929;
	text-align: left;
	margin-top: 0;
	line-height: 1.6;
}



@media only screen and (max-width: 767px) {
    .link_custom {
    margin: 20px 0 0;
        text-align: center;
}
    .link_custom a {
    font-size: 22px;
    color: #418bb5;
}
    .section_plan p{
  font-size: 17px;
        margin-top: 5px;
}
  .section-05.visual {
    height: 420px;
  }
	.box_plan_01 {
    margin: 20px 0px 10px;
    background: #fff;
    border: solid 2px #003d60;
    border-radius: 8px;
}
	.box_plan_01 .inner_box_plan{
    margin: 20px 16px;
    background: #fff;
}
	.box_plan_01 .inner_box_plan .h_center img{
    width: 100%;
		height: auto;
}
	.box_plan_01 .inner_box_plan h5{
   text-align: center; 
	margin-top: 15px;
}
	.box_plan_01 .inner_box_plan .container_col_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
}
	.mt_10{
		margin-top: 10px;
	}
	.caption_left {
    padding-top: 3px;
    font-size: 10px;
    text-align: left;
}
	.caption_right {
  padding-top: 3px;
  font-size: 10px;
  text-align: right;
}
	.box_plan_01 p {
    margin-top: 8px;
    font-size: 16px;
	line-height: 1.5;
    text-align: center;
}
	.box_plan_01 .inner_box_plan .container_col_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin-top: 0;
}
	.box_plan_01 .box-title {
    font-size: 24px;
    background: #003d60;
    padding: 5px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}
	.box_plan_01 .btn,
.box_plan_01 a.btn,
.box_plan_01 button.btn {
	width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 12px;
	margin: 28px auto 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: -0.03em;
  color: #fff;
  border-radius: 0.5rem;
}
	.box_plan_01 a.btn02{
		width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 12px 25px;
	margin: 20px auto 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}
	.box_plan_01 a.btn03{
	width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 12px 25px;
	margin: 28px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}
	.box_plan_01 a.btn04{
		width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 10px;
	margin: 28px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: -0.01em;
  color: #fff;
  border-radius: 0.5rem;
}
	.box_plan_01 a.btn05{
		width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 10px;
	margin: 28px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}
	.column02 {
		width: 100%;
		margin-top: 10px;
}
	
.plan_column_l,
.plan_column_r {
  width: 100%;
}

.column03 {
    width: 100%;
    margin-top: 10px;
}
.column04 {
    width: calc(50% - 20px / 2);
    margin-top: 10px;
  }
	
	.box_plan_01 p.txt_r {
    font-size: 16px;
    color: #292929;
    text-align: left;
    margin-top: 10px;
    line-height: 1.6;
}
	.box_plan_01 p.txt_t_n {
    font-size: 16px;
    color: #292929;
    text-align: left;
    margin-top: 0;
    line-height: 1.6;
}
    .box_plan_02 {
    margin: 20px 0px 10px;
    background: #f1f1f1;
    border-radius: 8px;
}
.box_plan_02 .inner_box_plan{
    padding: 20px 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.box_plan_02 .inner_box_plan .h_center img{
    width: 100%;
		height: auto;
}
.box_plan_02 .inner_box_plan h5{
   text-align: center; 
	margin-top: 15px;
}
.box_plan_02 .inner_box_plan .container_col_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
}
.box_plan_02 p {
    margin-top: 8px;
    font-size: 16px;
	line-height: 1.5;
    text-align: center;
}
.box_plan_02 .inner_box_plan .container_col_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin-top: 0;
}
.box_plan_02 .box-title {
    font-size: 24px;
    background: #292929;
    padding: 5px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.box_plan_02 .btn,
.box_plan_02 a.btn,
.box_plan_02 button.btn {
	width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 25px;
	margin: 28px auto 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}
.box_plan_02 a.btn02{
		width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 12px 25px;
	margin: 20px auto 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}
.box_plan_02 a.btn03{
	width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 12px 25px;
	margin: 28px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}
.box_plan_02 a.btn04{
		width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 10px;
	margin: 28px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}
.box_plan_02 a.btn05{
		width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 10px;
	margin: 28px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}
.box_plan_02 p.txt_r {
    font-size: 16px;
    color: #292929;
    text-align: left;
    margin-top: 10px;
    line-height: 1.6;
}
.box_plan_02 p.txt_t_n {
    font-size: 16px;
    color: #292929;
    text-align: left;
    margin-top: 0;
    line-height: 1.6;
}
	.plan_column_r {
    width: 100%;
    text-align: left;
    padding-left: 0;
		margin-top: 10px;
}
	
	.plan_container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
	hr.dotted-line {
    border-bottom: 1px dashed #003d60;
    margin-top: 28px;
}
	hr.line_gray {
    border-bottom: 1px solid #f1f1f1;
    margin-top: 20px;
}
}


/* section-05
--------------------------------------------------------------------------------*/
.section-05 {
  background: url("../imgs/bg_img02.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.section-05 {
  background: url("../imgs/bg_img02_sp.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
	text-align: center;
}
  .section-05.visual {
    height: 420px;
  }
}

/* section-06
--------------------------------------------------------------------------------*/
.section-06 {
  background: url("../imgs/bg_img03.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.section-06 p{
  font-size: 28px
}

@media only screen and (max-width: 767px) {
  .section-05.visual {
    height: 420px;
  }
	.section-06 p{
		margin: 0 12px;
  font-size: 18px
}
}

/* section-other
--------------------------------------------------------------------------------*/
.section-other_02 {
  padding: 5px 0 0;
}
@media only screen and (max-width: 767px) {
	.section-other {
  padding: 3px 0 0;
}
}
/* section-07
--------------------------------------------------------------------------------*/
.section-09 {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
	.section-09 {
  padding: 30px 15px 0;
}
}
/* section-07
--------------------------------------------------------------------------------*/
.section-10 {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
	.section-10 {
  padding: 30px 15px;
}
}
/* section-07
--------------------------------------------------------------------------------*/
.section-11 {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
	.section-11 {
  padding: 30px 15px 30px;
}
}

/* section-07
--------------------------------------------------------------------------------*/
.section-07 {
  padding: 60px 0;
}

.section-07 dl {
  max-width: 830px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-07 dt {
  font-size: 20px;
  font-weight: bold;
  width: 190px;
  border-right: 1px solid #bfbfbf;
  margin-right: 40px;
}

.section-07 dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-07 dd li {
  text-indent: -3.9em;
  padding-left: 3.9em;
}

.section-07 .attention {
  font-size: 12px;
  max-width: 830px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .section-07 {
    padding: 40px 10px;
  }
  .section-07 dl {
    display: block;
    margin-bottom: 10px;
  }
  .section-07 dt {
    border: none;
    font-size: 18px;
    border-bottom: 1px solid #bfbfbf;
    width: auto;
    padding-bottom: 3px;
    margin: 0 0 10px 0;
  }
  .section-07 .attention {
    font-size: 10px;
  }
}

/*------------------------------------------------------
cvtel
-------------------------------------------------------*/
.cv-ttl {
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}
.cv-ttl span {
    display: block;
    width: 66px;
    margin: 0 auto 10px;
}
.cv-tel-wrap {
  width: 100%;
  background: #808080;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.cv-tel-wrap .cv-ttl {
  margin-bottom: 5px;
}

.cv-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

.cv-tel-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.cv-tel-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}

.cv-tel-list {
  width: 19%;
  background: #fff;
}

.tel-head {
  text-align: center;
  background: #c8b560;
  padding: 0.8em 0;
  position: relative;
  z-index: 1;
}

.tel-place {
  color: #fff;
}

.tel-place span {
  font-size: 0.8em;
  display: inline-block;
  vertical-align: middle;
  padding-right: 7px;
  margin-right: 6px;
  border-right: solid 1px #fff;
}

.tel-content {
  padding: 20px;
  position: relative;
  z-index: 1;
}

.tel-num-wrap {
  margin-bottom: 10px;
}

.tel-btn {
  display: block;
  font-size: 16px;
  font-weight: bold;
  cursor: text;
    color: #333;
    text-decoration: none;
    
}

.tel-btn span {
  display: inline-block;
  width: 34px;
  vertical-align: middle;
  margin-right: 5px;
}

.tel-info-wrap {
  padding: 15px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

.tel-info {
  font-size: 12px;
  line-height: 1.4;
}

.tel-area-wrap {
  font-size: 12px;
  line-height: 1.5;
}

.tel-area-wrap dt {
  font-weight: bold;
}

@media screen and (max-width: 1160px) {
  .cv-tel-list-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cv-tel-list {
    width: 48%;
    background: #fff;
    margin-bottom: 20px;
  }

  .cv-tel-list:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .cv-tel-wrap {
    padding: 12vw 0;
  }

  .cv-tel-wrap .cv-ttl {
    margin-bottom: 1vw;
  }

  .cv-copy {
    margin-bottom: 8vw;
  }

  .cv-tel-inner {
    padding: 0 4vw;
  }

  .cv-tel-list-wrap {
    display: block;
  }

  .cv-tel-list {
    width: 100%;
    background: #fff;
    margin-bottom: 1px;
  }

  .tel-head {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-left: 4vw;
    position: relative;
    z-index: 1;
  }

  .tel-head:after {
    content: "＋";
    display: block;
    font-size: 6vw;
    color: #fff;
    line-height: 1;
    text-align: center;
    width: 6vw;
    height: 6vw;
    background: #c8b560;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -3vw;
  }

  .tel-head.active:after {
    content: "－";
    display: block;
    font-size: 6vw;
    color: #fff;
    line-height: 1;
    text-align: center;
    width: 6vw;
    height: 6vw;
    background: #c8b560;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -3vw;
  }

  .tel-place {
    font-size: 4.2vw;
    color: #fff;
  }

  .tel-place span {
    font-size: 0.8em;
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
    margin-right: 6px;
    border-right: solid 1px #fff;
  }

  .tel-content {
    display: none;
    padding: 5vw;
  }

  .cv-tel-list:first-child .tel-content {
    display: block;
  }

  .tel-num-wrap {
    margin-bottom: 4vw;
    text-align: center;
  }

  .tel-btn {
    display: inline-block;
    font-size: 8.5vw;
    font-weight: bold;
    cursor: pointer;
  }

  .tel-btn span {
    display: inline-block;
    width: 14vw;
    vertical-align: middle;
    margin-right: 2vw;
  }

  .tel-info-wrap {
    padding: 3vw 0;
    margin-bottom: 4vw;
  }

  .tel-info {
    font-size: 3.73vw;
  }

  .tel-area-wrap {
    font-size: 3vw;
    line-height: 1.5;
  }
}

/* section-08
--------------------------------------------------------------------------------*/
.section-08 {
  padding: 50px 10px;
  background-color: #eeeeee;
}

.section-08 ul {
  text-align: center;
}

.section-08 li {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0 .2%;
}

.section-08 li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.section-08 li a:hover {
  opacity: 0.7;
}

.section-08 li img {
  width: auto;
  height: 55px;
}

@media only screen and (max-width: 767px) {
  .section-08 {
    padding: 25px 10px;
    background-color: #eeeeee;
  }
  .section-08 li {
    width: 170px;
    margin: 0 6px 20px;
  }
  .section-08 li:nth-last-child(-n+2) {
    margin-bottom: 20px;
  }
  .section-08 li:last-child {
    margin-bottom: 0;
  }
	.section-08 li img {
  width: auto;
  height: 47px;
}
}

/* footer
--------------------------------------------------------------------------------*/
.copyright {
  color: #1f73b9;
  font-size: .5rem;
  letter-spacing: .01em;
  font-smoothing: antialiased;
  padding: 10px 0;
}

.footer {
  padding: 0 15px;
  text-align: center;
  background: white;
}

.footer div {
  max-width: 1040px;
  padding: 30px 0 25px;
  margin: 0 auto;
}

.footer p {
  margin-bottom: .5rem;
}

.footer img {
  max-width: 100%;
  width: auto;
}

@media (min-width: 769px) {
  .copyright {
    font-size: 10px;
  }
  .footer {
    padding: 0 60px;
    text-align: left;
  }
}

.cv {
  padding: 50px 20px 60px;
  margin: 0 auto;
  background-color: #e0e0e0;
}

.cv_txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.cv a {
  border-radius: 0.5rem;
  display: block;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 24px 10px;
  font-size: 24px;
  letter-spacing: .1em;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background: #a13432;
}

@media only screen and (max-width: 767px) {
  .cv {
    padding: 25px 20px 35px;
  }
  .cv a {
    font-size: 20px;
  }
  .cv_txt {
    font-size: 16px;
    line-height: 1.4;
  }
}

/*# sourceMappingURL=style.css.map */