@charset "UTF-8";
/* Scss Document */
/* ----------------------------
	settings
---------------------------- */
/* ------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  -webkit-text-size-adjust: none;
}

@media all and (max-width: 1200px) {
  body {
    font-size: 100%;
    font-size: calc(95% + 0.1vw);
    font-size: calc(0.95em + 0.1vw);
  }
}
@media all and (max-width: 640px) {
  body {
    font-size: 87.5%;
    font-size: calc(85% + 0.1vw);
    font-size: calc(0.85em + 0.1vw);
  }
}
.notes {
  font-size: 14px;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (max-width: 640px) {
  .notes {
    font-size: 0.8em;
    margin-top: 2vw;
  }
}
.notes02 {
  font-size: 14px;
  margin-top: 10px;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

@media all and (max-width: 640px) {
  .notes02 {
    font-size: 0.8em;
    margin-top: 2vw;
  }
}
.bold {
  font-weight: bold;
}

.small {
  font-size: 70%;
}

/* ----------------------------
	settings
---------------------------- */
/* ------------------------- */
*:focus {
  outline: none;
}

body {
  /*コンテンツが短いときにフッターを下部に固定*/
  /*display: flex; 
  flex-direction: column;
  min-height: 100vh;*/
  /*IE11でうまくいかないのでさらに内包*/
  /*.wrapper_outer {
  	display: flex;
  	flex-direction: column;
  	min-height: 100vh;
  }	*/
  /*overflow: hidden;*/
}

html.active {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* ----------------------------
	link
---------------------------- */
/*ホバーで文字や画像がぼやけるのを防止*/
a,
img,
input,
svg,
*:before,
*:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

a:hover img,
a:hover input,
a.hover:hover,
.btn a:hover,
.btn input:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  transition: all 0.3s;
}
@media all and (min-width: 641px) {
  a:hover {
    opacity: 0.6;
  }
}
a:link, a:visited {
  text-decoration: none;
  color: #333;
}
a:link.text_link, a:visited.text_link {
  color: #333;
  text-decoration: underline;
}

.link_arrow a {
  position: relative;
  text-decoration: underline;
  padding-left: 15px;
}
.link_arrow a::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #3371b3;
}

/* ----------------------------
	テキスト反転選択
---------------------------- */
::selection {
  background: #5c8dc2; /*背景色*/
  color: #fff; /*文字色*/
}

::-moz-selection {
  background: #5c8dc2; /*背景色*/
  color: #fff; /*文字色*/
}

/* ----------------------------
	align
---------------------------- */
.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.right_pc {
  text-align: right !important;
}

.center_pc {
  text-align: center;
}

@media all and (max-width: 640px) {
  .center_pc {
    text-align: left;
  }
  .right_pc {
    text-align: left !important;
  }
}
/* ----------------------------
	改行
---------------------------- */
.br_pc {
  display: block;
}

.br_pc02 {
  display: block;
}

.br_tab {
  display: none;
}

.br_sp {
  display: none;
}

@media all and (max-width: 1000px) {
  .br_pc02 {
    display: none;
  }
  .br_tab {
    display: block;
  }
}
@media all and (max-width: 640px) {
  .br_pc {
    display: none;
  }
  .br_tab {
    display: none;
  }
  .br_sp {
    display: block;
  }
}
/* ----------------------------
	カラム
---------------------------- */
/* ----------------------------
	box
---------------------------- */
.box_column01 {
  background: #fff;
  padding: 30px;
  margin-top: 20px;
  border: 5px solid rgba(92, 141, 194, 0.5);
}
.box_column01 ul.li_style01 {
  padding: 0;
}
.box_column01 ul.li_style01 li + li {
  margin-top: 10px;
}
@media all and (max-width: 800px) {
  .box_column01 {
    padding: 3vw;
  }
  .box_column01 ul li + li {
    margin-top: 1.5vw;
  }
}
@media all and (max-width: 640px) {
  .box_column01 {
    margin-top: 4vw;
    padding: 4vw;
  }
}

.box_column02 {
  background: #fff;
  padding: 30px;
  margin-top: 20px;
  border: 5px solid rgba(92, 141, 194, 0.5);
}
.box_column02 h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.box_column02 ul {
  margin-top: 15px;
}
.box_column02 ul li .number {
  color: #004da0;
  font-size: 27px;
  font-weight: 600;
  padding-left: 24px;
  background: url(../images/ico_tel.png) no-repeat left 60%;
  background-size: 20px;
}
.box_column02 ul li .number.tel {
  background-image: url(../images/ico_tel.png);
}
.box_column02 ul li .number.fax {
  background-image: url(../images/ico_fax.png);
}
.box_column02 ul li + li {
  margin-top: 10px;
}
@media all and (max-width: 800px) {
  .box_column02 {
    padding: 3vw;
  }
  .box_column02 ul li .number {
    font-size: 3vw;
  }
  .box_column02 ul li + li {
    margin-top: 1.5vw;
  }
}
@media all and (max-width: 640px) {
  .box_column02 {
    margin-top: 4vw;
    padding: 4vw;
  }
  .box_column02 h4 {
    font-size: 4vw;
  }
  .box_column02 ul li .number {
    font-size: 5vw;
    padding-left: 5vw;
    background-size: 4vw;
  }
}

/* ----------------------------
	リスト
---------------------------- */
.li_style01 {
  padding: 20px 0 10px 15px;
}
.li_style01 li {
  padding-left: 2em;
  text-indent: -2em;
}
.li_style01 li + li {
  margin-top: 5px;
}

/* ----------------------------
	table
---------------------------- */
.table01 {
  width: 100%;
  border-top: 1px solid #a6c1de;
  /*max-width: 800px;*/
}
.table01 tr {
  border-bottom: 1px solid #a6c1de;
}
.table01 tr > th {
  color: #004da0;
  background: #f0f5fa;
  padding: 20px 30px;
  vertical-align: top;
  text-align: left;
  line-height: 1.8em;
  font-weight: bold;
  white-space: nowrap;
  width: 30%;
}
.table01 tr > th.table01_th__width {
  width: 20%;
}
.table01 tr > td {
  padding: 20px;
}
.table01 tr > td + td {
  border-left: 1px solid #a6c1de;
}
.table01 tr > td.border {
  border-left: 1px solid #a6c1de;
}
.table01 tr > td.middle {
  vertical-align: middle;
}
.table01 tr > td.center {
  text-align: center;
}
.table01 tr > td.table01_td__width {
  min-width: 2em;
}
.table01.table01--thin tr > th {
  padding: 20px 15px;
}
.table01.table01--thin tr > td {
  padding: 20px 15px;
}

.table02 {
  width: 100%;
  /*border-top: 1px solid lighten(#396798,35%);*/
  border-right: 1px solid #a6c1de;
  /*.steam{
  	display: none;
  }*/
}
.table02 > thead tr:first-of-type {
  border-bottom: none;
  z-index: 3;
}
.table02 > thead tr th {
  color: #004da0;
  color: #fff;
  background: #a6c1de;
  font-size: 100%;
  position: relative;
  background: #789cc7;
  background: #85a3c7;
  line-height: 1.4;
}
.table02 > thead tr th span {
  font-weight: 300;
  font-size: 90%;
}
.table02 > thead tr th:first-child {
  /*position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;*/
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
.table02 > thead tr th:nth-child(n+2) {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.table02 > tbody {
  border-bottom: 1px solid #a6c1de;
}
.table02 > tbody > tr > th {
  border-bottom: none;
}
.table02 > tbody > tr > th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: calc(100% - 1px);
  height: 100%;
  border-bottom: 1px solid #a6c1de;
  background: #f0f5fa;
}
.table02 > tbody > tr:last-of-type th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: calc(100% - 1px);
  height: 100%;
  border-bottom: 1px solid #a6c1de;
}
.table02 tr {
  border-bottom: 1px solid #a6c1de;
}
.table02 tr:first-child {
  border-bottom: 1px solid #a6c1de;
}
.table02 tr > th {
  color: #004da0;
  /*background: lighten($light_blue,40%);*/
  padding: 15px 20px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.8em;
  font-weight: 500;
  white-space: nowrap;
  /*min-width: 120px;*/
  box-sizing: border-box;
  line-height: 1.4;
  font-size: 90%;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  /*border-right: 1px solid lighten(#396798,35%);*/
}
.table02 tr > th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: calc(100% - 1px);
  height: 100%;
  height: calc(100% + 1px);
  border-right: 1px solid #a6c1de;
  border-left: 1px solid #a6c1de;
  z-index: -1;
}
.table02 tr > td {
  padding: 15px 20px;
  text-align: right;
  box-sizing: border-box;
  font-size: 90%;
}
.table02 tr > td + td {
  border-left: 1px solid #a6c1de;
}
.table02 .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

_:-ms-input-placeholder, :root .table02 {
  border-left: 1px solid #a6c1de;
}

_:-ms-input-placeholder, :root .table02 tbody tr > th {
  /*position: relative;*/
  background: #f0f5fa;
  border-right: 1px solid #a6c1de;
}
_:-ms-input-placeholder::before, :root .table02 tbody tr > th::before {
  display: none;
}

@media all and (max-width: 1400px) {
  .table02 tr > th,
  .table02 tr > td {
    padding: 15px;
  }
}
@media all and (max-width: 640px) {
  .table01 tr > th, .table01 tr > td {
    padding: 3vw;
    width: 100%;
    display: block;
    box-sizing: border-box;
    float: left\9 ;
  }
  .table01 tr > th.table01_th__width, .table01 tr > td.table01_th__width {
    width: 100%;
  }
  .table01 tr > td {
    width: 100%;
  }
  .table01 tr > td + td {
    padding-top: 0;
    border-left: none;
  }
  .table02 {
    border-top: 1px solid #a6c1de;
  }
  .table02 > thead {
    display: none;
  }
  .table02 > tbody > tr th {
    border-bottom: 1px solid #a6c1de;
    border-left: 1px solid #a6c1de;
  }
  .table02 > tbody > tr th::before {
    display: none;
  }
  .table02 tr > th, .table02 tr > td {
    padding: 1em;
    box-sizing: border-box;
    width: 100%;
    display: block;
  }
  .table02 tr > th {
    color: #004da0;
    background: #f0f5fa;
    border-right: none;
    border-bottom: 1px solid #a6c1de;
  }
  .table02 tr > td {
    font-size: 100%;
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #a6c1de;
    align-items: baseline;
  }
  .table02 tr > td::before {
    content: attr(data-label);
    font-size: 90%;
    color: #888;
    display: block;
    margin-right: 2vw;
  }
  .table02 tr > td + td {
    /*border-left: none;*/
    border-top: 1px solid #a6c1de;
  }
}
/* ----------------------------
	header
---------------------------- */
header {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  background: #fff;
}
header #header_inner {
  box-sizing: border-box;
  padding: 4vh 20px 0;
}
header #header_inner #logo {
  width: 100%;
  max-width: 240px;
  margin: 0 0 2vh;
  line-height: 1;
}
header nav #gnav {
  text-align: center;
}
header nav #gnav > li {
  padding: 0 10px;
}
header nav #gnav > li > a {
  display: block;
  color: #666;
  padding: 2vh 10px;
  font-weight: 500;
}
header nav #gnav > li > a > span {
  display: block;
  position: relative;
}
header nav #gnav > li > a.no_link {
  opacity: 0.5;
  pointer-events: none;
}
@media all and (max-height: 700px) {
  header nav #gnav > li > a {
    font-size: 2.2vh;
    padding: 1.8vh 10px;
  }
}
header nav .sub_nav {
  text-align: center;
  padding: 30px 0 0;
  padding: 3vh 0 0;
  border-top: 2px dotted #004da0;
  margin-top: 20px;
  margin-top: 2vh;
}
header nav .sub_nav li + li {
  margin-top: 24px;
  margin-top: 2.8vh;
}
header nav .sub_nav .tel .number {
  color: #004da0;
  font-size: 25px;
  font-weight: 600;
  padding-left: 26px;
  background: url("../images/ico_tel.png") no-repeat left 60%;
  background-size: 24px;
}
@media all and (max-height: 700px) {
  header nav .sub_nav .tel .number {
    font-size: 3.5vh;
  }
}
header nav .sub_nav .tel > p {
  color: #666;
  font-weight: 300;
}
@media all and (max-height: 700px) {
  header nav .sub_nav .tel > p {
    font-size: 2.2vh;
  }
}
header nav .sub_nav .contact {
  padding: 0 10px;
}
header nav .sub_nav .contact a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 16px 10px;
  background: #d6001d;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
header nav .sub_nav .contact a::after {
  position: absolute;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ef6679;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header nav .sub_nav .contact a::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 641px) {
  header nav .sub_nav .contact a:hover {
    /*background: darken($red,3%);*/
    opacity: 1;
  }
  header nav .sub_nav .contact a:hover::before {
    left: 0;
    background-color: #bd001a;
  }
}
header nav .sub_nav .contact a span {
  padding-left: 36px;
  background: url("../../images/ico_nav03.png") no-repeat left border-box;
  background-size: 34px;
}
@media all and (max-height: 700px) {
  header nav .sub_nav .contact a {
    font-size: 2.5vh;
  }
}
header nav .sub_nav .group a img {
  max-width: 160px;
}
@media all and (max-height: 700px) {
  header nav .sub_nav .group a img {
    max-width: 25vh;
  }
}

@media all and (max-width: 1200px) {
  header {
    position: fixed;
  }
  header #header_inner {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  header #header_inner .header_inner_left {
    display: flex;
    align-items: center;
  }
  header #header_inner #logo {
    width: 24vw;
    padding: 1vw 0 1vw 2vw;
    margin-bottom: 0;
  }
  header #header_inner #logo a {
    display: block;
  }
  header nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: calc(100vh - 60px);
    z-index: 9998;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    display: block;
    background: rgb(57, 103, 152);
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /*.pull_nav_box{
    	display: block;
    }*/
    /*.pull_nav{
    	position: static;
    	justify-content: center;
    	padding: 2vw 0;

    	&::before{
    		display: none;
    	}
    	dt{
    		display: none;
    	}
    	dd{
    		text-align: left;
    	}
    }*/
  }
  header nav #gnav {
    top: 100%;
    left: 0;
    display: block;
    text-align: center;
    box-sizing: border-box;
    width: 30vw;
    margin: 0 auto;
    position: static;
  }
  header nav #gnav > li {
    /*&.accordion{
    	a.category{
    		display: block;
    					font-size: 2vw;

    		span{
    			display: inline-block;

    			&::after{
    				display: none;
    			}
    		}
    	}
    }*/
  }
  header nav #gnav > li + li {
    border-left: none;
  }
  header nav #gnav > li > a {
    display: block;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    margin: auto;
  }
  header nav #gnav > li > a span {
    display: inline-block;
    position: relative;
    padding-left: 18px;
  }
  header nav #gnav > li > a span::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ef6679;
  }
  header nav .sub_nav {
    position: static;
    display: block;
    border-top: none;
    margin-top: 0;
  }
  header nav .sub_nav .tel {
    background: #fff;
    display: inline-block;
    padding: 1vw 4vw;
    width: 30vw;
    box-sizing: border-box;
  }
  header nav .sub_nav .group {
    display: none;
  }
  header nav .sub_nav .contact a {
    margin: auto;
    display: inline-block;
    padding: 1vw 3vw;
    width: 30vw;
    box-sizing: border-box;
  }
}
@media all and (max-width: 1000px) {
  header nav #gnav {
    width: 40vw;
    /*.pull_nav{
    	justify-content: space-around;
    	padding: 2vw 0;

    	dd{
    		h4 a{
    			font-size: 1.8vw;
    		}
    		a{
    			font-size: 1.5vw;
    		}
    		& +dd{
    			margin-left: 4vw;
    		}
    	}
    }*/
  }
  header nav #gnav > li a {
    font-size: 2vw;
  }
  header nav .sub_nav .tel {
    width: 40vw;
  }
  header nav .sub_nav .contact a {
    width: 40vw;
  }
}
@media all and (max-width: 800px) {
  header #header_inner #logo {
    width: 28vw;
  }
  header nav #gnav {
    width: 50vw;
    /*> li:first-child{
    	border-top: 1px solid $red;
    }*/
    /*li:nth-child(2){
    	.pull_nav{
    		dd{
    			display: flex;
    			text-align: center;
    			width: 80%;

    			h4{
    				width: 50%;

    				&:last-of-type{
    					width: 50%;
    				}
    			}
    		}
    	}				
    }*/
    /*.pull_nav{
    	border-top: 1px solid $red;
    	flex-wrap: wrap;
    	justify-content: center;

    	> dd{
    		text-align: center;
    		line-height: 2.5;
    		width: 40%;

    		h4{
    			a{
    				font-size: 2vw;
    				font-weight: bold;
    				display: block;
    			}
    		}

    		& + dd{
    			margin-left: 0;
    		}

    		a{
    			font-size: 1.7vw;
    			font-weight: 500;
    			display: block;
    		}

    		> ul{
    			line-height: 1.8;
    		}
    	}
    }*/
  }
  header nav #gnav > li {
    padding: 0;
    /*&.accordion{
    	a.category{
    		font-size: 2.5vw;
    		padding: 1vw 0;
    	}
    }*/
  }
  header nav #gnav > li > a {
    font-size: 2.5vw;
    padding: 2vh 0;
  }
  header nav .sub_nav .tel {
    width: 50vw;
  }
  header nav .sub_nav .contact a {
    width: 50vw;
  }
}
@media all and (max-width: 640px) {
  header {
    /*position: fixed;*/
  }
  header #header_inner {
    padding: 0;
  }
  header #header_inner #logo {
    padding-left: 4vw;
    width: 46vw;
  }
  header #header_inner #logo a img {
    width: 100%;
  }
  header #header_inner nav {
    padding: 6vw 4vw 24vw;
    display: block;
  }
  header #header_inner nav #gnav {
    width: 100%;
    /*.pull_nav{
    	display: block;	

    	> dd{
    		width: 100%;
    		box-sizing: border-box;
    	}
    }*/
    /*li:nth-child(2){
    	.pull_nav{

    		> dd{
    			display: block;

    			h4{
    				width: 100%;
    			}
    		}
    	}
    }*/
  }
  header #header_inner nav #gnav > li {
    /*&.accordion{
    	> p{
    		position: relative;
    	}
    	a.category{
    		padding: 0;
    		font-size: 4vw;

    		span{
    			padding: 3vw 0;
    		}
    	}

    	.btn_plus{
    		display: block;
    		position: absolute;
    		top: 0;
    		bottom: 0;
    		right: 0;
    		margin: auto;
    		width: 12vw;
    					height: 100%;
    		z-index: 1;

    		&::before,&::after {
    			position: absolute;
    			right: 0.8em;
    			top: 0;
    			bottom: 0;
    			margin: auto;
    			content: "";
    			width: 4vw;
    			height: 2px;
    			background: $red;
    			opacity: 1;
    			transition: .3s;
    			left: 0;
    			right: 0;
    		}
    		&::before {
    			-webkit-transform: rotate(90deg);
    			transform: rotate(90deg);
    		}
    		&.on{
    			&::before{
    				opacity: 0;
    				-webkit-transform: rotate(0deg);
    				transform: rotate(0deg);
    			}
    		}
    	}

    }*/
    /*.pull_nav_box{
    	display: none;
    }*/
    /*.pull_nav{
    	padding: 2vw 4vw 3vw;
    	background:  rgba(#f6f6f6,0.7);

    	> dd{
    		text-align: left;
    		padding: 0 2vw;

    		h4{
    			a{
    				font-size: 3.5vw;
    				padding: 1vw 0 0 0;
    			}
    		}

    		a{
    			font-size: 3vw;
    			padding: 0 0 1vw 0;
    		}
    	}
    }*/
  }
  header #header_inner nav #gnav > li > a {
    padding: 0;
    font-size: 4vw;
  }
  header #header_inner nav #gnav > li > a span {
    padding: 3vw;
  }
  header #header_inner nav .sub_nav .tel {
    width: 90%;
    padding: 3.5vw 4vw 4vw;
  }
  header #header_inner nav .sub_nav .contact {
    padding: 0;
  }
  header #header_inner nav .sub_nav .contact a {
    width: 90%;
    padding: 4vw;
  }
}
/* ----------------------------
	SPメニュー
---------------------------- */
#sp_menu li a {
  display: none;
}

@media all and (max-width: 1200px) {
  #sp_menu {
    position: relative;
    display: flex;
    align-items: center;
  }
  #sp_menu li.spbtn {
    margin-left: 20px;
  }
  #sp_menu li.spbtn a {
    display: block;
    width: 60px;
    height: 60px;
    padding: 30px 0 0;
    text-align: center;
    background: #5c8dc2;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    font-size: 1vw;
    z-index: 9999;
  }
  #sp_menu li.spbtn a:hover {
    opacity: 1;
  }
  #sp_menu li.spbtn a span {
    position: absolute;
    left: 25%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
    width: 50%;
  }
  #sp_menu li.spbtn a span:nth-of-type(1) {
    top: 18px;
  }
  #sp_menu li.spbtn a span:nth-of-type(2) {
    top: 28px;
  }
  #sp_menu li.spbtn a span:nth-of-type(3) {
    top: 38px;
  }
  #sp_menu li.spbtn a.selected span:nth-of-type(1) {
    -webkit-transform: translate(0, 4px) rotate(-40deg);
    transform: translate(0, 10px) rotate(-40deg);
  }
  #sp_menu li.spbtn a.selected span:nth-of-type(2) {
    opacity: 0;
  }
  #sp_menu li.spbtn a.selected span:nth-of-type(3) {
    -webkit-transform: translate(0, -6px) rotate(40deg);
    transform: translate(0, -10px) rotate(40deg);
  }
  #sp_menu li.group {
    width: 120px;
    box-sizing: border-box;
  }
  #sp_menu li a {
    display: block;
  }
}
@media all and (max-width: 640px) {
  #sp_menu li.spbtn {
    margin-left: 4vw;
  }
  #sp_menu li.spbtn a {
    font-size: 2.5vw;
  }
  #sp_menu li.spbtn.contact {
    display: flex;
    align-items: center;
  }
  #sp_menu li.spbtn.contact a {
    height: auto;
    padding: 2.5vw 5vw;
  }
  #sp_menu li.group {
    max-width: 22vw;
  }
}
/* ----------------------------
	contents
---------------------------- */
#wrapper {
  display: flex;
  justify-content: space-between;
}
#wrapper .side {
  width: 280px;
  position: fixed;
  min-height: 100vh;
  background: #fff;
  z-index: 100;
  /*overflow-y: scroll;*/
}
#wrapper .main {
  width: calc(100% - 280px);
  padding-left: 280px;
}
#wrapper .main > section {
  padding: 100px 20px;
}
#wrapper.under .side {
  border-right: 1px solid #f2f2f2;
}
#wrapper.under .main > section {
  padding: 60px 20px 100px;
}
@media all and (max-height: 700px) {
  #wrapper.under .main > section {
    padding: 6vh 20px 10vh;
  }
}
#wrapper.under .main > section .contents {
  max-width: 1000px;
}
@media all and (max-width: 1200px) {
  #wrapper {
    flex-wrap: wrap;
  }
  #wrapper .side {
    width: 100%;
    position: static;
    height: auto;
    min-height: auto;
    min-height: initial;
  }
  #wrapper .main {
    width: 100%;
    padding-left: 0;
  }
}
@media all and (max-width: 1000px) {
  #wrapper .main > section {
    padding: 7vw 2vw;
  }
  #wrapper.under .main > section {
    padding: 5vw 2vw 7vw;
  }
}
@media all and (max-width: 640px) {
  #wrapper .main > section {
    padding: 10vw 2vw;
  }
  #wrapper.under .main > section {
    padding: 8vw 4vw 10vw;
  }
}

.contents {
  max-width: 1500px;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
}

/* ----------------------------
	footer
---------------------------- */
#group {
  background: #003875;
}
#group ul {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  max-width: 800px;
  margin: auto;
}
#group ul li {
  max-width: 250px;
  background: #fff;
  display: block;
  line-height: 0;
}
#group ul li + li {
  margin-left: 2%;
}
@media all and (max-width: 1000px) {
  #group ul {
    padding: 2vw 0;
  }
}
@media all and (max-width: 800px) {
  #group ul {
    padding: 2vw;
  }
}

footer {
  margin-top: auto;
  font-size: 15px;
  background: #00336b;
  position: relative;
}
footer .footer_inner {
  max-width: 800px;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #00336b;
  padding: 40px 0 0;
}
footer .footer_inner .footer_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
footer .footer_inner .footer_menu li {
  box-sizing: border-box;
  line-height: 2;
}
footer .footer_inner dl dt {
  padding-left: 18px;
  position: relative;
}
footer .footer_inner dl dt::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ef6679;
}
footer .footer_inner dl dt a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
footer .footer_inner dl dd {
  padding-left: 30px;
}
footer .footer_inner dl dd a {
  font-size: 15px;
  display: block;
  font-weight: 100;
  color: #ccdbec;
}
footer .footer_copy .footer_inner {
  display: block;
  padding: 35px 20px;
}
footer .footer_copy .footer_inner > p {
  text-align: center;
  font-size: 13px;
  font-weight: 100;
  color: #fff;
  margin-top: 20px;
  letter-spacing: 3px;
  font-weight: 100;
}

@media all and (max-width: 1000px) {
  footer .footer_inner dl dt a {
    font-size: 15px;
  }
  footer .footer_inner dl dd a {
    font-size: 14px;
  }
}
@media all and (max-width: 800px) {
  footer .footer_inner {
    padding: 2vw;
  }
  footer .footer_copy .footer_inner {
    padding: 3vw;
  }
  footer .footer_copy .footer_inner > p {
    margin-top: 0;
    font-size: 1.5vw;
  }
}
@media all and (max-width: 640px) {
  footer .footer_inner {
    display: block;
    padding: 0;
  }
  footer .footer_inner ul.footer_menu {
    margin: 5vw 0 0;
    padding-bottom: 0;
  }
  footer .footer_inner ul.footer_menu > li {
    width: 100%;
    margin: 0;
  }
  footer .footer_inner ul.footer_menu > li + li {
    margin-left: 0;
    width: 100%;
  }
  footer .footer_inner ul.footer_menu > li:nth-child(n+5) {
    margin-top: 0;
  }
  footer .footer_inner ul.footer_menu > li > dl {
    border-top: 1px solid #003f85;
  }
  footer .footer_inner ul.footer_menu > li > dl.footer_accordion dt::after {
    display: none;
  }
  footer .footer_inner ul.footer_menu > li > dl.footer_accordion dt a {
    width: calc(100% - 15vw);
    width: 78%;
  }
  footer .footer_inner ul.footer_menu > li > dl dt {
    position: relative;
    padding-left: 0;
  }
  footer .footer_inner ul.footer_menu > li > dl dt::before {
    left: 2vw;
  }
  footer .footer_inner ul.footer_menu > li > dl dt a {
    font-size: 4vw;
    padding: 2vw 4vw 2vw 7vw;
  }
  footer .footer_inner ul.footer_menu > li > dl dt span.btn_plus {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 12vw;
    height: 100%;
  }
  footer .footer_inner ul.footer_menu > li > dl dt span.btn_plus::before, footer .footer_inner ul.footer_menu > li > dl dt span.btn_plus::after {
    position: absolute;
    right: 0.8em;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 15px;
    height: 1px;
    background: #5c8dc2;
    opacity: 1;
    transition: 0.3s;
    left: 0;
    right: 0;
  }
  footer .footer_inner ul.footer_menu > li > dl dt span.btn_plus::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  footer .footer_inner ul.footer_menu > li > dl dt span.btn_plus.on::before {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  footer .footer_inner ul.footer_menu > li > dl dd a {
    font-size: 4vw;
    padding: 2vw;
    position: relative;
  }
  footer .footer_inner ul.footer_menu > li > dl dd.sp_sub_menu {
    border-top: 1px solid #00448f;
    padding: 2vw 4vw 3vw;
    background: #002c5c;
    display: none;
  }
  footer .footer_inner ul.footer_menu > li > dl dd.sp_sub_menu a {
    font-size: 3.5vw;
    padding: 2vw 5vw;
    color: #d7e3f0;
  }
  footer .footer_inner ul.footer_menu > li a {
    text-decoration: none;
  }
  footer .footer_inner ul.footer_menu > li .col2 div:first-of-type {
    width: 100%;
  }
  footer .footer_copy {
    font-size: 2vw;
  }
  footer .footer_copy .footer_inner {
    padding: 10vw 2vw;
  }
  footer .footer_copy .footer_inner > div {
    justify-content: center;
  }
  footer .footer_copy .footer_inner > div img {
    max-width: 45vw;
  }
  footer .footer_copy .footer_inner > div p {
    font-size: 2.5vw;
  }
  footer .footer_copy .footer_inner > div p + p {
    margin-left: 3vw;
  }
  footer .footer_copy .footer_inner > p {
    font-size: 2.5vw;
  }
}
/* ----------------------------
	btn
---------------------------- */
/*ボタン共通*/
.btn a {
  transition: 0.5s;
  text-decoration: none;
}
.btn a:hover {
  box-shadow: none;
}

/*赤ボタン*/
.btn_red01 a {
  width: 100%;
  margin: auto;
  background: #d6001d;
  color: #fff;
  display: block;
  padding: 18px 50px;
  text-align: center;
  font-size: 20px;
  position: relative;
  box-sizing: border-box;
  position: relative;
}
.btn_red01 a::after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

@media all and (max-width: 800px) {
  .btn_red01 a {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 640px) {
  .btn_red01 a {
    font-size: 4vw;
  }
}
.btn_submit {
  text-align: center;
  /*background: url(../images/arrow_white.svg) right 20px center no-repeat $red;*/
  background: #d6001d;
  color: #fff;
  display: block;
  padding: 18px 80px;
  width: auto;
  font-size: 20px;
  margin: auto;
  width: 280px;
  transition: 0.6s;
  border-radius: 0;
}
.btn_submit:hover {
  opacity: 0.6;
}

@media all and (max-width: 800px) {
  .btn_submit {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 640px) {
  .btn_submit {
    font-size: 4vw;
    width: 70vw;
  }
}
.btn_box01 span.submit, .btn_box02 span.submit {
  position: relative;
  display: inline-block;
}
.btn_box01 span.submit::after, .btn_box02 span.submit::after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

.btn_submit.back {
  background: #666;
  background-size: 15px 13px;
  position: relative;
}
.btn_submit.back::after {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #fff transparent transparent;
}
.btn_submit.back:hover {
  opacity: 0.6;
}

@media all and (max-width: 640px) {
  .btn_submit.back {
    background-position: 10px center;
    background-size: 10px 9px;
  }
}
/*ボタンボックス*/
.btn_box01 {
  margin: 50px 0 0;
}
.btn_box01 li {
  width: 300px;
  margin: auto;
}
.btn_box01 li .btn_submit {
  width: 100%;
}
.btn_box01 li + li {
  margin-top: 20px;
}
.btn_box01 .submit_btn {
  display: block;
}

.btn_box02 {
  margin: 50px 0 0;
}
.btn_box02 li {
  width: auto;
  margin: auto;
  text-align: center;
}
.btn_box02 li + li {
  margin-top: 20px;
}

@media all and (max-width: 800px) {
  .btn_box01 li {
    width: 60%;
  }
  .btn_box02 li {
    width: 60%;
  }
  .btn_box02 li + li {
    margin-top: 20px;
  }
}
@media all and (max-width: 640px) {
  .btn_box01 {
    display: block;
    margin-top: 5vw;
  }
  .btn_box01 li {
    width: 70vw;
    margin: 0 auto;
  }
  .btn_box01 li + li {
    margin: 1em auto 0;
  }
  .btn_box02 {
    display: block;
  }
  .btn_box02 li {
    width: auto;
    margin: 0 auto;
  }
  .btn_box02 li + li {
    margin: 1em auto 0;
  }
}
#page_top a {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: #5c8dc2;
  font-size: 0;
  transition: none;
  transition: background-color 0.3s;
}
#page_top a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
}
#page_top a:hover {
  background: #4073ab;
  opacity: 1;
}

@media all and (max-width: 640px) {
  #page_top a {
    right: 0px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    background: #447bb6;
  }
}
/* ----------------------------
	ttl
---------------------------- */
h1, h2, h3, h4 {
  font-feature-settings: "palt";
}

.h1_ttl01 {
  background: #224e80;
  padding: 70px 0;
  /*margin-bottom: 40px;*/
  font-size: 34px;
  text-align: center;
  color: #fff;
  /* position: relative; */
  line-height: 1;
}
.h1_ttl01 span {
  display: block;
  font-size: 50%;
  font-weight: 100;
  color: #ef6679;
  letter-spacing: 4px;
  padding: 20px 0;
  background: url(../images/ico_ttl02.png) no-repeat bottom;
  background-size: auto 4px;
}
@media all and (max-height: 700px) {
  .h1_ttl01 {
    padding: 9vh 0;
    font-size: 5vh;
  }
}
@media all and (max-width: 800px) {
  .h1_ttl01 {
    padding: 7vw 0;
  }
}
@media all and (max-width: 640px) {
  .h1_ttl01 {
    font-size: 7vw;
    padding: 10vw 0;
  }
  .h1_ttl01 span {
    padding: 4vw 0;
  }
}

.h1_ttl02 {
  /*background: #224e80;*/
  /*padding: 30px 30px;*/
  /* margin-bottom: 40px; */
  font-size: 28px;
  font-weight: 500;
  /* text-align: center; */
  color: #fff;
  /* position: relative; */
  line-height: 1;
}
.h1_ttl02 span {
  background: url("../../images/ico_nav04.png") no-repeat;
  background-size: contain;
  padding-left: 50px;
}
@media all and (max-height: 700px) {
  .h1_ttl02 {
    /*padding: 9vh 0;*/
    font-size: 3.5vh;
  }
  .h1_ttl02 span {
    padding-left: 6vh;
  }
}
@media all and (max-width: 800px) {
  .h1_ttl02 {
    /*padding: 7vw 0;*/
    font-size: 3.5vw;
  }
}
@media all and (max-width: 640px) {
  .h1_ttl02 {
    font-size: 5vw;
    /*padding: 10vw 0;*/
  }
  .h1_ttl02 span {
    /*padding: 4vw 0;*/
    padding-left: 8vw;
  }
}

.h2_ttl01 {
  color: #004da0;
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}
.h2_ttl01 span {
  display: block;
  font-size: 13px;
  font-weight: 100;
  color: #ef6679;
  letter-spacing: 4px;
  padding: 0 20px 20px;
  background: url("../images/ico_ttl01.png") no-repeat bottom;
  background-size: auto 4px;
}

@media all and (max-width: 1000px) {
  .h2_ttl01 {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
}
@media all and (max-width: 640px) {
  .h2_ttl01 {
    font-size: 5vw;
    margin-bottom: 4vw;
    text-align: center;
  }
}
.h2_ttl02 {
  color: #004da0;
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.h2_ttl02 span {
  border-bottom: 3px solid;
  padding-bottom: 5px;
  display: inline-block;
}

@media all and (max-width: 800px) {
  .h2_ttl02 {
    font-size: 4vw;
  }
}
@media all and (max-width: 640px) {
  .h2_ttl02 {
    font-size: 6vw;
    margin: 2vw 0 10vw;
  }
}
.h2_ttl03 {
  color: #004da0;
  font-size: 22px;
  /*margin-bottom: 40px;*/
  /*text-align: center;*/
  margin-bottom: 20px;
  font-weight: 500;
}

@media all and (max-height: 700px) {
  .h2_ttl03 {
    font-size: 3.2vh;
  }
}
@media all and (max-width: 800px) {
  .h2_ttl03 {
    font-size: 4vw;
  }
}
@media all and (max-width: 640px) {
  .h2_ttl03 {
    font-size: 4.5vw;
    /*margin: 2vw 0 10vw;*/
  }
}
.h2_ttl04 {
  font-size: 27px;
  color: #004da0;
  margin-bottom: 30px;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid;
  border-top: 1px solid;
  letter-spacing: 0.1rem;
}
@media all and (max-width: 640px) {
  .h2_ttl04 {
    font-size: 5vw;
    margin-bottom: 20px;
    padding: 8px;
  }
}

.h2_newsttl01 {
  font-size: 24px;
  margin: 0 0 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
}

@media all and (max-width: 800px) {
  .h2_newsttl01 {
    font-size: 3vw;
  }
}
@media all and (max-width: 640px) {
  .h2_newsttl01 {
    font-size: 5vw;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .h2_newsttl01 span.new {
    margin-right: 2vw;
    font-size: 3vw;
  }
}
.h3_ttl01 {
  color: #ef6679;
  margin: 40px 0 20px;
  font-size: 20px;
  font-weight: 500;
  border-left: 4px solid #ef6679;
  padding: 0 10px;
}
@media all and (max-height: 700px) {
  .h3_ttl01 {
    margin: 4vh 0 2vh;
  }
}

@media all and (max-width: 640px) {
  .h3_ttl01 {
    font-size: 4vw;
    margin: 7vw 0 4vw;
  }
}
.contents > .h3_ttl01:first-of-type {
  margin-top: 10px;
}

.h3_ttl02 {
  color: #ef6679;
  margin: 40px 0 20px;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0 5px 50px;
  background: url("../../faq/images/ico_faq01.png") no-repeat left center;
  background-size: 40px;
}
@media all and (max-height: 700px) {
  .h3_ttl02 {
    margin: 4vh 0 2vh;
  }
}

@media all and (max-width: 640px) {
  .h3_ttl02 {
    font-size: 4vw;
    margin: 7vw 0 2vw;
    padding: 10px 0 10px 10vw;
    background-size: 8vw;
  }
}
.answer {
  padding: 0 0 20px 50px;
  background: url("../../faq/images/ico_faq02.png") no-repeat left top;
  background-size: 40px;
}
@media all and (max-width: 640px) {
  .answer {
    padding: 0 0 0 10vw;
    background-size: 8vw;
  }
}

.h4_ttl01 {
  font-size: 17px;
  margin: 20px 0 10px;
  color: #4980bb;
  font-weight: 500;
}
.h4_ttl01 + p {
  padding-left: 15px;
}

@media all and (max-width: 640px) {
  .h4_ttl01 {
    font-size: 4vw;
    margin: 7vw 0 2vw;
  }
}
.h4_ttl02 {
  font-size: 17px;
  margin: 20px 0 10px;
  color: #4980bb;
  font-weight: 500;
}
.h4_ttl02 span {
  position: relative;
  padding-left: 15px;
}
.h4_ttl02 span::before {
  content: "";
  background: #4980bb;
  font-size: 40%;
  position: absolute;
  top: 1.5em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 4px;
}
.h4_ttl02 + p {
  padding-left: 15px;
}
.h4_ttl02 + ul {
  padding-left: 15px;
}

@media all and (max-width: 640px) {
  .h4_ttl02 {
    font-size: 4vw;
    margin: 7vw 0 2vw;
  }
}
.h4_ttl03 {
  font-size: 20px;
  margin: 30px 0 10px;
  color: #4980bb;
  background: #d3e0ee;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
@media all and (min-width: 641px) {
  .h4_ttl03:hover {
    background: #b9cee5;
  }
}
.h4_ttl03 span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.h4_ttl03 span::before, .h4_ttl03 span::after {
  position: absolute;
  right: 0.8em;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 20px;
  height: 2px;
  background: #4980bb;
  opacity: 1;
  transition: 0.3s;
  left: 0;
  right: 0;
}
.h4_ttl03 span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.h4_ttl03.on span::after {
  opacity: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media all and (max-width: 640px) {
  .h4_ttl03 {
    font-size: 4vw;
    margin: 5vw 0 2vw;
    padding: 4vw;
  }
  .h4_ttl03 span {
    right: 4vw;
  }
  .h4_ttl03 span::before, .h4_ttl03 span::after {
    width: 5vw;
  }
}
.h4_ttl04 {
  margin: 40px 0 20px;
}
@media all and (max-width: 640px) {
  .h4_ttl04 {
    margin: 30px 0 15px;
  }
}

/* ----------------------------
	top
---------------------------- */
/*FV*/
.bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: calc(100vw - 280px);
  z-index: -1;
  pointer-events: none;
  padding-left: 280px;
}
@media all and (max-width: 1200px) {
  .bg {
    padding-left: 0;
    width: 100%;
  }
}

.mv {
  position: relative;
  z-index: 1;
  max-height: 980px;
  height: 100vh;
  box-sizing: border-box;
}
.mv .mv_menu {
  position: absolute;
  /*top: 50%;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);*/
  bottom: 0;
  width: 100%;
}
.mv .mv_menu .contents {
  padding: 0 50px 30px;
  /*padding: 0 50px 7vh;*/
}
@media all and (max-height: 700px) {
  .mv .mv_menu .contents {
    padding: 0 50px 7vh;
  }
}
.mv .mv_txt {
  width: 53%;
  width: 84vh;
  max-width: 800px;
  display: flex;
  align-items: flex-end;
  /*padding: 15vh 0;*/
  padding: 10vh 0;
}
@media all and (max-height: 700px) {
  .mv .mv_txt {
    /*width: 90vh;*/
    width: 86vh;
    padding: 8vh 0;
  }
}
.mv .mv_txt h2 {
  width: calc(100% - 160px);
}
.mv .mv_txt .btn01 {
  width: 160px;
}
.mv .mv_txt .btn01 a {
  display: block;
  background: #fff;
  color: #3371b3;
  font-weight: 500;
  padding: 9px 10px;
  font-size: 15px;
  position: relative;
  text-align: center;
  z-index: 2;
  overflow: hidden;
}
.mv .mv_txt .btn01 a::after {
  position: absolute;
  right: 3px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #3371b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mv .mv_txt .btn01 a::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 641px) {
  .mv .mv_txt .btn01 a:hover {
    /*background: lighten($light_blue,32%);*/
    opacity: 1;
  }
  .mv .mv_txt .btn01 a:hover::before {
    left: 0;
    background-color: #dee8f3;
  }
}
.mv .area {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  display: flex;
  align-content: center;
  margin-bottom: 2vh;
}
.mv .area h3 {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4980bb;
  letter-spacing: 4px;
}
.mv .area > ul {
  width: 85%;
  display: flex;
  justify-content: space-between;
}
.mv .area > ul li {
  text-align: center;
  width: calc((100% - 20px) / 3);
}
.mv .area > ul li a {
  color: #fff;
  background: #5c8dc2;
  width: 100%;
  padding: 14px 10px;
  padding: 1.4vh 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.mv .area > ul li a::after {
  position: absolute;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f5a2ae;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mv .area > ul li a::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 641px) {
  .mv .area > ul li a:hover {
    /*background: darken($light_blue,7%);*/
    opacity: 1;
  }
  .mv .area > ul li a:hover::before {
    left: 0;
    background-color: #447bb6;
  }
}
.mv .area > ul li a span {
  display: block;
  font-size: 70%;
  font-weight: 300;
}
.mv .important {
  background: #ef6679;
  /*margin-top: 20px;
  margin-top: 2vh;*/
  display: flex;
  /*align-items: center;*/
}
.mv .important dt {
  background: #fff;
  color: #ef6679;
  font-size: 15px;
  font-weight: 600;
  padding: 12px;
  padding: 1vh 12px;
  letter-spacing: 1px;
  width: 90px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv .important dd {
  width: calc(100% - 90px);
}
.mv .important dd a {
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 12px 20px;
  padding: 1vh 20px;
  font-weight: 300;
}
@media all and (min-width: 641px) {
  .mv .important dd a:hover {
    background: #ed4f65;
    opacity: 1;
  }
}

@media all and (max-width: 1200px) {
  .mv {
    height: auto;
  }
  .mv .mv_menu {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .mv .mv_menu .contents {
    padding: 0 50px 4.5vh;
  }
  .mv .mv_txt {
    width: 50vw;
    padding: 11vh 0 9vh;
  }
}
@media all and (max-width: 1000px) {
  .mv .mv_menu .contents {
    padding: 4vw;
  }
  .mv .mv_txt {
    width: 56vw;
    padding: 6vw 0 8vw 0;
  }
}
@media all and (max-width: 800px) {
  .mv .mv_txt {
    width: 70vw;
  }
  .mv .area h3 {
    font-size: 2vw;
  }
  .mv .area > ul li a {
    font-size: 2vw;
  }
}
@media all and (max-width: 640px) {
  .mv .mv_txt {
    width: 100%;
    /*display: block;*/
    padding: 10vw 0;
    box-sizing: border-box;
  }
  .mv .mv_txt h2 {
    width: 70%;
  }
  .mv .mv_txt .btn01 {
    width: 30%;
  }
  .mv .mv_txt .btn01 a {
    /*width: 30vw;*/
    width: 100%;
    margin-top: 6vw;
    font-size: 3vw;
    box-sizing: border-box;
  }
  .mv .area {
    flex-wrap: wrap;
    padding: 3vw 2vw 2vw;
  }
  .mv .area h3 {
    width: 100%;
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .mv .area > ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .mv .area > ul li {
    width: 100%;
  }
  .mv .area > ul li + li {
    margin-top: 2vw;
  }
  .mv .area > ul li a {
    font-size: 3.5vw;
    flex-direction: inherit;
    padding: 4vw;
    align-items: baseline;
    font-weight: 400;
  }
  .mv .area > ul li a::after {
    right: 4px;
    border-width: 7px 0 7px 7px;
  }
  .mv .important dt {
    font-size: 3vw;
    width: auto;
  }
  .mv .important dd a {
    font-size: 3vw;
    padding: 2vw;
  }
}
.top_nav {
  background: #224e80;
  display: flex;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  align-items: center;
}
.top_nav li {
  width: 25%;
  text-align: center;
  box-sizing: border-box;
}
.top_nav li + li {
  border-left: 1px solid #7b96b4;
}
.top_nav li a {
  font-size: 18px;
  color: #fff;
  display: block;
  /*padding: 90px 20px 30px;
  padding: 10vh 20px 3vh;*/
  background-color: #224e80;
  /*background-position: center 32%;
  background-repeat: no-repeat;
  background-size: 18%;*/
  transition: 0.3s;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.top_nav li a::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_nav li a span {
  display: block;
  padding: 10vh 20px 3vh;
  background-position: center 32%;
  background-repeat: no-repeat;
  background-size: 18%;
}
@media all and (max-height: 700px) {
  .top_nav li a {
    /*background-size: 8vh;*/
  }
  .top_nav li a span {
    background-size: 8vh;
  }
}
@media all and (max-width: 1000px) {
  .top_nav li a {
    font-size: 15px;
    /*padding: 7vw 2vw 2vw;*/
  }
  .top_nav li a span {
    padding: 7vw 2vw 2vw;
  }
}
@media all and (max-width: 800px) {
  .top_nav li a {
    font-size: 2.2vw;
    /*padding: 10vw 2vw 4vw;*/
    /*background-size: 28%;*/
  }
  .top_nav li a span {
    padding: 10vw 2vw 4vw;
    background-size: 28%;
  }
}
@media all and (max-width: 640px) {
  .top_nav li a {
    font-size: 3vw;
    /*padding: 12vw 0 2vw;*/
    /*background-size: 50%;*/
    height: 100%;
    box-sizing: border-box;
    /*background-position: center 22%;*/
  }
  .top_nav li a span {
    padding: 12vw 0 2vw;
    background-size: 50%;
    background-position: center 22%;
  }
}
@media all and (min-width: 641px) {
  .top_nav li a:hover {
    opacity: 1;
    /*background-color: darken(#224e80,5%);*/
  }
  .top_nav li a:hover::before {
    left: 0;
    background-color: #1f4774;
  }
}
.top_nav li:nth-child(1) a span {
  background-image: url("../../images/ico_nav01.png");
}
.top_nav li:nth-child(2) a span {
  background-image: url("../../images/ico_nav02.png");
}
.top_nav li:nth-child(3) a span {
  background-image: url("../../images/ico_nav03.png");
}
.top_nav li:nth-child(4) a span {
  background-image: url("../../images/ico_nav04.png");
}
@media all and (max-width: 640px) {
  .top_nav li {
    display: flex;
    justify-content: center;
  }
}
@media all and (max-width: 640px) {
  .top_nav {
    align-items: initial;
  }
  .top_nav li a {
    display: flex;
    align-items: center;
  }
}

/*背景スライダー*/
#slider .slick-slide {
  padding-top: 100vh;
  box-sizing: border-box;
  overflow: hidden;
}
#slider .slick-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  min-width: 100vw;
  width: auto;
  /*height: 100%;*/
  height: auto;
}

/*About*/
#about {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#about .lead {
  font-size: 18px;
  line-height: 2;
}
@media all and (max-width: 1000px) {
  #about .lead {
    font-size: 16px;
  }
}
@media all and (max-width: 640px) {
  #about .lead {
    font-size: 3.5vw;
  }
}
#about .btn_company {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#about .btn_company li + li {
  margin-left: 20px;
}
#about .btn_company li a {
  background-color: #1d426c;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  padding: 22px 10px;
  position: relative;
  width: 280px;
  box-sizing: border-box;
  font-weight: 400;
  position: relative;
  font-size: 18px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#about .btn_company li a::after {
  position: absolute;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ef6679;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#about .btn_company li a::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 641px) {
  #about .btn_company li a:hover {
    opacity: 1;
    /*background-color: darken(#224e80,10%);*/
  }
  #about .btn_company li a:hover::before {
    left: 0;
    background-color: #173558;
  }
}
@media all and (max-width: 1000px) {
  #about .btn_company li a {
    width: 26vw;
    padding: 2vw;
  }
  #about .btn_company li + li {
    margin-left: 3vw;
  }
}
@media all and (max-width: 640px) {
  #about .btn_company {
    flex-wrap: wrap;
    margin-top: 6vw;
  }
  #about .btn_company li {
    width: 90%;
  }
  #about .btn_company li a {
    width: 100%;
    font-size: 3.5vw;
    padding: 4vw;
  }
  #about .btn_company li a::after {
    right: 4px;
    border-width: 7px 0 7px 7px;
  }
  #about .btn_company li + li {
    margin-left: 0;
    margin-top: 3vw;
  }
}
#about .btn_csr {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  flex-wrap: wrap;
  width: 100%;
  max-width: 820px;
  /*& + .btn_csr{
  	margin-top: 20px;
  }*/
}
#about .btn_csr li + li {
  margin-left: 20px;
}
#about .btn_csr li:nth-of-type(4), #about .btn_csr li:nth-of-type(6) {
  margin-left: 0;
}
#about .btn_csr li:nth-of-type(n+4) {
  margin-top: 20px;
}
#about .btn_csr li:nth-child(4) a, #about .btn_csr li:nth-child(5) a {
  width: 300px;
}
#about .btn_csr li a {
  background-color: #5c8dc2;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 10px;
  position: relative;
  width: 260px;
  box-sizing: border-box;
  font-weight: 300;
  position: relative;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#about .btn_csr li a::after {
  position: absolute;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #3371b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#about .btn_csr li a::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 641px) {
  #about .btn_csr li a:hover {
    opacity: 1;
    /*background-color: darken($light_blue,7%);*/
  }
  #about .btn_csr li a:hover::before {
    left: 0;
    background-color: #447bb6;
  }
}
@media all and (max-width: 1000px) {
  #about .btn_csr {
    margin-top: 4vw;
    max-width: 82vw;
  }
  #about .btn_csr li:nth-child(4) a, #about .btn_csr li:nth-child(5) a {
    width: 30vw;
  }
  #about .btn_csr li a {
    /*width: auto;
    min-width: 22vw;*/
    width: 25vw;
    padding: 2vw;
    font-size: 14px;
  }
  #about .btn_csr li + li {
    margin-left: 3vw;
  }
  #about .btn_csr li:nth-of-type(n+4) {
    margin-top: 2.5vw;
  }
}
@media all and (max-width: 640px) {
  #about .btn_csr {
    margin-top: 6vw;
    padding: 0 5%;
    box-sizing: border-box;
    justify-content: flex-start;
    max-width: auto;
    max-width: initial;
  }
  #about .btn_csr li {
    width: 48%;
  }
  #about .btn_csr li + li {
    margin-left: 0;
  }
  #about .btn_csr li:nth-child(2n) {
    margin-left: 4%;
  }
  #about .btn_csr li:nth-child(n+3) {
    margin-top: 4%;
  }
  #about .btn_csr li:nth-child(4) a, #about .btn_csr li:nth-child(5) a {
    width: auto;
  }
  #about .btn_csr li a {
    padding: 3.5vw 1vw;
    font-size: 3vw;
    letter-spacing: 0;
    width: auto;
  }
}

/* News */
#top #news {
  padding: 50px 20px;
}
@media all and (max-width: 800px) {
  #top #news #top #news {
    padding: 5vw 2vw;
  }
}

#news {
  background: #396798;
}
#news .h2_news {
  color: #fff;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 500;
}
#news .h2_news span {
  font-size: 50%;
  font-weight: 100;
  margin-left: 10px;
  color: #f5a2ae;
  letter-spacing: 4px;
}
@media all and (max-width: 1000px) {
  #news .h2_news {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 800px) {
  #news .h2_news {
    font-size: 4vw;
  }
}
@media all and (max-width: 640px) {
  #news .h2_news {
    font-size: 5vw;
    text-align: center;
  }
  #news .h2_news span {
    display: block;
  }
}
#news .contents {
  max-width: 1000px;
  margin: auto;
}
@media all and (max-width: 1000px) {
  #news .contents {
    max-width: 800px;
  }
}
#news .btn_small01 {
  margin-top: 20px;
  text-align: right;
}
#news .btn_small01 a {
  color: #3371b3;
  background: #fff;
  font-size: 14px;
  padding: 2px 18px;
  display: inline-block;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#news .btn_small01 a::after {
  position: absolute;
  right: 3px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #f5a2ae;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#news .btn_small01 a::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 641px) {
  #news .btn_small01 a:hover {
    /*background: lighten($light_blue,32%);*/
    opacity: 1;
  }
  #news .btn_small01 a:hover::before {
    left: 0;
    background-color: #dee8f3;
  }
}
@media all and (max-width: 640px) {
  #news .btn_small01 {
    text-align: center;
    margin-top: 5vw;
  }
  #news .btn_small01 a {
    width: 50%;
    padding: 3vw;
    font-weight: 500;
  }
  #news .btn_small01 a span {
    font-size: 3.5vw;
  }
}
#news dl {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #4379b2;
}
#news dl dt {
  white-space: nowrap;
  padding-right: 60px;
  color: #fff;
}
#news dl dd {
  padding: 15px 0;
  box-sizing: border-box;
}
#news dl dd > a {
  color: #fff;
  display: inline-block;
}
#news dl dd .btn_news01 a {
  font-size: 13px;
  position: relative;
  transition: 0.3s;
  padding: 7px 24px 7px 17px;
  background: #aa9164;
  background-size: 10px 9px;
  color: #fff;
}
#news dl dd .btn_news01 a:hover {
  background: url(../images/arrow_white.svg) right 5px center no-repeat #b39d74;
  background-size: 10px 9px;
}

@media all and (max-width: 800px) {
  #news dl {
    flex-wrap: wrap;
  }
  #news dl dt {
    width: 100%;
    padding-right: 0;
    padding-top: 2vw;
  }
  #news dl dd {
    width: 100%;
    padding: 1vw 0 2vw;
  }
}
@media all and (max-width: 640px) {
  #news dl dt, #news dl dd {
    font-size: 3vw;
  }
}
#top_contact {
  background: #fff;
  padding-left: 0 !important;
}
#top_contact .contents {
  max-width: auto;
  max-width: initial;
}
#top_contact .unit_2col {
  display: flex;
  margin-top: 30px;
}
#top_contact .unit_2col > li {
  width: 51%;
  width: calc(50% + 20px);
  list-style-type: none;
}
#top_contact .unit_2col > li + li {
  width: 47%;
  width: calc(50% - 20px);
  margin-left: 2%;
  padding-top: 20px;
}
@media all and (min-width: 1301px) {
  #top_contact .unit_2col > li + li {
    width: 38%;
    width: calc(50% - 120px);
  }
}
@media all and (max-width: 640px) {
  #top_contact {
    padding-left: 2vw !important;
  }
  #top_contact .unit_2col {
    flex-direction: column;
    margin-top: 5vw;
  }
  #top_contact .unit_2col li {
    width: 100%;
  }
  #top_contact .unit_2col li + li {
    margin-left: 0;
    margin-top: 2vw;
    padding-top: 0;
    width: 100%;
  }
}
#top_contact .map_box {
  height: 0;
  overflow: hidden;
  padding-bottom: 450px;
  position: relative;
}
#top_contact .map_box iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media all and (max-width: 640px) {
  #top_contact .map_box {
    padding-bottom: 70%;
  }
}
#top_contact .box_column01 {
  background: #fff;
  padding: 40px;
  margin-top: 30px;
  border: 5px solid rgba(92, 141, 194, 0.5);
  text-align: center;
}
#top_contact .box_column01 ul li .number {
  color: #004da0;
  font-size: 32px;
  font-weight: 600;
  padding-left: 30px;
  background: url(../images/ico_tel.png) no-repeat left 60%;
  background-size: 26px;
}
#top_contact .box_column01 ul li .number.tel {
  background-image: url(../images/ico_tel.png);
}
#top_contact .box_column01 ul li .number.fax {
  background-image: url(../images/ico_fax.png);
}
#top_contact .box_column01 ul li + li {
  margin-top: 20px;
}
@media all and (max-width: 800px) {
  #top_contact .box_column01 {
    padding: 2vw 2vw 3vw;
  }
  #top_contact .box_column01 ul li .number {
    font-size: 4vw;
  }
  #top_contact .box_column01 ul li + li {
    margin-top: 2vw;
  }
}
@media all and (max-width: 640px) {
  #top_contact .box_column01 {
    margin-top: 7vw;
    padding: 6vw 4vw;
  }
  #top_contact .box_column01 ul li .number {
    font-size: 6vw;
    padding-left: 6vw;
    background-size: 5vw;
  }
}

#bnr {
  margin: 0 auto 100px;
}
#bnr ul {
  display: flex;
}
#bnr ul li + li {
  margin-left: 2%;
}

@media all and (max-width: 800px) {
  #bnr {
    margin-bottom: 10vw;
  }
}
@media all and (max-width: 640px) {
  #bnr ul {
    display: block;
  }
  #bnr ul li + li {
    margin-left: 0;
    margin-top: 4%;
  }
}
#top_sec05 {
  padding: 70px 0;
  background: #eff7fc;
}
#top_sec05 .box_support h3 {
  text-align: center;
  color: rgba(0, 64, 151, 0.0039215686);
  font-size: 30px;
  font-family: "Noto Sans Japanese";
  margin: 20px 0;
}
#top_sec05 .box_support h3 span {
  padding: 0 10px;
  display: inline-block;
  position: relative;
}
#top_sec05 .box_support h3 span::before, #top_sec05 .box_support h3 span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 1px;
  background: rgba(0, 64, 151, 0.0039215686);
}
#top_sec05 .box_support h3 span::before {
  right: 100%;
}
#top_sec05 .box_support h3 span::after {
  left: 100%;
}
#top_sec05 .box_support ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top_sec05 .box_support ul li {
  font-family: "Noto Sans Japanese";
  color: rgba(0, 64, 151, 0.0039215686);
  border: 2px solid;
  border-radius: 100px;
  width: 170px;
  height: 170px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}

@media all and (max-width: 1000px) {
  #top_sec05 .box_support ul li {
    font-size: 2vw;
    width: 17vw;
    height: 17vw;
  }
}
@media all and (max-width: 640px) {
  #top_sec05 {
    padding: 7vw 0;
  }
  #top_sec05 .box_support h3 {
    font-size: 4vw;
    overflow: hidden;
  }
  #top_sec05 .box_support h3 span::before, #top_sec05 .box_support h3 span::after {
    width: 100%;
  }
  #top_sec05 .box_support ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_sec05 .box_support ul li {
    font-size: 3vw;
    width: 28vw;
    height: 28vw;
  }
  #top_sec05 .box_support ul li + li {
    margin-left: 2vw;
  }
  #top_sec05 .box_support ul li:nth-child(4) {
    margin-left: 0;
  }
}
#top_sec06 h3 {
  max-width: 216px;
  margin: 0 auto 30px;
}
#top_sec06 .contents03 .box_01 {
  padding: 30px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 20px;
}
#top_sec06 .contents03 .box_01 h5 {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: "Noto Sans Japanese";
  font-weight: 500;
}
#top_sec06 .contents03 .box_01 h5 span {
  position: relative;
  padding-bottom: 12px;
}
#top_sec06 .contents03 .box_01 h5 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 2px;
}
#top_sec06 .contents03 .box_01 .unit_2col {
  display: block;
}
#top_sec06 .contents03 .box_01 .unit_2col li {
  width: 48%;
  float: left;
  text-align: left;
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 10px;
}
#top_sec06 .contents03 .box_01 .unit_2col li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0.5em;
  font-size: 50%;
  color: #7dbc6d;
}
#top_sec06 .contents03 .box_01 .unit_2col li + li {
  margin-left: 0;
}
#top_sec06 .contents03 .box_01 .unit_2col li:nth-child(2n) {
  margin-left: 4%;
}
#top_sec06 .contents03 > .unit_2col > li:first-child {
  border-top: 3px solid rgba(0, 64, 151, 0.0117647059);
}
#top_sec06 .contents03 > .unit_2col > li:first-child .box_01 {
  background: #eff7fc;
}
#top_sec06 .contents03 > .unit_2col > li:first-child .box_01 .unit_2col li::before {
  color: rgba(0, 64, 151, 0.0117647059);
}
#top_sec06 .contents03 > .unit_2col > li:first-child h5 {
  color: rgba(0, 64, 151, 0.0117647059);
}
#top_sec06 .contents03 > .unit_2col > li:first-child h5 span::after {
  background: rgba(0, 64, 151, 0.0117647059);
}
#top_sec06 .contents03 > .unit_2col > li:last-child {
  border-top: 3px solid #7dbc6d;
  margin-left: 2%;
}
#top_sec06 .contents03 > .unit_2col > li:last-child .box_01 {
  background: #f4faf6;
}
#top_sec06 .contents03 > .unit_2col > li:last-child h5 {
  color: #7dbc6d;
}
#top_sec06 .contents03 > .unit_2col > li:last-child h5 span::after {
  background: #7dbc6d;
}
#top_sec06 .contents03 > .unit_2col > li {
  width: 49%;
  text-align: center;
  padding: 40px 0;
  box-sizing: border-box;
}
#top_sec06 .contents03 > .unit_2col > li h4 img {
  max-height: 30px;
  width: auto;
  margin-bottom: 20px;
}

@media all and (max-width: 1000px) {
  #top_sec06 .contents03 .box_01 .unit_2col li {
    width: 100%;
    float: none;
  }
  #top_sec06 .contents03 .box_01 .unit_2col li:nth-child(2n) {
    margin-left: 0;
  }
  #top_sec06 .contents03 > .unit_2col > li {
    padding: 2vw 0;
  }
  #top_sec06 .contents03 > .unit_2col > li h4 img {
    max-height: 3vw;
  }
  #top_sec06 .contents03 > .unit_2col > li:first-child h4 img {
    max-height: 2.8vw;
  }
}
@media all and (max-width: 640px) {
  #top_sec06 h3 {
    width: 40%;
  }
  #top_sec06 .contents03 > .unit_2col > li {
    width: 100%;
  }
  #top_sec06 .contents03 > .unit_2col > li:first-child h4 img {
    max-height: 4vw;
    margin: 4vw 0;
  }
  #top_sec06 .contents03 > .unit_2col > li:last-child {
    margin-left: 0;
  }
  #top_sec06 .contents03 > .unit_2col > li h4 img {
    max-height: 4vw;
    margin: 4vw 0;
  }
  #top_sec06 .contents03 .box_01 .unit_2col {
    display: block;
  }
  #top_sec06 .contents03 .box_01 .unit_2col li {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  #top_sec06 .contents03 .box_01 .unit_2col li + li {
    margin-left: 0;
    margin-top: 4vw;
  }
}
/* ----------------------------
	settings
---------------------------- */
/* ------------------------- */
/************************************************

	共通

*************************************************/
.mb10 {
  margin-bottom: 10px !important;
}

.br_sp01 {
  display: none;
}

.br_sp02 {
  display: none;
}

.br_sp03 {
  display: none;
}

.br_sp04 {
  display: none;
}

.br_sp05 {
  display: block;
}

.merter_txt01 {
  font-size: 10px;
  vertical-align: top;
}

@media screen and (max-width: 950px) {
  .br_sp02 {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .br_sp01 {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .br_sp04 {
    display: block;
  }
  .br_sp05 {
    display: none;
  }
}
@media screen and (max-width: 495px) {
  .br_sp03 {
    display: block;
  }
}
/************************************************

	新着情報一覧

*************************************************/
#news.news_list {
  background: #fff;
}
#news.news_list dl {
  border-bottom: 1px solid rgba(92, 141, 194, 0.5);
}
#news.news_list dl dt {
  color: #333;
  width: 20%;
}
#news.news_list dl dt .tag_new {
  color: #d6001d;
  font-size: 13px;
  vertical-align: top;
  margin-left: 3%;
}
#news.news_list dl dd {
  padding: 20px 0;
}
#news.news_list dl dd a {
  color: #333;
}
#news.news_list .must {
  background: #ef6679;
  color: #fff;
  font-weight: normal;
  font-size: 60%;
  padding: 0.35em 0.75em;
  margin-left: 5px;
}

@media screen and (max-width: 1000px) {
  #news.news_list dl dt {
    width: 25%;
    padding-top: 0;
  }
  #news.news_list dl dd {
    width: 85%;
  }
}
@media screen and (max-width: 800px) {
  #news.news_list {
    /*padding: 20px 5vw !important;*/
  }
  #news.news_list dl {
    display: block;
  }
  #news.news_list dl dt {
    padding-top: 3vw;
  }
  #news.news_list dl dd {
    width: 100%;
    padding: 1vw 0 2vw;
  }
}
@media screen and (max-width: 640px) {
  #news.news_list dl dt .tag_new {
    font-size: 2vw;
  }
}
/************************************************

	新着情報詳細

*************************************************/
#news.news_page {
  background: #fff;
}
#news.news_page .news_page_tit {
  border-bottom: 1px solid rgba(92, 141, 194, 0.5);
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
#news.news_page .news_page_time {
  color: #777;
  font-size: 90%;
}
#news.news_page .news_page_block {
  margin: 50px 0;
}
#news.news_page .news_page_block p + p {
  margin-top: 20px;
}
#news.news_page .news_img img {
  vertical-align: bottom;
}
#news.news_page .news_pdf {
  text-align: center;
}
#news.news_page .news_pdf a {
  position: relative;
  text-decoration: underline;
  padding-left: 12px;
}
#news.news_page .news_pdf a::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #3371b3;
}
#news.news_page .btn_news_page_back {
  max-width: 280px;
  margin: 0 auto;
  padding-top: 50px;
}
#news.news_page .btn_news_page_back a {
  background-color: #5c8dc2;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  padding: 22px 10px;
  width: 280px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 18px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#news.news_page .btn_news_page_back a::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#news.news_page .btn_news_page_back a::after {
  position: absolute;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #3371b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#news.news_page .btn_news_page_back a:hover {
  opacity: 1;
}
#news.news_page .btn_news_page_back a:hover::before {
  left: 0;
  background-color: #447bb6;
}

@media screen and (max-width: 800px) {
  #news.news_page {
    /*padding: 20px 5vw !important;*/
  }
  #news.news_page .news_page_tit {
    font-size: 4vw;
  }
  #news.news_page .news_page_block {
    margin: 25px 0;
  }
  #news.news_page .btn_news_page_back {
    max-width: 100%;
    padding-top: 30px;
    max-width: 80%;
    margin: auto;
  }
  #news.news_page .btn_news_page_back a {
    width: 100%;
    padding: 3.5vw 1vw;
  }
}
/************************************************

	お問い合わせ

*************************************************/
#contact.contact {
  /* 確認画面 */
  /* 完了画面 */
}
#contact.contact .contents {
  max-width: 800px;
  margin: 0 auto;
}
#contact.contact .contact_form input[type=text], #contact.contact .contact_form input[type=password], #contact.contact .contact_form select, #contact.contact .contact_form textarea {
  padding: 6px;
  font-size: 105%;
  border: 1px solid rgba(92, 141, 194, 0.5);
  -webkit-appearance: none;
  box-sizing: border-box;
}
#contact.contact .contact_form .mt10 {
  margin-top: 10px !important;
}
#contact.contact .contact_form .must {
  background: #ef6679;
  color: #fff;
  font-weight: normal;
  font-size: 60%;
  padding: 0.35em 0.75em;
}
#contact.contact .contact_form dl {
  margin-bottom: 30px;
}
#contact.contact .contact_form dl:last-child {
  margin-bottom: 0;
}
#contact.contact .contact_form dl dt {
  font-weight: 500;
  margin-bottom: 7px;
  display: flex;
}
#contact.contact .contact_form dl dd .w_half {
  margin-right: 10px;
}
#contact.contact .contact_form dl dd .w_full {
  width: 100%;
}
#contact.contact .contact_form dl dd .w_company {
  width: 100%;
}
#contact.contact .contact_form dl .contact_txt_company {
  margin-bottom: 15px;
}
#contact.contact .contact_form dl .contact_txt_company:last-child {
  margin-bottom: 0;
}
#contact.contact .contact_form .btn_contact_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 50px;
}
#contact.contact .contact_form .btn_contact_wrap li {
  margin-right: 50px;
}
#contact.contact .contact_form .btn_contact_wrap li:last-child {
  margin-right: 0;
}
#contact.contact .contact_form .contact_btn_submit {
  background-color: #1d426c;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  padding: 22px 10px;
  width: 280px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 18px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#contact.contact .contact_form .contact_btn_submit::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact.contact .contact_form .contact_btn_submit::after {
  position: absolute;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ef6679;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contact.contact .contact_form .contact_btn_submit:hover {
  opacity: 1;
}
#contact.contact .contact_form .contact_btn_submit:hover::before {
  left: 0;
  background-color: #173558;
}
#contact.contact .contact_form .contact_btn_submit02 {
  background-color: #c1c1c1;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  padding: 22px 10px;
  width: 280px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 18px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#contact.contact .contact_form .contact_btn_submit02::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact.contact .contact_form .contact_btn_submit02::after {
  position: absolute;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contact.contact .contact_form .contact_btn_submit02:hover {
  opacity: 1;
}
#contact.contact .contact_form .contact_btn_submit02:hover::before {
  left: 0;
  background-color: #9a9a9a;
}
#contact.contact .contact_form .caution {
  color: #f00;
  font-size: 0.9em;
  margin-top: 10px;
  background: rgba(255, 0, 0, 0.07);
  padding: 5px 10px;
}
#contact.contact .contact_form .contact_txt_caption {
  margin-top: 20px;
}
#contact.contact .contact_confirm_box dl {
  display: flex;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid rgba(92, 141, 194, 0.5);
  margin-bottom: 0;
}
#contact.contact .contact_confirm_box dl:first-child {
  padding: 0 0 15px 0 !important;
}
#contact.contact .contact_confirm_box dl dt {
  margin-bottom: 0;
  width: 30%;
}
#contact.contact .contact_confirm_box dl dd {
  width: 70%;
  padding-left: 20px;
}
#contact.contact .contact_complete_box {
  text-align: center;
}
#contact.contact .contact_complete_box .contact_complete_txt {
  font-size: 25px;
  font-weight: bold;
}
#contact.contact .contact_complete_box p {
  padding-bottom: 10px;
}
#contact.contact .contact_complete_box p:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 800px) {
  #contact.contact .contact_form {
    /* 確認画面 */
    /* 完了画面 */
  }
  #contact.contact .contact_form dl dd .w_half {
    width: calc((100% - 10px) / 2);
  }
  #contact.contact .contact_form dl dd .w_half:last-child {
    margin-right: 0;
  }
  #contact.contact .contact_form dl dd .w_25per {
    width: 20%;
  }
  #contact.contact .contact_form dl dd .w_tell {
    width: 20%;
  }
  #contact.contact .contact_form dl dd .w_company {
    width: 100%;
  }
  #contact.contact .contact_form .contact_txt_caption p {
    padding-left: 1em;
    text-indent: -1em;
  }
  #contact.contact .contact_form .btn_contact_wrap {
    padding-top: 40px;
    max-width: 100%;
    flex-direction: column-reverse;
  }
  #contact.contact .contact_form .btn_contact_wrap li {
    margin-right: 0;
    /*margin-bottom: 20px;*/
    width: 100%;
  }
  #contact.contact .contact_form .btn_contact_wrap li:last-child {
    margin-bottom: 0;
  }
  #contact.contact .contact_form .contact_btn_submit {
    width: 80%;
    padding: 3.5vw 1vw;
    margin: 0 auto 20px;
  }
  #contact.contact .contact_form .contact_btn_submit02 {
    width: 80%;
    padding: 3.5vw 1vw;
    margin: 0 auto;
  }
  #contact.contact .contact_form .contact_confirm_box dl {
    display: block;
    padding: 15px 0;
    margin-bottom: 0;
  }
  #contact.contact .contact_form .contact_confirm_box dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
  #contact.contact .contact_form .contact_confirm_box dl dd {
    width: 100%;
    padding-left: 0;
  }
  #contact.contact .contact_form .contact_complete_box .contact_complete_txt {
    font-size: 5vw;
  }
}
/************************************************

	企業情報

*************************************************/
.h3_ttl01.no_mt {
  margin: 0 0 20px;
}

.company__box {
  line-height: 2;
}
.company__box:not(:last-of-type) {
  margin-bottom: 60px;
}

.ul__company {
  margin: 30px 0 40px;
  line-height: 1.8;
}
.ul__company li {
  padding-left: 2em;
  text-indent: -2em;
}
.ul__company li + li {
  margin-top: 20px;
}
.ul__company li .li_style01 {
  padding-left: 0;
}
@media all and (max-width: 640px) {
  .ul__company {
    margin: 15px 0 30p;
  }
  .ul__company li + li {
    margin-top: 5vw;
  }
}

.access_map_frame {
  border: 1px solid #CCCCCC;
  height: 400px;
}

.company__copy {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media all and (max-width: 640px) {
  .company__copy {
    font-size: 18px;
  }
}

.date {
  margin-top: 40px;
}
@media all and (max-width: 640px) {
  .date {
    margin-top: 7vw;
  }
}

.table03 {
  width: 100%;
  margin-bottom: 70px;
}
.table03:last-child {
  margin-bottom: 0;
}
.table03 thead tr {
  border-bottom: none;
  z-index: 3;
}
.table03 thead tr th {
  color: #fff;
  font-size: 100%;
  background: #85a3c7;
  line-height: 1.4;
  text-align: center;
}
.table03 thead tr th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1px);
  height: calc(100% + 1px);
  z-index: -1;
}
.table03 tr {
  border-bottom: 1px solid #a6c1de;
}
.table03 tr > th {
  color: #004da0;
  background: #f0f5fa;
  padding: 20px 30px;
  vertical-align: top;
  text-align: left;
  line-height: 1.8em;
  font-weight: bold;
  white-space: nowrap;
  width: 30%;
}
.table03 tr > td {
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .table03 tr > th, .table03 tr > td {
    padding: 3vw;
    width: 100%;
    display: block;
    box-sizing: border-box;
    float: left\9 ;
  }
  .table03 tr > td {
    width: 100%;
  }
  .table03 tr > td + td {
    padding-top: 0;
    border-left: none;
  }
}

/************************************************

	熱供給とは

*************************************************/
#about_outline {
  padding: 30px 0;
  text-align: left;
}
#about_outline .about_caption01 .about_caption01_txt {
  font-size: 18px;
  font-weight: bold;
  color: #004da0;
}
#about_outline .about_caption01 .about_caption01_txt sup {
  font-size: 14px;
  vertical-align: text-top;
}
#about_outline .box_column02 {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  #about_outline .box_column02 {
    margin-top: 7vw;
  }
}
#about_outline .box_column02 .box_column02_txt h4 {
  color: #004da0;
}
#about_outline .box_bnr01 {
  margin-top: 30px;
}
#about_outline .box_bnr01 .box_bnr01__img {
  max-width: 234px;
}
#about_outline .box_bnr01 .box_bnr01__img a {
  display: block;
}
#about_outline .box_bnr01 .box_bnr01__txt {
  position: relative;
  padding-left: 15px;
}
#about_outline .box_bnr01 .box_bnr01__txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #3371b3 transparent;
  /*border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #3371b3;*/
}

#about_heat_supply {
  padding: 30px 0;
  text-align: left;
}
#about_heat_supply .heat_supply_box {
  margin: 0 auto 5%;
}
#about_heat_supply .box_column02_txt {
  margin-bottom: 20px;
}
#about_heat_supply .box_column02_txt h4 {
  color: #004da0;
}
#about_heat_supply .box_column02_txt:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #about_outline {
    padding: 7.4vw 0;
  }
  #about_outline .about_caption01 .about_caption01_txt {
    font-size: 4vw;
  }
  #about_outline .about_caption01 .about_caption01_txt sup {
    font-size: 3vw;
  }
  #about_outline .box_bnr01 .box_bnr01__txt::before {
    top: 7px;
    margin: inherit;
  }
  #about_heat_supply {
    padding: 7vw 0;
  }
  #about_heat_supply .heat_supply_box {
    width: 100%;
  }
  #about_heat_supply .box_column02_txt {
    margin-bottom: 5vw;
  }
  #about_heat_supply .box_column02_txt h4 {
    margin-bottom: 5px;
  }
}
/************************************************

	供給地域

*************************************************/
#side_area {
  padding: 30px 0;
  text-align: left;
}
#side_area .table01 sup {
  font-size: 70%;
  vertical-align: text-top;
}
#side_area .area_ttl {
  font-size: 27px;
  color: #004da0;
  position: relative;
  margin-top: 3%;
  font-weight: bold;
}
#side_area .area_ttl02 {
  font-size: 30px;
  color: #004da0;
  margin-bottom: 30px;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid;
  border-top: 1px solid;
  letter-spacing: 0.1rem;
}

.side_area_box {
  margin-bottom: 50px;
}
.side_area_box:last-child {
  margin-bottom: 0;
}

.side_area_graph01 {
  margin-bottom: 5%;
}
.side_area_graph01:last-child {
  margin-bottom: 0;
}

.area_2col {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 15px;
  flex-wrap: wrap;
}
.area_2col .area_2col_box {
  width: calc((100% - 15px) / 2);
}

.area_2col02 {
  display: flex;
}
.area_2col02 .area_col_a {
  width: 45%;
  margin-right: 30px;
}
.area_2col02 .area_date_txt {
  margin-bottom: 15px;
}
.area_2col02 .area_date_txt:last-child {
  margin-bottom: 0;
}
.area_2col02 .area_date_txt p {
  font-weight: bold;
}
.area_2col02 .area_date_txt a {
  text-decoration: underline;
}
.area_2col02 .area_date_txt .h4_ttl02 {
  margin: 0;
}
.area_2col02 .area_date_txt .h4_ttl02 span {
  position: relative;
  padding-left: 15px;
}
.area_2col02 .area_date_txt .h4_ttl02 span::before {
  content: "";
  background: #4980bb;
  font-size: 40%;
  position: absolute;
  top: 1.5em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 4px;
}

@media screen and (max-width: 800px) {
  .area_2col02 {
    flex-direction: column-reverse;
  }
  .area_2col02 .area_col_a {
    width: 100%;
    margin-right: 0;
    margin-top: 5%;
  }
}
@media screen and (max-width: 640px) {
  #side_area .table01 .area_date01_label td {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  #side_area .table01 .area_date01_label td::before {
    content: attr(data-label);
    font-size: 90%;
    color: #888;
    display: block;
    margin-right: 2vw;
  }
  #side_area .table01 .area_date01 td {
    display: none;
  }
  #side_area .area_ttl {
    font-size: 4.5vw;
  }
  #side_area .area_ttl02 {
    font-size: 5vw;
    margin-bottom: 20px;
    padding: 8px;
  }
  .area_2col {
    flex-direction: column;
    gap: 20px;
  }
  .area_2col .area_2col_box {
    width: 100%;
  }
  .area_2col02 .area_date_txt .h4_ttl02 {
    font-size: 14px;
  }
  .area_2col02 .area_date_txt .h4_ttl02 span {
    padding-left: 10px;
  }
  .area_2col02 .area_date_txt .h4_ttl02 span::before {
    width: 5px;
    height: 5px;
  }
}
/* ----------------------------
	タブ
---------------------------- */
.tab .tab_menu {
  display: flex;
  /*justify-content: center;*/
}
.tab .tab_menu li {
  background: #9fbcdb;
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  padding: 16px 10px;
  /*width: 240px;*/
  width: 50%;
  box-sizing: border-box;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.tab .tab_menu li:hover {
  background: #5c8dc2;
}
.tab .tab_menu li span {
  font-size: 70%;
}
.tab .tab_menu li + li {
  margin-left: 10px;
}
.tab .tab_menu li.selected {
  background: #5c8dc2;
}
.tab .tab_content {
  border-top: 2px solid #5c8dc2;
}
.tab .none {
  display: none;
}
@media all and (max-height: 700px) {
  .tab > .title {
    margin-bottom: 4vh;
  }
}
@media all and (max-width: 640px) {
  .tab > .title {
    margin-bottom: 5vw;
  }
  .tab .tab_menu li {
    font-size: 3vw;
    padding: 3vw;
    /*width: 40%;*/
  }
  .tab .tab_menu li + li {
    margin-left: 2vw;
  }
  .tab .tab_content {
    padding-top: 0;
  }
}

.tab2, .tab3 {
  border: 5px solid #f6f6f6;
  /*background: #fcfcfc;*/
  padding: 40px;
}
@media all and (max-width: 640px) {
  .tab2, .tab3 {
    padding: 6vw 4vw;
  }
}
.tab2 .tab_menu2, .tab2 .tab_menu3, .tab3 .tab_menu2, .tab3 .tab_menu3 {
  /*display: flex;*/
  padding: 30px 0 0;
  text-align: center;
}
.tab2 .tab_menu2 li, .tab2 .tab_menu3 li, .tab3 .tab_menu2 li, .tab3 .tab_menu3 li {
  /*background: lighten($light_blue,18%);*/
  /*color: $light_blue;*/
  /*font-size: 18px;*/
  /*text-align: center;*/
  letter-spacing: 1px;
  padding: 10px 20px;
  /*width: 240px;*/
  box-sizing: border-box;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  color: #999999;
  display: inline-block;
  background: #f9c2ca;
  color: #fff;
  font-weight: 300;
}
.tab2 .tab_menu2 li:hover, .tab2 .tab_menu3 li:hover, .tab3 .tab_menu2 li:hover, .tab3 .tab_menu3 li:hover {
  background: #f6a7b2;
}
.tab2 .tab_menu2 li + li, .tab2 .tab_menu3 li + li, .tab3 .tab_menu2 li + li, .tab3 .tab_menu3 li + li {
  margin-left: 10px;
}
.tab2 .tab_menu2 li.selected, .tab2 .tab_menu3 li.selected, .tab3 .tab_menu2 li.selected, .tab3 .tab_menu3 li.selected {
  color: #fff;
  background: #f38b99;
  font-weight: 500;
}
.tab2 .none, .tab3 .none {
  display: none;
}
@media all and (max-width: 640px) {
  .tab2 .tab_menu2, .tab2 .tab_menu3, .tab3 .tab_menu2, .tab3 .tab_menu3 {
    padding: 5vw 0 0;
  }
  .tab2 .tab_menu2 li, .tab2 .tab_menu3 li, .tab3 .tab_menu2 li, .tab3 .tab_menu3 li {
    font-size: 2.5vw;
    padding: 3vw;
    width: 30%;
  }
  .tab2 .tab_menu2 li + li, .tab2 .tab_menu3 li + li, .tab3 .tab_menu2 li + li, .tab3 .tab_menu3 li + li {
    margin-left: 1vw;
  }
  .tab2 .tab_content2, .tab2 .tab_content3, .tab3 .tab_content2, .tab3 .tab_content3 {
    padding-top: 0;
  }
}

/* ----------------------------
	ログイン
---------------------------- */
#mypage .under .main > section#contact {
  padding: 14vh 20px;
}
@media all and (max-width: 640px) {
  #mypage .under .main > section#contact {
    padding: 8vh 4vw 10vh;
  }
}

/* ----------------------------
	マイページ
---------------------------- */
/*#mypage .under .main > section#page{
	padding: 40px 20px 80px;
	@media all and (max-width:1000px){
		padding: 4vw 2vw 6vw;
	}
	@media all and (max-width:640px){
		padding: 4vw 2vw 6vw;
	}
}*/
#mypage .under .main > section#page .performance {
  /*overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 640px;*/
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-height: 700px) {
  #mypage .under .main > section#page .performance {
    /*max-height: 80vh;*/
  }
}
@media all and (max-width: 640px) {
  #mypage .under .main > section#page .performance {
    /*max-height: auto;
    max-height: initial;*/
  }
}

/*_:-ms-input-placeholder, :root #mypage .under .main > section#page .performance {
	overflow: visible;
	max-height: none;	
}*/
#mypage .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #224e80;
  padding: 30px 40px;
}
@media all and (max-height: 700px) {
  #mypage .title {
    padding: 5vh;
  }
}
#mypage .tab {
  max-width: 1000px;
  margin: 0 auto;
}
#mypage .name {
  text-align: right;
  font-size: 18px;
}
#mypage dl.news {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #a6c1de;
}
#mypage dl.news dt {
  white-space: nowrap;
  padding-right: 60px;
}
#mypage dl.news dd {
  padding: 15px 0;
  box-sizing: border-box;
}
#mypage dl.news dd > a {
  display: inline-block;
}
@media all and (max-width: 800px) {
  #mypage dl.news {
    flex-wrap: wrap;
  }
  #mypage dl.news dt {
    width: 100%;
    padding-right: 0;
    padding-top: 2vw;
  }
  #mypage dl.news dd {
    width: 100%;
    padding: 1vw 0 2vw;
  }
}
@media all and (max-width: 640px) {
  #mypage dl.news dt, #mypage dl.news dd {
    font-size: 3vw;
  }
}
#mypage .label_ttl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 80%;
  color: #666;
  padding: 0 10px;
  box-sizing: border-box;
}
#mypage .label_ttl p {
  text-align: center;
}
#mypage .label_ttl p span {
  padding: 0 0 0 35px;
  background: url("../../mypage/images/ico_amount.png") no-repeat left;
  background-size: contain;
}
#mypage .label_ttl p:last-of-type span {
  background: url("../../mypage/images/ico_demand.png") no-repeat left;
  background-size: contain;
}
@media all and (max-width: 640px) {
  #mypage .label_ttl {
    min-width: 600px;
    margin-bottom: 10px;
    font-size: 2vw;
  }
  #mypage .label_ttl p span {
    padding: 0 0 0 25px;
  }
}
#mypage .legend_amount {
  display: flex;
  justify-content: space-around;
  font-size: 80%;
  color: #666;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#mypage .legend_amount > ul {
  display: flex;
}
#mypage .legend_amount > ul > li {
  position: relative;
  padding-left: 43px;
}
#mypage .legend_amount > ul > li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 15px;
  box-sizing: border-box;
  background: #000;
}
#mypage .legend_amount > ul > li + li {
  margin-left: 10px;
}
#mypage .legend_amount > ul > li:nth-child(1)::after {
  background: #077eff;
}
#mypage .legend_amount > ul > li:nth-child(2)::after {
  background: #ef6679;
}
#mypage .legend_amount > ul > li:nth-child(3)::after {
  background: #76bd3e;
}
#mypage .legend_amount > ul:last-of-type > li::after {
  border: 3px dashed #000;
}
#mypage .legend_amount > ul:last-of-type > li:nth-child(1)::after {
  background: transparent;
  border-color: #6db3ff;
}
#mypage .legend_amount > ul:last-of-type > li:nth-child(2)::after {
  background: transparent;
  border-color: #f6abb6;
}
#mypage .legend_amount > ul:last-of-type > li:nth-child(3)::after {
  background: transparent;
  border-color: #b9df9c;
}
@media all and (max-width: 1000px) {
  #mypage .legend_amount {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 640px) {
  #mypage .legend_amount {
    font-size: 2vw;
  }
  #mypage .legend_amount ul + ul {
    margin-top: 1vw;
  }
  #mypage .legend_amount ul li {
    padding-left: 9vw;
  }
  #mypage .legend_amount ul li::after {
    width: 8vw;
    height: 3vw;
  }
  #mypage .legend_amount ul:last-of-type > li::after {
    border-width: 2px;
  }
}
#mypage .legend_price {
  font-size: 80%;
  color: #666;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  text-align: center;
}
#mypage .legend_price span {
  position: relative;
  padding-left: 43px;
}
#mypage .legend_price span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 15px;
  box-sizing: border-box;
  background: rgba(0, 89, 185, 0.8);
}
@media all and (max-width: 640px) {
  #mypage .legend_price {
    font-size: 2vw;
  }
  #mypage .legend_price span {
    padding-left: 9vw;
  }
  #mypage .legend_price span::after {
    width: 8vw;
    height: 3vw;
  }
}

.btn_logout a {
  background: #6b97c8;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  padding: 10px 30px;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  position: relative;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn_logout a span {
  padding-left: 32px;
  background: url(../images/ico_logout.png) no-repeat left border-box;
  background-size: 28px;
}
.btn_logout a::after {
  position: absolute;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #f7b0ba;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_logout a::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 641px) {
  .btn_logout a:hover {
    opacity: 1;
  }
  .btn_logout a:hover::before {
    left: 0;
    background-color: #5c8dc2;
  }
}
@media all and (max-width: 1000px) {
  .btn_logout a {
    /*padding: 3vw;*/
  }
}
@media all and (max-width: 800px) {
  .btn_logout a {
    /*width: 240px;*/
  }
}
@media all and (max-width: 640px) {
  .btn_logout a {
    padding: 2vw 4vw;
    font-size: 2.5vw;
    /*padding: 3.5vw;
    width: 50%;
    margin: auto;*/
  }
  .btn_logout a span {
    background-size: contain;
    padding-left: 5vw;
  }
}

.contact_btn_submit.login span {
  padding-left: 32px;
  background: url(../images/ico_login.png) no-repeat left border-box;
  background-size: 28px;
}

@media all and (max-width: 800px) {
  #mypage .title {
    padding: 4vw;
  }
}
@media all and (max-width: 640px) {
  #mypage .title {
    padding: 6vw 4vw;
  }
  #mypage .name {
    /*margin-bottom: 5vw;*/
    font-size: 3.5vw;
  }
  #mypage .grapf_box {
    overflow-x: scroll;
  }
  #mypage .canvas_box {
    min-width: 600px;
  }
}
/* ----------------------------
	企業情報
---------------------------- */
@media all and (max-width: 800px) {
  .company_access img, .company_organization img {
    max-width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
