@charset "UTF-8";
/* insurance/kaigai/index.CSS Document */

.contents {}

/*================================================
タイトル
================================================*/
.Main__visual {
    position: relative;
}

.Main__visual::before {
    content: "";
    position: absolute;
    top: 0;
    /* left: calc((1024px / 2) + (662px / 2)); */
    left: calc(50% + (662px / 2));
    transform: translateX(-50%);
    display: block;
    background-image: url(/attending/insurance/kaigai/images/BP22-032039_PG20-017130_BP19-087658_BP18-065424.png);
    background-size: contain;
    width: 662px;
    height: 250px;
}

.Main__visual::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% + (1024px / 2) - (194px / 2));
    transform: translateX(-50%);
    background-image: url(/attending/insurance/kaigai/images/il_keyvis.svg);
    background-repeat: no-repeat;
    width: 194px;
    height: 108px;
}

.Main__visual-heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 385px;
}

/*================================================
contents
================================================*/
.Kaigai__background-01 {
    background-color: var(--secondary-color);
    margin-bottom: 80px;
    padding: 80px 0;
}

.Kaigai__background-02 {
    background-color: #FAFAFA;
    padding: 40px;
}

.Kaigai__background-03 {
    border: solid 2px #D8D8D8;
    border-radius: 10px;
    background-color: #FAFAFA;
    background-image: url(/attending/insurance/kaigai/images/pattern_contents-bg.svg);
    background-size: 30px;
    padding: 40px 140px;
}

.kaigai-top__caption-01 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: var(--link-color);
    margin-bottom: 30px;
}

.kaigai-top__caption-02 {
    text-align: center;
    margin-bottom: 30px;
}

.Btn-group__kaigai {
    display: flex;
    justify-content: space-between;
    width: 760px;
    height: auto;
    margin: 0 auto 50px;
}

.Btn-kaigai__item {
    display: flex;
    width: calc(100% / 3 - 20px);
}

.Btn-kaigai__link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0 40px;
    color: var(--link-color);
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 1rem 1rem -1rem rgb(0 0 0 / 30%);
}

.Btn-kaigai__link::before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--link-color);
    border-right: 2px solid var(--link-color);
    transform: translateX(-50%) rotate(135deg);
    z-index: 2;
}

.Btn-kaigai__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--secondary-color);
    width: 100%;
    height: 25px;
    z-index: 1;
}

.Btn-kaigai__item:last-child .Btn-kaigai__link::before {
    left: auto;
    right: 18px;
    bottom: 17px;
    width: 6px;
    height: 6px;
    border-color: white;
    transform: rotate(45deg);
}

.Btn-kaigai__item:last-child .Btn-kaigai__link::after {
    width: 20px;
    height: 20px;
    left: auto;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    background-color: var(--corporate-color);
}

.Btn-kaigai__link-small {
    font-size: 1.2rem;
}

.Chart-container {
    display: flex;
    justify-content: space-between;
}

.Chart-group {
    border: solid 2px var(--primary-color);
    border-radius: 10px;
    background-image: url(/attending/insurance/kaigai/images/pattern_contents-bg.svg);
    background-size: 30px;
    width: calc(100% / 2 - 20px);
    padding: 40px;
}

.Chart-group > h4 {
    text-align: left;
    margin-bottom: 20px;
}

.Chart-text {
    margin-bottom: 30px;
}

.Chart-text span {
    background-image: linear-gradient(transparent 60%, #FFF60A 0%);
}

.Chart-text-small {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.3;
}

.Sec-compensation {
    margin-bottom: 100px;
}

.Compensation-introduction {
    position: relative;
    border-radius: 10px;
    background-color: var(--primary-color);
    width: 770px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 auto 80px;
    padding: 40px 0;
}

.Compensation-introduction::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    border-style: solid;
    border-width: 12px 15px 0 15px;
    border-color: var(--primary-color) transparent transparent transparent;
}

.Compensation-introduction::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/attending/insurance/kaigai/images/il_compensation01.svg);
    width: 108px;
    height: 66px;
}

.Compensation-introduction-em-txt {
    border-bottom: 1px solid white;
}

.Compensation-introduction small {
    display: inline-block;
    font-size: 12px;
}

.Compensation__group-02__containner {
    display: flex;
    justify-content: space-between;
}

.Compensation__group-01,
.Compensation__group-02 {
    background-color: var(--secondary-color);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 40px;
    overflow: hidden;
}

.Compensation__group-02 {
    width: calc(100% / 2 - 10px);
}

.Compensation__group-01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Compensation__group-01 h3,
.Compensation__group-02 h3 {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.Compensation__group-01__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    border: solid 2px #D8D8D8;
    background-color: #fff;
    border-radius: 10px;
    width: calc(100% / 2 - 10px);
    padding: 30px;
}

.Compensation__group-02__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    border: solid 2px #D8D8D8;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 30px;
}

.Compensation__group-01__inner::before,
.Compensation__group-02__inner::before {
    content: "";
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.Compensation__p {
    padding-right: 7rem;
    font-size: 1.2rem;
    line-height: 1.3;
}

.illust-01::before {
    bottom: -35px;
    right: -10px;
    background-image: url(/attending/insurance/kaigai/images/il_compensation02.svg);
    width: 171px;
    height: 183px;
}

.illust-02::before {
    bottom: 40px;
    right: 10px;
    background-image: url(/attending/insurance/kaigai/images/il_compensation03.svg);
    width: 127px;
    height: 91px;
}

.illust-03::before {
    bottom: -108px;
    right: 20px;
    background-image: url(/attending/insurance/kaigai/images/il_compensation04.svg);
    width: 87px;
    height: 212px;
}

.illust-04::before {
    bottom: -134px;
    right: 20px;
    background-image: url(/attending/insurance/kaigai/images/il_compensation05.svg);
    width: 55px;
    height: 239px;
}

.illust-05::before {
    bottom: -40px;
    right: 20px;
    background-image: url(/attending/insurance/kaigai/images/il_compensation06.svg);
    width: 66px;
    height: 115px;
}

.illust-06::before {
    bottom: -40px;
    right: 20px;
    background-image: url(/attending/insurance/kaigai/images/il_compensation07.svg);
    width: 78px;
    height: 136px;
}

.Compensation-dl {
    border-bottom: dotted 2px #ADADAD;
    margin-bottom: 10px;
}

.Compensation-dt {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.Compensation-dt small {
    font-size: 12px;
}

.Compensation-dd {
    margin-bottom: 10px;
}

.Compensation-heading {
    font-weight: 600;
    color: #666;
    margin-bottom: 10px;
}

.Compensation-lists {
    overflow: hidden;
}

.Compensation-list.list-large{
    font-size: 18px;
}

.Compensation-list {
    float: left;
    border: solid 2px var(--primary-color);
    border-radius: 100px;
    background-color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 10px 10px 0;
    padding: 2px 12px;
}

.Compensation-list-label {
    position: relative;
    height: 34px;
    margin-right: 20px;
    color: var(--primary-color);
    background-color: white;
    border: 2px solid var(--primary-color);
    border-right: none;
    border-radius: 6px 4px 6px 6px;
}

.Compensation-list-label::after {
    content: '';
    position: absolute;
    top: 0;
    right: -9px;
    display: block;
    width: 28px;
    height: 28px;
    border-top: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    border-radius: 6px;
    transform: rotate(45deg);
}

.Compensation-list.square {
    border-radius: 6px;
}

.Compensation-list small {
    font-size: 12px;
}

.Compensation-notice {
    font-size: 14px;
    text-indent: -2.2em;
    padding-left: 2.2em;
}

.Compensation-notice:not(:last-child) {
    margin-bottom: 10px;
}

.Compensation-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: auto;
    height: auto;
    background-color: white;
}

.Compensation-table td {
    border: solid 1px #D8D8D8;
    font-size: 14px;
    vertical-align: middle;
    padding: 5px 10px;
}

.Compensation-table td.fee {
    text-align: right;
}

.Compensation-table-notice {
    margin: 5px 0 10px 0;
    font-size: 12px;
}

.Merit-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Merit-dl {
    width: calc(100% / 2 - 15px);
    border: solid 2px var(--primary-color);
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 30px 0 20px;
}

.Merit-dt {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.Merit-dd {
    color: #fff;
    padding: 0 30px;
}

.Merit-dd.illust {
    width: 45.27%;
    text-align: center;
    margin: 0 auto 10px;
    padding: 0;
}

.Merit-dd span {
    display: block;
    font-size: 14px;
}

.Support-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.Sec-support {
    margin-bottom: 50px;
}

.Support-dl {
    position: relative;
    width: calc(100% / 3 - 15px);
    border: solid 2px var(--primary-color);
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 0 20px;
}

.Support-dl::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -10px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.support-01::before {
    background-image: url(/attending/insurance/kaigai/images/il_support01.svg);
    width: 90px;
    height: 74px;
}

.support-02::before {
    background-image: url(/attending/insurance/kaigai/images/il_support02.svg);
    width: 80px;
    height: 64px;
}

.support-03::before {
    background-image: url(/attending/insurance/kaigai/images/il_support03.svg);
    width: 80px;
    height: 66px;
}


.Support-dt {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.Support-dt small {
    font-size: 12px;
}

.Support-dd {
    padding: 0 30px;
}

.Support-dd:first-of-type {
    text-align: center;
    margin-bottom: 5px;
}

.Support-dd .Caption {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: var(--primary-color);
}

.Support-dd .Caption::before,
.Support-dd .Caption::after {
    content: "";
    position: absolute;
    top: 50%;
    background-color: var(--primary-color);
    width: 2px;
    height: 20px;
}

.Support-dd .Caption::before {
    left: -16px;
    transform: translateY(-50%) rotate(-35deg);
}

.Support-dd .Caption::after {
    right: -16px;
    transform: translateY(-50%) rotate(35deg);
}

.Support-list {
    padding-left: 1em;
    text-indent: -1em;
}

.Support-notice {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
}

.Support-commission {
    font-size: 14px;
}

.Support-commission small {
    font-size: 12px;
}

.Btn-group__store {
    width: 570px;
    height: auto;
    margin: 0 auto;
}

.Btn-link__store {
    position: relative;
    display: block;
    background-color: var(--link-color);
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 20px;
    box-shadow: 0 1rem 1rem -1rem rgb(0 0 0 / 30%);
}

.Btn-link__store::before,
.Btn-link__store::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}

.Btn-link__store::before {
    width: 20px;
    height: 20px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}

.Btn-link__store::after {
    width: 6px;
    height: 6px;
    right: 18px;
    border-top: 2px solid var(--link-color);
    border-right: 2px solid var(--link-color);
    transform: translateY(-50%) rotate(45deg);
}

.Kaigai-information {
    text-align: center;
    padding: 40px 0;
}

.Sec-btn {
    margin-bottom: 50px;
}


.date_box {
	width: 1024px;
	margin: 0 auto 10px auto;
}


.date {
    display: block;
    width: 244px;
    margin-left: auto;
    font-size: 14px;
    text-align: left;
}

.PrimaryNotice{
	padding: 20px 0;
	margin-bottom:30px;
    background: #f5f5f5;
}

.PrimaryNotice .Common21__inner{
	display: flex;
    justify-content: flex-start;
    width: 1024px;
    margin: 0 auto;
}

.PrimaryNotice h3{
	margin-right: 20px;
    color: var(--caution-color);
    font-size: 1.4rem;
    font-weight: 600;
}

.PrimaryNotice li a{
	color:var(--link-color);
}

.PrimaryNotice li a:hover{
	text-decoration: underline;
}
