@charset "UTF-8";
/* CSS Document */
:root {
    --main-color: #103799;
    --color2: #338ae3;
}
body {
    background:#eee;
}
.content {
	max-width: 1080px;
	width: 95%;
	display: block;
	margin:  30px auto;
}

main #title {
	background-color: #ccc;
	position: relative;
	z-index: 0;
    background-image: url("top-back.jpg");
    background-size: cover;
    background-position:top;
}

.title_inner {
	margin: 0 auto;
	max-width: 1080px;
	width: 95%;
	display: block;
	padding: 40px 0 0;
	position: relative;
}
.orange {
    color: #FF9700; 
}
.undeline {
        background-image: linear-gradient( #fcee21,#fcee21 100%);
        background-repeat: no-repeat;
        background-size: 100% 0.3em;
        background-position: 0 80%;
        transition: background-size 0.25s ease-in;
 }
main #title h1 {
    font-size: clamp(38px, 6vw, 52px);
    margin-bottom: 30px;
    color: #333;
    text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;        /* 文字の影 */
    line-height: 1;
    text-align: left;
}

main #title h1 span {
    display: block;
    margin: 20px auto;
    color: var(--color2);
}
main #title p strong {
    display: block;
    font-size: clamp(18px, 2.4vw, 28px);
    padding: 20px 10px;
    margin: 0 auto;
    line-height: 1.5;
}
.link-area {
    letter-spacing: -.4em
}
main #title a {
    letter-spacing: normal;
    display: inline-block;
    text-align: center;
    background-color:#FF8F00;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    margin: 20px 0 0 15px;
    width: 6em;
    padding: 10px 2.5%;
    border-radius: 20px;
    text-decoration: none;
    border-bottom: 3px solid rgba(0,0,0,0.79);
}
main #title a.btn2 {
    background-color: #FF4B70;
}
main #title a:hover {
    background-color: #FBC238;
}

main h2 {
     text-align: center;
    font-size: clamp(24px, 4vw, 32px);
     margin: 60px 0 20px;
}
main .content1 h2 {
   
    color: var(--main-color); 
   
}
main section {
    margin: 30px 0 80px;
}
.content-innner {
    background-color: #fff;
    padding: 60px 5% 30px;
    border-radius: 20px;
}
.content1 .content-innner {
    justify-content: space-around;
    text-align: center;
}

.content1 .col33 {
    text-align: center;
    margin: 0 1.2% 30px;
    display: inline-block;
    letter-spacing: -.4;
}
.content1 .col33 * {
    letter-spacing: 0;
}
.content1 img {
    border: 4px solid var(--main-color); 
    border-radius: 10%;
}
.content1 p {
    font-weight: bold;
    font-size: 18px;
}

.content2 {
    text-align: center;
}
.content2 h3 {
    font-size: 21px;
     color:  var(--main-color);
}
.content2 img {
    width: 80%;
    display: block;
    margin: 20px auto;
}
.content2 p {
    font-size: 18px;
}
.content3 .box .col60 {
    letter-spacing: -.4em;
}
.content3 .box .col60 * {letter-spacing: normal;}
.content3 h2 {
    margin-bottom: 10px;
     color:  var(--main-color);
}
.content3 p.aaa {
    text-align: center;
    font-size: 21px;
    color: #444;
}
.content3 .box {
    background-color: #fff;
    padding: 30px 5% 0px;
    border-radius: 10px;
    margin: 20px auto 50px;
}
.content3 .number {
    display: inline-block;
    width: 15%;
    margin-right: 5%;
    vertical-align:top;
}
.content3 .text {
    display: inline-block;
    width: 80%;
    vertical-align:top;
}

.content3 h3 {
    font-size: clamp(28px, 3.7vw, 30px);
    margin-bottom: 20px;
    line-height: 1.7;
    color: #555;
    margin-top: 10px;
}
.content3 .box p {
    font-size: 18px;
}
.content4 {
    text-align: center;
}
.content4 p.p1 {
    background-color: var(--main-color);
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.content4 p.p2 {
    font-size: clamp(21px, 3.5vw, 28px);
    color: var(--color2);
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.content4 h3 {
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    color: #777;
}
.content4 table {
    display: inline-block;
    text-align: left;
}
.content4 table th {
    width: 5em;
    color: #555;
}
.content4 table tr >* {
    padding: 5px;
}
.content5 h3 {
    color: var(--color2);
    font-size: clamp(21px, 3.5vw, 24px);
    margin-bottom: 10px;
}
.content5 p {
    font-weight: 18px;
    margin: 10px 0;
}

.content6 {
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
}
.content6 .content-innner {
    padding:30px 20px 0px;
}
.content6 h3 {
    font-size: clamp(24px, 4vw, 28px);
    
    margin-bottom: 20px;
}
.content6 p.p1 {
    font-size: clamp(21px, 3.5vw, 24px);
    font-weight: bold;
    margin: 20px 0;
    color: var(--color2);
}
.content6 p.p2 {
    font-size: clamp(21px, 3.5vw, 24px);
}
/*.content6 img {
    display: block;
    margin: 0 auto;
    max-width: 150px;
}*/
.content7 h3 {
    text-align: center;
    font-size: 21px;
}

#formLink {
    text-align: center;
    background-color:rgba(255,255,255,0.00) !important;
}
#formLink h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color:  var(--main-color); 
}
#formLink p {
    font-size: 18px;
    text-align: center;
}


/* _/_/_/_/_/_/_/_/_/ スマホのスタイル _/_/_/_/_/_/_/_/_/ */
@media all and (max-width: 600px) {
	main #title {
        position: relative;
        background-position: left;
	}
    main #title h1 {
        margin-bottom: -10px;
    }
    main #title p {
        margin-bottom: 30px;
    }
    main #title img.top-image {
        position: absolute;
        bottom: 10px;
        height: 220px;
        right: 10%;
    }
    main #title a {
        font-size: 18px;
        display: block;
    }
/*
    main #title img.top-image {
        width: 50%;
        margin: 0 auto;
        display: block;
    }
    main #title a  {
        display: block;
        margin: 0 auto 20px;
    }
*/
	main .title_inner .col70 {
        position: relative;
        z-index: 100;
    }
	main #title h1 {
		width: 100%;
	}
    
    .content2 .col50:last-of-type {
        border-top: 1px solid #999;
        padding-top: 30px;
    }
    
	
 }