@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ------------------------------
    reset
------------------------------ */
html, body {
  height: 100%;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, address, time, ul, ol, li, dl, dt, dd, table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'Noto Sans Japanese', メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}
select::-ms-expand {
  display: none;
}
button:hover {
  cursor: pointer;
}
a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a.tel_link {
  pointer-events: none;
  color: #FFFFFF;
}
a img {
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
main a:hover {
  opacity: .6;
  cursor: pointer;
}
img, object {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
hr {
  border: none;
  border-top: 1px #eee solid;
}
/* ------------------------------
    base
------------------------------ */
body {
  color: #000;
  font-size: 1.0rem;
  text-align: left;
}
section {
  position: relative;
}
main {
  display: block;
  padding-top: 80px;
}
.wrap {
  width: 1140px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.wrap.small {
  width: 960px;
}
p, th, td, dt, dd, li, input, button, textarea {
  font-size: 1.6rem;
  line-height: 1.8;
}
p.txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
div.txt p {
  font-size: 1.6rem;
  line-height: 1.8;
}
div.txt p + p {
  margin-top: 1.5em;
}
a.block {
  display: block;
}
.fade {
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fade img {
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fade:hover {
  opacity: .6;
  cursor: pointer;
}
.h-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)translateZ(0);
}
.v-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)translateZ(0);
}
.hv-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)translateZ(0);
}
.flex {
  display: flex;
  justify-content: space-between;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.preload * {
  transition: none !important;
}
#overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 997;
}
#overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
@media screen and (max-width : 1200px) {
  .wrap, .wrap.small {
    width: 94%;
    padding: 0;
  }
}
@media screen and (max-width : 991px) {
  main {
    padding-top: 60px;
  }
}
@media screen and (max-width : 768px) {
  body {
    min-width: inherit;
  }
  .wrap, .wrap.small {
    width: 90%;
  }
  p, th, td, dt, dd, li {
    font-size: 3.5vw;
  }
  input, textarea, select, .select {
    font-size: 16px !important;
  }
  a.tel_link {
    pointer-events: auto;
  }
  p.txt {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  img {
    width: 100%;
  }
  .mt10, .mt20 {
    margin-top: 3vw;
  }
  .mt30, .mt40 {
    margin-top: 5vw;
  }
  .mt50, .mt60 {
    margin-top: 8vw;
  }
  .mt80, .mt100 {
    margin-top: 10vw;
  }
}
/* ------------------------------
    header
------------------------------ */
.drawer-brand img {
  display: block !important;
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
ul.drawer-menu li.tel a {
  color: #222;
  line-height: 1.0;
}
ul.drawer-menu li.tel p{
    font-size: 1.0rem;
    line-height: 1.5;
}
@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
  ul.drawer-menu li.tel {
    padding-left: 50px;
  }
  ul.drawer-menu li.tel a {
    font-size: 2.5rem;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
@media screen and (max-width : 768px) {
  ul.drawer-menu li.position {
    margin-top: 3vw;
  }
  ul.drawer-menu li.tel {
    display: none;
    /*line-height: 1.6;*/
  }
  /*ul.drawer-menu li.tel a {
    margin: 15px;
    text-align: center;
    display: block;
    font-size: 6vw;
  }*/
}
/* ------------------------------
    footer
------------------------------ */
footer {
  background: #666;
  color: #fff;
  padding: 80px 0;
}
footer .ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1em;
}
footer .c_btn_round > * {
  border: 1px solid #333;
}
.copyright {
  color: #fff;
  background: #333;
  text-align: center;
  padding: 1em 0;
  font-size: 12px;
  line-height: 1;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
a#pageTop:hover, a#pageTop:focus {
  text-decoration: none;
}

footer .c_col p.txt {
	margin-bottom: 15px;
}

@media screen and (min-width : 768px) {
  footer .c_col {
    display: flex;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .c_col .c_col-left {
    flex: 1;
    display: flex;
    gap: 4rem;
  }
  footer .c_col .c_col-right {
    flex-basis: 32%;
  }
  footer .c_col .sitenav {
    display: flex;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -15px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width : 768px) {
  footer {
    padding: 8vw 0;
  }
  footer .ttl {
    font-size: 4vw;
  }
  footer .c_col .c_col-left {
    display: block;
  }
  .copyright {
    font-size: 2.5vw;
  }
  #pageTop {
    bottom: 3vw;
    right: 3vw;
  }
  body.drawer-open header.past-main .drawer-nav {
    padding-top: 1em;
    margin-top: 35px;
  }
}
@media (orientation: landscape) {
  body.drawer-open header.past-main .drawer-nav {
    padding-top: 1em;
    margin-top: 40px;
  }
}
/* ------------------------------
    common
------------------------------ */
.c_section {
  margin: 80px 0;
  position: relative;
}
.c_link_box .ttl {
  text-align: center;
}
.c_link_box .thumbnail_block {
  margin-bottom: 1em;
  position: relative;
}
.c_link_box .img img {
  width: 100%;
}
.c_link_box .img + .ttl {
  margin-top: 1em;
}
.c_link_box .ttl + .txt {
  margin-top: 1em;
}
.c_link_box .txt + .c_list {
  margin-top: 1em;
}
.c_link_box .thumbnail_block .ttl {
  width: 100%;
  padding: 0.8em 0;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.50);
  margin-top: 0px;
}
.c_link_box .ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.c_media_list .img img {
  width: 100%;
}
.c_news_list .c_imgCol > * {
  margin-left: 15px;
}
.c_news_list {
  position: relative;
}
.c_news_list:before {
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;
  background-color: #dddddd;
  content: "";
}
.c_news_list .c_imgCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_news_list .c_imgCol .c_imgCol_i {
  vertical-align: middle;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.c_news_list .c_imgCol .c_imgCol_i img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 100%;
}
@media screen and (min-width:768px) {
  .c_news_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7%;
  }
  .c_news_list li {
    margin: 0 7% 1em;
    flex-basis: 36%;
  }
  .c_news_list .c_imgCol .c_imgCol_i {
    flex-basis: 64px;
    height: 64px;
  }
  .c_news_list.lower .c_imgCol .c_imgCol_i {
    flex-basis: 150px;
    height: 150px;
  }
  .c_link_box.c_grid_3 {
    justify-content: center;
  }
}
.c_page_ttl {
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.c_page_ttl .ttl {
  font-size: 3.2rem;
  line-height: 1.4;
}
.c_readBox + .c_readBox {
  margin-top: 40px;
}
.c_readBox .ttl {
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: .5em;
}
.c_list li {
  list-style: disc;
  margin-left: 1.5em;
}
.c_list li + li {}
.c_list.pdf_list {
  padding: 2em 0 100em;
}
.c_list.pdf_list.pb_adj {
  padding-bottom:2em;
}

.p_mark{
	padding: 2em 0 ;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	max-width: 800px;
}
.p_mark_img{
	width: 200px;
	max-width: 100%;
}
.p_mark_txt{
	width: calc( 100% - 200px);
	padding-left: 50px;
}
@media (max-width: 768px) {
	
	.p_mark{
		display: block;
		margin: auto;
	}
	.p_mark_img{
		width: 100%;
	}
	.p_mark_img img{
		display: block;
		margin: auto;
		width: 40%;
		max-width: 200px;
	}
	.p_mark_txt{
		width: 100%;
		padding-left:0;
		margin-top: 2em;
	}	
	
	
}
.c_dl dt {}
.c_dl dd {
  margin-bottom: 1em;
}
#topicpath {
  margin: 10px auto;
  width: 1140px;
}
#topicpath ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}
#topicpath ul li {
  font-size: 1.4rem;
  font-weight: 500;
}
#topicpath ul li:before {
  content: "\003e";
  float: left;
  display: block;
  margin-right: 5px;
  padding-left: 5px;
}
#topicpath ul li:first-child:before {
  content: "";
  float: none;
  display: none;
  padding-left: 0;
}
#topicpath ul li a {
  color: #282828;
  text-decoration: none;
  font-weight: 500;
}
.standby_txt {
  padding: 80px 0 1000px;
  text-align: center;
}
.standby_txt p {
  font-size: 3.2rem;
}
.pagenav {
  margin: 40px -40px 0;
}
.sitemap_list.c_col.separator > *:first-child {
  border: none;
}
.sitemap_list ul li {
  border-bottom: 1px solid #ddd;
}
.sitemap_list ul li a {
  padding: .5em 0;
  display: block;
}
.sitemap_list ul li ul li {
  border: none;
}
.sitemap_list ul li ul li a {
  padding-top: 0px;
}
.box_ttl {
  margin-bottom: 1em;
}
.box_ttl li {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  list-style: disc;
  margin-left: 1.5em;
}
@media screen and (max-width : 768px) {
  .c_section {
    margin: 8vw 0;
  }
  .c_link_box .ttl {
    font-size: 4vw;
  }
  .c_news_list .c_imgCol > * {
    margin-left: 3vw;
  }
  .c_news_list {
    display: block;
  }
  .c_news_list:before {
    display: none;
  }
  .c_news_list .c_imgCol .c_imgCol_i {
    flex-basis: 80px;
    height: 80px;
  }
  .c_page_ttl {
    height: 40vw;
  }
  .c_page_ttl .ttl {
    font-size: 6vw;
  }
  .c_readBox + .c_readBox {
    margin-top: 8vw;
  }
  .c_readBox .ttl {
    font-size: 4vw;
  }
  .c_list.pdf_list {
    padding: .8em 0 20em;
  }
}
/* ttl */
.c_ttl_l {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: .5em;
}
.c_ttl_m {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: .8em;
}
.c_ttl_s {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1em;
}
.c_ttl_m.news_ttl {
  text-align: center;
  font-size: 4rem;
}
@media screen and (max-width : 768px) {
  .c_ttl_l {
    font-size: 6vw;
  }
  .c_ttl_m {
    font-size: 4.8vw;
  }
  .c_ttl_s {
    font-size: 4vw;
  }
  .c_ttl_m.news_ttl {
    font-size: 4.9vw;
  }
}
/* table */
.c_table {
  width: 100%;
  border-collapse: collapse;
}
.c_table th, .c_table td {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #ddd;
}

.c_table td p + p{
	margin-top: 10px;
}

.c_table th {
  padding-left: 0;
  vertical-align: top;
}
@media screen and (max-width : 768px) {
  .c_table, .c_table thead, .c_table tbody, .c_table tr, .c_table th, .c_table td {
    display: block;
  }
  .c_table th, .c_table td {
    padding: 1em .5em;
  }
  .c_table th {
    border-bottom: none;
    padding-bottom: 0;
    font-weight: bold;
  }
  .c_table td {
    padding-top: .2em;
  }
}
/* button */
.c_btn_round > * {
  display: inline-block;
  color: #ffffff;
  background-color: #555;
  border-color: #444;
  padding: .7em 2em .9em;
  line-height: 1.4;
  margin: 1em 0;
  border-radius: 1000px;
  min-width: 16em;
  text-align: center;
}
.c_btn_round > *:hover {
  background-color: #666;
  border-color: #555;
  text-decoration: none;
}
.c_btn_round > *:first-child {
  margin-top: 0;
}
.c_btn_round.small > * {
  font-size: 90%;
  padding: .5em 1.5em;
  min-width: inherit;
}
.c_btn_round.center {
  margin-bottom: 80px;
}
.c_btn_round.center a {
  margin-bottom: 0px;
}
.c_btn_hover > * {
  transition: all .2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.c_btn_hover > *:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #555;
  z-index: -2;
}
.c_btn_hover > *:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #666;
  transition: all .2s;
  z-index: -1;
}
.c_btn_hover > *:hover {
  color: #fff;
  opacity: 1;
}
.c_btn_hover > *:hover:before {
  width: 100%;
}
@media screen and (max-width : 768px) {
  .c_btn_round.center {
    margin-bottom: 30px;
  }
  .c_btn_round.center a {
    margin-bottom: 0px;
  }
}
/* pager */
.c_pager {
  display: inline-block;
  padding-left: 0;
  margin: 60px 0 0;
  border-radius: 4px;
}
.c_pager > li {
  display: inline;
}
.c_pager > li > a, .c_pager > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  margin-left: -1px;
  color: #fff;
  background-color: #555;
  border: 1px solid #666;
}
.c_pager > li:first-child > a, .c_pager > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.c_pager > li:last-child > a, .c_pager > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.c_pager > li > a:hover, .c_pager > li > span:hover, .c_pager > li > a:focus, .c_pager > li > span:focus {
  color: #fff;
  background-color: #666;
  border-color: #555;
}
.c_pager > .active > a, .c_pager > .active > span, .c_pager > .active > a:hover, .c_pager > .active > span:hover, .c_pager > .active > a:focus, .c_pager > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #666;
  border-color: #555;
  cursor: default;
}
@media screen and (max-width : 768px) {
  .c_pager {
    margin: 8vw 0 0;
    border-radius: 1vw;
  }
  .c_pager > li > a, .c_pager > li > span {
    font-size: 4vw;
    padding: 1vw 2.5vw;
  }
  .c_pager > li:first-child > a, .c_pager > li:first-child > span {
    border-bottom-left-radius: 1vw;
    border-top-left-radius: 1vw;
  }
  .c_pager > li:last-child > a, .c_pager > li:last-child > span {
    border-bottom-right-radius: 1vw;
    border-top-right-radius: 1vw;
  }
}
/* mv */
.c_mv {
  position: relative;
}
.c_mv .bg {
  background-image: url(../img/top/idx_mv_pc.jpg);
  height: calc(100vh - 80px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c_mv .wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_mv .ttl {
  font-size: 4.2rem;
  margin-bottom: .5em;
}
@media screen and (max-width : 991px) {
  .c_mv .bg {
    height: calc(100vh - 72px);
  }
}
@media screen and (max-width : 768px) {
  .c_mv .bg {
    background-image: url(../img/top/idx_mv_sp.jpg);
  }
  .c_mv .ttl {
    font-size: 6vw;
  }
}
@media screen and (max-width : 768px) {
  #topicpath {
    margin: 0.8em auto;
    width: 90%;
  }
}
@media screen and (max-width : 768px) {
  .standby_txt {
    padding: 8vw 0 50vw;
  }
  .standby_txt p {
    font-size: 6vw;
    line-height: 1.6;
  }
}
@media screen and (max-width : 768px) {
  .box_ttl li {
    font-size: 4vw;
  }
  .box_ttl li:before {
    width: 14px;
    height: 14px;
    top: 4px;
  }
}
@media screen and (max-width : 768px) {
  .pagenav {
    margin: 5vw 0 0;
  }
}
/* ------------------------------
    form
------------------------------ */
.c_form .wrap {
  max-width: 780px;
  margin: 0 auto;
}
.c_form .item {
  display: flex;
  padding: 10px 0;
  font-size: 1.6rem;
}
.c_form .item p {
  font-size: 1.6rem;
}
.c_form .item .ttl {
  width: 34%;
  padding-top: .5em;
  padding-right: 1em;
}
.c_form .item .detail {
  width: 66%;
}
.c_form .required {
  color: #f00;
}
.c_form *::placeholder {
  color: #999;
}
.c_form label {
  display: inline-block;
  line-height: 1.8;
}
.c_form input:not([type='submit']):not([type='file']), .c_form textarea, .c_form select {
  font-size: 1.6rem;
}
.c_form input:not([type='submit']):not([type='file']), .c_form textarea, .c_form select {
  background: #fff;
  padding: 0 1em;
}
.c_form textarea {
  line-height: 1.8em;
  padding: 1em;
}
.c_form input:not([type='submit']):not([type='file']), .c_form select {
  line-height: 2.4em;
  height: 2.4em;
}
.c_form input:not([type='submit']):not([type='file']), .c_form textarea {
  width: 100%;
}
.c_form input[type='radio'], .c_form input[type='checkbox'] {
  display: none;
}
.c_form input[type='radio'] + label, .c_form input[type='checkbox'] + label {
  position: relative;
  padding-left: 1.8em;
}
.c_form input[type='radio'] + label::before, .c_form input[type='checkbox'] + label::before, .c_form input[type='radio']:checked + label::after, .c_form input[type='checkbox']:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: .2em;
  width: 1.4em;
  height: 1.4em;
  border-radius: 100%;
  border: 1px solid #ccc;
  margin-right: .3em;
  background: #fff;
}
.c_form input[type='radio']:checked + label::after, .c_form input[type='checkbox']:checked + label::after {
  width: .8em;
  height: .8em;
  margin: .3em 0 0 .3em;
  background: #000;
  border: none;
}
.c_form input[type='checkbox'] + label::before {
  border-radius: 0;
}
.c_form input[type='checkbox']:checked + label::after {
  width: 1em;
  height: .6em;
  margin: .2em 0 0 .2em;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(-45deg);
  border-radius: 0;
  background: transparent;
}
.c_form select {
  background: #fff url("../img/common/form_select.png") no-repeat right center / auto 90%;
  padding-right: 2em;
  width: 100%;
}
.c_form.confirm .item .ttl {
  padding-top: 0;
}
.c_form .lead_txt {
  text-align: center;
  margin-bottom: 1em;
}
.c_form .lead_txt p {
  font-size: 1.8rem;
}
.c_form .tar {
  text-align: left;
  margin-bottom: 3em;
}
@media screen and (max-width : 768px) {
  .c_form {
    width: 100%;
  }
  .c_form .item {
    display: block;
    padding: 3vw 0;
    font-size: 1.6rem;
  }
  .c_form .item .ttl {
    width: 100%;
    padding-top: 0;
    margin-bottom: .3em;
  }
  .c_form .item .detail {
    width: 100%;
  }
  .c_form .item .detail p {
    font-size: 3.8vw;
  }
  .c_form input:not([type='submit']), .c_form textarea, .c_form select {
    font-size: 16px;
    padding: 0 .5em;
  }
  .c_form textarea {
    padding: .5em;
  }
  .c_form input:not([type='submit']), .c_form select {
    line-height: 2.2em;
    height: 2.2em;
  }
  .c_form input[type='radio'] + label::before, .c_form input[type='checkbox'] + label::before, .c_form input[type='radio']:checked + label::after, .c_form input[type='checkbox']:checked + label::after {
    top: .2em;
  }
  .c_form select {
    padding-right: 2em;
  }
  .c_form .c_btn_round * {
    min-width: inherit;
    width: 100%;
  }
  .c_form .lead_txt {
    text-align: left;
  }
  .c_form .lead_txt p {
    font-size: 1.6rem;
  }
  .c_form .tar {
    margin-bottom: 1.5em;
  }
}
/* ------------------------------
		column
------------------------------ */
@media (min-width: 769px) {
  .c_col {
    display: flex;
    justify-content: space-between;
  }
  .c_col:first-child {
    margin-top: 0;
  }
  .c_col > * {
    margin: 0 -1px 0 30px;
  }
  .c_col > * > *:first-child {
    margin-top: 0;
  }
  .c_col.reverse > *:first-child {
    order: 2;
  }
  .c_col.reverse > *:last-child {
    margin-left: 0 !important;
  }
  .c_imgCol {
    display: flex;
    justify-content: space-between;
  }
  .c_imgCol:first-child {
    margin-top: 0;
  }
  .c_imgCol_i {
    flex: 0 0 auto;
  }
  .c_imgCol_t {
    flex: 1;
  }
  .c_imgCol > * {
    margin: 0 -1px 0 30px;
  }
  .c_imgCol:not(.reverse) > *:first-child {
    margin-left: 0 !important;
  }
  .c_imgCol > * > *:first-child {
    margin-top: 0;
  }
  .c_imgCol.reverse > *:first-child {
    order: 2;
  }
  .c_imgCol.reverse > *:last-child {
    margin-left: 0 !important;
  }
  .c_col.separator > * {
    width: 50%;
  }
  .c_col.separator > *:first-child {
    padding-right: 80px;
    border-right: 1px solid #ddd;
    margin-left: 0px;
  }
  .c_col.separator > *:last-child {
    padding-left: 80px;
    margin-left: 0px;
  }
  .c_col.separator .date {
    margin-bottom: 1em;
  }
  .c_col .sitenav {
    display: flex;
    justify-content: flex-end;
  }
  .c_col .sitenav li {
    margin: 0 15px;
  }
  .c_col .sitenav li a {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .c_col > *, .c_imgCol > * {
    margin-top: 5vw;
  }
  .c_col:first-child > *:first-child, .c_imgCol:first-child > *:first-child {
    margin-top: 0;
  }
  .c_col_sp {
    display: flex;
    justify-content: space-between;
  }
  .c_col_sp:first-child {
    margin-top: 0;
  }
  .c_col_sp > * {
    margin-top: 0;
    margin-left: 3vw;
    flex: 1;
  }
  .c_col_sp > *:first-child {
    margin-left: 0 !important;
  }
  .c_col_sp > * > *:first-child {
    margin-top: 0;
  }
  .c_imgCol_sp {
    display: flex;
    justify-content: space-between;
  }
  .c_imgCol_sp:first-child {
    margin-top: 0;
  }
  .c_imgCol_i {
    flex: 0 0 auto;
    flex-basis: 30%;
  }
  .c_imgCol_t {
    flex: 1;
  }
  .c_imgCol_sp > * {
    margin-top: 0;
    margin-left: 3vw;
  }
  .c_imgCol_sp > *:first-child {
    margin-left: 0 !important;
  }
  .c_imgCol_sp > * > *:first-child {
    margin-top: 0;
  }
  .c_col .sitenav {}
  .c_col .sitenav li {}
  .c_col .sitenav li + li {
    margin-top: 1em;
  }
  .c_col .sitenav li a {
    margin-bottom: 0px;
  }
}
@media (min-width: 769px) {
  .c_grid_2, .c_grid_3, .c_grid_4, .c_grid_5 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .c_grid_2:first-child, .c_grid_3:first-child, .c_grid_4:first-child, .c_grid_5:first-child {
    margin-top: 0;
  }
  .c_grid_2 > *, .c_grid_3 > *, .c_grid_4 > *, .c_grid_5 > * {
    margin: 0 -1px 0 30px;
  }
  .c_grid_2 > * {
    width: calc((100% - 30px) / 2);
  }
  .c_grid_3 > * {
    width: calc((100% - 30px * 2) / 3);
  }
  .c_grid_4 > * {
    width: calc((100% - 30px * 3) / 4);
  }
  .c_grid_5 > * {
    width: calc((100% - 30px * 4) / 5);
  }
  .c_grid_2 > *:nth-child(2n + 1), .c_grid_3 > *:nth-child(3n + 1), .c_grid_4 > *:nth-child(4n + 1), .c_grid_5 > *:nth-child(5n + 1) {
    margin-left: 0 !important;
  }
  .c_grid_2 > *:nth-child(n + 3), .c_grid_3 > *:nth-child(n + 4), .c_grid_4 > *:nth-child(n + 5), .c_grid_5 > *:nth-child(n + 6) {
    margin-top: 30px;
  }
  .c_grid_2 > * > *:first-child, .c_grid_3 > * > *:first-child, .c_grid_4 > * > *:first-child, .c_grid_5 > * > *:first-child {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .c_grid_2 > *, .c_grid_3 > *, .c_grid_4 > *, .c_grid_5 > * {
    margin-top: 5vw;
  }
  .c_grid_2:first-child > *:first-child, .c_grid_3:first-child > *:first-child, .c_grid_4:first-child > *:first-child, .c_grid_5:first-child > *:first-child {
    margin-top: 0;
  }
  .c_grid_sp_2, .c_grid_sp_3, .c_grid_sp_4 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .c_grid_2:first-child, .c_grid_3:first-child, .c_grid_4:first-child {
    margin-top: 0;
  }
  .c_grid_sp_2 > *, .c_grid_sp_3 > *, .c_grid_sp_4 > * {
    margin-left: 3vw;
    margin-top: 0;
  }
  .c_grid_sp_2 > * {
    width: calc((100% - 3vw) / 2);
  }
  .c_grid_sp_3 > * {
    width: calc((100% - 3vw * 2) / 3);
  }
  .c_grid_sp_4 > * {
    width: calc((100% - 3vw * 3) / 4);
  }
  .c_grid_sp_2 > *:nth-child(2n + 1), .c_grid_sp_3 > *:nth-child(3n + 1), .c_grid_sp_4 > *:nth-child(4n + 1) {
    margin-left: 0 !important;
  }
  .c_grid_sp_2 > *:nth-child(n + 3), .c_grid_sp_3 > *:nth-child(n + 4), .c_grid_sp_4 > *:nth-child(n + 5) {
    margin-top: 5vw;
  }
}

/*add 20200414*/
.privacy_ttl {
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 20px;
	text-align: center;
}
.privacy_box {
	border-radius: 10px;
	box-sizing: border-box;
	background: #fff;
	padding: 10px 10px 10px 20px;
}
.privacy_box .in::-webkit-scrollbar{
	width: 3px;
	border-radius: 10px;
}
.privacy_box .in::-webkit-scrollbar-track{
	background: #bababa;
	border-radius: 10px;
}
.privacy_box .in::-webkit-scrollbar-thumb{
	background: #868686;
	border-radius: 10px;
}

.privacy_box .in{
	padding: 0 25px 0 0;
	overflow-y: scroll;
	height: 200px;
	width: 100%;
	scrollbar-width: thin;
	scrollbar-color: #868686 #bababa;
}

.privacy_box .in p {
	font-size: 1.4rem;
}
.check_box_label {
	position: relative;
	padding-left: 20px;
	font-size: 1.6rem;
}
.check_box_label::before {
	  content: " ";
    display: block;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
}

.check_box input[type='checkbox'] {
	display: block;
	visibility: hidden;
	height: 0;
}
.check_box input:not([type='submit']):not([type='file']){
	height: 0;
}

input[type=checkbox]:checked + .check_box_label:after {
	content: " ";
  display: block;
	position: absolute;
	left:3px;
	top:9px;
	border-left:2px solid #D61618;
	border-bottom:2px solid #D61618;
	width:10px;
	height:6px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}


@media (max-width: 768px) {
	.privacy_box {
		padding: 10px 3%;
	}
	.privacy_box .in {
		padding: 0 3% 0 0;
	}
	.privacy_box .in p {
		font-size: 1.2rem;
	}

}

/*20210420 add*/
.company_pmark {
display: flex;
align-items: center;
margin: 20px 0 0;
}
.company_pmark img {
width:52px;
height: auto;
}
.company_pmark p {
font-size: 1.2rem;
margin-left: 10px;
}

/*20210630 add*/
.company_pmark {
	display: inline-block;
	vertical-align: middle;
}
.margin_btn {
	display: inline-block;
	margin: 20px 0 0 30px;
	vertical-align: middle;
}
.margin_btn .btn {
	color: #ffffff;
	background-color: #555;
	border-color: #444;
	padding: 5px 30px;
	line-height: 30px;
	margin-top: 0px;
	border-radius: 23px;
	text-align: center;
}
@media screen and (max-width : 768px) {
	.company_pmark {
		display: block;
	}
	.margin_btn {
		margin-left: 0;
		display: block;
	}
}

/*20240405 add*/
@media screen and (min-width : 769px) {
  .home .c_link_box.c_grid_2 {
    width: 65.6%;
    margin-right: auto;
    margin-left: auto;
  }
}
.home .c_link_box .anchor {
  margin-top: -70px;
  padding-top: 100px;
  @media screen and (max-width : 768px) {
    margin-top: -6vw;
    padding-top: 14vw;
  }
}


/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width : 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width : 768px) {
  .pc {
    display: none !important;
  }
}
/* ------------------------------
    clearfix
------------------------------ */
.cf {
  zoom: 1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; /* 隙間対応 */
  font-size: 0.1em; /* 隙間対応 */
  line-height: 0; /* 隙間対応 */
}