@charset "utf-8";

/* webfonts
----------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* default
----------------------------------------------------------------------*/
* { margin: 0; padding: 0; }
img { border: 0; vertical-align: top; }
ul, ol { list-style: none; }
a { color: #FFF; text-decoration: none; }

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* End hide from IE-mac */

	
/* structure
----------------------------------------------------------------------*/
body {
	color: #FFF;
	min-width: 980px;
	font-size: 15px;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.8;
	background: #FFF;
}

/*--------------------------------------------------*/
main {
	position: relative;
	display: block;
	width: 100%;
}
.column {
	width: 980px;
	margin: 0 auto;
}

/*--------------------------------------------------*/
.bg_title {
	color: #FFF;
	background: url(/app/overseas/assets/img/photo_main.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 115px;
	overflow: hidden;
	position: relative;
}
.bg_title .column {
	height: 100%;
}
.bg_title .column > * { opacity: 0; }

.bg_title h1 { margin-bottom: 30px; }
.bg_title p {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 0 4px #131a1c;
}

.bg_title p.lead {
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	text-shadow: 0 0 5px #131a1c;
	margin-bottom: 45px;
}
.bg_title ul.app { margin-bottom: 5px; }
.bg_title ul.app li {
	float: left;
	margin-right: 10px;
}
.bg_title ul.app li span {
	font-size: 12px;
	background-color: #008CD6;
	border-radius: 8px;
	padding: 3px 15px;
}

.bg_title p.sp_img {
	position: absolute;
	left: 67%;
	bottom: 0;
	opacity: 0;
}

.bg_title .bg_box{
	width: 640px;
	margin-bottom: 1.5rem;}
.bg_title h1 img{
	filter: drop-shadow(0 0 5px #141a1d85);
}

/*--------------------------------------------------*/
.t_function {
	position: relative;
	background-color: #0000cc;
	padding: 20px 0;
	text-align: center;
}
.t_function h2 {
	color: #FFF;
	font-size: 32px;
	opacity: 0;
}

ul.function div > * { opacity: 0; }

ul.function { margin-bottom: 50px; }
ul.function li { padding: 25px 0; }
ul.function li:nth-child(1) { background-color:  #0000ff; }
ul.function li:nth-child(2) { background-color:  #0066ff; }
ul.function li:nth-child(3) { background-color:  #3399ff; }

ul.function div {
	width: 720px;
	margin: 0 auto;
}
ul.function img {
	float: left;
	margin-right: 60px;
}
ul.function h3 {
	font-size: 22px;
	margin-bottom: 5px;
}
ul.function li:nth-child(2n) h3 { padding-top: 5px; }

/*--------------------------------------------------*/
.insurance {
	width: 760px;
	margin: 0 auto 50px auto;
}
.insurance > * { opacity: 0; }

.insurance .t_support_wrap{
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.insurance .t_support_wrap img{
	height: 124px;
}

.insurance h2 {
	color: #243E7A;
	font-size: 45px;
	line-height: 1.2;
	margin-bottom: 25px;
}
.insurance h2 span { font-size: 22px; }

.insurance p.btn {
	display: inline-block;
	width: 100%;
	font-size: 24px;
	background-color: #1057e9;
	border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(25,25,25,0.4);
	padding: 3px 0;
	text-align: center;
	margin-bottom: 25px;
}
.insurance i { margin-left: 15px; }

/*--------------------------------------------------*/
.column h3 {
	color: #243E7A;
	width: 820px;
	font-size: 27px;
	line-height: 1.3;
	background: url(/app/overseas/assets/img/bg_border.webp) left bottom repeat-x;
	margin: 0 auto 50px auto;
	padding-bottom: 15px;
	text-align: center;
	opacity: 0;
}

ul.support {
	width: 940px;
	margin: 0 auto 30px auto;
}
ul.support li {
	float: left;
	width: 420px;
	margin-bottom: 30px;
}
ul.support li:nth-child(2n) { float: right; }
ul.support li > * { opacity: 0; }

ul.support li img {
	float: left;
	width: 78px;
	margin-bottom: 15px;
}
ul.support li h4 {
	float: right;
	color: #F25119;
	width: 320px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.3;
	padding-top: 15px;
}
ul.support li:nth-child(3) h4 { padding-top: 1rem; }

ul.support li p {
	color: #2F2F2F;
	clear: both;
}

/*--------------------------------------------------*/
.notes {
	background-color: #F57C03;
	padding: 45px 0 10px 0;
}
.notes .column { opacity: 0; }

.notes ul {
	font-size: 14px;
	margin-bottom: 30px;
}
.txt_right { text-align: right; }

/*--------------------------------------------------*/

/* スマートフォン用 */
@media(max-width: 767px) {
img { max-width: 100%; }

body {
	min-width: 100%;
	font-size: 13px;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
.column { width: 90%; }
.pc { display: none; }

/*--------------------------------------------------*/
.bg_title {
	height: 450px;
	padding-top: 35px;
}
.bg_title .bg_box{
	width: 90%;
}

.bg_title h1 { margin-bottom: 30px; }
.bg_title p { font-size: 13px; }
.bg_title p.lead {
	font-size: 15px;
	margin-bottom: 25px;
}
.bg_title ul.app { margin-bottom: 0; }
.bg_title ul.app li {
	width: 49%;
	max-width: 183px;
	margin: 0 0 5px 0;
}
.bg_title ul.app li:first-child { margin-right: 2%; }
.bg_title ul.app li:last-child { clear: left; }
.bg_title p.sp_img { display: none; }

/*--------------------------------------------------*/
.t_function { padding: 12px 5%; }
.t_function h2 {
	font-size: 20px;
	line-height: 1.6;
}

ul.function { margin-bottom: 30px; }
ul.function li { padding: 20px 0; }

ul.function div { width: 90%; }
ul.function img {
	width: 58px;
	margin: 0 5% 5% 0;
}
ul.function h3 { font-size: 16px; }
ul.function li:nth-child(2) h3 { padding-top: 2%; }
ul.function li:nth-child(3) h3 { padding-top: 5%; }
ul.function p { clear: both; }

/*--------------------------------------------------*/
.insurance {
	width: 90%;
	margin: 0 auto 30px auto;
}
.insurance h2 {
	height: auto;
	font-size: 25px;
	margin-bottom: 15px;
}
.insurance h2 span {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	padding: 5px 0 0 0;
}
.insurance a.btn { font-size: 18px; }

.insurance .t_support_wrap img{
	height: 5rem;
}

/*--------------------------------------------------*/
.column h3 {
	width: 100%;
	font-size: 18px;
	line-height: 1.5;
	background: url(/app/overseas/assets/img/bg_border.webp) left bottom repeat-x;
	margin: 0 auto 25px auto;
}

ul.support {
	width: 100%;
	margin-bottom: 10px;
}
ul.support li {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
ul.support li:nth-child(2n) { float: none; }

ul.support li img {
	width: 58px;
	margin-right: 5%;
}
ul.support li h4 {
	float: none;
	width: auto;
	font-size: 16px;
	padding-top: 10px;
}

/*--------------------------------------------------*/
.notes { padding-top: 30px; }
.notes ul { font-size: 12px; }
.notes ul li {
	padding-left: 1em;
	text-indent: -1em;
}

}




.cta {
  text-align: center;
  padding-block: 3.125rem;
  padding-top: 0;
  width: 90%;
  margin: 0 auto;
}

.cta .inner{
	opacity: 0;
}

.cta.-point {
  padding-block: 3.125rem 0;
}
@media (min-width: 768px) {
  .cta.-point {
    padding-block: 4.375rem 0;
  }
}
.cta.-main {
  padding-block: 1.875rem 3.125rem;
}
@media (min-width: 768px) {
  .cta.-main {
    padding-block: 4.375rem;
  }
}

.cta__text {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .cta__text {
    font-size: 1.5rem;
  }
}
.cta__text p {
  position: relative;
  display: inline-block;
  color: #333;
}
.cta__text p::before, .cta__text p::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1px;
  height: 1.5rem;
  background: #333;
}
.cta__text p::before {
  left: -8%;
  rotate: 155deg;
}
@media (min-width: 768px) {
  .cta__text p::before {
    left: -10%;
  }
}
.cta__text p::after {
  right: -8%;
  rotate: -155deg;
}
@media (min-width: 768px) {
  .cta__text p::after {
    right: -10%;
  }
}

.cta-btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.625rem;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .cta-btn__wrap {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.625rem;
  }
}

.cta-btn {
  height: 3rem;
  padding-block: 1.0625rem;
  margin-inline: auto;
  border-radius: 0.625rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  border: 0.125rem solid #EB5505;
  -webkit-box-shadow: 0 0.25rem 0 0 #A4A4A4;
          box-shadow: 0 0.25rem 0 0 #A4A4A4;
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .cta-btn {
    font-size: 1.5rem;
    width: 37.5rem;
    height: 5.375rem;
    line-height: 1.5;
    margin-inline: initial;
  }
}
.cta-btn span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.166666;
  margin-top: 0.375rem;
}
@media (min-width: 768px) {
  .cta-btn span {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.28571;
  }
}
.cta-btn::before {
  content: "";
  background: url(/app/overseas/assets/img/btn_arrow.svg) no-repeat center center/contain;
 width: 0.825rem;
    height: 2.75rem;
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0.375rem;
}

@media (any-hover: hover) {
  .cta-btn:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: initial;
  }
}

.cta-entry .cta-btn.-entry {
  background: #EB5505;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
		  padding: 1.0625rem 1.3rem;
}


@media (max-width: 767px) {
    ul.function li:nth-child(1) h3{
		padding-top: 1.8rem;
	}
    ul.function li:nth-child(2) h3{
		padding-top: .8rem;
	}
    ul.function li:nth-child(3) h3
	 {
        padding-top: 1rem;
    }
}

@media (min-width: 400px) {
	.w400{
		display: none;
	}
}
@media (max-width: 399px) {
	.w400{
		display: block;
	}
}






