@charset "UTF-8";
/* ==========================================================================
 * Root
 * ========================================================================== */
*, ::before, ::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	min-width: 1000px;
	margin: 0 auto;
	font-family: fot-tsukuardgothic-std, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	font-size: 2rem;
	line-height: 1.5;
	background-color: #fff;
}
/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link, a:visited {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	border: 0;
	vertical-align: top;
}
svg:not(:root) {
	overflow: hidden;
}
/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}
/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* ==========================================================================
 * List
 * ========================================================================== */
ul, ol, dl {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* ==========================================================================
 * Text
 * ========================================================================== */
b, strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
.h2--txt {
	color: #00aaf4;
	font-size: 4.6rem;
	text-align: center;
}
.h3--txt {
	font-size: 3rem;
	text-align: center;
}
p {
	margin: 0;
}
.txt--left {
	text-align: left;
}
.txt--center {
	text-align: center;
}
.txt--right {
	text-align: right;
}
.txt--unbold {
	font-weight: normal;
}
small, .txt--small {
	font-size: 80%;
}
.txt--large {
	font-size: 120%;
}
.txt--bold {
	font-weight: bold;
}
.txt--notes {
	color: #666;
	display: block;
	font-size: small;
	line-height: 1.5;
}
.txt--blue {
	color: #00aaf4;
}
.txt--line {
	background: linear-gradient(transparent 90%, #89d1ef 90%);
}
.txt-box {
	margin: 0 0 20px;
}
/* ==========================================================================
 * Common
 * ========================================================================== */
#page__container {
	max-width: 2000px;
	margin: 0 auto;
}
.inner--width {
	width: 1000px;
	margin: 0 auto;
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
	z-index: 998;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}
/* ==========================================================================
 * CTA
 * ========================================================================== */
.cta {
	padding: 80px 0;
}
.cta-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cta-list li:last-child {
	display: flex;
	padding: 30px 0 0;
	justify-content: center;
	width: 100%;
}
.cta-flaot {
	position: fixed;
	bottom: 0;
	z-index: 998;
	background: #fff;
	box-shadow: 0px -22px 22px -22px #e1e6ed;
	padding: 20px 0;
	width: 100%;
}
.cta-flaot ul {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
/* ==========================================================================
 * Hd
 * ========================================================================== */
.hd--top {
	padding: 10px 0;
}
.hd__list--top {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.hd-copy {
	background: url("../images/hd_bg.jpg") no-repeat top center;
	min-height: 721px;
}
.hd-copy h1 {
	padding: 55px 0 0;
	text-align: center;
}
/* ==========================================================================
 * Situation
 * ========================================================================== */
.situation {
	background: url("../images/situation_bg.jpg") repeat-y top center;
	padding: 70px 0;
}
.situation h2 {
	margin: 0 0 50px;
}
.situation .lead--txt {
	margin: 0 0 70px;
	text-align: center;
}
.situation h3 {
	padding: 0 0 10px;
}
.situation .graph-box {
	margin: 0 0 10px;
}
/* ==========================================================================
 * Tax system
 * ========================================================================== */
.tax_system {
	padding: 0 0 70px;
}
.tax_system h2 {
	font-weight: normal;
	margin: 0 0 20px;
	text-align: center;
}
.tax-example--txt {
	margin: 0 0 40px;
	text-align: center;
}
.tax-box {
	border: 1px solid #00aaf4;
	border-radius: 10px;
	margin: 0 0 20px;
	padding: 40px;
	text-align: center;
}
.tax-box dt {
	margin: 0 0 40px;
}
.tax_system .notice--txt {
	font-size: small;
}
/* ==========================================================================
 * Movie
 * ========================================================================== */
.movie {
	background: url("../images/movie_bg.jpg") no-repeat top center;
	padding: 80px 0;
}
.movie .bg {
	background: url("../images/movie_tl_ic.png") no-repeat top center;
}
.movie .h2--txt {
	margin: 0 0 50px;
}
.movie--logo {
	margin: 0 0 50px;
	text-align: center;
}
.movie-box {
	text-align: center;
}
.movie iframe {
	height: 400px;
	width: 80%;
}
/* ==========================================================================
 * Change
 * ========================================================================== */
.change {
	background: url("../images/change_bg1.jpg") no-repeat top center;
	padding: 80px 0 0;
}
.change .h2--txt {
	background: url("../images/change_tl_ic.png") no-repeat top center;
	color: #fff;
	padding: 60px 0 0;
}
.change .h3--txt {
	color: #00aaf4;
	line-height: 1.2;
	padding: 80px 0 50px;
}
.change--bg {
	background: url("../images/change_bg2.jpg") no-repeat bottom center;
	padding: 0 0 50px;
}
.change .h3--txt small {
	font-size: 70%;
}
.change__list--bg1 {
	background: url("../images/change_before_pic.png") no-repeat right top;
	min-height: 449px;
	padding: 0 415px 0 0;
}
.change__list--bg2 {
	background: url("../images/change_after_pic1.png") no-repeat right top;
	min-height: 449px;
	padding: 110px 415px 0 0;
}
.change__list--last {
	background: url("../images/change_after_pic2.png") no-repeat left top;
	min-height: 408px;
	padding: 80px 0 0 410px;
}
.change__list--last dt {
	color: #00aaf4;
	font-size: 4rem;
	font-weight: bold;
}
.change__list--last dd {
	color: #00aaf4;
	font-size: 3rem;
}
.change__list--last dt span {
	font-size: 5rem;
}
.change-year {
	font-size: 2.7rem;
	margin: 0 0 30px;
}
.change-year span {
	background: #00aaf4;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	width: 60px;
}
.year6-after {
	color: #00aaf4;
	font-size: 4.6rem;
	padding: 30px 0 0;
}
.change-staff {
	background: url("../images/change_staff_bg.jpg") no-repeat top center;
	min-height: 571px;
}
.change-staff dl {
	margin: 0 auto;
	padding: 80px 0 0;
	width: 685px;
}
.change-staff dt {
	border-bottom: 1px dotted #00aaf4;
	color: #00aaf4;
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 50px;
	padding: 0 0 50px;
	text-align: center;
}
.change-staff dd {
	color: #00aaf4;
}
/* ==========================================================================
 * Detail
 * ========================================================================== */
.detail {
	padding: 50px 0 80px;
}
.detail .h2--txt {
	font-size: 3rem;
	margin: 0 0 50px;
}
.detail__list {
	display: flex;
	margin: 0 0 10px;
	justify-content: space-between;
}
.detail .h3--txt {
	color: #00aaf4;
	margin: 80px 0 50px;
}
.graph1-box {
	margin: 0 0 50px;
}
.detail-graph1 {
	margin: 0 0 70px;
}
.detail-graph2 {
	margin: 0 0 10px;
}
/* ==========================================================================
 * Type
 * ========================================================================== */
.type {
	background: url("../images/type_bg.jpg") repeat-y;
	padding: 80px 0;
}
.type .h2--txt {
	background: url("../images/type_tl_ic.png") no-repeat top center;
	color: #fff;
	padding: 60px 0 0;
}
.type .h2--txt::after {
	background: url("../images/type_tl_bg.png") no-repeat bottom center;
	content: "　";
	display: block;
	margin: 0 0 20px;
}
.type .h2--txt span {
	letter-spacing: -0.4em;
}
.type .lead--txt {
	color: #fff;
	font-size: 3rem;
	margin: 0 0 50px;
	text-align: center;
}
.type .type__list {
	display: flex;
	justify-content: space-between;
}
/* ==========================================================================
 * Voice
 * ========================================================================== */
.voice {
	background: url("../images/voice_bg.jpg") #ebebeb no-repeat bottom center;
	padding: 80px 0;
}
.voice .h2--txt {
	background: url("../images/voice_tl_ic.png") no-repeat top center;
	margin: 0 0 30px;
	padding: 60px 0 0;
}
.voice .lead--txt {
	margin: 0 0 50px;
	letter-spacing: -0.07em;
	text-align: center;
}
/* ==========================================================================
 * Question
 * ========================================================================== */
.question {
	padding: 80px 0;
}
.question .h2--txt {
	background: url("../images/question_tl_ic.png") no-repeat top center;
	margin: 0 0 50px;
	padding: 60px 0 0;
}
.question__list dt {
	background: #00aaf4;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	margin: 30px 0 0;
	padding: 20px;
	font-size: 3rem;
}
.question__list--fst {
	margin: 0;
}
.question__list dt {
	display: flex;
}
.question__list dt.open {
	border-radius: 5px 5px 0 0;
}
.question--icon {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #00aaf4;
	display: flex;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	justify-content: center;
	margin: 0 20px 0 0;
	text-align: center;
	width: 50px;
}
.question__list dd {
	border: 1px solid #00aaf4;
	border-top: none;
	border-radius: 0 0 5px 5px;
	display: none;
	padding: 20px;
}
.question__arrow {
	display: block;
	position: relative;
	width: 100%;
}
.question__arrow::before,
.question__arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.question__arrow--btm::after{
	right: 20px;
	top: -8px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.question__arrow--top::after{
	right: 20px;
	top: 5px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-46deg);
	transform: rotate(-46deg);
}
/* ==========================================================================
 * About
 * ========================================================================== */
.about {
	padding: 0 0 80px;
}
.about .h2--txt {
	margin: 0 0 30px;
}
.about .lead-txt {
	margin: 0 0 50px;
	text-align: center;
}
.about .logo-box {
	background: #f2f3f2;
	border-radius: 5px;
	padding: 30px;
	text-align: center;
}
.about-logo {
	margin: 10px 0 30px;
}
.about .logo-txt {
	font-size: 1.6rem;
}
/* ==========================================================================
 * Ft
 * ========================================================================== */
.ft {
	padding: 0 0 130px;
}
.ft ul {
	display: flex;
	margin: 0 0 20px;
	justify-content: center;
}
.ft ul li:first-child::after {
	content: "｜";
}
.ft p {
	font-size: 1.4rem;
	text-align: center;
}
.ft .copyright {
	font-size: small;
	margin: 20px 0;
}

/*250618*/
/*.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #007dbc; 
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888888;
  width: 30%;  
}
.modal-title {
  color: #ffffff; 
  font-size: 25px; 
  font-weight: bold;
  line-height: 200%;
  text-align: center;
}
.close-button {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #007dbc;  
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888888;
  width: 80%;  
}
.modal-title {
  color: #ffffff; 
  font-size: 15px; 
  font-weight: bold;
  line-height: 200%;
  text-align: center;
}
.close-button {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
}
*/

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  
}
.modal-content {
  background-color: #007dbc; /* モーダルウィンドウの背景色 */
  margin: 15% auto;
  padding: 22px;
  border: 1px solid #888888;
  width: 30%; /* モーダルウィンドウの横幅 */
}
.modal-title {
  color: #ffffff; /* モーダルウィンドウの文字の色 */
  font-size: 22px; /* モーダルウィンドウの文字の大きさ */
  font-weight: bold;
  line-height: 100%;
  text-align: center;
}
.modal-message {
color:#ffffff;
	font-weight:900;
	text-align: center;
	font-size:22px;
	}
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close-button {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-button:hover, .close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .modal-content {
    background-color: #007dbc; /* モーダルウィンドウの背景色 */
    margin: 15% auto;
    padding: 22px;
    border: 1px solid #888888;
    width: 80%; /* モーダルウィンドウの横幅 */
  }
  .modal-title {
    color: #ffffff; /* モーダルウィンドウの文字の色 */
    font-size: 22px; /* モーダルウィンドウの文字の大きさ */
    font-weight: bold;
    line-height: 100%;
    text-align: center;
  }
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
}





.fv__btn {
  align-items: center;
  background-color: #ffffff!important;
  border-radius: 100%;
  bottom: 2.6666666667vw;
  box-shadow: 0 0.7rem 0.95rem 0.1rem rgba(0, 0, 0, 0.25);
  color: var(--c-white);
  display: flex;
  font-size: 2.7333333333vw;
  font-weight: 700;
  height: 30.72vw;
  justify-content: center;
  position: fixed;
  right: 0.6666666667vw;
  bottom:42.6vw;
  text-align: center;
  transition: filter z0.4s, scale 0.4s;
  width: 30.72vw;
  z-index: 1;
  width: 19%;
  height: 12%;
  /*opacity: 0.7;*/
}
	
@media (979px <= width) {
  .fv__btn {
    bottom: 2.6666666667vw;
    font-size: 16px;
    height: 165px;
    right: 0.3666666667vw!important;
	bottom:10.6vw;
    width: 165px;
  }
	

.fv__btn:hover {
  scale: 1.1;
}
